Skip to content

Commit

Permalink
updated examples and generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolivie committed Mar 5, 2025
1 parent df622b0 commit b7871bc
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 9 deletions.
42 changes: 42 additions & 0 deletions data/addons/it-adecf-v1.json → data/addons/it-ticket-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
"name": {
"en": "Italy AdE ticket v1.x"
},
"sources": [
{
"title": {
"en": "Italian AdE Cassetto Fiscale"
},
"url": "https://www.agenziaentrate.gov.it/portale/schede/comunicazioni/fatture-e-corrispettivi",
"content_type": "application/pdf"
},
{
"title": {
"en": "Italian AdE Fattura e Corrispettivi"
},
"url": "https://www.agenziaentrate.gov.it/portale/schede/comunicazioni/fatture-e-corrispettivi",
"content_type": "application/pdf"
}
],
"extensions": [
{
"key": "it-ticket-exempt",
Expand Down Expand Up @@ -55,6 +71,32 @@
}
}
]
},
{
"key": "it-ticket-product",
"name": {
"en": "AdE CF Product Key",
"it": "Chiave Prodotto AdE CF"
},
"desc": {
"en": "Product keys are used by AdE CF to differentiate between goods\nand services."
},
"values": [
{
"code": "goods",
"name": {
"en": "Delivery of goods",
"it": "Consegna di beni"
}
},
{
"code": "services",
"name": {
"en": "Provision of services",
"it": "Prestazione di servizi"
}
}
]
}
],
"scenarios": null,
Expand Down
4 changes: 4 additions & 0 deletions data/schemas/bill/delivery.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@
"const": "it-sdi-v1",
"title": "Italy SDI FatturaPA v1.x"
},
{
"const": "it-ticket-v1",
"title": "Italy AdE ticket v1.x"
},
{
"const": "mx-cfdi-v4",
"title": "Mexican SAT CFDI v4.X"
Expand Down
8 changes: 4 additions & 4 deletions data/schemas/bill/invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,14 @@
"const": "gr-mydata-v1",
"title": "Greece MyData v1.x"
},
{
"const": "it-ticket-v1",
"title": "Italy AdE ticket v1.x"
},
{
"const": "it-sdi-v1",
"title": "Italy SDI FatturaPA v1.x"
},
{
"const": "it-ticket-v1",
"title": "Italy AdE ticket v1.x"
},
{
"const": "mx-cfdi-v4",
"title": "Mexican SAT CFDI v4.X"
Expand Down
4 changes: 4 additions & 0 deletions data/schemas/bill/order.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,10 @@
"const": "it-sdi-v1",
"title": "Italy SDI FatturaPA v1.x"
},
{
"const": "it-ticket-v1",
"title": "Italy AdE ticket v1.x"
},
{
"const": "mx-cfdi-v4",
"title": "Mexican SAT CFDI v4.X"
Expand Down
8 changes: 4 additions & 4 deletions data/schemas/bill/payment.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,14 @@
"const": "gr-mydata-v1",
"title": "Greece MyData v1.x"
},
{
"const": "it-ticket-v1",
"title": "Italy AdE ticket v1.x"
},
{
"const": "it-sdi-v1",
"title": "Italy SDI FatturaPA v1.x"
},
{
"const": "it-ticket-v1",
"title": "Italy AdE ticket v1.x"
},
{
"const": "mx-cfdi-v4",
"title": "Mexican SAT CFDI v4.X"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"uuid": "8a51fd30-2a27-11ee-be56-0242ac120002",
"dig": {
"alg": "sha256",
"val": "5c6367a4867fc0a9c0424655b8ab8d54fb8f22c263fecfb71ee1adf6dfeb2a3a"
"val": "11be07f7aad420d0ead161ad0a9673c5ca1dbd05e1c217ca5b06df49fd75bdb9"
}
},
"doc": {
Expand Down

0 comments on commit b7871bc

Please sign in to comment.