kitchenowl
kitchenowl copied to clipboard
Feature request: Export CSV expenses of a household
What's the feature 🧐
I usually add the expenses to a kitchenowl household and once a month I manually export this data to a budget spreadsheet (one day, maybe, I'll move to Firefly III) I'd like to export all the expenses to a CSV in order to simplify the copy paste process.
Thank you for your amazing project and keep up the good work!!
Extra information and references
No response
Any specific format firefly expects? Or is
Name,Amount,Category,Paid by, Paid for
enough?
I think that some more fields would be useful:
Name,Amount,Category,Paid by,Paid for,Username,Amount owe, Type
With:
-
Username
-> The user interested by the expense -
Amount owe
-> The quantity owed by the user -
Type
-> Payment if it's a money movement between 2 user, split_expense if it's an expense between 2 user
So to understand if Alice does a Payment of 100€ that has to be (splitted with Bob) and then Bob repays her with 50€, I would expect 3 transactions:
-
My Shared Expense,100,Category,Alice,Alice,Alice,50,split_expense
-
My Shared Expense,100,Category,Alice,Bob,Bob,50,split_expense
-
Repayment,50,Repayment,Bob,Alice,Alice,50,payment