gobl 0.24.1 → 0.24.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/data/addons/br-nfe-v4.json +481 -0
  3. data/data/addons/br-nfse-v1.json +235 -0
  4. data/data/addons/co-dian-v2.json +311 -0
  5. data/data/addons/de-xrechnung-v3.json +16 -0
  6. data/data/addons/de-zugferd-v2.json +16 -0
  7. data/data/addons/es-facturae-v3.json +359 -0
  8. data/data/addons/es-tbai-v1.json +225 -0
  9. data/data/addons/es-verifactu-v1.json +609 -0
  10. data/data/addons/eu-en16931-v2017.json +92 -0
  11. data/data/addons/fr-choruspro-v1.json +260 -0
  12. data/data/addons/fr-facturx-v1.json +16 -0
  13. data/data/addons/gr-mydata-v1.json +1495 -0
  14. data/data/addons/it-sdi-v1.json +1570 -0
  15. data/data/addons/it-ticket-v1.json +144 -0
  16. data/data/addons/mx-cfdi-v4.json +908 -0
  17. data/data/addons/pl-favat-v2.json +235 -0
  18. data/data/addons/pt-saft-v1.json +950 -0
  19. data/data/catalogues/cef.json +374 -0
  20. data/data/catalogues/iso.json +19 -0
  21. data/data/catalogues/untdid.json +10669 -0
  22. data/data/currency/iso.json +2378 -0
  23. data/data/currency/non-iso.json +128 -0
  24. data/data/schemas/bill/charge.json +125 -0
  25. data/data/schemas/bill/correction-options.json +54 -0
  26. data/data/schemas/bill/delivery-details.json +41 -0
  27. data/data/schemas/bill/delivery.json +412 -0
  28. data/data/schemas/bill/discount.json +137 -0
  29. data/data/schemas/bill/invoice.json +423 -0
  30. data/data/schemas/bill/line.json +433 -0
  31. data/data/schemas/bill/order.json +401 -0
  32. data/data/schemas/bill/ordering.json +107 -0
  33. data/data/schemas/bill/payment-details.json +36 -0
  34. data/data/schemas/bill/payment.json +424 -0
  35. data/data/schemas/bill/tax.json +45 -0
  36. data/data/schemas/bill/totals.json +84 -0
  37. data/data/schemas/cal/date-time.json +13 -0
  38. data/data/schemas/cal/date.json +13 -0
  39. data/data/schemas/cal/period.json +32 -0
  40. data/data/schemas/cal/time.json +13 -0
  41. data/data/schemas/cbc/code-map.json +16 -0
  42. data/data/schemas/cbc/code.json +15 -0
  43. data/data/schemas/cbc/definition.json +67 -0
  44. data/data/schemas/cbc/key.json +15 -0
  45. data/data/schemas/cbc/meta.json +16 -0
  46. data/data/schemas/cbc/source.json +37 -0
  47. data/data/schemas/currency/amount.json +32 -0
  48. data/data/schemas/currency/code.json +734 -0
  49. data/data/schemas/currency/exchange-rate.json +43 -0
  50. data/data/schemas/dsig/digest.json +27 -0
  51. data/data/schemas/dsig/signature.json +12 -0
  52. data/data/schemas/envelope.json +41 -0
  53. data/data/schemas/head/header.json +62 -0
  54. data/data/schemas/head/link.json +42 -0
  55. data/data/schemas/head/stamp.json +27 -0
  56. data/data/schemas/i18n/string.json +18 -0
  57. data/data/schemas/l10n/code.json +13 -0
  58. data/data/schemas/l10n/iso-country-code.json +1010 -0
  59. data/data/schemas/l10n/tax-country-code.json +1022 -0
  60. data/data/schemas/note/message.json +43 -0
  61. data/data/schemas/num/amount.json +13 -0
  62. data/data/schemas/num/percentage.json +13 -0
  63. data/data/schemas/org/address.json +105 -0
  64. data/data/schemas/org/attachment.json +58 -0
  65. data/data/schemas/org/coordinates.json +33 -0
  66. data/data/schemas/org/document-ref.json +117 -0
  67. data/data/schemas/org/email.json +37 -0
  68. data/data/schemas/org/identity.json +57 -0
  69. data/data/schemas/org/image.json +70 -0
  70. data/data/schemas/org/inbox.json +49 -0
  71. data/data/schemas/org/item.json +96 -0
  72. data/data/schemas/org/name.json +59 -0
  73. data/data/schemas/org/note.json +184 -0
  74. data/data/schemas/org/party.json +129 -0
  75. data/data/schemas/org/person.json +90 -0
  76. data/data/schemas/org/registration.json +66 -0
  77. data/data/schemas/org/telephone.json +32 -0
  78. data/data/schemas/org/unit.json +350 -0
  79. data/data/schemas/org/website.json +38 -0
  80. data/data/schemas/pay/advance.json +211 -0
  81. data/data/schemas/pay/instructions.json +245 -0
  82. data/data/schemas/pay/terms.json +128 -0
  83. data/data/schemas/regimes/mx/food-vouchers.json +111 -0
  84. data/data/schemas/regimes/mx/fuel-account-balance.json +179 -0
  85. data/data/schemas/schema/object.json +12 -0
  86. data/data/schemas/tax/addon-def.json +288 -0
  87. data/data/schemas/tax/catalogue-def.json +37 -0
  88. data/data/schemas/tax/extensions.json +16 -0
  89. data/data/schemas/tax/identity.json +45 -0
  90. data/data/schemas/tax/regime-def.json +513 -0
  91. data/data/schemas/tax/set.json +139 -0
  92. data/data/schemas/tax/total.json +135 -0
  93. data/lib/gobl/extensions/tax/addon_helper.rb +37 -0
  94. data/lib/gobl/version.rb +1 -1
  95. data/lib/gobl.rb +1 -0
  96. metadata +93 -1
