-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Budget split for transactions - implement split #178
Milestone
Comments
For display, I want to show the total amount as it is now, but if a transaction is split the Budget cell should show multiple budgets, one per line, with the amount against that budget in parentheses after the budget name/link. |
jantman
added a commit
that referenced
this issue
Mar 11, 2018
jantman
added a commit
that referenced
this issue
Mar 11, 2018
jantman
added a commit
that referenced
this issue
Mar 11, 2018
jantman
added a commit
that referenced
this issue
Mar 11, 2018
…ble at point... Other element would receive the click' error
jantman
added a commit
that referenced
this issue
Mar 12, 2018
jantman
added a commit
that referenced
this issue
Mar 12, 2018
jantman
added a commit
that referenced
this issue
Mar 12, 2018
…ith timeout errors trying to get the modal
jantman
added a commit
that referenced
this issue
Mar 12, 2018
jantman
added a commit
that referenced
this issue
Mar 12, 2018
…ravisCI errors when clicking a JS link that triggers a modal
jantman
added a commit
that referenced
this issue
Mar 12, 2018
jantman
added a commit
that referenced
this issue
Mar 12, 2018
jantman
added a commit
that referenced
this issue
Mar 18, 2018
jantman
added a commit
that referenced
this issue
Mar 18, 2018
…sorting; disable ordering on budget column
jantman
added a commit
that referenced
this issue
Mar 21, 2018
jantman
added a commit
that referenced
this issue
Mar 21, 2018
jantman
added a commit
that referenced
this issue
Mar 21, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
…Modal UI split support and validation
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 24, 2018
jantman
added a commit
that referenced
this issue
Mar 25, 2018
jantman
added a commit
that referenced
this issue
Mar 25, 2018
jantman
added a commit
that referenced
this issue
Mar 25, 2018
jantman
added a commit
that referenced
this issue
Mar 25, 2018
jantman
added a commit
that referenced
this issue
Mar 25, 2018
jantman
added a commit
that referenced
this issue
Mar 25, 2018
jantman
added a commit
that referenced
this issue
Mar 25, 2018
…ansactions screenshot to include split
jantman
added a commit
that referenced
this issue
Mar 25, 2018
Fixes #178 - UI support for budget splits
Released today in 1.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the second part of adding support for allocating a single transaction against multiple budgets. This must maintain the actual transaction amount (for OFX reconcile, etc.) but allow allocating that amount either to one budget, or split across multiple budgets.
The first part was done in #105 to update the models to use BudgetTransactions to associate a Transaction with a budget. Once that's done and verified, implement the pieces to allow splits, i.e. multiple budgets for a Transaction. OFX reconcile must still work, and allocated vs spent must still work as well.
Planning:
Implementation:
transactions
list now has "budgets" dict instead ofbudget_id
andbudget_name
, likeBiweeklyPayPeriod._dict_for_trans()
budget_id
andbudget_name
; be sure to remove any straggling usesThe text was updated successfully, but these errors were encountered: