[Bug 8913] New: Improve acquisitions navigation
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Priority: P5 - low Change sponsored?: --- Bug ID: 8913 Assignee: koha-bugs@lists.koha-community.org Summary: Improve acquisitions navigation Severity: enhancement Classification: Unclassified OS: All Reporter: oleonard@myacpl.org Hardware: All Status: ASSIGNED Version: master Component: Acquisitions Product: Koha Many acquisitions pages do not follow the convention which Koha uses elsewhere distinguishing between actions and views when creating navigation via buttons and menus. The general rule: toolbar buttons are for actions, sidebar menus are for views. Vendor-related pages in particular can be improved by adding a menu for: - Baskets - Basket groups - Contracts - Invoices - Uncertain prices The toolbar can be refined to include: - New -- Basket -- Contract -- Vendor - Edit vendor - Delete vendor - Receive shipments -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 12890 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12890&action=edit Bug 8913 - Improve acquisitions navigation This patch adds a new menu for vendor-related pages in which vendor related "views" can be linked to: baskets, basket groups, contracts, invoices, uncertain prices. The acquisitions toolbar is pared down to vendor-related actions: New basket, contract, or vendor; edit vendor, delete vendor, receive shipment. Other small improvements have been made to other pages: corrections to breadcrumbs and title tags, adding useful links betweeen pages. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> --- Owen, The Uncertain Prices tab links to: http://localhost:8888/cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=1&owner=1 Also, it's kind of annoying that clicking basket and basket groups makes the menu on the left go away. Still poking around to see what else I can find. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #3 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 12892 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12892&action=edit vendor buttons on contract confusing At the top of the contract page there are buttons to edit and delete the vendor - they kind of seem out of place there. Nicole -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Nicole C. Engard <nengard@gmail.com> --- Marking failed qa because of the broken link. Other comments are just suggestions, not bugs. Nicole -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12890|0 |1 is obsolete| | --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 12914 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12914&action=edit Bug 8913 [Revised] Improve acquisitions navigation This patch adds a new menu for vendor-related pages in which vendor related "views" can be linked to: baskets, basket groups, contracts, invoices, uncertain prices. The acquisitions toolbar is pared down to vendor-related actions: New basket, contract, or vendor; edit vendor, delete vendor, receive shipment. Other small improvements have been made to other pages: corrections to breadcrumbs and title tags, adding useful links betweeen pages. Revision corrects broken links. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #6 from Owen Leonard <oleonard@myacpl.org> --- (In reply to comment #2)
The Uncertain Prices tab links to: http://localhost:8888/...
Whoops. Funny, it worked fine on my system ;)
Also, it's kind of annoying that clicking basket and basket groups makes the menu on the left go away.
The baskets link points to booksellers.pl which is both the baskets page for an individual vendor and the search results page for a vendor search. I was looking at it more as the latter, but I see now that it would make sense for a follow-up to add the sidebar menu if booksellerid is defined. (In reply to comment #3)
At the top of the contract page there are buttons to edit and delete the vendor - they kind of seem out of place there.
My reorganization of acquisitions-related navigation tries to organize things in sensible groups, so in this case my goal is to group all vendor-specific pages together and offer vendor-related views and actions on each of those pages. Since contracts are specifically associated with vendors I thought this grouping made sense. However, I'm not an acquisitions user so I hope others can give their opinions too. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #7 from Owen Leonard <oleonard@myacpl.org> --- Oh, and the fact that basket groups doesn't have the menu is because I haven't worked on every acquisitions page yet. If folks think I'm on the right track here I will keep going. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #8 from Nicole C. Engard <nengard@gmail.com> --- I like it and think you're on the right track :) Will test the newest patch. Nicole -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #9 from Nicole C. Engard <nengard@gmail.com> --- All looks good in the revised patch... do I sign off or wait for more feedback and additions to menu pages? Nicole -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #10 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 12918 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12918&action=edit Bug 8913 [Follow-up] Improve acquisitions navigation This follow up adds the vendor menu and toolbar to booksellers.pl when there is only one "search result" (i.e. a vendor id is passed). - Menu appears when booksellerid variable is present - Redundant heading removed - Additional variables added to enable proper display of the toolbar -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12914|0 |1 is obsolete| | --- Comment #11 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 12928 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12928&action=edit [SIGNED-OFF] Bug 8913 [Revised] Improve acquisitions navigation This patch adds a new menu for vendor-related pages in which vendor related "views" can be linked to: baskets, basket groups, contracts, invoices, uncertain prices. The acquisitions toolbar is pared down to vendor-related actions: New basket, contract, or vendor; edit vendor, delete vendor, receive shipment. Other small improvements have been made to other pages: corrections to breadcrumbs and title tags, adding useful links betweeen pages. Revision corrects broken links. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #12 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 12929 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12929&action=edit [SIGNED-OFF] Bug 8913 [Follow-up] Improve acquisitions navigation This follow up adds the vendor menu and toolbar to booksellers.pl when there is only one "search result" (i.e. a vendor id is passed). - Menu appears when booksellerid variable is present - Redundant heading removed - Additional variables added to enable proper display of the toolbar Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12918|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com --- Comment #13 from Kyle M Hall <kyle@bywatersolutions.com> --- Those two patches look good, but shouldn't basket groups have the side tabs as well? I suppose invoices should as well, technically, but that space is already taken by the invoice search. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #14 from Nicole C. Engard <nengard@gmail.com> --- Also while working on help files I found an acq page that needs these new menus: /cgi-bin/koha/acqui/uncertainprice.pl I was going to fix the breadcrumbs on this, but if you're changing all acq pages navigation I figured you can just wrap that fix up in your patches. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #15 from Owen Leonard <oleonard@myacpl.org> --- (In reply to comment #14)
I was going to fix the breadcrumbs on this, but if you're changing all acq pages navigation I figured you can just wrap that fix up in your patches.
Yes, both those fixes are in the first patch. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m --- Comment #16 from Jonathan Druart <jonathan.druart@biblibre.com> --- QA Comments: Hi Owen, On the acqui/booksellers.pl?booksellerid=XX view I see the vendor menu and the acquisition menu, is it normal ? I suppose yes. So maybe we want to have the acq menu for the uncertainprice page too ? Otherwise nothing to say, it is a great patch for the acq module ergonomy :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #17 from Owen Leonard <oleonard@myacpl.org> --- (In reply to comment #16)
On the acqui/booksellers.pl?booksellerid=XX view I see the vendor menu and the acquisition menu, is it normal ? I suppose yes.
When you say "acquisition menu" you mean the menu in the left-hand sidebar with Late orders, Suggestions, Invoices etc.?
So maybe we want to have the acq menu for the uncertainprice page too ?
Perhaps the acq menu belongs on every acquisitions page which shows the left-hand sidebar, under the view menu if it is present? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #18 from Jonathan Druart <jonathan.druart@biblibre.com> --- (In reply to comment #17)
(In reply to comment #16)
On the acqui/booksellers.pl?booksellerid=XX view I see the vendor menu and the acquisition menu, is it normal ? I suppose yes.
When you say "acquisition menu" you mean the menu in the left-hand sidebar with Late orders, Suggestions, Invoices etc.?
Yes that's it
So maybe we want to have the acq menu for the uncertainprice page too ?
Perhaps the acq menu belongs on every acquisitions page which shows the left-hand sidebar, under the view menu if it is present?
Yes but it seems to be displayed for all acquisition pages except the uncertainprice page. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |katrin.fischer@bsz-bw.de Patch complexity|--- |Small patch QA Contact| |katrin.fischer@bsz-bw.de --- Comment #19 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Owen, I found some problems: invoices.pl - the vendor in the table is now a link, but the booksellerid is missing from the URL. basketgroup.pl?booksellerid=2 - doesn't show the new navigation, but uncertain prices does? aqcontract.pl?booksellerid=2 and others - invoices link doesn't does go to the correct page, but doesn't show invoices for the vendor (empty list) Could you take a look? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12928|0 |1 is obsolete| | Attachment #12929|0 |1 is obsolete| | --- Comment #20 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 15036 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15036&action=edit Bug 8913 [Revised] Improve acquisitions navigation This patch adds a new menu for vendor-related pages in which vendor related "views" can be linked to: baskets, basket groups, contracts, invoices, uncertain prices. The acquisitions toolbar is pared down to vendor-related actions: New basket, contract, or vendor; edit vendor, delete vendor, receive shipment. Other small improvements have been made to other pages: corrections to breadcrumbs and title tags, adding useful links betweeen pages. Vendor menu and toolbar are added to booksellers.pl when there is only one "search result" (i.e. a vendor id is passed). - Menu appears when booksellerid variable is present - Redundant heading removed - Additional variables added to enable proper display of the toolbar Revision corrects broken links pointed out by QA. TODO: Add coverage of Basket groups page. To test, navigate Acquisitions pages and test as many links and buttons as you can, confirming that nothing is broken on vendor pages, invoice pages, contract pages, uncertain price pages, etc. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15036|0 |1 is obsolete| | --- Comment #21 from Nicole C. Engard <nengard@gmail.com> --- Created attachment 15057 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15057&action=edit [SIGNED-OFF] Bug 8913 [Revised] Improve acquisitions navigation This patch adds a new menu for vendor-related pages in which vendor related "views" can be linked to: baskets, basket groups, contracts, invoices, uncertain prices. The acquisitions toolbar is pared down to vendor-related actions: New basket, contract, or vendor; edit vendor, delete vendor, receive shipment. Other small improvements have been made to other pages: corrections to breadcrumbs and title tags, adding useful links betweeen pages. Vendor menu and toolbar are added to booksellers.pl when there is only one "search result" (i.e. a vendor id is passed). - Menu appears when booksellerid variable is present - Redundant heading removed - Additional variables added to enable proper display of the toolbar Revision corrects broken links pointed out by QA. TODO: Add coverage of Basket groups page. To test, navigate Acquisitions pages and test as many links and buttons as you can, confirming that nothing is broken on vendor pages, invoice pages, contract pages, uncertain price pages, etc. Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> All tests pass - I like this very much! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #22 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Testing this now. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #23 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Owen, I found a problem: 1) "Delete vendor" button shows up on some pages. The button should only show up when no baskets have been created for vendor yet. Pages I found the problem are: /cgi-bin/koha/acqui/uncertainprice.pl?booksellerid=2&owner=1 /cgi-bin/koha/admin/aqcontract.pl?booksellerid=2 2) The new invoices page is missing the toolbar. If you want to add it there too, this could be a separate bug. Failing QA, because 1) could cause trouble. Can you please fix in a follow-up? Thanks! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15057|0 |1 is obsolete| | --- Comment #24 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 15246 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15246&action=edit Bug 8913 [Revised] Improve acquisitions navigation This patch adds a new menu for vendor-related pages in which vendor related "views" can be linked to: baskets, basket groups, contracts, invoices, uncertain prices. The acquisitions toolbar is pared down to vendor-related actions: New basket, contract, or vendor; edit vendor, delete vendor, receive shipment. Other small improvements have been made to other pages: corrections to breadcrumbs and title tags, adding useful links betweeen pages. Vendor menu and toolbar are added to booksellers.pl when there is only one "search result" (i.e. a vendor id is passed). - Menu appears when booksellerid variable is present - Redundant heading removed - Additional variables added to enable proper display of the toolbar - Revision corrects broken links pointed out by QA. - Revision adds check of existing baskets and subscriptions as a condition on display of the vendor delete button. TODO: Add coverage of Basket groups page. To test, navigate Acquisitions pages and test as many links and buttons as you can, confirming that nothing is broken on vendor pages, invoice pages, contract pages, uncertain price pages, etc. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15246|0 |1 is obsolete| | --- Comment #25 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 15281 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15281&action=edit Bug 8913 [Revised] Improve acquisitions navigation This patch adds a new menu for vendor-related pages in which vendor related "views" can be linked to: baskets, basket groups, contracts, invoices, uncertain prices. The acquisitions toolbar is pared down to vendor-related actions: New basket, contract, or vendor; edit vendor, delete vendor, receive shipment. Other small improvements have been made to other pages: corrections to breadcrumbs and title tags, adding useful links betweeen pages. Vendor menu and toolbar are added to booksellers.pl when there is only one "search result" (i.e. a vendor id is passed). - Menu appears when booksellerid variable is present - Redundant heading removed - Additional variables added to enable proper display of the toolbar - Revision corrects broken links pointed out by QA. - Revision adds check of existing baskets and subscriptions as a condition on display of the vendor delete button. TODO: Add coverage of Basket groups page. To test, navigate Acquisitions pages and test as many links and buttons as you can, confirming that nothing is broken on vendor pages, invoice pages, contract pages, uncertain price pages, etc. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> All tests and QA script pass. Tests done: 1) New toolbar - vendor search - no results = button to create new vendor shows - 1 result = additional new options show - more than one result = button to create new vendor shows 2) Vendor views - acq toolbar consistent with 1 result in vendor search - new tabs on the left - checked all links have the needed parameters and work correctly 3) New toolbar - different pages - Toolbar is formatted consistently - Delete vendor shows only up when it should - no baskets or subscriptions - Links work correctly Works nicely, great groundwork for further improvements. TODO Add new toolbar to (new) invoices page. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #26 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- I intend to push this patch, since I think it's an improvement as it is, but I spotted a few issues that I'd like to point out and get commentary on before I do so (in particular, I'd like to know if I've missed the point of the new navigation anywhere, so I can retest if I was doing things wrong): 1) When viewing a vendor, the tabs on the left are too high, and wasn't sure whether they were specific to the vendor I was viewing (they were). 2) The tabs on the left do not highlight when you're viewing a specific page. 3) The bullet list with "Late orders," etc., shows up floating underneath the tabs on the Baskets page. 4) (you mentioned this) The basket groups page doesn't use the new navigation. 5) (Katrin mentioned this) The invoices page doesn't use the new navigation. 6) If I create a new contract, the buttons for editing and deleting the vendor appear right above the form for entering information about the new contract. 7) The late orders page doesn't use the new navigation. Also, a question that may or may not be another issue to address in follow-ups: in what way are suggestions related to the rest of the Acquisitions module? Finally, I hope once this is pushed you'll update the YUI toolbars to use Bootstrap. :) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #27 from Owen Leonard <oleonard@myacpl.org> --- (In reply to comment #26)
1) When viewing a vendor, the tabs on the left are too high, and wasn't sure whether they were specific to the vendor I was viewing (they were).
Can you explain what you mean by too high?
2) The tabs on the left do not highlight when you're viewing a specific page.
Good point!
3) The bullet list with "Late orders," etc., shows up floating underneath the tabs on the Baskets page.
Yes, I'm uncertain about how to handle some of those links. This issue is connected to 7):
7) The late orders page doesn't use the new navigation.
Late orders could be linked to a particular vendor (so that the path must be vendor-> late orders for that vendor) or it could be a place to start from scratch (late orders -> choose a vendor). Or both. How to handle links like that which are more general? That bulleted list is what we have.
Also, a question that may or may not be another issue to address in follow-ups: in what way are suggestions related to the rest of the Acquisitions module?
If you don't have pending suggestions showing up on the staff home page, the only way to access suggestions in the staff client is through acquisitions. That's the only place where we have a link to it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 --- Comment #28 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I have been thinking about the point Jared made about the bullet list navigatoin below the view tabs. It doesn't seem to fit well into our existing naviation structures right now. One idea I had that would make it fit a bit better would be adding it to the top navigation, either as it's own entry with subentries like more or a new submenu under more acquisitions. Not sure what you think about that? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8913 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #29 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This patch has been pushed to master. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org