From 6ff3a1abae7c0d9db659991811b69d4ad66effb8 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Tue, 3 Mar 2026 13:37:56 +0700 Subject: (andri) edit date accounting pada journal entries sekaligus via tree --- indoteknik_custom/views/account_move.xml | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index c5f9580c..4b9f5316 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -218,6 +218,48 @@ action = records.export_faktur_to_xml() + + Set to Draft + + + code + action = records.button_draft() + + + + + + Change Date + + + code + action = records.action_open_change_date_wizard() + + + + account.move.change.date.wizard.form + account.move.change.date.wizard + +
+

Ubah tanggal journal yang dipilih, pastikan untuk memeriksa kembali tanggal yang akan diubah sebelum mengkonfirmasi perubahan.

+ + + +
+
+
+
+
+ sync.promise.date.wizard.form sync.promise.date.wizard -- cgit v1.2.3 From 699450dad70ee7281a5c6d9c6473953dbd227447 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Wed, 4 Mar 2026 08:56:42 +0700 Subject: tambah filter analytics account di general ledger --- indoteknik_custom/views/account_move_line.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move_line.xml b/indoteknik_custom/views/account_move_line.xml index 346494f3..cb6f6690 100644 --- a/indoteknik_custom/views/account_move_line.xml +++ b/indoteknik_custom/views/account_move_line.xml @@ -24,6 +24,19 @@ + + account.move.line.filter.inherit + account.move.line + + + + + + + -- cgit v1.2.3