diff options
| -rw-r--r-- | indoteknik_custom/report/purchase_report.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/report/purchase_report.xml b/indoteknik_custom/report/purchase_report.xml index fbdfd764..0bddb592 100644 --- a/indoteknik_custom/report/purchase_report.xml +++ b/indoteknik_custom/report/purchase_report.xml @@ -58,14 +58,14 @@ <!-- VENDOR & DELIVERY --> <table style="width:100%; margin-bottom:24px; border-collapse:separate; border-spacing:16px 0;"> <tr> - <td style="width:60%; border:1px solid #ccc; padding:8px; vertical-align:top;"> + <td style="width:50%; border:1px solid #ccc; padding:8px; vertical-align:top;"> <strong>Alamat Pengiriman:</strong><br/> PT Indoteknik (Bandengan 1 Depan)<br/> Jl. Bandengan Utara Komp A 8 B<br/> RT. Penjaringan, Kec. Penjaringan, Jakarta (BELAKANG INDOMARET)<br/> JK 14440 - Indonesia </td> - <td style="width:60%; border:1px solid #ccc; padding:8px; vertical-align:top;"> + <td style="width:50%; border:1px solid #ccc; padding:8px; vertical-align:top;"> <strong>Nama Vendor:</strong><br/> <span t-field="doc.partner_id.name"/><br/> <span t-field="doc.partner_id.street"/><br/> @@ -109,7 +109,7 @@ <!-- Tambah jarak + border atas buat deskripsi --> <t t-if="line.product_id.website_description"> <tr style="page-break-inside: avoid;"> - <td style="border:1px solid #ccc; padding:4px; text-align:right;"> + <td colspan="5" style="border:1px solid #ccc; background:#fafafa; padding:10px; text-align:right;"> <span t-field="line.product_id.website_description"/> <!-- <td colspan="5" style=" |
