I need to periodically send a report of expenses to clients, and get them reimbursed. As I incur expenses, I add entries into an "Assets:Unbilled:ClientX" account, and then move them to "Assets:Receivables:ClientX" when I send the invoice.
What's the best way to get a list of transactions in "Assets:Unbilled:ClientX" that haven't already been moved into "Receivables"?
Is ZeroSum the correct plugin to use here?
Do people use links to tag together expenses with their corresponding invoice?
--
Alok
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/8c628892-a6cb-49de-b56f-cc52e89206eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Beancount" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beancount/1GhV4aztt6Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAK21%2BhNOSz0cvAaWt3vmwNiiAY2nwyXWcJmCVDicCawTnEZNoQ%40mail.gmail.com.
Yes. They're just syntactic help, and that's why I didn't normalize their syntax to have a date like directives. Once parsed, they disappear, they're not included as directives
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CACq9jsBQ3VSfhM0cvzOhbAVjBnM8gAempT87c0dEPLRXA7UTWg%40mail.gmail.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Beancount" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/beancount/1GhV4aztt6Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/f359b41d-e656-40a7-96a4-269cb08ad14e%40googlegroups.com.
Thanks for sharing this, Benjamin! Will take a look at this.When you say "When bill has been prepared, mark all expenses considered off:", do you do this manually ?