diff --git a/assets/css/custom.css b/assets/css/custom.css index 292703f..826be45 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -365,12 +365,16 @@ body { padding: 10px; font-family: 'Courier New', Courier, monospace; font-size: 12px; - line-height: 1.2; + line-height: 1.4; background: #fff; color: #000; break-inside: avoid; page-break-inside: avoid; } +.thermal-receipt.rtl { + direction: rtl; + text-align: right; +} .thermal-receipt .center { text-align: center; } @@ -386,9 +390,12 @@ body { border-bottom: 1px dashed #000; font-size: 10px; } +.thermal-receipt.rtl table th { + text-align: right; +} .thermal-receipt table td { padding: 5px 0; - font-size: 10px; + font-size: 11px; } .thermal-receipt .total-row { font-weight: bold; diff --git a/assets/pasted-20260219-061427-9bafaf53.png b/assets/pasted-20260219-061427-9bafaf53.png new file mode 100644 index 0000000..9d752e0 Binary files /dev/null and b/assets/pasted-20260219-061427-9bafaf53.png differ diff --git a/customer-display.php b/customer-display.php index e7499fe..c4f6da3 100644 --- a/customer-display.php +++ b/customer-display.php @@ -238,24 +238,24 @@ if (empty($slides)) {
- Subtotal + Subtotal OMR 0.000
+
+ VAT + OMR 0.000 +
-
-
Total to Pay
+
Total to Pay
OMR 0.000
@@ -283,87 +283,40 @@ if (empty($slides)) {