gobl 0.17.0 → 0.18.0
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.
- checksums.yaml +4 -4
- data/README.md +3 -1
- data/data/regimes/ca.json +77 -0
- data/data/regimes/co.json +2831 -2763
- data/data/regimes/de.json +173 -0
- data/data/regimes/es.json +1300 -1277
- data/data/regimes/fr.json +116 -10
- data/data/regimes/gb.json +62 -1
- data/data/regimes/it.json +1765 -1703
- data/data/regimes/mx.json +119 -10
- data/data/regimes/nl.json +62 -1
- data/data/regimes/pt.json +235 -187
- data/data/regimes/us.json +46 -2
- data/lib/generated/gobl/bill/charge.rb +1 -1
- data/lib/generated/gobl/bill/correction_options.rb +6 -6
- data/lib/generated/gobl/bill/delivery.rb +6 -1
- data/lib/generated/gobl/bill/discount.rb +1 -1
- data/lib/generated/gobl/bill/document_reference.rb +1 -1
- data/lib/generated/gobl/bill/invoice.rb +1 -1
- data/lib/generated/gobl/bill/line.rb +1 -1
- data/lib/generated/gobl/bill/line_charge.rb +1 -1
- data/lib/generated/gobl/bill/line_discount.rb +1 -1
- data/lib/generated/gobl/bill/ordering.rb +6 -1
- data/lib/generated/gobl/bill/outlay.rb +1 -1
- data/lib/generated/gobl/bill/payment.rb +1 -1
- data/lib/generated/gobl/bill/preceding.rb +7 -7
- data/lib/generated/gobl/bill/tax.rb +1 -1
- data/lib/generated/gobl/bill/totals.rb +6 -1
- data/lib/generated/gobl/cal/date.rb +1 -1
- data/lib/generated/gobl/cal/date_time.rb +1 -1
- data/lib/generated/gobl/cal/period.rb +1 -1
- data/lib/generated/gobl/cbc/code.rb +1 -1
- data/lib/generated/gobl/cbc/code_map.rb +1 -1
- data/lib/generated/gobl/cbc/key.rb +1 -1
- data/lib/generated/gobl/cbc/meta.rb +1 -1
- data/lib/generated/gobl/cbc/note.rb +1 -1
- data/lib/generated/gobl/currency/code.rb +1 -1
- data/lib/generated/gobl/currency/exchange_rate.rb +1 -1
- data/lib/generated/gobl/dsig/digest.rb +1 -1
- data/lib/generated/gobl/dsig/signature.rb +1 -1
- data/lib/generated/gobl/envelope.rb +1 -1
- data/lib/generated/gobl/head/header.rb +1 -1
- data/lib/generated/gobl/head/stamp.rb +1 -1
- data/lib/generated/gobl/i18n/string.rb +1 -1
- data/lib/generated/gobl/l10n/code.rb +1 -1
- data/lib/generated/gobl/l10n/country_code.rb +1 -1
- data/lib/generated/gobl/note/message.rb +1 -1
- data/lib/generated/gobl/org/address.rb +1 -1
- data/lib/generated/gobl/org/coordinates.rb +1 -1
- data/lib/generated/gobl/org/email.rb +1 -1
- data/lib/generated/gobl/org/identity.rb +6 -1
- data/lib/generated/gobl/org/image.rb +6 -1
- data/lib/generated/gobl/org/inbox.rb +1 -1
- data/lib/generated/gobl/org/item.rb +1 -1
- data/lib/generated/gobl/org/name.rb +1 -1
- data/lib/generated/gobl/org/party.rb +1 -1
- data/lib/generated/gobl/org/person.rb +1 -1
- data/lib/generated/gobl/org/registration.rb +1 -1
- data/lib/generated/gobl/org/telephone.rb +1 -1
- data/lib/generated/gobl/org/unit.rb +1 -1
- data/lib/generated/gobl/org/website.rb +1 -1
- data/lib/generated/gobl/pay/advance.rb +1 -1
- data/lib/generated/gobl/pay/card.rb +1 -1
- data/lib/generated/gobl/pay/credit_transfer.rb +1 -1
- data/lib/generated/gobl/pay/direct_debit.rb +1 -1
- data/lib/generated/gobl/pay/due_date.rb +1 -1
- data/lib/generated/gobl/pay/instructions.rb +1 -1
- data/lib/generated/gobl/pay/online.rb +1 -1
- data/lib/generated/gobl/pay/terms.rb +1 -1
- data/lib/generated/gobl/regimes/mx/food_vouchers.rb +41 -0
- data/lib/generated/gobl/regimes/mx/food_vouchers_employee.rb +42 -0
- data/lib/generated/gobl/regimes/mx/food_vouchers_line.rb +42 -0
- data/lib/generated/gobl/regimes/mx/fuel_account_balance.rb +41 -0
- data/lib/generated/gobl/regimes/mx/fuel_account_item.rb +42 -0
- data/lib/generated/gobl/regimes/mx/fuel_account_line.rb +73 -0
- data/lib/generated/gobl/regimes/mx/fuel_account_tax.rb +37 -0
- data/lib/generated/gobl/schema/object.rb +1 -1
- data/lib/generated/gobl/tax/category.rb +9 -1
- data/lib/generated/gobl/tax/category_total.rb +1 -1
- data/lib/generated/gobl/tax/code_definition.rb +1 -1
- data/lib/generated/gobl/tax/combo.rb +1 -1
- data/lib/generated/gobl/tax/correction_definition.rb +48 -0
- data/lib/generated/gobl/tax/identity.rb +1 -1
- data/lib/generated/gobl/tax/key_definition.rb +3 -2
- data/lib/generated/gobl/tax/rate.rb +1 -1
- data/lib/generated/gobl/tax/rate_total.rb +1 -1
- data/lib/generated/gobl/tax/rate_total_surcharge.rb +1 -1
- data/lib/generated/gobl/tax/rate_value.rb +1 -1
- data/lib/generated/gobl/tax/regime.rb +20 -10
- data/lib/generated/gobl/tax/scenario.rb +1 -1
- data/lib/generated/gobl/tax/scenario_set.rb +1 -1
- data/lib/generated/gobl/tax/set.rb +1 -1
- data/lib/generated/gobl/tax/source.rb +1 -1
- data/lib/generated/gobl/tax/total.rb +1 -1
- data/lib/generated/gobl/tax/zone.rb +1 -1
- data/lib/generated/gobl/uuid/uuid.rb +1 -1
- data/lib/gobl/version.rb +1 -1
- metadata +13 -4
- data/lib/generated/gobl/tax/preceding_definitions.rb +0 -37
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
##
|
|
4
|
+
## DO NOT EDIT - This file was generated automatically.
|
|
5
|
+
##
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
|
+
##
|
|
8
|
+
|
|
9
|
+
module GOBL
|
|
10
|
+
module Regimes
|
|
11
|
+
module Mx
|
|
12
|
+
# FoodVouchers carries the data to produce a CFDI's "Complemento de Vales de Despensa" (version 1.0) providing detailed information about food vouchers issued by an e-wallet supplier to its customer's employees.
|
|
13
|
+
class FoodVouchers < GOBL::Object
|
|
14
|
+
# The Schema ID of the GOBL FoodVouchers structure
|
|
15
|
+
SCHEMA_ID = 'https://gobl.org/draft-0/regimes/mx/food-vouchers'
|
|
16
|
+
|
|
17
|
+
# @!attribute [r] employer_registration
|
|
18
|
+
# Customer's employer registration number (maps to `registroPatronal`).
|
|
19
|
+
# @return [String]
|
|
20
|
+
property :employer_registration, String
|
|
21
|
+
|
|
22
|
+
# @!attribute [r] account_number
|
|
23
|
+
# Customer's account number (maps to `numeroDeCuenta`).
|
|
24
|
+
# @return [String]
|
|
25
|
+
property :account_number, String
|
|
26
|
+
validates_presence_of :account_number
|
|
27
|
+
|
|
28
|
+
# @!attribute [r] total
|
|
29
|
+
# Sum of all line amounts (calculated, maps to `total`).
|
|
30
|
+
# @return [GOBL::Num::Amount]
|
|
31
|
+
property :total, GOBL::Num::Amount
|
|
32
|
+
|
|
33
|
+
# @!attribute [r] lines
|
|
34
|
+
# List of food vouchers issued to the customer's employees (maps to `Conceptos`).
|
|
35
|
+
# @return [Array<FoodVouchersLine>]
|
|
36
|
+
property :lines, [FoodVouchersLine]
|
|
37
|
+
validates_presence_of :lines
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
##
|
|
4
|
+
## DO NOT EDIT - This file was generated automatically.
|
|
5
|
+
##
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
|
+
##
|
|
8
|
+
|
|
9
|
+
module GOBL
|
|
10
|
+
module Regimes
|
|
11
|
+
module Mx
|
|
12
|
+
# FoodVouchersEmployee represents an employee that received a food voucher.
|
|
13
|
+
class FoodVouchersEmployee < GOBL::Object
|
|
14
|
+
# The Schema ID of the GOBL FoodVouchersEmployee structure
|
|
15
|
+
SCHEMA_ID = 'https://gobl.org/draft-0/regimes/mx/food-vouchers#/$defs/FoodVouchersEmployee'
|
|
16
|
+
|
|
17
|
+
# @!attribute [r] tax_code
|
|
18
|
+
# Employee's tax identity code (maps to `rfc`).
|
|
19
|
+
# @return [GOBL::CBC::Code]
|
|
20
|
+
property :tax_code, GOBL::CBC::Code
|
|
21
|
+
validates_presence_of :tax_code
|
|
22
|
+
|
|
23
|
+
# @!attribute [r] curp
|
|
24
|
+
# Employee's CURP ("Clave Única de Registro de Población", maps to `curp`).
|
|
25
|
+
# @return [GOBL::CBC::Code]
|
|
26
|
+
property :curp, GOBL::CBC::Code
|
|
27
|
+
validates_presence_of :curp
|
|
28
|
+
|
|
29
|
+
# @!attribute [r] name
|
|
30
|
+
# Employee's name (maps to `nombre`).
|
|
31
|
+
# @return [String]
|
|
32
|
+
property :name, String
|
|
33
|
+
validates_presence_of :name
|
|
34
|
+
|
|
35
|
+
# @!attribute [r] social_security
|
|
36
|
+
# Employee's Social Security Number (maps to `numSeguridadSocial`).
|
|
37
|
+
# @return [GOBL::CBC::Code]
|
|
38
|
+
property :social_security, GOBL::CBC::Code
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
##
|
|
4
|
+
## DO NOT EDIT - This file was generated automatically.
|
|
5
|
+
##
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
|
+
##
|
|
8
|
+
|
|
9
|
+
module GOBL
|
|
10
|
+
module Regimes
|
|
11
|
+
module Mx
|
|
12
|
+
# FoodVouchersLine represents a single food voucher issued to the e-wallet of one of the customer's employees.
|
|
13
|
+
class FoodVouchersLine < GOBL::Object
|
|
14
|
+
# The Schema ID of the GOBL FoodVouchersLine structure
|
|
15
|
+
SCHEMA_ID = 'https://gobl.org/draft-0/regimes/mx/food-vouchers#/$defs/FoodVouchersLine'
|
|
16
|
+
|
|
17
|
+
# @!attribute [r] e_wallet_id
|
|
18
|
+
# Identifier of the e-wallet that received the food voucher (maps to `Identificador`).
|
|
19
|
+
# @return [GOBL::CBC::Code]
|
|
20
|
+
property :e_wallet_id, GOBL::CBC::Code
|
|
21
|
+
validates_presence_of :e_wallet_id
|
|
22
|
+
|
|
23
|
+
# @!attribute [r] issue_date_time
|
|
24
|
+
# Date and time of the food voucher's issue (maps to `Fecha`).
|
|
25
|
+
# @return [GOBL::Cal::DateTime]
|
|
26
|
+
property :issue_date_time, GOBL::Cal::DateTime
|
|
27
|
+
validates_presence_of :issue_date_time
|
|
28
|
+
|
|
29
|
+
# @!attribute [r] employee
|
|
30
|
+
# Employee that received the food voucher.
|
|
31
|
+
# @return [FoodVouchersEmployee]
|
|
32
|
+
property :employee, FoodVouchersEmployee
|
|
33
|
+
|
|
34
|
+
# @!attribute [r] amount
|
|
35
|
+
# Amount of the food voucher (maps to `importe`).
|
|
36
|
+
# @return [GOBL::Num::Amount]
|
|
37
|
+
property :amount, GOBL::Num::Amount
|
|
38
|
+
validates_presence_of :amount
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
##
|
|
4
|
+
## DO NOT EDIT - This file was generated automatically.
|
|
5
|
+
##
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
|
+
##
|
|
8
|
+
|
|
9
|
+
module GOBL
|
|
10
|
+
module Regimes
|
|
11
|
+
module Mx
|
|
12
|
+
# FuelAccountBalance carries the data to produce a CFDI's "Complemento de Estado de Cuenta de Combustibles para Monederos Electrónicos" (version 1.2 revision B) providing detailed information about fuel purchases made with electronic wallets.
|
|
13
|
+
class FuelAccountBalance < GOBL::Object
|
|
14
|
+
# The Schema ID of the GOBL FuelAccountBalance structure
|
|
15
|
+
SCHEMA_ID = 'https://gobl.org/draft-0/regimes/mx/fuel-account-balance'
|
|
16
|
+
|
|
17
|
+
# @!attribute [r] account_number
|
|
18
|
+
# Customer's account number (maps to `NumeroDeCuenta`).
|
|
19
|
+
# @return [String]
|
|
20
|
+
property :account_number, String
|
|
21
|
+
validates_presence_of :account_number
|
|
22
|
+
|
|
23
|
+
# @!attribute [r] subtotal
|
|
24
|
+
# Sum of all line totals (i.e. taxes not included) (calculated, maps to `SubTotal`).
|
|
25
|
+
# @return [GOBL::Num::Amount]
|
|
26
|
+
property :subtotal, GOBL::Num::Amount
|
|
27
|
+
|
|
28
|
+
# @!attribute [r] total
|
|
29
|
+
# Grand total after taxes have been applied (calculated, maps to `Total`).
|
|
30
|
+
# @return [GOBL::Num::Amount]
|
|
31
|
+
property :total, GOBL::Num::Amount
|
|
32
|
+
|
|
33
|
+
# @!attribute [r] lines
|
|
34
|
+
# List of fuel purchases made with the customer's e-wallets (maps to `Conceptos`).
|
|
35
|
+
# @return [Array<FuelAccountLine>]
|
|
36
|
+
property :lines, [FuelAccountLine]
|
|
37
|
+
validates_presence_of :lines
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
##
|
|
4
|
+
## DO NOT EDIT - This file was generated automatically.
|
|
5
|
+
##
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
|
+
##
|
|
8
|
+
|
|
9
|
+
module GOBL
|
|
10
|
+
module Regimes
|
|
11
|
+
module Mx
|
|
12
|
+
# FuelAccountItem provides the details of a fuel purchase.
|
|
13
|
+
class FuelAccountItem < GOBL::Object
|
|
14
|
+
# The Schema ID of the GOBL FuelAccountItem structure
|
|
15
|
+
SCHEMA_ID = 'https://gobl.org/draft-0/regimes/mx/fuel-account-balance#/$defs/FuelAccountItem'
|
|
16
|
+
|
|
17
|
+
# @!attribute [r] type
|
|
18
|
+
# Type of fuel (one of `c_ClaveTipoCombustible` codes, maps to `TipoCombustible`).
|
|
19
|
+
# @return [GOBL::CBC::Code]
|
|
20
|
+
property :type, GOBL::CBC::Code
|
|
21
|
+
validates_presence_of :type
|
|
22
|
+
|
|
23
|
+
# @!attribute [r] unit
|
|
24
|
+
# Reference unit of measure used in the price and the quantity (maps to `Unidad`).
|
|
25
|
+
# @return [GOBL::Org::Unit]
|
|
26
|
+
property :unit, GOBL::Org::Unit
|
|
27
|
+
|
|
28
|
+
# @!attribute [r] name
|
|
29
|
+
# Name of the fuel (maps to `NombreCombustible`).
|
|
30
|
+
# @return [String]
|
|
31
|
+
property :name, String
|
|
32
|
+
validates_presence_of :name
|
|
33
|
+
|
|
34
|
+
# @!attribute [r] price
|
|
35
|
+
# Base price of a single unit of the fuel without taxes (maps to `ValorUnitario`).
|
|
36
|
+
# @return [GOBL::Num::Amount]
|
|
37
|
+
property :price, GOBL::Num::Amount
|
|
38
|
+
validates_presence_of :price
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
##
|
|
4
|
+
## DO NOT EDIT - This file was generated automatically.
|
|
5
|
+
##
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
|
+
##
|
|
8
|
+
|
|
9
|
+
module GOBL
|
|
10
|
+
module Regimes
|
|
11
|
+
module Mx
|
|
12
|
+
# FuelAccountLine represents a single fuel purchase made with an e-wallet issued by the invoice's supplier.
|
|
13
|
+
class FuelAccountLine < GOBL::Object
|
|
14
|
+
# The Schema ID of the GOBL FuelAccountLine structure
|
|
15
|
+
SCHEMA_ID = 'https://gobl.org/draft-0/regimes/mx/fuel-account-balance#/$defs/FuelAccountLine'
|
|
16
|
+
|
|
17
|
+
# @!attribute [r] e_wallet_id
|
|
18
|
+
# Identifier of the e-wallet used to make the purchase (maps to `Identificador`).
|
|
19
|
+
# @return [GOBL::CBC::Code]
|
|
20
|
+
property :e_wallet_id, GOBL::CBC::Code
|
|
21
|
+
validates_presence_of :e_wallet_id
|
|
22
|
+
|
|
23
|
+
# @!attribute [r] purchase_date_time
|
|
24
|
+
# Date and time of the purchase (maps to `Fecha`).
|
|
25
|
+
# @return [GOBL::Cal::DateTime]
|
|
26
|
+
property :purchase_date_time, GOBL::Cal::DateTime
|
|
27
|
+
validates_presence_of :purchase_date_time
|
|
28
|
+
|
|
29
|
+
# @!attribute [r] vendor_tax_code
|
|
30
|
+
# Tax Identity Code of the fuel's vendor (maps to `Rfc`)
|
|
31
|
+
# @return [GOBL::CBC::Code]
|
|
32
|
+
property :vendor_tax_code, GOBL::CBC::Code
|
|
33
|
+
validates_presence_of :vendor_tax_code
|
|
34
|
+
|
|
35
|
+
# @!attribute [r] service_station_code
|
|
36
|
+
# Code of the service station where the purchase was made (maps to `ClaveEstacion`).
|
|
37
|
+
# @return [GOBL::CBC::Code]
|
|
38
|
+
property :service_station_code, GOBL::CBC::Code
|
|
39
|
+
validates_presence_of :service_station_code
|
|
40
|
+
|
|
41
|
+
# @!attribute [r] quantity
|
|
42
|
+
# Amount of fuel units purchased (maps to `Cantidad`)
|
|
43
|
+
# @return [GOBL::Num::Amount]
|
|
44
|
+
property :quantity, GOBL::Num::Amount
|
|
45
|
+
validates_presence_of :quantity
|
|
46
|
+
|
|
47
|
+
# @!attribute [r] item
|
|
48
|
+
# Details of the fuel purchased.
|
|
49
|
+
# @return [FuelAccountItem]
|
|
50
|
+
property :item, FuelAccountItem
|
|
51
|
+
validates_presence_of :item
|
|
52
|
+
|
|
53
|
+
# @!attribute [r] purchase_code
|
|
54
|
+
# Identifier of the purchase (maps to `FolioOperacion`).
|
|
55
|
+
# @return [GOBL::CBC::Code]
|
|
56
|
+
property :purchase_code, GOBL::CBC::Code
|
|
57
|
+
validates_presence_of :purchase_code
|
|
58
|
+
|
|
59
|
+
# @!attribute [r] total
|
|
60
|
+
# Result of quantity multiplied by the unit price (maps to `Importe`).
|
|
61
|
+
# @return [GOBL::Num::Amount]
|
|
62
|
+
property :total, GOBL::Num::Amount
|
|
63
|
+
validates_presence_of :total
|
|
64
|
+
|
|
65
|
+
# @!attribute [r] taxes
|
|
66
|
+
# Map of taxes applied to the purchase (maps to `Traslados`).
|
|
67
|
+
# @return [Array<FuelAccountTax>]
|
|
68
|
+
property :taxes, [FuelAccountTax]
|
|
69
|
+
validates_presence_of :taxes
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
end
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
##
|
|
4
|
+
## DO NOT EDIT - This file was generated automatically.
|
|
5
|
+
##
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
|
+
##
|
|
8
|
+
|
|
9
|
+
module GOBL
|
|
10
|
+
module Regimes
|
|
11
|
+
module Mx
|
|
12
|
+
# FuelAccountTax represents a single tax applied to a fuel purchase.
|
|
13
|
+
class FuelAccountTax < GOBL::Object
|
|
14
|
+
# The Schema ID of the GOBL FuelAccountTax structure
|
|
15
|
+
SCHEMA_ID = 'https://gobl.org/draft-0/regimes/mx/fuel-account-balance#/$defs/FuelAccountTax'
|
|
16
|
+
|
|
17
|
+
# @!attribute [r] code
|
|
18
|
+
# Code that identifies the tax ("IVA" or "IEPS", maps to `Impuesto`)
|
|
19
|
+
# @return [GOBL::CBC::Code]
|
|
20
|
+
property :code, GOBL::CBC::Code
|
|
21
|
+
validates_presence_of :code
|
|
22
|
+
|
|
23
|
+
# @!attribute [r] rate
|
|
24
|
+
# Rate applicable to either the line total (tasa) or the line quantity (cuota) (maps to `TasaOCuota`).
|
|
25
|
+
# @return [GOBL::Num::Amount]
|
|
26
|
+
property :rate, GOBL::Num::Amount
|
|
27
|
+
validates_presence_of :rate
|
|
28
|
+
|
|
29
|
+
# @!attribute [r] amount
|
|
30
|
+
# Total amount of the tax once the rate has been applied (maps to `Importe`).
|
|
31
|
+
# @return [GOBL::Num::Amount]
|
|
32
|
+
property :amount, GOBL::Num::Amount
|
|
33
|
+
validates_presence_of :amount
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
37
|
+
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
##
|
|
4
4
|
## DO NOT EDIT - This file was generated automatically.
|
|
5
5
|
##
|
|
6
|
-
## Generated with GOBL v0.
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
7
|
##
|
|
8
8
|
|
|
9
9
|
module GOBL
|
|
@@ -14,16 +14,24 @@ module GOBL
|
|
|
14
14
|
SCHEMA_ID = 'https://gobl.org/draft-0/tax/regime#/$defs/Category'
|
|
15
15
|
|
|
16
16
|
# @!attribute [r] code
|
|
17
|
+
# Code to be used in documents
|
|
17
18
|
# @return [GOBL::CBC::Code]
|
|
18
19
|
property :code, GOBL::CBC::Code
|
|
19
20
|
validates_presence_of :code
|
|
20
21
|
|
|
21
22
|
# @!attribute [r] name
|
|
23
|
+
# Short name of the category to be used instead of code in output
|
|
22
24
|
# @return [GOBL::I18n::String]
|
|
23
25
|
property :name, GOBL::I18n::String
|
|
24
26
|
validates_presence_of :name
|
|
25
27
|
|
|
28
|
+
# @!attribute [r] title
|
|
29
|
+
# Human name for the code to use for titles
|
|
30
|
+
# @return [GOBL::I18n::String]
|
|
31
|
+
property :title, GOBL::I18n::String
|
|
32
|
+
|
|
26
33
|
# @!attribute [r] desc
|
|
34
|
+
# Useful description of the category.
|
|
27
35
|
# @return [GOBL::I18n::String]
|
|
28
36
|
property :desc, GOBL::I18n::String
|
|
29
37
|
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
##
|
|
4
|
+
## DO NOT EDIT - This file was generated automatically.
|
|
5
|
+
##
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
|
+
##
|
|
8
|
+
|
|
9
|
+
module GOBL
|
|
10
|
+
module Tax
|
|
11
|
+
# CorrectionDefinition contains details about what can be defined in .
|
|
12
|
+
class CorrectionDefinition < GOBL::Object
|
|
13
|
+
# The Schema ID of the GOBL CorrectionDefinition structure
|
|
14
|
+
SCHEMA_ID = 'https://gobl.org/draft-0/tax/regime#/$defs/CorrectionDefinition'
|
|
15
|
+
|
|
16
|
+
# @!attribute [r] schema
|
|
17
|
+
# Partial or complete schema URL for the document type supported by correction.
|
|
18
|
+
# @return [String]
|
|
19
|
+
property :schema, String
|
|
20
|
+
validates_presence_of :schema
|
|
21
|
+
|
|
22
|
+
# @!attribute [r] types
|
|
23
|
+
# The types of sub-documents supported by the regime
|
|
24
|
+
# @return [Array<GOBL::CBC::Key>]
|
|
25
|
+
property :types, [GOBL::CBC::Key]
|
|
26
|
+
|
|
27
|
+
# @!attribute [r] methods
|
|
28
|
+
# Methods describe the methods used to correct an invoice.
|
|
29
|
+
# @return [Array<KeyDefinition>]
|
|
30
|
+
property :methods, [KeyDefinition]
|
|
31
|
+
|
|
32
|
+
# @!attribute [r] changes
|
|
33
|
+
# List of change keys that can be used to describe what has been corrected.
|
|
34
|
+
# @return [Array<KeyDefinition>]
|
|
35
|
+
property :changes, [KeyDefinition]
|
|
36
|
+
|
|
37
|
+
# @!attribute [r] reason_required
|
|
38
|
+
# ReasonRequired when true implies that a reason must be provided
|
|
39
|
+
# @return [Boolean]
|
|
40
|
+
property :reason_required, Boolean
|
|
41
|
+
|
|
42
|
+
# @!attribute [r] stamps
|
|
43
|
+
# Stamps that must be copied from the preceding document.
|
|
44
|
+
# @return [Array<GOBL::CBC::Key>]
|
|
45
|
+
property :stamps, [GOBL::CBC::Key]
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
##
|
|
4
4
|
## DO NOT EDIT - This file was generated automatically.
|
|
5
5
|
##
|
|
6
|
-
## Generated with GOBL v0.
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
7
|
##
|
|
8
8
|
|
|
9
9
|
module GOBL
|
|
@@ -20,9 +20,10 @@ module GOBL
|
|
|
20
20
|
validates_presence_of :key
|
|
21
21
|
|
|
22
22
|
# @!attribute [r] name
|
|
23
|
-
# Short name for the key
|
|
23
|
+
# Short name for the key.
|
|
24
24
|
# @return [GOBL::I18n::String]
|
|
25
25
|
property :name, GOBL::I18n::String
|
|
26
|
+
validates_presence_of :name
|
|
26
27
|
|
|
27
28
|
# @!attribute [r] desc
|
|
28
29
|
# Description offering more details about when the key should be used.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
##
|
|
4
4
|
## DO NOT EDIT - This file was generated automatically.
|
|
5
5
|
##
|
|
6
|
-
## Generated with GOBL v0.
|
|
6
|
+
## Generated with GOBL v0.63.1
|
|
7
7
|
##
|
|
8
8
|
|
|
9
9
|
module GOBL
|
|
@@ -19,6 +19,11 @@ module GOBL
|
|
|
19
19
|
property :name, GOBL::I18n::String
|
|
20
20
|
validates_presence_of :name
|
|
21
21
|
|
|
22
|
+
# @!attribute [r] description
|
|
23
|
+
# Introductory details about the regime.
|
|
24
|
+
# @return [GOBL::I18n::String]
|
|
25
|
+
property :description, GOBL::I18n::String
|
|
26
|
+
|
|
22
27
|
# @!attribute [r] time_zone
|
|
23
28
|
# Location name for the country's central time zone. Accepted values from IANA Time Zone Database (https://iana.org/time-zones).
|
|
24
29
|
# @return [String]
|
|
@@ -36,11 +41,6 @@ module GOBL
|
|
|
36
41
|
# @return [GOBL::L10n::Code]
|
|
37
42
|
property :zone, GOBL::L10n::Code
|
|
38
43
|
|
|
39
|
-
# @!attribute [r] zones
|
|
40
|
-
# List of sub-zones inside a country.
|
|
41
|
-
# @return [Array<Zone>]
|
|
42
|
-
property :zones, [Zone]
|
|
43
|
-
|
|
44
44
|
# @!attribute [r] currency
|
|
45
45
|
# Currency used by the country.
|
|
46
46
|
# @return [GOBL::Currency::Code]
|
|
@@ -77,21 +77,31 @@ module GOBL
|
|
|
77
77
|
# @return [Array<KeyDefinition>]
|
|
78
78
|
property :item_keys, [KeyDefinition]
|
|
79
79
|
|
|
80
|
+
# @!attribute [r] inbox_keys
|
|
81
|
+
# InboxKeys specific to the regime that can be used to identify where a document should be forwarded to.
|
|
82
|
+
# @return [Array<KeyDefinition>]
|
|
83
|
+
property :inbox_keys, [KeyDefinition]
|
|
84
|
+
|
|
80
85
|
# @!attribute [r] scenarios
|
|
81
86
|
# Sets of scenario definitions for the regime.
|
|
82
87
|
# @return [Array<ScenarioSet>]
|
|
83
88
|
property :scenarios, [ScenarioSet]
|
|
84
89
|
|
|
85
|
-
# @!attribute [r]
|
|
86
|
-
# Configuration details for
|
|
87
|
-
# @return [
|
|
88
|
-
property :
|
|
90
|
+
# @!attribute [r] corrections
|
|
91
|
+
# Configuration details for corrections to be used with correction options.
|
|
92
|
+
# @return [Array<CorrectionDefinition>]
|
|
93
|
+
property :corrections, [CorrectionDefinition]
|
|
89
94
|
|
|
90
95
|
# @!attribute [r] categories
|
|
91
96
|
# List of tax categories.
|
|
92
97
|
# @return [Array<Category>]
|
|
93
98
|
property :categories, [Category]
|
|
94
99
|
validates_presence_of :categories
|
|
100
|
+
|
|
101
|
+
# @!attribute [r] zones
|
|
102
|
+
# List of zones to identify specific areas, regions, or provinces inside a country tha may be required for tax purposes.
|
|
103
|
+
# @return [Array<Zone>]
|
|
104
|
+
property :zones, [Zone]
|
|
95
105
|
end
|
|
96
106
|
end
|
|
97
107
|
end
|