[FR] Budget tracking with category breakdown and summary #234
candogruyol
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Built a budget tracking system on my fork:
trip_budgettable: per-category planned amounts (flights, accommodation, food, attractions, transport, shopping, misc)GET /api/trips/{id}/budget/summaryreturns: planned_total, actual_total (sum of item prices), breakdown_by_category, per_day costsIntegrates with existing
paid_byfield. Also built a cost settlement endpoint (GET /api/trips/{id}/settlement) that calculates who owes whom for group trips.Happy to PR if interested.
Beta Was this translation helpful? Give feedback.
All reactions