4 comments

[ 2.4 ms ] story [ 16.6 ms ] thread
Looks like it supports split transactions which is great.

How would you approach budgeting/tagging transactions?

e.g. you might have a "materialised" transaction to your bank account, transferring to sales, but if you wanted to also track this against a salesperson, how would this be achieved?

Use case for this, is accounting, when you want to track that a transaction is an expense, but also track it against a budget.

Would you do it with 3 sets of transactions all linked, like 1 materialised, and 2 non-materialised?

dang! this was exactly something like I have been looking for. I have an app idea in mind that could use abstracting away the financial logic.