summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/invoice_reklas.py
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-01-24 09:48:27 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-01-24 09:48:27 +0700
commitd61386fdd9e6082f66ba412dc5ad56e3ff3b2c08 (patch)
treec6d52276b8ee1668403d5133e228d5c2ed3d0180 /indoteknik_custom/models/invoice_reklas.py
parent9ab92b40a25ad0f677855780a903abc731b6f841 (diff)
cr chart of account journal entries
Diffstat (limited to 'indoteknik_custom/models/invoice_reklas.py')
-rw-r--r--indoteknik_custom/models/invoice_reklas.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/invoice_reklas.py b/indoteknik_custom/models/invoice_reklas.py
index 30da02d1..f5bb5a25 100644
--- a/indoteknik_custom/models/invoice_reklas.py
+++ b/indoteknik_custom/models/invoice_reklas.py
@@ -49,7 +49,7 @@ class InvoiceReklas(models.TransientModel):
if self.reklas_type == 'penjualan':
parameter_debit = {
'move_id': account_move.id,
- 'account_id': 449, # uang muka penjualan
+ 'account_id': 668, # penerimaan belum alokasi
'partner_id': invoice.partner_id.id,
'currency_id': 12,
'debit': self.pay_amt,
@@ -77,7 +77,7 @@ class InvoiceReklas(models.TransientModel):
}
parameter_credit = {
'move_id': account_move.id,
- 'account_id': 401,
+ 'account_id': 669,
'partner_id': invoice.partner_id.id,
'currency_id': 12,
'debit': 0,