You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the end of the year, it's common practice to carry on this year's balance into the new financial year. The idea of this script is to have something like newledger -f lastyear.ledger -o thisyear.ledger, setting up the accounts properly.
If no input file is given, then allow key-value pairs to be given to setup the equity account. Example: newledger -o thisyear.ledger -a Assets:Cash -v '100.00 EUR' -a Liabilities:Loan -v '200.00 EUR'. Example output would be:
At the end of the year, it's common practice to carry on this year's balance into the new financial year. The idea of this script is to have something like
newledger -f lastyear.ledger -o thisyear.ledger
, setting up the accounts properly.If no input file is given, then allow key-value pairs to be given to setup the equity account. Example:
newledger -o thisyear.ledger -a Assets:Cash -v '100.00 EUR' -a Liabilities:Loan -v '200.00 EUR'
. Example output would be:The text was updated successfully, but these errors were encountered: