From e33f2d321ee4db6a6e6a86e35243100b9f107f22 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 27 Jun 2024 15:29:16 +0700 Subject: logbook bill & send email efaktur document --- indoteknik_custom/views/ir_sequence.xml | 10 +++ indoteknik_custom/views/logbook_bill.xml | 55 +++++++++++++ indoteknik_custom/views/mail_template_efaktur.xml | 26 ++++++ indoteknik_custom/views/purchase_order.xml | 3 + indoteknik_custom/views/report_logbook_bill.xml | 97 +++++++++++++++++++++++ 5 files changed, 191 insertions(+) create mode 100644 indoteknik_custom/views/logbook_bill.xml create mode 100644 indoteknik_custom/views/mail_template_efaktur.xml create mode 100644 indoteknik_custom/views/report_logbook_bill.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index af07ba38..40ce135c 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -20,6 +20,16 @@ 1 1 + + + Logbook Bill + report.logbook.bill + TRUE + LSB/%(year)s/ + 5 + 1 + 1 + Stock Picking Code diff --git a/indoteknik_custom/views/logbook_bill.xml b/indoteknik_custom/views/logbook_bill.xml new file mode 100644 index 00000000..25f1d704 --- /dev/null +++ b/indoteknik_custom/views/logbook_bill.xml @@ -0,0 +1,55 @@ + + + + Logbook Bill + logbook.bill + +
+ + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + Logbook Bill + logbook.bill + ir.actions.act_window + form + + new + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/mail_template_efaktur.xml b/indoteknik_custom/views/mail_template_efaktur.xml new file mode 100644 index 00000000..ca0ea427 --- /dev/null +++ b/indoteknik_custom/views/mail_template_efaktur.xml @@ -0,0 +1,26 @@ + + + + + Invoice: Send mail efaktur document + + Your Invoice ${object.name} + sales@indoteknik.com + ${object.partner_id.email|safe} + +

Dengan Hormat Bpk/Ibu ${object.partner_id.name},

+

Terlampir Faktur Pajak atas Invoice ${object.name}.

+

Keterangan:

+

Mohon dicek langsung faktur pajak terlampir, terutama informasi nomor NPWP dan alamat NPWP serta nama pembelian barang. Jika ada yang tidak sesuai, mohon segera menginformasikan kepada kami paling lambat 1 (satu) minggu dari tanggal email ini. Revisi faktur pajak tidak dapat kami proses apabila sudah melewati 1 (satu) minggu. Harap maklum.

+

Mohon balas email ini jika sudah menerima, terima kasih.

+

Best Regards,
+ PT. Indoteknik Dotcom Gemilang
+ Jl. Bandengan Utara 85A No. 8-9 Penjaringan.
+ Kec. Penjaringan, Jakarta Utara - DKI Jakarta
+ Telp: 021-2933 8828 / 29 | GSM: 0813 9000 7430 / 31
+ Email: sales@indoteknik.com | Whatsapp: 0812 8080 622

+
+ +
+
+
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 08ff7e84..2ae96d7e 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -92,6 +92,7 @@ + @@ -136,6 +137,7 @@ +
@@ -154,6 +156,7 @@ + diff --git a/indoteknik_custom/views/report_logbook_bill.xml b/indoteknik_custom/views/report_logbook_bill.xml new file mode 100644 index 00000000..fc461400 --- /dev/null +++ b/indoteknik_custom/views/report_logbook_bill.xml @@ -0,0 +1,97 @@ + + + + report.logbook.bill.tree + report.logbook.bill + + + + + + + + + + + + + + + + report.logbook.bill.line.tree + report.logbook.bill.line + + + + + + + + + + + + + + + + + + + + report.logbook.bill.form + report.logbook.bill + +
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + Report Logbook Bill + ir.actions.act_window + report.logbook.bill + tree,form + + + + \ No newline at end of file -- cgit v1.2.3