diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-02-28 09:57:52 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-02-28 09:57:52 +0700 |
| commit | 74950ab252b92c23b2b5dc754fa4d86a28052145 (patch) | |
| tree | 118a0f7de31aa785c36b31cefb7b02e83f820fd4 | |
| parent | 860edce900b22241d5f75e1e4613945c577e1c14 (diff) | |
update xml coretax
| -rw-r--r-- | indoteknik_custom/models/coretax_fatur.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/coretax_fatur.py b/indoteknik_custom/models/coretax_fatur.py index 706a4f44..fec53779 100644 --- a/indoteknik_custom/models/coretax_fatur.py +++ b/indoteknik_custom/models/coretax_fatur.py @@ -59,6 +59,7 @@ class CoretaxFaktur(models.Model): ET.SubElement(tax_invoice, 'TrxCode').text = '04' ET.SubElement(tax_invoice, 'AddInfo') ET.SubElement(tax_invoice, 'CustomDoc') + ET.SubElement(tax_invoice, 'CustomDocMonthYearCustomDocMonthYear') ET.SubElement(tax_invoice, 'RefDesc').text = invoice.name ET.SubElement(tax_invoice, 'FacilityStamp') ET.SubElement(tax_invoice, 'SellerIDTKU').text = '0742260227086000000000' |
