Skip to content

Commit

Permalink
Added sources
Browse files Browse the repository at this point in the history
  • Loading branch information
apardods committed Nov 26, 2024
1 parent bff3256 commit 056b02f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion addons/es/verifactu/extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ var extensions = []*cbc.KeyDefinition{
},
Desc: i18n.String{
i18n.EN: here.Doc(`
Invoice type code used to identify the type of invoice being sent.
Invoice type code used to identify the type of invoice being sent.
Source: VeriFactu Ministerial Order:
* https://www.boe.es/diario_boe/txt.php?id=BOE-A-2024-22138
`),
},
Values: []*cbc.ValueDefinition{
Expand Down Expand Up @@ -93,6 +95,8 @@ var extensions = []*cbc.KeyDefinition{
i18n.EN: here.Doc(`
Tax classification code used to identify the type of tax being applied to the line. It includes both exemption reasons and tax scenarios.
These lists are separate in Verifactu but combined here for convenience.
Source: VeriFactu Ministerial Order:
* https://www.boe.es/diario_boe/txt.php?id=BOE-A-2024-22138
`),
},
Values: []*cbc.ValueDefinition{
Expand Down

0 comments on commit 056b02f

Please sign in to comment.