Tax accounting date question

Fritz Wuehler fritz at spamexpire-201308.rodent.frell.theremailer.net
Fri Aug 16 17:51:30 EDT 2013


>I thought about changing payment date to 30 Mar, but then I change my bank
>account.
>
>Do you know how to manage a posting that is done on a date but corresponds
>to a different one?

You can keep the dates correct, and then use ledger cli to do the
extraction.

  ledger --file uncompressed.gc\
         --register-format '%D %P %t\n'\
         --begin   2013/01/01\
         --end     2013/03/31\
         --sort    date\
         --display t>-99999\
         register liabil.*vat > my_report.txt

  ledger --file uncompressed.gc\
         --register-format '%D %P %t\n'\
         --begin   2013/04/19\
         --end     2013/04/20\
         --sort    date\
         --display t<0\
         register liabil.*vat >> my_report.txt



More information about the gnucash-user mailing list