From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- vit_efaktur/data/context_menu.xml | 22 ++++++ vit_efaktur/data/cron.xml | 19 +++++ vit_efaktur/data/ir_sequence.xml | 147 ++++++++++++++++++++++++++++++++++++++ vit_efaktur/data/parameters.xml | 24 +++++++ 4 files changed, 212 insertions(+) create mode 100644 vit_efaktur/data/context_menu.xml create mode 100644 vit_efaktur/data/cron.xml create mode 100644 vit_efaktur/data/ir_sequence.xml create mode 100644 vit_efaktur/data/parameters.xml (limited to 'vit_efaktur/data') diff --git a/vit_efaktur/data/context_menu.xml b/vit_efaktur/data/context_menu.xml new file mode 100644 index 0000000..1769d04 --- /dev/null +++ b/vit_efaktur/data/context_menu.xml @@ -0,0 +1,22 @@ + + + + + + + Assign E-Faktur + True + + code + action = pool.get('account.move').action_assign_efaktur(cr, uid, context) + + + + + + + + + + + diff --git a/vit_efaktur/data/cron.xml b/vit_efaktur/data/cron.xml new file mode 100644 index 0000000..443ba22 --- /dev/null +++ b/vit_efaktur/data/cron.xml @@ -0,0 +1,19 @@ + + + + + + Read ca_pembayaran tabel from MySQL SPC and create payment voucher for the related invoice + True + + 50 + minutes + -1 + + + + + + + + \ No newline at end of file diff --git a/vit_efaktur/data/ir_sequence.xml b/vit_efaktur/data/ir_sequence.xml new file mode 100644 index 0000000..1149ae4 --- /dev/null +++ b/vit_efaktur/data/ir_sequence.xml @@ -0,0 +1,147 @@ + + + + + + Surat UP Type + anggaran.sup + + + + Surat UP + anggaran.sup + UP/%(year)s/%(month)s/ + 3 + 1 + 1 + standard + + + + + Surat SPP Type + anggaran.spp + + + + Surat SPP + anggaran.spp + SPP/%(year)s/%(month)s/ + 3 + 1 + 1 + standard + + + + + Surat SPM Type + anggaran.spm + + + + Surat SPM + anggaran.spm + SPM/%(year)s/%(month)s/ + 3 + 1 + 1 + standard + + + + + Surat SPTB Type + anggaran.sptb + + + + Surat SPTB + anggaran.sptb + SPTB/%(year)s/%(month)s/ + 3 + 1 + 1 + standard + + + + + Bukti Kas Masuk Type + anggaran.kas.in + + + + Bukti Kas Masuk + anggaran.kas.in + KM/%(year)s/%(month)s/ + 3 + 1 + 1 + standard + + + + Bukti Kas Keluar Type + anggaran.kas.out + + + + Bukti Kas Keluar + anggaran.kas.out + KK/%(year)s/%(month)s/ + 3 + 1 + 1 + standard + + + + + Biaya Type + anggaran.biaya + + + + Biaya + anggaran.biaya + BI/%(year)s/%(month)s/ + 3 + 1 + 1 + standard + + + + + Cashflow Type + anggaran.cashflow + + + + Cashflow + anggaran.cashflow + CF/%(year)s/%(month)s/ + 3 + 1 + 1 + standard + + + + + Investasi Type + anggaran.investasi + + + + Investasi + anggaran.investasi + INV/%(year)s/%(month)s/ + 3 + 1 + 1 + standard + + + \ No newline at end of file diff --git a/vit_efaktur/data/parameters.xml b/vit_efaktur/data/parameters.xml new file mode 100644 index 0000000..8807305 --- /dev/null +++ b/vit_efaktur/data/parameters.xml @@ -0,0 +1,24 @@ + + + + + + spc.hostname + 127.0.0.1 + + + spc.dbname + spc + + + + spc.username + root + + + + spc.password + 1234 + + + -- cgit v1.2.3