https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20726 --- Comment #9 from Séverine Queune <severine.queune@bulac.fr> --- After discussion with staff working on that module, here are our opinions : (In reply to Jonathan Druart from comment #7)
These patches are for discussion.
1. Do we want to display canceled orders? We display them on the bibliographic detail page.
It's not necessary to have them.
2. Before we had 2 lines: one for the last received order and one for the last ordered order. Now that we have one line per order and more information displayed, what could be a good display for prices? (for patch displays "tax excluded/tax included" inside the same cell, which is not clear at all).
The "Total tax excluded" price seems the better choice.
3. Still prices: Do we want a total? I guess so, but I do not think we should surcharge the display too much, and so it will be hard to have the included/excluded values + taxes. Any suggestions?
Total doesn't seem necessary.
4. For the "Spent" values we display the unit price (previous behaviour), but the acquisition home page displays ecost as the spent value if unit price is not set. It sounds like we should do the same on this page (now? later?)
No really opinion...
5. Bug 17877 would like the vendor and internal notes, we add them to this table? With configuration columns setting maybe?
As vendor is displayed just at the top on the "Information" tab, it could be useful if a subscription changed of vendor, but doesn’t seem to be a that necessary for us. We'd love to have internal notes ! A column setting option could be interesting to let everyone choose. (In reply to Jonathan Druart from comment #8)
6. Sort by default on which column?
First on status ("New" // "Ordered" // "Complete"). Inside a status, order by aqordernumber (more recent at the top).
7. Maybe add link to display/hide the already received orders? But in that case it will get harder if we display the total. Good idea !
-- You are receiving this mail because: You are watching all bug changes.