book: hierarchie + test
book: Feld 'start_balance' entfernt
This commit is contained in:
parent
e10616e847
commit
a2e7f192f8
16 changed files with 319 additions and 168 deletions
|
@ -226,7 +226,7 @@ class Reconciliation(Workflow, ModelSQL, ModelView):
|
|||
))
|
||||
values['start_amount'] = reconciliation.predecessor.end_amount
|
||||
else :
|
||||
values['start_amount'] = reconciliation.cashbook.start_balance
|
||||
values['start_amount'] = Decimal('0.0')
|
||||
values['end_amount'] = values['start_amount']
|
||||
|
||||
# add 'checked'-lines to reconciliation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue