Bug 34166

Summary: Show total price in table of suggestions
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: CONFIRMED --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: baptiste.wojtkowski, clemens.tubach, jonathan.druart, michaela.sieber
Version: MainKeywords: Academy
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41441
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2023-06-30 09:10:56 UTC
For determining if a suggestion is accepted the price can play a big role. Sometimes libraries will have a separate custom status for items that need to wait for available funds.

It would be great if Koha showed the total price of the suggestion in the table.
Comment 1 Michaela Sieber 2025-12-12 15:43:27 UTC
*** Bug 41441 has been marked as a duplicate of this bug. ***
Comment 2 Michaela Sieber 2025-12-12 15:50:37 UTC
To reproduce:

1.) Go to Suggestions (cgi-bin/koha/suggestion/suggestion.pl)
2.) Enter a new purchase suggestion with a Title and some acquisition data like price & currency, fund and copies
3.) verify that there is already a column for fund, but there are no columns for the total price

The total price is stored in the database in suggestions.total

suggested total cost = price*quantity updated for currency