8000 Add missing NCF document types for validation · adh/python-stdnum@77a77ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 77a77ba

Browse files
gustavovalverdearthurdejong
authored andcommitted
Add missing NCF document types for validation
These document types are in the official documentation, but were not being validated: https://dgii.gov.do/cicloContribuyente/facturacion/comprobantesFiscales/Paginas/tiposComprobantes.aspx Closes arthurdejong#186
1 parent d5666b8 commit 77a77ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdnum/do/ncf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@ def compact(number):
7373
'03', # debit note
7474
'04', # credit note (refunds)
7575
'11', # informal supplier invoices (purchases)
76-
'12', # single income record
76+
'12', 61AF # single income invoices
7777
'13', # minor expenses invoices (purchases)
7878
'14', # invoices for special customers (tourists, free zones)
7979
'15', # invoices for the government
80+
'16', # invoices for export
81+
'17', # invoices for payments abroad
8082
)
8183

8284
_ecf_document_types = (

0 commit comments

Comments
 (0)
0