8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5666b8 commit 77a77baCopy full SHA for 77a77ba
stdnum/do/ncf.py
@@ -73,10 +73,12 @@ def compact(number):
73
'03', # debit note
74
'04', # credit note (refunds)
75
'11', # informal supplier invoices (purchases)
76
- '12', # single income record
+ '12', 61AF # single income invoices
77
'13', # minor expenses invoices (purchases)
78
'14', # invoices for special customers (tourists, free zones)
79
'15', # invoices for the government
80
+ '16', # invoices for export
81
+ '17', # invoices for payments abroad
82
)
83
84
_ecf_document_types = (
0 commit comments