-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
Add total of FMVs to Purchase Index; Fix pagination of Amount spent #4746
Comments
I can work on this one. |
Please do! |
This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned. |
Automatically unassigned after 7 days of inactivity. |
I would like to work on this one |
Please do! |
@Hungle2911 -- No -- that's not what we want -- don't think about the inventory page at all (sorry for the language that led you down that path) We want to add totals for the Fair Market Value to the current purchase index page. It'll look more like the Distributions page -- only with 3 columns that have totals, instead of just the two that page has. |
Oh, I think I get it now. Sorry, I was a little bit confused because this is my first issue. Thank you so much for clarification. |
Not your fault -- there was some legitimately bad wording in it. |
This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned. |
… Amount spent (#4847) * feat: add total amount spent and FMV with pagination behaviour * fix: use paginated_purchases to calculate paginated_fair_market_values * fixing mis-merge --------- Co-authored-by: CL Fisher <[email protected]> Co-authored-by: CL Fisher <[email protected]>
Summary
Add a total of the Fair Market Values to the Purchase index, and paginate the amount spent
Why
Useful information for the banks
Details
The purchase index is reached by signing in on your local copy as [email protected], then clicking on Purchases, then All Purchases in the left-hand menu
There is a dollar amount in the totals, but it is the amount spent, We want to also have the Full Market Value total (the column to the right of the amount spent)
Both the amount spent and the FMV should be paginated similar to the quantity of items.
Criteria for completion
The text was updated successfully, but these errors were encountered: