Bugzilla – Attachment 150384 Details for
Bug 33340
Correct formatting of English 1-page order PDF when the basket group covers multiple pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33340: Correct formatting of English 1-page order PDF when it covers multiple pages
Bug-33340-Correct-formatting-of-English-1-page-ord.patch (text/plain), 2.47 KB, created by
Kyle M Hall (khall)
on 2023-04-28 13:45:48 UTC
(
hide
)
Description:
Bug 33340: Correct formatting of English 1-page order PDF when it covers multiple pages
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-04-28 13:45:48 UTC
Size:
2.47 KB
patch
obsolete
>From c5ca9ac4b9c122cdd6591b51b944de5a45a72afb Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Mon, 27 Mar 2023 03:17:16 +0000 >Subject: [PATCH] Bug 33340: Correct formatting of English 1-page order PDF > when it covers multiple pages > >If a basket group contains many ordered items then this patchset will >ensure: > - The page number at the bottom of the first page is not obscured > - The table of ordered items does not start half way down the second > page > >Test plan: > >1) Go to Koha Administration -> Libraries. Ensure Library A has an >address, phone and fax. >2) Go to Koha Administration -> System preferences. Search for >OrderPdfFormat. Set this to English 1-page layout option. >3) Go to Acquisitions. Use an existing vendor or create a new one. >Ensure the vendor has a postal address, phone, fax and accout number. >4) Create a basket for this vendor. Add many orders to this basket, for >example 25 items (this is to make the Order PDF cover multiple pages). >5) Close the basket and add it to a basket group of the same name. >6) Edit the basket group. Add an address in the delivery place, and a >delivery comment. Check the box to close the basket group and Save. >7) Click the button to Export as PDF. >8) View the exported PDF. Confirm the PDF is multiple pages long. If it >is not then re-open the basketgroup and add more orders to the basket >and repeat steps 5, 6, 7 and 8 >9) If the PDF is multiple pages long then confirm: >- The page numbers at the bottom of the first page are not obscured by >the order table. >- That the order table starts near the top of the second page, and not >half way down. >10) Reopen the basketgroup. Edit the details and remove the delivery >place text. Re-close the basketgroup. >10) Repeat steps 7 and 8. > >Sponsored-by: Pymble Ladies' College >Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/pdfformat/layout1page.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/pdfformat/layout1page.pm b/Koha/pdfformat/layout1page.pm >index e3b498325a..72aac83f76 100644 >--- a/Koha/pdfformat/layout1page.pm >+++ b/Koha/pdfformat/layout1page.pm >@@ -103,8 +103,8 @@ sub printorders { > x => 10/mm, > w => ($width - 20)/mm, > start_y => 170/mm, >- next_y => 170/mm, >- start_h => 260/mm, >+ next_y => 280/mm, >+ start_h => 150/mm, > next_h => 260/mm, > padding => 5, > padding_right => 5, >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33340
:
148731
|
148732
|
148733
|
148764
| 150384