@@ -0,0 +1,1495 @@
1
+ {
2
+ "$schema": "https://gobl.org/draft-0/tax/addon-def",
3
+ "key": "gr-mydata-v1",
4
+ "name": {
5
+ "en": "Greece MyData v1.x"
6
+ },
7
+ "description": {
8
+ "en": "Greece uses the myDATA and Peppol BIS Billing 3.0 formats for their e-invoicing/tax-reporting system.\nThis addon will ensure that the GOBL documents have all the required fields to be able to correctly\ngenerate the myDATA XML reporting files."
9
+ },
10
+ "sources": [
11
+ {
12
+ "title": {
13
+ "en": "myDATA API Documentation v1.0.7"
14
+ },
15
+ "url": "https://www.aade.gr/sites/default/files/2023-10/myDATA%20API%20Documentation_v1.0.7_eng.pdf",
16
+ "content_type": "application/pdf"
17
+ },
18
+ {
19
+ "title": {
20
+ "en": "Greek Peppol BIS Billing 3.0"
21
+ },
22
+ "url": "https://www.gsis.gr/sites/default/files/eInvoice/Instructions%20to%20B2G%20Suppliers%20and%20certified%20PEPPOL%20Providers%20for%20the%20Greek%20PEPPOL%20BIS-EN-%20v1.0.pdf",
23
+ "content_type": "application/pdf"
24
+ }
25
+ ],
26
+ "extensions": [
27
+ {
28
+ "key": "gr-mydata-vat-rate",
29
+ "name": {
30
+ "el": "Κατηγορία ΦΠΑ",
31
+ "en": "VAT rate"
32
+ },
33
+ "desc": {
34
+ "en": "Greece has three VAT rates: standard, reduced and super-reduced. Each of these rates are reduced by \n30% on the islands of Leros, Lesbos, Kos, Samos and Chios. The tax authority identifies each rate\nwith a specific VAT category.\n\nThe IAPR VAT category code must be set using the `gr-mydata-vat-rate` extension of\na line's tax to one of the codes.\n\n| Code | Description | GOBL Rate |\n| ---- | --------------------------- | ---------------------- |\n| `1` | Standard rate | `standard` |\n| `2` | Reduced rate | `reduced` |\n| `3` | Super-reduced rate | `super-reduced` |\n| `4` | Standard rate (Island) | `standard+island` |\n| `5` | Reduced rate (Island) | `reduced+island` |\n| `6` | Super-reduced rate (Island) | `super-reduced+island` |\n| `7` | Without VAT | `exempt` |\n| `8` | Records without VAT | |\n\nPlease, note that GOBL will automatically set the proper `gr-mydata-vat-rate` code and tax percent automatically when the line tax uses any of the GOBL rates specified in the table above. For example:\n\n```js\n{\n\t\"$schema\": \"https://gobl.org/draft-0/bill/invoice\",\n\t// ...\n\t\"lines\": [\n\t\t{\n\t\t\t\"i\": 1,\n\t\t\t\"quantity\": \"20\",\n\t\t\t\"item\": {\n\t\t\t\t\"name\": \"Υπηρεσίες Ανάπτυξης\",\n\t\t\t\t\"price\": \"90.00\",\n\t\t\t},\n\t\t\t\"sum\": \"1800.00\",\n\t\t\t\"taxes\": [\n\t\t\t\t{\n\t\t\t\t\t\"cat\": \"VAT\",\n\t\t\t\t\t\"rate\": \"standard+island\"\n\t\t\t\t}\n\t\t\t],\n\t\t\t\"total\": \"1800.00\"\n\t\t}\n\t],\n}\n```\t\t\t\t"
35
+ },
36
+ "values": [
37
+ {
38
+ "code": "1",
39
+ "name": {
40
+ "el": "Κανονικός συντελεστής",
41
+ "en": "Standard rate"
42
+ }
43
+ },
44
+ {
45
+ "code": "2",
46
+ "name": {
47
+ "el": "Μειωμένος συντελεστής",
48
+ "en": "Reduced rate"
49
+ }
50
+ },
51
+ {
52
+ "code": "3",
53
+ "name": {
54
+ "el": "Υπερμειωμένος συντελεστής",
55
+ "en": "Super-Reduced Rate"
56
+ }
57
+ },
58
+ {
59
+ "code": "4",
60
+ "name": {
61
+ "el": "Κανονικός συντελεστής (Νησί)",
62
+ "en": "Standard rate (Island)"
63
+ }
64
+ },
65
+ {
66
+ "code": "5",
67
+ "name": {
68
+ "el": "Μειωμένος συντελεστής (Νησί)",
69
+ "en": "Reduced rate (Island)"
70
+ }
71
+ },
72
+ {
73
+ "code": "6",
74
+ "name": {
75
+ "el": "Υπερμειωμένος συντελεστής (Νησί)",
76
+ "en": "Super-reduced rate (Island)"
77
+ }
78
+ },
79
+ {
80
+ "code": "7",
81
+ "name": {
82
+ "el": "Άνευ ΦΠΑ",
83
+ "en": "Without VAT"
84
+ }
85
+ },
86
+ {
87
+ "code": "8",
88
+ "name": {
89
+ "el": "Εγγραφές χωρίς ΦΠΑ (πχ Μισθοδοσία, Αποσβέσεις)",
90
+ "en": "Records without VAT (e.g. Payroll, Amortisations)"
91
+ }
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "key": "gr-mydata-invoice-type",
97
+ "name": {
98
+ "el": "Είδος παραστατικού",
99
+ "en": "Invoice type"
100
+ },
101
+ "desc": {
102
+ "en": "The Greek tax authority (IAPR) requires an invoice type code to be specified as part of the invoice. GOBL will\nautomatically set the correct code based on the invoice's `type` and `$tags` values.\n\nHowever, you can also set the code manually using the `gr-mydata-invoice-type` extension in the tax\nsection of the invoice, and setting the invoice's `type` to `other`.\n\nThe following table lists how the combination of `type` and `$tags` values are mapped to the\nIAPR MyDATA invoice type code:\n\n| Type | Description | GOBL Type | GOBL Tags |\n| ------ | ----------------------------------------------- | ------------- |----------------------------|\n| `1.1` | Sales Invoice | `standard` | `goods` |\n| `1.2` | Sales Invoice/Intra-community Supplies | `standard` | `goods`, `export`, `eu` |\n| `1.3` | Sales Invoice/Third Country Supplies | `standard` | `goods`, `export` |\n| `1.4` | Sales Invoice/Sale on Behalf of Third Parties | `standard` | `goods`, `self-billed` |\n| `2.1` | Service Rendered Invoice | `standard` | `services` |\n| `2.2` | Intra-community Service Rendered Invoice | `standard` | `services`, `export`, `eu` |\n| `2.3` | Third Country Service Rendered Invoice | `standard` | `services`, `export` |\n| `5.1` | Credit Invoice/Associated | `credit-note` | |\n| `11.1` | Retail Sales Receipt | `standard` | `goods`, `simplified` |\n| `11.2` | Service Rendered Receipt | `standard` | `services`, `simplified` |\n| `11.3` | Simplified Invoice | `standard` | `simplified` |\n| `11.4` | Retail Sales Credit Note | `credit-note` | `simplified` |\n| `11.5` | Retail Sales Receipt on Behalf of Third Parties | `credit-note` | `goods`, `simplified`, `self-billed` |\n\t\t\t\nFor example, this is how you set the IAPR invoice type explicitly:\n\n```json\n{\n\t\"$schema\": \"https://gobl.org/draft-0/bill/invoice\",\n\t// ...\n\t\"type\": \"other\",\n\t\"tax\": {\n\t\t\"ext\": {\n\t\t\t\"gr-mydata-invoice-type\": \"2.3\"\n\t\t}\n\t}\n}\n```\n\nAnd this is how you'll get the same result by using the GOBL type and tags:\n\n```json\n{\n\t\"$schema\": \"https://gobl.org/draft-0/bill/invoice\",\n\t\"$addons\": [\"gr-mydata-v1\"],\n\t\"$tags\": [\"services\", \"export\"],\n\t// ...\n\t\"type\": \"standard\",\n}\n```"
103
+ },
104
+ "values": [
105
+ {
106
+ "code": "1.1",
107
+ "name": {
108
+ "el": "Τιμολόγιο Πώλησης",
109
+ "en": "Sales Invoice"
110
+ }
111
+ },
112
+ {
113
+ "code": "1.2",
114
+ "name": {
115
+ "el": "Τιμολόγιο Πώλησης/Ενδοκοινοτικές Παραδόσεις",
116
+ "en": "Sales Invoice/Intra-community Supplies"
117
+ }
118
+ },
119
+ {
120
+ "code": "1.3",
121
+ "name": {
122
+ "el": "Τιμολόγιο Πώλησης/Παραδόσεις Τρίτων Χωρών",
123
+ "en": "Sales Invoice/Third Country Supplies"
124
+ }
125
+ },
126
+ {
127
+ "code": "1.4",
128
+ "name": {
129
+ "el": "Τιμολόγιο Πώλησης/Πώληση για Λογαριασμό Τρίτων",
130
+ "en": "Sales Invoice/Sale on Behalf of Third Parties"
131
+ }
132
+ },
133
+ {
134
+ "code": "1.5",
135
+ "name": {
136
+ "el": "Τιμολόγιο Πώλησης/Εκκαθάριση Πωλήσεων Τρίτων - Αμοιβή από Πωλήσεις Τρίτων",
137
+ "en": "Sales Invoice/Clearance of Sales on Behalf of Third Parties – Fees from Sales on Behalf of Third Parties"
138
+ }
139
+ },
140
+ {
141
+ "code": "1.6",
142
+ "name": {
143
+ "el": "Τιμολόγιο Πώλησης/Συμπληρωματικό Παραστατικό",
144
+ "en": "Sales Invoice/Supplemental Accounting Source Document"
145
+ }
146
+ },
147
+ {
148
+ "code": "2.1",
149
+ "name": {
150
+ "el": "Τιμολόγιο Παροχής Υπηρεσιών",
151
+ "en": "Service Rendered Invoice"
152
+ }
153
+ },
154
+ {
155
+ "code": "2.2",
156
+ "name": {
157
+ "el": "Τιμολόγιο Παροχής/Ενδοκοινοτική Παροχή Υπηρεσιών",
158
+ "en": "Intra-community Service Rendered Invoice"
159
+ }
160
+ },
161
+ {
162
+ "code": "2.3",
163
+ "name": {
164
+ "el": "Τιμολόγιο Παροχής/Παροχή Υπηρεσιών σε λήπτη Τρίτης Χώρας",
165
+ "en": "Third Country Service Rendered Invoice"
166
+ }
167
+ },
168
+ {
169
+ "code": "2.4",
170
+ "name": {
171
+ "el": "Τιμολόγιο Παροχής/Συμπληρωματικό Παραστατικό",
172
+ "en": "Service Rendered Invoice/Supplemental Accounting Source Document"
173
+ }
174
+ },
175
+ {
176
+ "code": "3.1",
177
+ "name": {
178
+ "el": "Τίτλος Κτήσης (μη υπόχρεος Εκδότης)",
179
+ "en": "Proof of Expenditure (non-liable Issuer)"
180
+ }
181
+ },
182
+ {
183
+ "code": "3.2",
184
+ "name": {
185
+ "el": "Τίτλος Κτήσης (άρνηση έκδοσης από υπόχρεο Εκδότη)",
186
+ "en": "Proof of Expenditure (denial of issuance by liable Issuer)"
187
+ }
188
+ },
189
+ {
190
+ "code": "5.1",
191
+ "name": {
192
+ "el": "Πιστωτικό Τιμολόγιο/Συσχετιζόμενο",
193
+ "en": "Credit Invoice/Associated"
194
+ }
195
+ },
196
+ {
197
+ "code": "5.2",
198
+ "name": {
199
+ "el": "Πιστωτικό Τιμολόγιο/Μη Συσχετιζόμενο",
200
+ "en": "Credit Invoice/Non-Associated"
201
+ }
202
+ },
203
+ {
204
+ "code": "6.1",
205
+ "name": {
206
+ "el": "Στοιχείο Αυτοπαράδοσης",
207
+ "en": "Self-Delivery Record"
208
+ }
209
+ },
210
+ {
211
+ "code": "6.2",
212
+ "name": {
213
+ "el": "Στοιχείο Ιδιοχρησιμοποίησης",
214
+ "en": "Self-Supply Record"
215
+ }
216
+ },
217
+ {
218
+ "code": "7.1",
219
+ "name": {
220
+ "el": "Συμβόλαιο - Έσοδο",
221
+ "en": "Contract – Income"
222
+ }
223
+ },
224
+ {
225
+ "code": "8.1",
226
+ "name": {
227
+ "el": "Ενοίκια - Έσοδο",
228
+ "en": "Rents – Income"
229
+ }
230
+ },
231
+ {
232
+ "code": "8.2",
233
+ "name": {
234
+ "el": "Ειδικό Στοιχείο – Απόδειξης Είσπραξης Φόρου Διαμονής",
235
+ "en": "Special Record – Accommodation Tax Collection/Payment Receipt"
236
+ }
237
+ },
238
+ {
239
+ "code": "11.1",
240
+ "name": {
241
+ "el": "ΑΛΠ",
242
+ "en": "Retail Sales Receipt"
243
+ }
244
+ },
245
+ {
246
+ "code": "11.2",
247
+ "name": {
248
+ "el": "ΑΠΥ",
249
+ "en": "Service Rendered Receipt"
250
+ }
251
+ },
252
+ {
253
+ "code": "11.3",
254
+ "name": {
255
+ "el": "Απλοποιημένο Τιμολόγιο",
256
+ "en": "Simplified Invoice"
257
+ }
258
+ },
259
+ {
260
+ "code": "11.4",
261
+ "name": {
262
+ "el": "Πιστωτικό Στοιχ. Λιανικής",
263
+ "en": "Retail Sales Credit Note"
264
+ }
265
+ },
266
+ {
267
+ "code": "11.5",
268
+ "name": {
269
+ "el": "Απόδειξη Λιανικής Πώλησης για Λογ/σμό Τρίτων",
270
+ "en": "Retail Sales Receipt on Behalf of Third Parties"
271
+ }
272
+ },
273
+ {
274
+ "code": "13.1",
275
+ "name": {
276
+ "el": "Έξοδα - Αγορές Λιανικών Συναλλαγών ημεδαπής / αλλοδαπής",
277
+ "en": "Expenses – Domestic/Foreign Retail Transaction Purchases"
278
+ }
279
+ },
280
+ {
281
+ "code": "13.2",
282
+ "name": {
283
+ "el": "Παροχή Λιανικών Συναλλαγών ημεδαπής / αλλοδαπής",
284
+ "en": "Domestic/Foreign Retail Transaction Provision"
285
+ }
286
+ },
287
+ {
288
+ "code": "13.3",
289
+ "name": {
290
+ "el": "Κοινόχρηστα",
291
+ "en": "Shared Utility Bills"
292
+ }
293
+ },
294
+ {
295
+ "code": "13.4",
296
+ "name": {
297
+ "el": "Συνδρομές",
298
+ "en": "Subscriptions"
299
+ }
300
+ },
301
+ {
302
+ "code": "13.30",
303
+ "name": {
304
+ "el": "Παραστατικά Οντότητας ως Αναγράφονται από την ίδια (Δυναμικό)",
305
+ "en": "Self-Declared Entity Accounting Source Documents (Dynamic)"
306
+ }
307
+ },
308
+ {
309
+ "code": "13.31",
310
+ "name": {
311
+ "el": "Πιστωτικό Στοιχ. Λιανικής ημεδαπής / αλλοδαπής",
312
+ "en": "Domestic/Foreign Retail Sales Credit Note"
313
+ }
314
+ },
315
+ {
316
+ "code": "14.1",
317
+ "name": {
318
+ "el": "Τιμολόγιο / Ενδοκοινοτικές Αποκτήσεις",
319
+ "en": "Invoice/Intra-community Acquisitions"
320
+ }
321
+ },
322
+ {
323
+ "code": "14.2",
324
+ "name": {
325
+ "el": "Τιμολόγιο / Αποκτήσεις Τρίτων Χωρών",
326
+ "en": "Invoice/Third Country Acquisitions"
327
+ }
328
+ },
329
+ {
330
+ "code": "14.3",
331
+ "name": {
332
+ "el": "Τιμολόγιο / Ενδοκοινοτική Λήψη Υπηρεσιών",
333
+ "en": "Invoice/Intra-community Services Receipt"
334
+ }
335
+ },
336
+ {
337
+ "code": "14.4",
338
+ "name": {
339
+ "el": "Τιμολόγιο / Λήψη Υπηρεσιών Τρίτων Χωρών",
340
+ "en": "Invoice/Third Country Services Receipt"
341
+ }
342
+ },
343
+ {
344
+ "code": "14.5",
345
+ "name": {
346
+ "el": "ΕΦΚΑ και λοιποί Ασφαλιστικοί Οργανισμοί",
347
+ "en": "EFKA"
348
+ }
349
+ },
350
+ {
351
+ "code": "14.30",
352
+ "name": {
353
+ "el": "Παραστατικά Οντότητας ως Αναγράφονται από την ίδια (Δυναμικό)",
354
+ "en": "Self-Declared Entity Accounting Source Documents (Dynamic)"
355
+ }
356
+ },
357
+ {
358
+ "code": "14.31",
359
+ "name": {
360
+ "el": "Πιστωτικό ημεδαπής / αλλοδαπής",
361
+ "en": "Domestic/Foreign Credit Note"
362
+ }
363
+ },
364
+ {
365
+ "code": "15.1",
366
+ "name": {
367
+ "el": "Συμβόλαιο - Έξοδο",
368
+ "en": "Contract-Expense"
369
+ }
370
+ },
371
+ {
372
+ "code": "16.1",
373
+ "name": {
374
+ "el": "Ενοίκιο Έξοδο",
375
+ "en": "Rent-Expense"
376
+ }
377
+ },
378
+ {
379
+ "code": "17.1",
380
+ "name": {
381
+ "el": "Μισθοδοσία",
382
+ "en": "Payroll"
383
+ }
384
+ },
385
+ {
386
+ "code": "17.2",
387
+ "name": {
388
+ "el": "Αποσβέσεις",
389
+ "en": "Amortisations"
390
+ }
391
+ },
392
+ {
393
+ "code": "17.3",
394
+ "name": {
395
+ "el": "Λοιπές Εγγραφές Τακτοποίησης Εσόδων - Λογιστική Βάση",
396
+ "en": "Other Income Adjustment/Regularisation Entries – Accounting Base"
397
+ }
398
+ },
399
+ {
400
+ "code": "17.4",
401
+ "name": {
402
+ "el": "Λοιπές Εγγραφές Τακτοποίησης Εσόδων - Φορολογική Βάση",
403
+ "en": "Other Income Adjustment/Regularisation Entries – Tax Base"
404
+ }
405
+ },
406
+ {
407
+ "code": "17.5",
408
+ "name": {
409
+ "el": "Λοιπές Εγγραφές Τακτοποίησης Εξόδων - Λογιστική Βάση",
410
+ "en": "Other Expense Adjustment/Regularisation Entries – Accounting Base"
411
+ }
412
+ },
413
+ {
414
+ "code": "17.6",
415
+ "name": {
416
+ "el": "Λοιπές Εγγραφές Τακτοποίησης Εξόδων - Φορολογική Βάση",
417
+ "en": "Other Expense Adjustment/Regularisation Entries – Tax Base"
418
+ }
419
+ }
420
+ ]
421
+ },
422
+ {
423
+ "key": "gr-mydata-payment-means",
424
+ "name": {
425
+ "el": "Τρόπος Πληρωμής",
426
+ "en": "Payment means"
427
+ },
428
+ "desc": {
429
+ "en": "The IAPR requires invoices to specify a payment method code. In a GOBL invoice,\nthe payment means is set using the `key` field in the payment instructions.\nThe following table lists all the IAPR payment methods and how GOBL will map from\nthe payment instructions key to each of them:\n\n| Code | Name | GOBL Payment Instruction Key |\n| ---- | -------------------------------- | ---------------------------- |\n| `1` | Domestic Payments Account Number | `credit-transfer` |\n| `2` | Foreign Payments Account Number | `credit-transfer+foreign` |\n| `3` | Cash | `cash` |\n| `4` | Check | `cheque` |\n| `5` | On credit | `promissory-note` |\n| `6` | Web Banking | `online` |\n| `7` | POS / e-POS | `card` |\n\nFor example:\n\n```js\n\"payment\": {\n\t\"instructions\": {\n\t\t\"key\": \"credit-transfer+foreign\" // Will set the IAPR Payment Method to \"2\"\n\t}\n}\n```"
430
+ },
431
+ "values": [
432
+ {
433
+ "code": "1",
434
+ "name": {
435
+ "el": "Επαγ. Λογαριασμός Πληρωμών Ημεδαπής",
436
+ "en": "Domestic Payments Account Number"
437
+ }
438
+ },
439
+ {
440
+ "code": "2",
441
+ "name": {
442
+ "el": "Επαγ. Λογαριασμός Πληρωμών Αλλοδαπής",
443
+ "en": "Foreign Payments Account Number"
444
+ }
445
+ },
446
+ {
447
+ "code": "3",
448
+ "name": {
449
+ "el": "Μετρητά",
450
+ "en": "Cash"
451
+ }
452
+ },
453
+ {
454
+ "code": "4",
455
+ "name": {
456
+ "el": "Επιταγή",
457
+ "en": "Check"
458
+ }
459
+ },
460
+ {
461
+ "code": "5",
462
+ "name": {
463
+ "el": "Επί Πιστώσει",
464
+ "en": "On credit"
465
+ }
466
+ },
467
+ {
468
+ "code": "6",
469
+ "name": {
470
+ "el": "Web Banking",
471
+ "en": "Web Banking"
472
+ }
473
+ },
474
+ {
475
+ "code": "7",
476
+ "name": {
477
+ "el": "POS / e-POS",
478
+ "en": "POS / e-POS"
479
+ }
480
+ }
481
+ ]
482
+ },
483
+ {
484
+ "key": "gr-mydata-exemption",
485
+ "name": {
486
+ "el": "Κατηγορία Αιτίας Εξαίρεσης ΦΠΑ",
487
+ "en": "VAT exemption cause"
488
+ },
489
+ "desc": {
490
+ "en": "Greece invoices can be exempt of VAT for different causes and the tax authority\nrequire a specific cause code to be provided.\n\nGOBL will try to automatically map the tax combo `key` to an appropriate exemption\ncode, but given the number of options you will no doubt need to consult with\na tax professional to determine the correct code for your case.\n\nExample usage:\n\n```js\n\"lines\": [\n\t{\n\t\t\"i\": 1,\n\t\t\"quantity\": \"20\",\n\t\t\"item\": {\n\t\t\t\"name\": \"Υπηρεσίες Ανάπτυξης\",\n\t\t\t\"price\": \"90.00\",\n\t\t},\n\t\t\"sum\": \"1800.00\",\n\t\t\"taxes\": [\n\t\t\t{\n\t\t\t\t\"cat\": \"VAT\",\n\t\t\t\t\"key\": \"exempt\",\n\t\t\t\t\"ext\": {\n\t\t\t\t\t\"gr-mydata-exemption\": \"3\"\n\t\t\t\t}\n\t\t\t}\n\t\t],\n\t\t\"total\": \"1800.00\"\n\t}\n]\n```\n\nNote that descriptions provided in the `gr-mydata-exemption` extension are\ngenerated using AI and may not be 100% accurate. Always consult with a tax\nprofessional to ensure you're choosing the correct code."
491
+ },
492
+ "values": [
493
+ {
494
+ "code": "1",
495
+ "name": {
496
+ "el": "Χωρίς ΦΠΑ - άρθρο 3 του Κώδικα ΦΠΑ",
497
+ "en": "Without VAT - article 3 of the VAT code"
498
+ },
499
+ "desc": {
500
+ "en": "Outside the scope of VAT per Art. 3 (transaction not within the VAT “object”)."
501
+ }
502
+ },
503
+ {
504
+ "code": "2",
505
+ "name": {
506
+ "el": "Χωρίς ΦΠΑ - άρθρο 5 του Κώδικα ΦΠΑ",
507
+ "en": "Without VAT - article 5 of the VAT code"
508
+ },
509
+ "desc": {
510
+ "en": "Outside Greek VAT due to the legal cases in Art. 5 (e.g., not treated as a taxable supply under that article)."
511
+ }
512
+ },
513
+ {
514
+ "code": "3",
515
+ "name": {
516
+ "el": "Χωρίς ΦΠΑ - άρθρο 13 του Κώδικα ΦΠΑ",
517
+ "en": "Without VAT - article 13 of the VAT code"
518
+ },
519
+ "desc": {
520
+ "en": "Use when the transaction is exempt under Art. 13 (as defined in Greek VAT Code)."
521
+ }
522
+ },
523
+ {
524
+ "code": "4",
525
+ "name": {
526
+ "el": "Χωρίς ΦΠΑ - άρθρο 14 του Κώδικα ΦΠΑ",
527
+ "en": "Without VAT - article 14 of the VAT code"
528
+ },
529
+ "desc": {
530
+ "en": "Use when Art. 14 grants an exemption (specific cases set in law)."
531
+ }
532
+ },
533
+ {
534
+ "code": "5",
535
+ "name": {
536
+ "el": "Χωρίς ΦΠΑ - άρθρο 16 του Κώδικα ΦΠΑ",
537
+ "en": "Without VAT - article 16 of the VAT code"
538
+ },
539
+ "desc": {
540
+ "en": "Use for the specific non-taxable/exempt cases referenced in Art. 16."
541
+ }
542
+ },
543
+ {
544
+ "code": "6",
545
+ "name": {
546
+ "el": "Χωρίς ΦΠΑ - άρθρο 19 του Κώδικα ΦΠΑ",
547
+ "en": "Without VAT - article 19 of the VAT code"
548
+ },
549
+ "desc": {
550
+ "en": "Exempt cases per Art. 19 (e.g., special valuation/administrative rules that make the item non-taxable)."
551
+ }
552
+ },
553
+ {
554
+ "code": "7",
555
+ "name": {
556
+ "el": "Χωρίς ΦΠΑ - άρθρο 22 του Κώδικα ΦΠΑ",
557
+ "en": "Without VAT - article 22 of the VAT code"
558
+ },
559
+ "desc": {
560
+ "en": "Classic VAT-exempt activities (healthcare, education, culture, financial/insurance, rentals, etc.)."
561
+ }
562
+ },
563
+ {
564
+ "code": "8",
565
+ "name": {
566
+ "el": "Χωρίς ΦΠΑ - άρθρο 24 του Κώδικα ΦΠΑ",
567
+ "en": "Without VAT - article 24 of the VAT code"
568
+ },
569
+ "desc": {
570
+ "en": "Exports of goods outside the EU (exempt with right to deduct)."
571
+ }
572
+ },
573
+ {
574
+ "code": "9",
575
+ "name": {
576
+ "el": "Χωρίς ΦΠΑ - άρθρο 25 του Κώδικα ΦΠΑ",
577
+ "en": "Without VAT - article 25 of the VAT code"
578
+ },
579
+ "desc": {
580
+ "en": "Free zones/warehousing / international transport‐related exemptions covered by Art. 25."
581
+ }
582
+ },
583
+ {
584
+ "code": "10",
585
+ "name": {
586
+ "el": "Χωρίς ΦΠΑ - άρθρο 26 του Κώδικα ΦΠΑ",
587
+ "en": "Without VAT - article 26 of the VAT code"
588
+ },
589
+ "desc": {
590
+ "en": "Exemption per Art. 26 (misc. cases defined in law)."
591
+ }
592
+ },
593
+ {
594
+ "code": "11",
595
+ "name": {
596
+ "el": "Χωρίς ΦΠΑ - άρθρο 27 του Κώδικα ΦΠΑ",
597
+ "en": "Without VAT - article 27 of the VAT code"
598
+ },
599
+ "desc": {
600
+ "en": "Supplies relating to vessels/aircraft and similar Art. 27 exemptions."
601
+ }
602
+ },
603
+ {
604
+ "code": "12",
605
+ "name": {
606
+ "el": "Χωρίς ΦΠΑ - άρθρο 27 - Πλοία Ανοικτής Θαλάσσης του Κώδικα ΦΠΑ",
607
+ "en": "Without VAT - article 27 - Seagoing Vessels of the VAT code"
608
+ },
609
+ "desc": {
610
+ "en": "Supplies for qualifying seagoing vessels (navigation on high seas) – exempt with right to deduct."
611
+ }
612
+ },
613
+ {
614
+ "code": "13",
615
+ "name": {
616
+ "el": "Χωρίς ΦΠΑ - άρθρο 27.1.γ - Πλοία Ανοικτής Θαλάσσης του Κώδικα ΦΠΑ",
617
+ "en": "Without VAT - article 27.1.γ - Seagoing Vessels of the VAT code"
618
+ },
619
+ "desc": {
620
+ "en": "Specific seagoing-vessel case under Art. 27(1)(c)."
621
+ }
622
+ },
623
+ {
624
+ "code": "14",
625
+ "name": {
626
+ "el": "Χωρίς ΦΠΑ - άρθρο 28 του Κώδικα ΦΠΑ",
627
+ "en": "Without VAT - article 28 of the VAT code"
628
+ },
629
+ "desc": {
630
+ "en": "Intra-Community supply of goods (B2B, goods dispatched to another EU MS)."
631
+ }
632
+ },
633
+ {
634
+ "code": "15",
635
+ "name": {
636
+ "el": "Χωρίς ΦΠΑ - άρθρο 39 του Κώδικα ΦΠΑ",
637
+ "en": "Without VAT - article 39 of the VAT code"
638
+ },
639
+ "desc": {
640
+ "en": "Small-business exemption regime."
641
+ }
642
+ },
643
+ {
644
+ "code": "16",
645
+ "name": {
646
+ "el": "Χωρίς ΦΠΑ - άρθρο 39α του Κώδικα ΦΠΑ",
647
+ "en": "Without VAT - article 39a of the VAT code"
648
+ },
649
+ "desc": {
650
+ "en": "Domestic reverse charge (e.g., mobiles/tablets/consoles, scrap, etc.)."
651
+ }
652
+ },
653
+ {
654
+ "code": "17",
655
+ "name": {
656
+ "el": "Χωρίς ΦΠΑ - άρθρο 40 του Κώδικα ΦΠΑ",
657
+ "en": "Without VAT - article 40 of the VAT code"
658
+ },
659
+ "desc": {
660
+ "en": "Flat-rate (lump-sum) special scheme: no output VAT charged."
661
+ }
662
+ },
663
+ {
664
+ "code": "18",
665
+ "name": {
666
+ "el": "Χωρίς ΦΠΑ - άρθρο 41 του Κώδικα ΦΠΑ",
667
+ "en": "Without VAT - article 41 of the VAT code"
668
+ },
669
+ "desc": {
670
+ "en": "Farmers’ special scheme (no VAT charged; compensation scheme applies)."
671
+ }
672
+ },
673
+ {
674
+ "code": "19",
675
+ "name": {
676
+ "el": "Χωρίς ΦΠΑ - άρθρο 47 του Κώδικα ΦΠΑ",
677
+ "en": "Without VAT - article 47 of the VAT code"
678
+ },
679
+ "desc": {
680
+ "en": "Investment gold special regime (generally exempt, option to tax possible)."
681
+ }
682
+ },
683
+ {
684
+ "code": "20",
685
+ "name": {
686
+ "el": "ΦΠΑ εμπεριεχόμενος - άρθρο 43 του Κώδικα ΦΠΑ",
687
+ "en": "VAT included - article 43 of the VAT code"
688
+ },
689
+ "desc": {
690
+ "en": "Travel Agents’ Margin Scheme (TOMS) – VAT is on the margin."
691
+ }
692
+ },
693
+ {
694
+ "code": "21",
695
+ "name": {
696
+ "el": "ΦΠΑ εμπεριεχόμενος - άρθρο 44 του Κώδικα ΦΠΑ",
697
+ "en": "VAT included - article 44 of the VAT code"
698
+ },
699
+ "desc": {
700
+ "en": "Margin scheme – second-hand goods."
701
+ }
702
+ },
703
+ {
704
+ "code": "22",
705
+ "name": {
706
+ "el": "ΦΠΑ εμπεριεχόμενος - άρθρο 45 του Κώδικα ΦΠΑ",
707
+ "en": "VAT included - article 45 of the VAT code"
708
+ },
709
+ "desc": {
710
+ "en": "Margin scheme – works of art."
711
+ }
712
+ },
713
+ {
714
+ "code": "23",
715
+ "name": {
716
+ "el": "ΦΠΑ εμπεριεχόμενος - άρθρο 46 του Κώδικα ΦΠΑ",
717
+ "en": "VAT included - article 46 of the VAT code"
718
+ },
719
+ "desc": {
720
+ "en": "Margin scheme – collectors’ items \u0026 antiques."
721
+ }
722
+ },
723
+ {
724
+ "code": "24",
725
+ "name": {
726
+ "el": "Χωρίς ΦΠΑ - άρθρο 6 του Κώδικα ΦΠΑ",
727
+ "en": "Without VAT - article 6 of the VAT code"
728
+ },
729
+ "desc": {
730
+ "en": "Out-of-scope/“excluding VAT” per Art. 6 (place-of-supply style exclusions)."
731
+ }
732
+ },
733
+ {
734
+ "code": "25",
735
+ "name": {
736
+ "el": "Χωρίς ΦΠΑ - ΠΟΛ.1029/1995",
737
+ "en": "Without VAT - ΠΟΛ.1029/1995"
738
+ },
739
+ "desc": {
740
+ "en": "Exemption per Circular ΠΟΛ.1029/1995 (narrow administrative exemption)."
741
+ }
742
+ },
743
+ {
744
+ "code": "26",
745
+ "name": {
746
+ "el": "Χωρίς ΦΠΑ - ΠΟΛ.1167/2015",
747
+ "en": "Without VAT - ΠΟΛ.1167/2015"
748
+ },
749
+ "desc": {
750
+ "en": "Exemption per Circular ΠΟΛ.1167/2015 (narrow administrative exemption)."
751
+ }
752
+ },
753
+ {
754
+ "code": "27",
755
+ "name": {
756
+ "el": "Λοιπές Εξαιρέσεις ΦΠΑ",
757
+ "en": "Without VAT - Other VAT exceptions"
758
+ },
759
+ "desc": {
760
+ "en": "Catch-all for other statutory exemptions not listed above."
761
+ }
762
+ },
763
+ {
764
+ "code": "28",
765
+ "name": {
766
+ "el": "Χωρίς ΦΠΑ – άρθρο 24 περ. β' παρ.1 του Κώδικα ΦΠΑ, (Tax Free)",
767
+ "en": "Without VAT - Article 24 (b) (1) of the VAT Code (Tax Free)"
768
+ },
769
+ "desc": {
770
+ "en": "Retail “tax-free shopping” to third-country travelers."
771
+ }
772
+ },
773
+ {
774
+ "code": "29",
775
+ "name": {
776
+ "el": "Χωρίς ΦΠΑ – άρθρο 47β, του Κώδικα ΦΠΑ (OSS μη ενωσιακό καθεστώς)",
777
+ "en": "Without VAT - Article 47b of the VAT Code (OSS non-EU scheme)"
778
+ },
779
+ "desc": {
780
+ "en": "Non-Union OSS services to EU consumers — VAT due in MS of consumption, not Greece."
781
+ }
782
+ },
783
+ {
784
+ "code": "30",
785
+ "name": {
786
+ "el": "Χωρίς ΦΠΑ – άρθρο 47γ, του Κώδικα ΦΠΑ (OSS ενωσιακό καθεστώς)",
787
+ "en": "Without VAT - Article 47c of the VAT Code (OSS EU scheme)"
788
+ },
789
+ "desc": {
790
+ "en": "Union OSS (intra-EU B2C distance sales) — VAT due in MS of consumption."
791
+ }
792
+ },
793
+ {
794
+ "code": "31",
795
+ "name": {
796
+ "el": "Χωρίς ΦΠΑ – άρθρο 47δ του Κώδικα ΦΠΑ (IOSS)",
797
+ "en": "Excluding VAT - Article 47d of the VAT Code (IOSS)"
798
+ },
799
+ "desc": {
800
+ "en": "IOSS for low-value imports — VAT accounted via IOSS in MS of consumption."
801
+ }
802
+ }
803
+ ]
804
+ },
805
+ {
806
+ "key": "gr-mydata-income-cat",
807
+ "name": {
808
+ "el": "Κωδικός Κατηγορίας Χαρακτηρισμού Εσόδων",
809
+ "en": "Income Classification Category"
810
+ },
811
+ "desc": {
812
+ "en": "Invoices reported to the Greek tax authority via myDATA can optionally include information\nabout the income classification of each invoice item.\n\nIn a GOBL invoice, the `gr-mydata-income-cat` and `gr-mydata-income-type` extensions can be\nset at the item level to any of the values expected by the IAPR. For example:\n\n```json\n\"lines\": [\n\t{\n\t\t\"i\": 1,\n\t\t\"quantity\": \"20\",\n\t\t\"item\": {\n\t\t\t\"name\": \"Υπηρεσίες Ανάπτυξης\",\n\t\t\t\"price\": \"90.00\",\n\t\t\t\"ext\": {\n\t\t\t\t\"gr-mydata-income-cat\": \"category1_1\",\n\t\t\t\t\"gr-mydata-income-type\": \"E3_561_001\",\n\t\t\t}\n\t\t}\n\t}\n]\n```"
813
+ },
814
+ "values": [
815
+ {
816
+ "code": "category1_1",
817
+ "name": {
818
+ "el": "Έσοδα από Πώληση Εμπορευμάτων (+)/(-)",
819
+ "en": "Commodity Sale Income (+)/(-)"
820
+ }
821
+ },
822
+ {
823
+ "code": "category1_2",
824
+ "name": {
825
+ "el": "Έσοδα από Πώληση Προϊόντων (+)/(-)",
826
+ "en": "Product Sale Income (+)/(-)"
827
+ }
828
+ },
829
+ {
830
+ "code": "category1_3",
831
+ "name": {
832
+ "el": "Έσοδα από Παροχή Υπηρεσιών (+)/(-)",
833
+ "en": "Provision of Services Income (+)/(-)"
834
+ }
835
+ },
836
+ {
837
+ "code": "category1_4",
838
+ "name": {
839
+ "el": "Έσοδα από Πώληση Παγίων (+)/(-)",
840
+ "en": "Sale of Fixed Assets Income (+)/(-)"
841
+ }
842
+ },
843
+ {
844
+ "code": "category1_5",
845
+ "name": {
846
+ "el": "Λοιπά Έσοδα/ Κέρδη (+)/(-)",
847
+ "en": "Other Income/Profits (+)/(-)"
848
+ }
849
+ },
850
+ {
851
+ "code": "category1_6",
852
+ "name": {
853
+ "el": "Αυτοπαραδόσεις / Ιδιοχρησιμοποιήσεις (+)/(-)",
854
+ "en": "Self-Deliveries/Self-Supplies (+)/(-)"
855
+ }
856
+ },
857
+ {
858
+ "code": "category1_7",
859
+ "name": {
860
+ "el": "Έσοδα για λ/σμο τρίτων (+)/(-)",
861
+ "en": "Income on behalf of Third Parties (+)/(-)"
862
+ }
863
+ },
864
+ {
865
+ "code": "category1_8",
866
+ "name": {
867
+ "el": "Έσοδα προηγούμενων χρήσεων (+)/ (-)",
868
+ "en": "Past fiscal years income (+)/(-)"
869
+ }
870
+ },
871
+ {
872
+ "code": "category1_9",
873
+ "name": {
874
+ "el": "Έσοδα επομένων χρήσεων (+)/(-)",
875
+ "en": "Future fiscal years income (+)/(-)"
876
+ }
877
+ },
878
+ {
879
+ "code": "category1_10",
880
+ "name": {
881
+ "el": "Λοιπές Εγγραφές Τακτοποίησης Εσόδων (+)/(-)",
882
+ "en": "Other Income Adjustment/Regularisation Entries (+)/(-)"
883
+ }
884
+ },
885
+ {
886
+ "code": "category1_95",
887
+ "name": {
888
+ "el": "Λοιπά Πληροφοριακά Στοιχεία Εσόδων (+)/(-)",
889
+ "en": "Other Income-related Information (+)/(-)"
890
+ }
891
+ }
892
+ ]
893
+ },
894
+ {
895
+ "key": "gr-mydata-income-type",
896
+ "name": {
897
+ "el": "Κωδικός Τύπου Χαρακτηρισμού Εσόδων",
898
+ "en": "Income Classification Type"
899
+ },
900
+ "desc": {
901
+ "en": "See the Income Classification Category for more information."
902
+ },
903
+ "values": [
904
+ {
905
+ "code": "E3_106",
906
+ "name": {
907
+ "el": "Ιδιοπαραγωγή παγίων - Αυτοπαραδόσεις - Καταστροφές αποθεμάτων/Εμπορεύματα",
908
+ "en": "Self-Production of Fixed Assets – Self-Deliveries – Destroying inventory/Commodities"
909
+ }
910
+ },
911
+ {
912
+ "code": "E3_205",
913
+ "name": {
914
+ "el": "Ιδιοπαραγωγή παγίων - Αυτοπαραδόσεις - Καταστροφές αποθεμάτων/Πρώτες ύλες και λοιπά υλικά",
915
+ "en": "Self-Production of Fixed Assets – Self-Deliveries – Destroying inventory/Raw and other materials"
916
+ }
917
+ },
918
+ {
919
+ "code": "E3_210",
920
+ "name": {
921
+ "el": "Ιδιοπαραγωγή παγίων - Αυτοπαραδόσεις - Καταστροφές αποθεμάτων/Προϊόντα και παραγωγή σε εξέλιξη",
922
+ "en": "Self-Production of Fixed Assets – Self-Deliveries – Destroying inventory/Products and production in progress"
923
+ }
924
+ },
925
+ {
926
+ "code": "E3_305",
927
+ "name": {
928
+ "el": "Ιδιοπαραγωγή παγίων - Αυτοπαραδόσεις – Καταστροφές αποθεμάτων/Πρώτες ύλες και λοιπά υλικά",
929
+ "en": "Self-Production of Fixed Assets – Self-Deliveries – Destroying inventory/Raw and other materials"
930
+ }
931
+ },
932
+ {
933
+ "code": "E3_310",
934
+ "name": {
935
+ "el": "Ιδιοπαραγωγή παγίων - Αυτοπαραδόσεις - Καταστροφές αποθεμάτων/Προϊόντα και παραγωγή σε εξέλιξη",
936
+ "en": "Self-Production of Fixed Assets – Self-Deliveries – Destroying inventory/Products and production in progress"
937
+ }
938
+ },
939
+ {
940
+ "code": "E3_318",
941
+ "name": {
942
+ "el": "Ιδιοπαραγωγή παγίων - Αυτοπαραδόσεις - Καταστροφές αποθεμάτων/Έξοδα παραγωγής",
943
+ "en": "Self-Production of Fixed Assets – Self-Deliveries – Destroying inventory/Production expenses"
944
+ }
945
+ },
946
+ {
947
+ "code": "E3_561_001",
948
+ "name": {
949
+ "el": "Πωλήσεις αγαθών και υπηρεσιών Χονδρικές - Επιτηδευματιών",
950
+ "en": "Wholesale Sales of Goods and Services – for Traders"
951
+ }
952
+ },
953
+ {
954
+ "code": "E3_561_002",
955
+ "name": {
956
+ "el": "Πωλήσεις αγαθών και υπηρεσιών Χονδρικές βάσει άρθρου 39α παρ 5 του Κώδικα Φ.Π.Α. (Ν.2859/2000)",
957
+ "en": "Wholesale Sales of Goods and Services pursuant to article 39a paragraph 5 of the VAT Code (Law 2859/2000)"
958
+ }
959
+ },
960
+ {
961
+ "code": "E3_561_003",
962
+ "name": {
963
+ "el": "Πωλήσεις αγαθών και υπηρεσιών Λιανικές - Ιδιωτική Πελατεία",
964
+ "en": "Retail Sales of Goods and Services – Private Clientele"
965
+ }
966
+ },
967
+ {
968
+ "code": "E3_561_004",
969
+ "name": {
970
+ "el": "Πωλήσεις αγαθών και υπηρεσιών Λιανικές βάσει άρθρου 39α παρ 5 του Κώδικα Φ.Π.Α. (Ν.2859/2000)",
971
+ "en": "Retail Sales of Goods and Services pursuant to article 39a paragraph 5 of the VAT Code (Law 2859/2000)"
972
+ }
973
+ },
974
+ {
975
+ "code": "E3_561_005",
976
+ "name": {
977
+ "el": "Πωλήσεις αγαθών και υπηρεσιών Εξωτερικού Ενδοκοινοτικές",
978
+ "en": "Intra-Community Foreign Sales of Goods and Services"
979
+ }
980
+ },
981
+ {
982
+ "code": "E3_561_006",
983
+ "name": {
984
+ "el": "Πωλήσεις αγαθών και υπηρεσιών Εξωτερικού Τρίτες Χώρες",
985
+ "en": "Third Country Foreign Sales of Goods and Services"
986
+ }
987
+ },
988
+ {
989
+ "code": "E3_561_007",
990
+ "name": {
991
+ "el": "Πωλήσεις αγαθών και υπηρεσιών Λοιπά",
992
+ "en": "Other Sales of Goods and Services"
993
+ }
994
+ },
995
+ {
996
+ "code": "E3_562",
997
+ "name": {
998
+ "el": "Λοιπά συνήθη έσοδα",
999
+ "en": "Other Ordinary Income"
1000
+ }
1001
+ },
1002
+ {
1003
+ "code": "E3_563",
1004
+ "name": {
1005
+ "el": "Πιστωτικοί τόκοι και συναφή έσοδα",
1006
+ "en": "Credit Interest and Related Income"
1007
+ }
1008
+ },
1009
+ {
1010
+ "code": "E3_564",
1011
+ "name": {
1012
+ "el": "Πιστωτικές συναλλαγματικές διαφορές",
1013
+ "en": "Credit Exchange Differences"
1014
+ }
1015
+ },
1016
+ {
1017
+ "code": "E3_565",
1018
+ "name": {
1019
+ "el": "Έσοδα συμμετοχών",
1020
+ "en": "Income from Participations"
1021
+ }
1022
+ },
1023
+ {
1024
+ "code": "E3_566",
1025
+ "name": {
1026
+ "el": "Κέρδη από διάθεση μη κυκλοφορούντων περιουσιακών στοιχείων",
1027
+ "en": "Profits from Disposing Non-Current Assets"
1028
+ }
1029
+ },
1030
+ {
1031
+ "code": "E3_567",
1032
+ "name": {
1033
+ "el": "Κέρδη από αναστροφή προβλέψεων και απομειώσεων",
1034
+ "en": "Profits from the Reversal of Provisions and Impairments"
1035
+ }
1036
+ },
1037
+ {
1038
+ "code": "E3_568",
1039
+ "name": {
1040
+ "el": "Κέρδη από επιμέτρηση στην εύλογη αξία",
1041
+ "en": "Profits from Measurement at Fair Value"
1042
+ }
1043
+ },
1044
+ {
1045
+ "code": "E3_570",
1046
+ "name": {
1047
+ "el": "Ασυνήθη έσοδα και κέρδη",
1048
+ "en": "Extraordinary income and profits"
1049
+ }
1050
+ },
1051
+ {
1052
+ "code": "E3_595",
1053
+ "name": {
1054
+ "el": "Έξοδα σε ιδιοπαραγωγή",
1055
+ "en": "Self-Production Expenses"
1056
+ }
1057
+ },
1058
+ {
1059
+ "code": "E3_596",
1060
+ "name": {
1061
+ "el": "Επιδοτήσεις - Επιχορηγήσεις",
1062
+ "en": "Subsidies - Grants"
1063
+ }
1064
+ },
1065
+ {
1066
+ "code": "E3_597",
1067
+ "name": {
1068
+ "el": "Επιδοτήσεις - Επιχορηγήσεις για επενδυτικούς σκοπούς - κάλυψη δαπανών",
1069
+ "en": "Subsidies – Grants for Investment Purposes – Expense Coverage"
1070
+ }
1071
+ },
1072
+ {
1073
+ "code": "E3_880_001",
1074
+ "name": {
1075
+ "el": "Πωλήσεις Παγίων Χονδρικές",
1076
+ "en": "Wholesale Sales of Fixed Assets"
1077
+ }
1078
+ },
1079
+ {
1080
+ "code": "E3_880_002",
1081
+ "name": {
1082
+ "el": "Πωλήσεις Παγίων Λιανικές",
1083
+ "en": "Retail Sales of Fixed Assets"
1084
+ }
1085
+ },
1086
+ {
1087
+ "code": "E3_880_003",
1088
+ "name": {
1089
+ "el": "Πωλήσεις Παγίων Εξωτερικού Ενδοκοινοτικές",
1090
+ "en": "Intra-Community Foreign Sales of Fixed Assets"
1091
+ }
1092
+ },
1093
+ {
1094
+ "code": "E3_880_004",
1095
+ "name": {
1096
+ "el": "Πωλήσεις Παγίων Εξωτερικού Τρίτες Χώρες",
1097
+ "en": "Third Country Foreign Sales of Fixed Assets"
1098
+ }
1099
+ },
1100
+ {
1101
+ "code": "E3_881_001",
1102
+ "name": {
1103
+ "el": "Πωλήσεις για λογ/σμο Τρίτων Χονδρικές",
1104
+ "en": "Wholesale Sales on behalf of Third Parties"
1105
+ }
1106
+ },
1107
+ {
1108
+ "code": "E3_881_002",
1109
+ "name": {
1110
+ "el": "Πωλήσεις για λογ/σμο Τρίτων Λιανικές",
1111
+ "en": "Retail Sales on behalf of Third Parties"
1112
+ }
1113
+ },
1114
+ {
1115
+ "code": "E3_881_003",
1116
+ "name": {
1117
+ "el": "Πωλήσεις για λογ/σμο Τρίτων Εξωτερικού Ενδοκοινοτικές",
1118
+ "en": "Intra-Community Foreign Sales on behalf of Third Parties"
1119
+ }
1120
+ },
1121
+ {
1122
+ "code": "E3_881_004",
1123
+ "name": {
1124
+ "el": "Πωλήσεις για λογ/σμο Τρίτων Εξωτερικού Τρίτες Χώρες",
1125
+ "en": "Third Country Foreign Sales on behalf of Third Parties"
1126
+ }
1127
+ },
1128
+ {
1129
+ "code": "E3_598_001",
1130
+ "name": {
1131
+ "el": "Πωλήσεις αγαθών που υπάγονται σε ΕΦΚ",
1132
+ "en": "Sales of goods belonging to excise duty"
1133
+ }
1134
+ },
1135
+ {
1136
+ "code": "E3_598_003",
1137
+ "name": {
1138
+ "el": "Πωλήσεις για λογαριασμό αγροτών μέσω αγροτικού συνεταιρισμού κ.λ.π.",
1139
+ "en": "Sales on behalf of farmers through an agricultural cooperative e.t.c."
1140
+ }
1141
+ }
1142
+ ]
1143
+ },
1144
+ {
1145
+ "key": "gr-mydata-other-tax",
1146
+ "name": {
1147
+ "el": "Κατηγορία Λοιπών Φόρων",
1148
+ "en": "Other taxes category"
1149
+ },
1150
+ "desc": {
1151
+ "en": "Certain myDATA invoice types (_e.g._, 8.2 for the accommodation tax) require a category\nfor other taxes to be provided. In GOBL, you can use the `gr-mydata-other-tax` extension\nat charge level.\n\nFor example:\n\n```json\n\"charges\": [\n\t{\n\t\t\"amount\": \"3.00\",\n\t\t\"reason\": \"Accommodation tax\",\n\t\t\"ext\": {\n\t\t\t\"gr-mydata-other-tax\": \"8\",\n\t\t}\n\t}\n]\n```"
1152
+ },
1153
+ "values": [
1154
+ {
1155
+ "code": "1",
1156
+ "name": {
1157
+ "el": "α1) Ασφάλιστρα κλάδου πυρός 20%",
1158
+ "en": "a1) 20% fire insurance premiums"
1159
+ }
1160
+ },
1161
+ {
1162
+ "code": "2",
1163
+ "name": {
1164
+ "el": "α2) Ασφάλιστρα κλάδου πυρός 20%",
1165
+ "en": "a2) 20% fire insurance premiums"
1166
+ }
1167
+ },
1168
+ {
1169
+ "code": "3",
1170
+ "name": {
1171
+ "el": "β) Ασφάλιστρα κλάδου ζωής 4%",
1172
+ "en": "b) 4% life insurance premiums"
1173
+ }
1174
+ },
1175
+ {
1176
+ "code": "4",
1177
+ "name": {
1178
+ "el": "γ) Ασφάλιστρα λοιπών κλάδων 15%",
1179
+ "en": "c) 15% other insurance premiums"
1180
+ }
1181
+ },
1182
+ {
1183
+ "code": "5",
1184
+ "name": {
1185
+ "el": "δ) Απαλλασσόμενα φόρου ασφάλιστρα 0%",
1186
+ "en": "d) 0% tax-exempt insurance premiums"
1187
+ }
1188
+ },
1189
+ {
1190
+ "code": "6",
1191
+ "name": {
1192
+ "el": "Ξενοδοχεία 1-2 αστέρων 0,50 €",
1193
+ "en": "Hotels 1-2 stars 0,50 €"
1194
+ }
1195
+ },
1196
+ {
1197
+ "code": "7",
1198
+ "name": {
1199
+ "el": "Ξενοδοχεία 3 αστέρων 1,50 €",
1200
+ "en": "Hotels 3 stars 1,50 €"
1201
+ }
1202
+ },
1203
+ {
1204
+ "code": "8",
1205
+ "name": {
1206
+ "el": "Ξενοδοχεία 4 αστέρων 3,00 €",
1207
+ "en": "Hotels 4 stars 3,00 €"
1208
+ }
1209
+ },
1210
+ {
1211
+ "code": "9",
1212
+ "name": {
1213
+ "el": "Ξενοδοχεία 5 αστέρων 4,00 €",
1214
+ "en": "Hotels 5 stars 4,00 €"
1215
+ }
1216
+ },
1217
+ {
1218
+ "code": "10",
1219
+ "name": {
1220
+ "el": "Ενοικιαζόμενα δωμάτια - Επιπλωμένα δωμάτια - Διαμερίσματα 0,50 €",
1221
+ "en": "Rental rooms - Furnished rooms - Apartments 0,50 €"
1222
+ }
1223
+ },
1224
+ {
1225
+ "code": "11",
1226
+ "name": {
1227
+ "el": "Ειδικός φόρος στις διαφημίσεις που προβάλλονται από την τηλεόραση (ΕΦΔΤ) 5%",
1228
+ "en": "Special 5% tax on tv-broadcast commercials (EFTD)"
1229
+ }
1230
+ },
1231
+ {
1232
+ "code": "12",
1233
+ "name": {
1234
+ "el": "Φόρος πολυτελείας 10% επί της φορολογητέας αξίας για τα ενδοκοινοτικά αποκτήματα και εισαγόμενα από τρίτες χώρες",
1235
+ "en": "10% luxury tax on the taxable value of intra-community acquired goods and those imported from third countries"
1236
+ }
1237
+ },
1238
+ {
1239
+ "code": "13",
1240
+ "name": {
1241
+ "el": "Φόρος πολυτελείας 10% επί της τιμής πώλησης προ Φ.Π.Α. για τα εγχωρίως παραγόμενα",
1242
+ "en": "10% luxury tax on the selling price before VAT for domestically produced goods"
1243
+ }
1244
+ },
1245
+ {
1246
+ "code": "14",
1247
+ "name": {
1248
+ "el": "Δικαιώματα του Δημοσίου στα εισιτήρια των καζίνο (80% επί του εισιτηρίου)",
1249
+ "en": "80% Public fees on the admission ticket price for casinos"
1250
+ }
1251
+ },
1252
+ {
1253
+ "code": "15",
1254
+ "name": {
1255
+ "el": "Ασφάλιστρα κλάδου πυρός 20%",
1256
+ "en": "Fire industry insurance premiums 20%"
1257
+ }
1258
+ },
1259
+ {
1260
+ "code": "16",
1261
+ "name": {
1262
+ "el": "Λοιποί Τελωνειακοί Δασμοί-Φόροι",
1263
+ "en": "Customs duties- Taxes"
1264
+ }
1265
+ },
1266
+ {
1267
+ "code": "17",
1268
+ "name": {
1269
+ "el": "Λοιποί Φόροι",
1270
+ "en": "Other Taxes"
1271
+ }
1272
+ },
1273
+ {
1274
+ "code": "18",
1275
+ "name": {
1276
+ "el": "Επιβαρύνσεις Λοιπών Φόρων",
1277
+ "en": "Charges of other Taxes"
1278
+ }
1279
+ },
1280
+ {
1281
+ "code": "19",
1282
+ "name": {
1283
+ "el": "ΕΦΚ",
1284
+ "en": "Special consumption tax"
1285
+ }
1286
+ }
1287
+ ]
1288
+ }
1289
+ ],
1290
+ "tags": [
1291
+ {
1292
+ "schema": "bill/invoice",
1293
+ "list": [
1294
+ {
1295
+ "key": "islands",
1296
+ "name": {
1297
+ "el": "Νησιά μειωμένοι συντελεστές",
1298
+ "en": "Islands Reduced Rates"
1299
+ }
1300
+ },
1301
+ {
1302
+ "key": "goods",
1303
+ "name": {
1304
+ "en": "Goods"
1305
+ }
1306
+ },
1307
+ {
1308
+ "key": "services",
1309
+ "name": {
1310
+ "en": "Services"
1311
+ }
1312
+ },
1313
+ {
1314
+ "key": "export",
1315
+ "name": {
1316
+ "en": "Export"
1317
+ }
1318
+ },
1319
+ {
1320
+ "key": "eu",
1321
+ "name": {
1322
+ "en": "European Union"
1323
+ }
1324
+ }
1325
+ ]
1326
+ }
1327
+ ],
1328
+ "scenarios": [
1329
+ {
1330
+ "schema": "bill/invoice",
1331
+ "list": [
1332
+ {
1333
+ "type": [
1334
+ "standard"
1335
+ ],
1336
+ "ext": {
1337
+ "gr-mydata-invoice-type": "2.1"
1338
+ }
1339
+ },
1340
+ {
1341
+ "type": [
1342
+ "standard"
1343
+ ],
1344
+ "tags": [
1345
+ "goods"
1346
+ ],
1347
+ "ext": {
1348
+ "gr-mydata-invoice-type": "1.1"
1349
+ }
1350
+ },
1351
+ {
1352
+ "type": [
1353
+ "standard"
1354
+ ],
1355
+ "tags": [
1356
+ "goods",
1357
+ "export"
1358
+ ],
1359
+ "ext": {
1360
+ "gr-mydata-invoice-type": "1.3"
1361
+ }
1362
+ },
1363
+ {
1364
+ "type": [
1365
+ "standard"
1366
+ ],
1367
+ "tags": [
1368
+ "goods",
1369
+ "export",
1370
+ "eu"
1371
+ ],
1372
+ "ext": {
1373
+ "gr-mydata-invoice-type": "1.2"
1374
+ }
1375
+ },
1376
+ {
1377
+ "type": [
1378
+ "standard"
1379
+ ],
1380
+ "tags": [
1381
+ "goods",
1382
+ "self-billed"
1383
+ ],
1384
+ "ext": {
1385
+ "gr-mydata-invoice-type": "1.4"
1386
+ }
1387
+ },
1388
+ {
1389
+ "type": [
1390
+ "standard"
1391
+ ],
1392
+ "tags": [
1393
+ "services"
1394
+ ],
1395
+ "ext": {
1396
+ "gr-mydata-invoice-type": "2.1"
1397
+ }
1398
+ },
1399
+ {
1400
+ "type": [
1401
+ "standard"
1402
+ ],
1403
+ "tags": [
1404
+ "services",
1405
+ "export"
1406
+ ],
1407
+ "ext": {
1408
+ "gr-mydata-invoice-type": "2.3"
1409
+ }
1410
+ },
1411
+ {
1412
+ "type": [
1413
+ "standard"
1414
+ ],
1415
+ "tags": [
1416
+ "services",
1417
+ "export",
1418
+ "eu"
1419
+ ],
1420
+ "ext": {
1421
+ "gr-mydata-invoice-type": "2.2"
1422
+ }
1423
+ },
1424
+ {
1425
+ "type": [
1426
+ "credit-note"
1427
+ ],
1428
+ "ext": {
1429
+ "gr-mydata-invoice-type": "5.1"
1430
+ }
1431
+ },
1432
+ {
1433
+ "type": [
1434
+ "standard"
1435
+ ],
1436
+ "tags": [
1437
+ "simplified"
1438
+ ],
1439
+ "ext": {
1440
+ "gr-mydata-invoice-type": "11.3"
1441
+ }
1442
+ },
1443
+ {
1444
+ "type": [
1445
+ "standard"
1446
+ ],
1447
+ "tags": [
1448
+ "goods",
1449
+ "simplified"
1450
+ ],
1451
+ "ext": {
1452
+ "gr-mydata-invoice-type": "11.1"
1453
+ }
1454
+ },
1455
+ {
1456
+ "type": [
1457
+ "standard"
1458
+ ],
1459
+ "tags": [
1460
+ "services",
1461
+ "simplified"
1462
+ ],
1463
+ "ext": {
1464
+ "gr-mydata-invoice-type": "11.2"
1465
+ }
1466
+ },
1467
+ {
1468
+ "type": [
1469
+ "credit-note"
1470
+ ],
1471
+ "tags": [
1472
+ "simplified"
1473
+ ],
1474
+ "ext": {
1475
+ "gr-mydata-invoice-type": "11.4"
1476
+ }
1477
+ },
1478
+ {
1479
+ "type": [
1480
+ "credit-note"
1481
+ ],
1482
+ "tags": [
1483
+ "goods",
1484
+ "simplified",
1485
+ "self-billed"
1486
+ ],
1487
+ "ext": {
1488
+ "gr-mydata-invoice-type": "11.5"
1489
+ }
1490
+ }
1491
+ ]
1492
+ }
1493
+ ],
1494
+ "corrections": null
1495
+ }