Bug 32733

Summary: Add more page-sections to basket summary page
Product: Koha Reporter: Martin Renvoize <martin.renvoize>
Component: Staff interfaceAssignee: Martin Renvoize <martin.renvoize>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: minor    
Priority: P5 - low CC: gmcharlt, lucas
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
23.05.00,22.11.03
Bug Depends on: 31932    
Bug Blocks:    
Attachments: Card locations
Bug 32733: Add page-section cards to basket summary
Bug 32733: Add page-section cards to basket summary
Bug 32733: (follow-up) Reorganize classification of information
Bug 32733: (follow-up) Reorganize classification of information
Bug 32733: Add page-section cards to basket summary
Bug 32733: (follow-up) Reorganize classification of information

Description Martin Renvoize 2023-01-26 11:00:13 UTC
Currently, the basket summary page only puts the 'Orders' detail inside a page-section (and even if there are no orders associated with the basket yet, the page-section displays as an empty white block.

I think, for consistency with other area's in the staff client, we should also put the other basket details in their own respective page-section 'cards'.
Comment 1 Martin Renvoize 2023-01-26 11:17:41 UTC
Created attachment 145688 [details]
Card locations
Comment 2 Martin Renvoize 2023-01-26 11:40:05 UTC
Created attachment 145689 [details] [review]
Bug 32733: Add page-section cards to basket summary

This patch adds two new page-section divs to the basket summary page.
One for each column of details in the top area of the summary page.
Comment 3 Martin Renvoize 2023-01-26 11:41:34 UTC
Set to NSO to gather comments. I've basically tried to make the display more closely match that of the patron details display page.
Comment 4 Owen Leonard 2023-01-26 12:19:51 UTC
Created attachment 145691 [details] [review]
Bug 32733: Add page-section cards to basket summary

This patch adds two new page-section divs to the basket summary page.
One for each column of details in the top area of the summary page.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 5 Owen Leonard 2023-01-26 12:19:55 UTC
Created attachment 145692 [details] [review]
Bug 32733: (follow-up) Reorganize classification of information

If we're dividing the sections into labeled "Information" and
"Settings," I propose that we try to put under "Information" lines
which are just for display, and under "Settings" lines which allow the
user to change things: Managed by, managing library, basket group, etc.

This patch moves a few lines to accomplish this. The only other change
is to remove a "float:left" inline style from the "Change library" form
to make it display better.
Comment 6 Martin Renvoize 2023-01-26 13:38:20 UTC
Created attachment 145693 [details] [review]
Bug 32733: (follow-up) Reorganize classification of information

If we're dividing the sections into labeled "Information" and
"Settings," I propose that we try to put under "Information" lines
which are just for display, and under "Settings" lines which allow the
user to change things: Managed by, managing library, basket group, etc.

This patch moves a few lines to accomplish this. The only other change
is to remove a "float:left" inline style from the "Change library" form
to make it display better.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 7 Katrin Fischer 2023-01-27 13:10:10 UTC
Created attachment 145738 [details] [review]
Bug 32733: Add page-section cards to basket summary

This patch adds two new page-section divs to the basket summary page.
One for each column of details in the top area of the summary page.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Comment 8 Katrin Fischer 2023-01-27 13:10:14 UTC
Created attachment 145739 [details] [review]
Bug 32733: (follow-up) Reorganize classification of information

If we're dividing the sections into labeled "Information" and
"Settings," I propose that we try to put under "Information" lines
which are just for display, and under "Settings" lines which allow the
user to change things: Managed by, managing library, basket group, etc.

This patch moves a few lines to accomplish this. The only other change
is to remove a "float:left" inline style from the "Change library" form
to make it display better.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Comment 9 Tomás Cohen Arazi 2023-01-27 19:19:51 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 10 Matt Blenkinsop 2023-01-31 14:36:24 UTC
Nice work everyone!

Pushed to stable for 22.11.x
Comment 11 Lucas Gass 2023-02-01 19:00:33 UTC
Missing dependencies for 22.05.x, no backport