From 467d67725055822e048e2e0a689a8cc3ffe4a271 Mon Sep 17 00:00:00 2001 From: Mqdd Date: Wed, 14 Jan 2026 13:57:47 +0700 Subject: pagination pickinglist --- fixco_custom/views/report_picking_list_new.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/report_picking_list_new.xml b/fixco_custom/views/report_picking_list_new.xml index 673e394..277dbed 100644 --- a/fixco_custom/views/report_picking_list_new.xml +++ b/fixco_custom/views/report_picking_list_new.xml @@ -65,7 +65,21 @@ .duplicate-watermark img { width: 400px; } - + body { + counter-reset: page; + } + .footer-page-number { + position: absolute; + bottom: 5px; + right: 10px; + font-size: 16px; + font-weight: bold; + } + .page-number:after { + font-size: 16px; + counter-increment: page; + content: "Page " counter(page) " of " " "; + } @@ -175,6 +189,9 @@ Catatan:

+

-- cgit v1.2.3