mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
[python bindings] Add required posted dates to the transactions.
This commit is contained in:
parent
bea89a50ac
commit
148c02d231
@ -61,9 +61,11 @@ split3.SetAccount(savings_acct)
|
||||
split3.SetParent(trans2)
|
||||
|
||||
trans1.SetCurrency(cad)
|
||||
trans1.SetDate(14, 3, 2006)
|
||||
trans1.SetDescription("Groceries")
|
||||
|
||||
trans2.SetCurrency(cad)
|
||||
trans2.SetDate(7, 11, 1995)
|
||||
trans2.SetDescription("Opening Savings Balance")
|
||||
|
||||
split2 = Split(book)
|
||||
|
Loading…
Reference in New Issue
Block a user