* Budiman Snowman <[email protected]> [2019-01-15 04:17]: > Is there a shorter way, e.g. if ledger lets me put in transaction date and > statement date in one entry.
You could use an aux date (effective date): https://www.ledger-cli.org/3.0/doc/ledger3.html#Effective-Dates 2019/01/01 reimburse wife expenses:children:tuition fee $200 ; [=2018/08/01] expenses:children:doctor visit $100 ; [=2018/10/01] assets:savings:bank -$300 ledger -f e reg --aux-date 2018-08-01 reimburse wife expenses:children:tuition fee $200 $200 2018-10-01 reimburse wife expenses:children:doctor visit $100 $300 2019-01-01 reimburse wife assets:savings:bank $-300 0 But honestly I think what you have now is the better solution. Also see this thread: https://groups.google.com/forum/#!searchin/ledger-cli/How$20do$20you$20deal$20with$20spending$20for$20some$20future$20event$3F%7Csort:date/ledger-cli/9zNqmNAVIIg/afVHVZ47AwAJ -- Martin Michlmayr https://www.cyrius.com/ -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
