From a4352ddc19c392e0ed5f30d350ce928d98f5b6e2 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 23 Aug 2023 11:59:53 +0700 Subject: mail po & note --- indoteknik_custom/views/mail_template_po.xml | 100 ++++++++------------- .../views/procurement_monitoring_detail.xml | 7 +- 2 files changed, 41 insertions(+), 66 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/mail_template_po.xml b/indoteknik_custom/views/mail_template_po.xml index 02053767..f4eb3577 100644 --- a/indoteknik_custom/views/mail_template_po.xml +++ b/indoteknik_custom/views/mail_template_po.xml @@ -12,69 +12,43 @@ style="padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;"> - - - - - - - - - - - +
- - - - - - - -
- PO
- - ${object.name} - -
-
-
-
- - - - - - - -
-
- Dear Stefanus Darren & Tyas K Putra, -

- Terdapat PO yang harga Unit Price nya tidak sama dengan yang ada di purchase pricelist nya. -

- Berikut adalah rincian PO: - % for line in object.order_line: - % if line.price_unit != line.price_vendor -
    -
  • Nama Produk: ${line.product_id.name}
  • -
  • Harga Unit dalam PO: Rp ${'{:,.2f}'.format(line.price_unit)}
  • -
  • Harga Unit dalam Purchase Pricelist: Rp ${'{:,.2f}'.format(line.price_vendor)}
  • -
- % endif - % endfor - Silahkan periksa dan lakukan koreksi jika diperlukan. -

- Terima kasih. -
-
-
-
-
+ + +
+
+ Dear Stefanus Darren & Tyas K Putra, +

+ Terdapat PO yang harga Unit Price nya tidak sama dengan yang ada di purchase pricelist nya. +

+ Berikut adalah rincian PO: +
+ + + + + + + + % for line in object.order_line: + % if line.price_vendor != 0 and line.price_unit != line.price_vendor + + + + + + + % endif + % endfor +
Nama ProdukBrandHarga Unit dalam POHarga Unit dalam Purchase Pricelist
${line.product_id.name}${line.product_id.x_manufacture.x_name}Rp ${'{:,.2f}'.format(line.price_unit)}Rp ${'{:,.2f}'.format(line.price_vendor)}
+
+ Silahkan periksa dan lakukan koreksi jika diperlukan. +

+ Terima kasih. +
+
diff --git a/indoteknik_custom/views/procurement_monitoring_detail.xml b/indoteknik_custom/views/procurement_monitoring_detail.xml index 8f3827c1..e4939213 100644 --- a/indoteknik_custom/views/procurement_monitoring_detail.xml +++ b/indoteknik_custom/views/procurement_monitoring_detail.xml @@ -17,10 +17,11 @@ + -- cgit v1.2.3