From 6613509e8a11ed0669b7a835be555a8f5c6869b1 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Tue, 25 Nov 2025 18:07:18 +0700 Subject: (andri) add flag PO luar negeri printout --- indoteknik_custom/models/purchase_order.py | 2 ++ indoteknik_custom/report/purchase_report.xml | 13 ++++++++++--- indoteknik_custom/views/purchase_order.xml | 1 + 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py index 3312e7fd..8a615df9 100755 --- a/indoteknik_custom/models/purchase_order.py +++ b/indoteknik_custom/models/purchase_order.py @@ -123,6 +123,8 @@ class PurchaseOrder(models.Model): default=True ) + overseas_po = fields.Boolean(string='PO Luar Negeri?', tracking=3, help='Centang jika PO untuk pembelian luar negeri') + @staticmethod def is_local_env(): hostname = socket.gethostname().lower() diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index c51ddc96..d3509720 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -61,9 +61,16 @@ Alamat Pengiriman
PT. Indoteknik Dotcom Gemilang
- Jl. Bandengan Utara Komp A 8 B RT. - Penjaringan, Kec. Penjaringan, Jakarta - (BELAKANG INDOMARET) + + JALAN BANDENGAN UTARA 85A NO.8-9 RT. 003
+ RW. 016, PENJARINGAN, PENJARINGAN, KOTA
+ ADM. JAKARTA UTARA, DKI JAKARTA +
+ + Jl. Bandengan Utara Komp A 8 B RT.
+ Penjaringan, Kec. Penjaringan, Jakarta
+ (BELAKANG INDOMARET) +

Daerah Khusus Ibukota Jakarta 14440 diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 09d901b9..16b8bd44 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -179,6 +179,7 @@ + -- cgit v1.2.3