gobl 0.11.0 → 0.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -9
  3. data/data/regimes/co.json +140 -0
  4. data/data/regimes/es.json +3 -0
  5. data/data/regimes/fr.json +6 -0
  6. data/data/regimes/pt.json +5 -0
  7. data/lib/generated/gobl/bill/charge.rb +6 -1
  8. data/lib/generated/gobl/bill/delivery.rb +10 -10
  9. data/lib/generated/gobl/bill/discount.rb +1 -1
  10. data/lib/generated/gobl/bill/document_reference.rb +1 -1
  11. data/lib/generated/gobl/bill/invoice.rb +1 -1
  12. data/lib/generated/gobl/bill/line.rb +1 -1
  13. data/lib/generated/gobl/bill/line_charge.rb +1 -1
  14. data/lib/generated/gobl/bill/line_discount.rb +1 -1
  15. data/lib/generated/gobl/bill/ordering.rb +6 -1
  16. data/lib/generated/gobl/bill/outlay.rb +1 -1
  17. data/lib/generated/gobl/bill/payment.rb +1 -1
  18. data/lib/generated/gobl/bill/preceding.rb +1 -1
  19. data/lib/generated/gobl/bill/tax.rb +1 -1
  20. data/lib/generated/gobl/bill/totals.rb +1 -1
  21. data/lib/generated/gobl/cal/date.rb +1 -1
  22. data/lib/generated/gobl/cal/period.rb +8 -1
  23. data/lib/generated/gobl/cbc/code.rb +1 -1
  24. data/lib/generated/gobl/cbc/key.rb +1 -1
  25. data/lib/generated/gobl/cbc/meta.rb +1 -1
  26. data/lib/generated/gobl/cbc/note.rb +9 -4
  27. data/lib/generated/gobl/cbc/stamp.rb +1 -1
  28. data/lib/generated/gobl/currency/code.rb +1 -1
  29. data/lib/generated/gobl/currency/exchange_rate.rb +1 -1
  30. data/lib/generated/gobl/document.rb +2 -2
  31. data/lib/generated/gobl/dsig/digest.rb +1 -1
  32. data/lib/generated/gobl/dsig/signature.rb +1 -1
  33. data/lib/generated/gobl/envelope.rb +1 -1
  34. data/lib/generated/gobl/header.rb +1 -1
  35. data/lib/generated/gobl/i18n/string.rb +1 -1
  36. data/lib/generated/gobl/l10n/code.rb +1 -1
  37. data/lib/generated/gobl/l10n/country_code.rb +1 -1
  38. data/lib/generated/gobl/note/message.rb +1 -1
  39. data/lib/generated/gobl/org/address.rb +1 -1
  40. data/lib/generated/gobl/org/coordinates.rb +1 -1
  41. data/lib/generated/gobl/org/email.rb +1 -1
  42. data/lib/generated/gobl/org/identity.rb +1 -1
  43. data/lib/generated/gobl/org/image.rb +1 -1
  44. data/lib/generated/gobl/org/inbox.rb +1 -1
  45. data/lib/generated/gobl/org/item.rb +1 -1
  46. data/lib/generated/gobl/org/name.rb +1 -1
  47. data/lib/generated/gobl/org/party.rb +1 -1
  48. data/lib/generated/gobl/org/person.rb +1 -1
  49. data/lib/generated/gobl/org/registration.rb +9 -1
  50. data/lib/generated/gobl/org/telephone.rb +1 -1
  51. data/lib/generated/gobl/org/unit.rb +1 -1
  52. data/lib/generated/gobl/org/website.rb +1 -1
  53. data/lib/generated/gobl/pay/advance.rb +1 -1
  54. data/lib/generated/gobl/pay/card.rb +1 -1
  55. data/lib/generated/gobl/pay/credit_transfer.rb +1 -1
  56. data/lib/generated/gobl/pay/direct_debit.rb +1 -1
  57. data/lib/generated/gobl/pay/due_date.rb +1 -1
  58. data/lib/generated/gobl/pay/instructions.rb +11 -11
  59. data/lib/generated/gobl/pay/online.rb +1 -1
  60. data/lib/generated/gobl/pay/terms.rb +1 -1
  61. data/lib/generated/gobl/tax/category.rb +1 -1
  62. data/lib/generated/gobl/tax/category_total.rb +1 -1
  63. data/lib/generated/gobl/tax/combo.rb +1 -1
  64. data/lib/generated/gobl/tax/identity.rb +1 -1
  65. data/lib/generated/gobl/tax/identity_type.rb +1 -1
  66. data/lib/generated/gobl/tax/key_definition.rb +1 -1
  67. data/lib/generated/gobl/tax/preceding_definitions.rb +11 -1
  68. data/lib/generated/gobl/tax/rate.rb +1 -1
  69. data/lib/generated/gobl/tax/rate_total.rb +1 -1
  70. data/lib/generated/gobl/tax/rate_total_surcharge.rb +1 -1
  71. data/lib/generated/gobl/tax/rate_value.rb +1 -1
  72. data/lib/generated/gobl/tax/regime.rb +6 -1
  73. data/lib/generated/gobl/tax/scenario.rb +1 -1
  74. data/lib/generated/gobl/tax/scenario_set.rb +1 -1
  75. data/lib/generated/gobl/tax/set.rb +1 -1
  76. data/lib/generated/gobl/tax/tag.rb +1 -1
  77. data/lib/generated/gobl/tax/total.rb +1 -1
  78. data/lib/generated/gobl/tax/zone.rb +1 -1
  79. data/lib/generated/gobl/uuid/uuid.rb +1 -1
  80. data/lib/gobl/version.rb +1 -1
  81. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d162daa116b9e2561aaed411ca059fcb926f150685dfd0682d403f5c0885f88c
