@@ -, +, @@ acquisitions basket page with Bootstrap - Edit - Delete - Close - Reopen - Export - closing a basket is only possible, when there are no uncertain prices (no button close basket) - reopening a basket requires, that you first remove the basket from any basket group (no button to reopen basket) --- .../intranet-tmpl/prog/en/modules/acqui/basket.tt | 94 ++++++++------------ 1 file changed, 36 insertions(+), 58 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -78,7 +78,8 @@ [% UNLESS ( grouped ) %] @@ -127,62 +136,25 @@ [% UNLESS ( confirm_close ) %] [% UNLESS ( selectbasketg ) %] [% UNLESS ( closedate ) %] -
- - - +
Export this basket as CSV
[% ELSE %] [% UNLESS ( grouped ) %] -
- - +
+ +
[% END %] [% END %] @@ -307,13 +279,16 @@ [% FOREACH foot_loo IN book_foot_loop %] Total (GST [% foot_loo.gstgsti %]) - +   +   +   +   [% foot_loo.quantity %] [% foot_loo.totalgste %] [% foot_loo.totalgsti %] - +   [% foot_loo.gstvalue %] - +   [% IF ( active ) %] [% UNLESS ( closedate ) %]   @@ -324,13 +299,16 @@ [% END %] Total ([% currency %]) - +   +   +   +   [% total_quantity %] [% total_gste %] [% total_gsti %] - +   [% total_gstvalue %] - +   [% IF ( active ) %] [% UNLESS ( closedate ) %]   @@ -356,12 +334,12 @@ Suggested by: [% books_loo.surnamesuggestedby %][% IF ( books_loo.firstnamesuggestedby ) %], [% books_loo.firstnamesuggestedby %] [% END %] (suggestion #[% books_loo.suggestionid %]) [% END %] +

[% IF ( books_loo.notes ) %]

Note: [% books_loo.notes|html %] [Change note]

[% ELSE %] - [Add note] +

[Add note]

[% END %] -

[% books_loo.rrpgste %] [% books_loo.ecostgste %] --