On Fri, 24 Jan 2014 07:31:40 -0700, Zack Williams <[email protected]> wrote: > Can it take multi-column input, for example, from a vendor where the formula: > > materials + tax + shipping = total > > applies, or from a payment processor where: > > total_billed - fees = total_deposited > > and generate a multi-line ledger entry that balances?
At the moment not. It currently only supports multi column csv as produced by some banks, i.e. with a separate debit and credit column, but only a value in either the debit or the credit column. It could be interesting though to add this possibility. I am not sure at Reckon's ability to work with multi-line ledger entries (as said I am not the main/original developer), but it shouldn't be behind the realms of possibility to add. Did you have a specific csv example available? Are the fees already a negative number in the column? > > - Zack > > -- > > --- > 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/groups/opt_out. > > -- -- --- 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/groups/opt_out.