4
- data.tar.gz: 3aa58e456a8cbaa5bf1330020eeb6aca7b5a8afcbd151e414464dacd007899bf
3
+ metadata.gz: 9f70d1bbc2e695f02fa1e1536d695cb4679ed14241a741086a634f13750cf87a
4
+ data.tar.gz: 4df73f1d2afbd910ecbb9e22aaf1731753d3bfff86343d735edf32273c2d36c6
5
5
  SHA512:
6
- metadata.gz: 7f2bd0ce77302a5286172352dd6d438ef6f36258ff7633a7aaf59b73f51b2c822c7051f29cfb09cdaf850fff6b225bc681c8a23287e2aa9d78fdbb1fae839850
7
- data.tar.gz: dc18b7b9ea9ad8003da892bd91f3e4f78340f5b457322732f89d36400b142f118a339675d47b747bd97fd9a0d3fc1ded1a76784a738bc5c70a2e3a186ee96252
6
+ metadata.gz: 6f9891ae52a7b6f46f8e60248c28fe57b9cbe5deff0fb542fb89097deeffbdc6bedee84902d237b0153c74ba74bade31ee6b8d5e3c561a967f32a8bb32440c91
7
+ data.tar.gz: 875e7d964d16bebff30a576a81e161f962e5a9cfa70bd18542e05966cfe68c92084075fcb2cf25c398151ece68a95cd8017eb62fd326ecf641ded2e309b381f3
data/README.md CHANGED
@@ -12,18 +12,18 @@ Ruby library for reading, producing, manipulating and operating over [GOBL][3] d
12
12
 
13
13
  ### Features
14
14
 
