cantino / reckon

Flexibly import bank account CSV files into Ledger for command-line accounting
http://blog.andrewcantino.com/blog/2013/02/16/command-line-accounting-with-ledger-and-reckon/
MIT License
415 stars 46 forks source link

more complex transaction support #90

Open divansantana opened 3 years ago

divansantana commented 3 years ago

Does reckon support more complicated transactions like so?

2018/01/20 * Some Employer
    ; Person: Bob
    Income:Salary:Cash                              R-30000.00
    Expenses:Taxes:PAYE                               R3000.00
    Expenses:Taxes:UIF                                 R100.00
    Assets:MyBank:Checking                              R26900.00
benprew commented 3 years ago

Happy holidays @divansantana and thanks for your interest in reckon. Sorry about the delay getting back to you.

You mean you'd like to split a transaction into separate categories? Current it's not something that reckon supports, but it is something I've been thinking about adding.

Were you thinking you'd use this in interactive mode only? Or also in unattended mode?

divansantana commented 3 years ago

@benprew no problem :) Happy holidays.

Yes split transaction into seperate categories. Would be nice in unattended mode.

Would be a nice to have. Otherwise reckon is working well for me, thanks!

benprew commented 3 years ago

Hey @divansantana , I looked into this a little more and the current unattended mode tokens format isn't well suited to splitting transactions. So, for now, I'll focus on splitting transactions when doing manual input.