15
- * Dedicated Ruby classes for each GOBL structure with typed attributes
16
- * [Object instantiation from nested hashes and arrays of attributes](#instantiating-structures)
17
- * [Object serialization/deserialization to/from JSON GOBL data](#serializing-to-and-deserializing-from-json)
18
- * [Idiomatic value objects with enumerations support](#handling-value-objects-and-enumerations)
19
- * Access to operations in the [GOBL CLI][4] service: [build, validate and sign](#running-operations)
20
- * [Full API reference documentation][1]
15
+ - Dedicated Ruby classes for each GOBL structure with typed attributes
16
+ - [Object instantiation from nested hashes and arrays of attributes](#instantiating-structures)
17
+ - [Object serialization/deserialization to/from JSON GOBL data](#serializing-to-and-deserializing-from-json)
18
+ - [Idiomatic value objects with enumerations support](#handling-value-objects-and-enumerations)
19
+ - Access to operations in the [GOBL CLI][4] service: [build, validate and sign](#running-operations)
20
+ - [Full API reference documentation][1]
21
21
 
22
22
  ### Documentation
23
23
 
24
- * [User guide](#user-guide)
25
- * [API reference][6]
26
- * [GOBL documentation][2]
24
+ - [User guide](#user-guide)
25
+ - [API reference][6]
26
+ - [GOBL documentation][2]
27
27
 
28
28
  ## User guide
29
29
 
@@ -249,3 +249,10 @@ The library is fully documented using YARD. You can spin up a YARD server with t
249
249
  [4]: https://github.com/invopop/gobl.cli
250
250
  [5]: https://www.rubydoc.info/gems/gobl/GOBL/Operations
251
251
  [6]: https://www.rubydoc.info/gems/gobl/index
252
+
253
+ ### Releases
254
+
255
+ When releasing a new version of the GOBL Ruby library:
256
+
257
+ 1. Update lib/gobl/version.rb and commit the change (no need to push)
258
+ 2. Run `rake release` which generates the tag, pushes everything to github and rubygems
data/data/regimes/co.json CHANGED
@@ -14581,7 +14581,147 @@
14581
14581
  }
14582
14582
  ],
14583
14583
  "currency": "COP",
14584
+ "identity_types": [
14585
+ {
14586
+ "key": "tin",
14587
+ "name": {
14588
+ "en": "TIN - Tax Identification Number",
14589
+ "es": "NIT - Número de Identificación Tributaria"
14590
+ },
14591
+ "meta": {
14592
+ "dian-additional-account-id": "1",
14593
+ "dian-company-id": "31"
14594
+ }
14595
+ },
14596
+ {
14597
+ "key": "civil",
14598
+ "name": {
14599
+ "en": "Civil Registry",
14600
+ "es": "Registro Civil"
14601
+ },
14602
+ "meta": {
14603
+ "dian-additional-account-id": "2",
14604
+ "dian-company-id": "11"
14605
+ }
14606
+ },
14607
+ {
14608
+ "key": "card",
14609
+ "name": {
14610
+ "en": "Identity Card",
14611
+ "es": "Tarjeta de Identidad"
14612
+ },
14613
+ "meta": {
14614
+ "dian-additional-account-id": "2",
14615
+ "dian-company-id": "12"
14616
+ }
14617
+ },
14618
+ {
14619
+ "key": "citizen",
14620
+ "name": {
14621
+ "en": "Citizen Identity Card",
14622
+ "es": "Cédula de ciudadanía"
14623
+ },
14624
+ "meta": {
14625
+ "dian-additional-account-id": "2",
14626
+ "dian-company-id": "13"
14627
+ }
14628
+ },
14629
+ {
14630
+ "key": "card+foreigner",
14631
+ "name": {
14632
+ "en": "Foreigner Identity Card",
14633
+ "es": "Tarjeta de Extranjería"
14634
+ },
14635
+ "meta": {
14636
+ "dian-additional-account-id": "2",
14637
+ "dian-company-id": "21"
14638
+ }
14639
+ },
14640
+ {
14641
+ "key": "citizen+foreigner",
14642
+ "name": {
14643
+ "en": "Foreigner Citizen Identity Card",
14644
+ "es": "Cédula de extranjería"
14645
+ },
14646
+ "meta": {
14647
+ "dian-additional-account-id": "2",
14648
+ "dian-company-id": "22"
14649
+ }
14650
+ },
14651
+ {
14652
+ "key": "tin+individual",
14653
+ "name": {
14654
+ "en": "TIN of an individual",
14655
+ "es": "NIT de persona natural"
14656
+ },
14657
+ "meta": {
14658
+ "dian-additional-account-id": "2",
14659
+ "dian-company-id": "31"
14660
+ }
14661
+ },
14662
+ {
14663
+ "key": "passport",
14664
+ "name": {
14665
+ "en": "Passport",
14666
+ "es": "Pasaporte"
14667
+ },
14668
+ "meta": {
14669
+ "dian-additional-account-id": "2",
14670
+ "dian-company-id": "41"
14671
+ }
14672
+ },
14673
+ {
14674
+ "key": "foreign",
14675
+ "name": {
14676
+ "en": "Foreign Document",
14677
+ "es": "Documento de identificación extranjero"
14678
+ },
14679
+ "meta": {
14680
+ "dian-additional-account-id": "2",
14681
+ "dian-company-id": "42"
14682
+ }
14683
+ },
14684
+ {
14685
+ "key": "pep",
14686
+ "name": {
14687
+ "en": "PEP - Special Permit to Stay",
14688
+ "es": "PEP - Permiso Especial de Permanencia"
14689
+ },
14690
+ "meta": {
14691
+ "dian-additional-account-id": "2",
14692
+ "dian-company-id": "47"
14693
+ }
14694
+ },
14695
+ {
14696
+ "key": "tin+foreign",
14697
+ "name": {
14698
+ "en": "Foreign TIN",
14699
+ "es": "NIT de otro país"
14700
+ },
14701
+ "meta": {
14702
+ "dian-additional-account-id": "1",
14703
+ "dian-company-id": "50"
14704
+ }
14705
+ },
14706
+ {
14707
+ "key": "nuip",
14708
+ "name": {
14709
+ "en": "NUIP - National Unique Personal Identification Number",
14710
+ "es": "NUIP - Número Único de Identificación Personal"
14711
+ },
14712
+ "meta": {
14713
+ "dian-additional-account-id": "2",
14714
+ "dian-company-id": "91"
14715
+ }
14716
+ }
14717
+ ],
14584
14718
  "preceding": {
14719
+ "types": [
14720
+ "credit-note"
14721
+ ],
14722
+ "stamps": [
14723
+ "dian-cude"
14724
+ ],
14585
14725
  "correction_methods": [
14586
14726
  {
14587
14727
  "key": "partial",
data/data/regimes/es.json CHANGED
@@ -812,6 +812,9 @@
812
812
  }
813
813
  ],
814
814
  "preceding": {
815
+ "types": [
816
+ "corrective"
817
+ ],
815
818
  "corrections": [
816
819
  {
817
820
  "key": "code",
data/data/regimes/fr.json CHANGED
@@ -6,6 +6,12 @@
6
6
  },
7
7
  "country": "FR",
8
8
  "currency": "EUR",
9
+ "preceding": {
10
+ "types": [
11
+ "corrective",
12
+ "credit-note"
13
+ ]
14
+ },
9
15
  "categories": [
10
16
  {
11
17
  "code": "VAT",
data/data/regimes/pt.json CHANGED
@@ -128,6 +128,11 @@
128
128
  }
129
129
  ],
130
130
  "currency": "EUR",
131
+ "preceding": {
132
+ "types": [
133
+ "credit-note"
134
+ ]
135
+ },
131
136
  "categories": [
132
137
  {
133
138
  "code": "VAT",
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -18,6 +18,11 @@ module GOBL
18
18
  # @return [GOBL::UUID::UUID]
19
19
  property :uuid, GOBL::UUID::UUID
20
20
 
21
+ # @!attribute [r] key
22
+ # Key for grouping or identifying charges for tax purposes.
23
+ # @return [GOBL::CBC::Key]
24
+ property :key, GOBL::CBC::Key
25
+
21
26
  # @!attribute [r] i
22
27
  # Line number inside the list of discounts (calculated).
23
28
  # @return [Integer]
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -19,19 +19,19 @@ module GOBL
19
19
  property :receiver, GOBL::Org::Party
20
20
 
21
21
  # @!attribute [r] date
22
- # When the goods should be expected
22
+ # When the goods should be expected.
23
23
  # @return [GOBL::Cal::Date]
24
24
  property :date, GOBL::Cal::Date
25
25
 
26
- # @!attribute [r] start_date
27
- # Start of an invoicing or delivery period
28
- # @return [GOBL::Cal::Date]
29
- property :start_date, GOBL::Cal::Date
26
+ # @!attribute [r] period
27
+ # Period of time in which to expect delivery if a specific date is not available.
28
+ # @return [GOBL::Cal::Period]
29
+ property :period, GOBL::Cal::Period
30
30
 
31
- # @!attribute [r] end_date
32
- # End of an invoicing or delivery period
33
- # @return [GOBL::Cal::Date]
34
- property :end_date, GOBL::Cal::Date
31
+ # @!attribute [r] meta
32
+ # Additional custom data.
33
+ # @return [GOBL::CBC::Meta]
34
+ property :meta, GOBL::CBC::Meta
35
35
  end
36
36
  end
37
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.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -18,6 +18,11 @@ module GOBL
18
18
  # @return [String]
19
19
  property :code, String
20
20
 
21
+ # @!attribute [r] period
22
+ # Period of time that the invoice document refers to often used in addition to the details provided in the individual line items.
23
+ # @return [GOBL::Cal::Period]
24
+ property :period, GOBL::Cal::Period
25
+
21
26
  # @!attribute [r] project
22
27
  # Project this invoice refers to.
23
28
  # @return [DocumentReference]
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -13,12 +13,19 @@ module GOBL
13
13
  # The Schema ID of the GOBL Period structure
14
14
  SCHEMA_ID = 'https://gobl.org/draft-0/cal/period'
15
15
 
16
+ # @!attribute [r] label
17
+ # Label is a short description of the period.
18
+ # @return [String]
19
+ property :label, String
20
+
16
21
  # @!attribute [r] start
22
+ # Start indicates when this period starts.
17
23
  # @return [GOBL::Cal::Date]
18
24
  property :start, GOBL::Cal::Date
19
25
  validates_presence_of :start
20
26
 
21
27
  # @!attribute [r] end
28
+ # End indicates when the period ends, and must be after the start date.
22
29
  # @return [GOBL::Cal::Date]
23
30
  property :end, GOBL::Cal::Date
24
31
  validates_presence_of :end
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -21,10 +21,10 @@ module GOBL
21
21
  'dangerous-goods' => 'Dangerous goods additional information',
22
22
  'ack' => 'Acknowledgement Description',
23
23
  'rate' => 'Rate additional information',
24
- 'reason' => 'Reason',
25
- 'dispute' => 'Dispute',
24
+ 'reason' => 'Explanation of something relevant to the document',
25
+ 'dispute' => 'Details on a dispute.',
26
26
  'customer' => 'Customer remarks',
27
- 'glossary' => 'Glossary',
27
+ 'glossary' => 'Glossary of terms',
28
28
  'customs' => 'Customs declaration information',
29
29
  'general' => 'General information',
30
30
  'handling' => 'Handling instructions',
@@ -63,6 +63,11 @@ module GOBL
63
63
  # @return [String]
64
64
  property :text, String
65
65
  validates_presence_of :text
66
+
67
+ # @!attribute [r] meta
68
+ # Additional information about the note
69
+ # @return [GOBL::CBC::Meta]
70
+ property :meta, GOBL::CBC::Meta
66
71
  end
67
72
  end
68
73
  end
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,12 +3,12 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
10
10
  # Contains the document payload to be included inside an Envelope.
11
- #
11
+ #
12
12
  # The document must contain a `$schema` property that identifies
13
13
  # the data's structure otherwise it will be rejected.
14
14
  class Document < GOBL::Map
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -17,6 +17,14 @@ module GOBL
17
17
  # @return [GOBL::UUID::UUID]
18
18
  property :uuid, GOBL::UUID::UUID
19
19
 
20
+ # @!attribute [r] social_capital
21
+ # @return [GOBL::Num::Amount]
22
+ property :social_capital, GOBL::Num::Amount
23
+
24
+ # @!attribute [r] currency
25
+ # @return [GOBL::Currency::Code]
26
+ property :currency, GOBL::Currency::Code
27
+
20
28
  # @!attribute [r] office
21
29
  # @return [String]
22
30
  property :office, String
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -15,16 +15,16 @@ module GOBL
15
15
 
16
16
  # Enumeration of possible values for {#key} with their corresponding descriptions
17
17
  KEY_ENUM = {
18
- 'any' => 'Any method available, no preference',
19
- 'card' => 'Credit or debit card',
20
- 'credit-transfer' => 'Sender initiated bank or wire transfer',
21
- 'debit-transfer' => 'Receiver initiated bank or wire transfer',
22
- 'cash' => 'Cash',
23
- 'cheque' => 'Cheque',
24
- 'credit' => 'Credit',
25
- 'bank-draft' => 'Bankers Draft or Bank Cheque',
26
- 'direct-debit' => 'Direct debit',
27
- 'online' => 'Online or web payment'
18
+ 'any' => 'Any method available, no preference.',
19
+ 'card' => 'Credit or debit card.',
20
+ 'credit-transfer' => 'Sender initiated bank or wire transfer.',
21
+ 'debit-transfer' => 'Receiver initiated bank or wire transfer.',
22
+ 'cash' => 'Cash in hand.',
23
+ 'cheque' => 'Cheque from bank.',
24
+ 'credit' => 'Using credit from previous transactions with the supplier.',
25
+ 'bank-draft' => 'Bankers Draft or Bank Cheque.',
26
+ 'direct-debit' => 'Direct debit from the customers bank account.',
27
+ 'online' => 'Online or web payment.'
28
28
  }.freeze
29
29
 
30
30
  # @!attribute [r] key
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -13,6 +13,16 @@ module GOBL
13
13
  # The Schema ID of the GOBL PrecedingDefinitions structure
14
14
  SCHEMA_ID = 'https://gobl.org/draft-0/tax/regime#/$defs/PrecedingDefinitions'
15
15
 
16
+ # @!attribute [r] types
17
+ # The types of sub-documents supported by the regime
18
+ # @return [Array<GOBL::CBC::Key>]
19
+ property :types, [GOBL::CBC::Key]
20
+
21
+ # @!attribute [r] stamps
22
+ # Stamps that must be copied from the preceding document.
23
+ # @return [Array<GOBL::CBC::Key>]
24
+ property :stamps, [GOBL::CBC::Key]
25
+
16
26
  # @!attribute [r] corrections
17
27
  # Corrections contains a list of all the keys that can be used to identify a correction.
18
28
  # @return [Array<KeyDefinition>]
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -46,6 +46,11 @@ module GOBL
46
46
  # @return [Array<IdentityType>]
47
47
  property :identity_types, [IdentityType]
48
48
 
49
+ # @!attribute [r] charge_types
50
+ # Charge types specific for the regime and may be validated or used in the UI as suggestions
51
+ # @return [Array<KeyDefinition>]
52
+ property :charge_types, [KeyDefinition]
53
+
49
54
  # @!attribute [r] tags
50
55
  # Tags that can be applied at the document level to identify additional considerations.
51
56
  # @return [Array<Tag>]
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
@@ -3,7 +3,7 @@
3
3
  ##
4
4
  ## DO NOT EDIT - This file was generated automatically.
5
5
  ##
6
- ## Generated with GOBL v0.39.0
6
+ ## Generated with GOBL v0.42.4
7
7
  ##
8
8
 
9
9
  module GOBL
data/lib/gobl/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GOBL
4
- VERSION = '0.11.0'
4
+ VERSION = '0.13.0'
5
5
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
- - David Lilue
7
+ - Luismi Cavalle
8
8
  - Sam Lown
9
+ - David Lilue
9
10
  - Juanjo Molinero
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2023-03-28 00:00:00.000000000 Z
14
+ date: 2023-04-28 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: activesupport
@@ -178,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
178
179
  - !ruby/object:Gem::Version
179
180
  version: 3.1.4
180
181
  requirements: []
181
- rubygems_version: 3.4.6
182
+ rubygems_version: 3.4.10
182
183
  signing_key:
183
184
  specification_version: 4
184
185
  summary: Minimalist ruby version of the GOBL library