eancom 1.5.1 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '08502505bfd3a0df4fc7477477a37d59024e4f7facbaaa7ddf8b9d66f2bd8169'
4
- data.tar.gz: 500b1f3e8daa069843da28015e1053af4477b5467fb1c1006f6731af359cebe3
3
+ metadata.gz: d853116bd905dabb24c927d8ee0bee2cb59bfe46becc50680d71f55354d31626
4
+ data.tar.gz: 3975843d777b84f24826be8aa8c7288bdd01dbb36253633da2ea8c11ab62d558
5
5
  SHA512:
6
- metadata.gz: 8606d85e81f5a0e3ebcbc9b0fcda6517b4c5437fc6a6c426cb3df061263da4b749a9fc01e772c99945b9c74fd46e3f144336120c705b133d1b4b976120a8ee2b
7
- data.tar.gz: cf00dac738592b5d0b03b5fe2ee802b39e19aa1899dda718b37b103cb86fbb797875da28b3c3436b943124e9ab46515c0943e3d1a95a410f36cae2f8e308a536
6
+ metadata.gz: 73688e62d1e3e6704b169f9d299da9a4c78af20f4cbbba520298e128b18861cd5fd1b0d3e9e416d4e1479be96c7cf77cdb94029060fb6fd32b59feadab51407e
7
+ data.tar.gz: 9f0cb4f52529a9c575f599ba81db8b5ca81168516c45f63e8b3577fb401d7dc05dbd97b93042a7e241fd4d6d3df014eede3d69c67bcc8e906f44a12c49a2c26b
@@ -80,10 +80,18 @@ type_dictionary = {
80
80
  description: 'Reference date/time',
81
81
  identifier: 'reference_date_time'
82
82
  },
83
+ '194' => {
84
+ description: 'Start date/time',
85
+ identifier: 'start_date_time'
86
+ },
83
87
  '200' => {
84
88
  description: 'Pick-up/collection date/time of cargo',
85
89
  identifier: 'pick_up_collection_date_time_of_cargo'
86
90
  },
91
+ '206' => {
92
+ description: 'End date/time',
93
+ identifier: 'end_date_time'
94
+ },
87
95
  '263' => {
88
96
  description: 'Invoicing period',
89
97
  identifier: 'invoicing_period'
@@ -96,6 +104,14 @@ type_dictionary = {
96
104
  description: 'Sales date, and or time, and or period',
97
105
  identifier: 'sales_date_and_or_time_and_or_period'
98
106
  },
107
+ '418' => {
108
+ description: 'Minimum shelf life remaining at time of receipt',
109
+ identifier: 'minimum_shelf_life_remaining_at_time_of_receipt'
110
+ },
111
+ '423' => {
112
+ description: 'First date of ordering',
113
+ identifier: 'first_date_of_ordering'
114
+ },
99
115
  '454' => {
100
116
  description: 'Accounting value date',
101
117
  identifier: 'accounting_value_date'
@@ -104,6 +120,10 @@ type_dictionary = {
104
120
  description: 'Connection date/time',
105
121
  identifier: 'connection_date_time'
106
122
  },
123
+ '765' => {
124
+ description: 'Seasonal availabilty calendar year',
125
+ identifier: 'seasonal_availabilty_calendar_year'
126
+ }
107
127
  }
108
128
 
109
129
  data = Eancom::Edifact::Data.new(
@@ -139,10 +159,19 @@ format_dictionary = {
139
159
  value: 'CCYYMMDDHHMMSS',
140
160
  identifier: 'date_time_second'
141
161
  },
162
+ '602' => {
163
+ description: 'Calendar year including century: C = Century; Y = Year',
164
+ value: 'CCYY',
165
+ identifier: 'century_year'
166
+ },
142
167
  '718' => {
143
168
  description: 'Period',
144
169
  value: 'CCYYMMDD-CCZZMMDD',
145
170
  identifier: 'period'
171
+ },
172
+ '801' => {
173
+ description: 'Year',
174
+ identifier: 'year'
146
175
  }
147
176
  }
148
177
 
@@ -25,6 +25,14 @@ data = Eancom::Edifact::Data.new(
25
25
  type: String,
26
26
  length: 1..3,
27
27
  dictionary: {
28
+ 'A' => {
29
+ description: 'Free-form long description',
30
+ identifier: 'free_form_long_description'
31
+ },
32
+ 'B' => {
33
+ description: 'Code and text',
34
+ identifier: 'code_and_text'
35
+ },
28
36
  'C' => {
29
37
  description: 'Code (from industry code list)',
30
38
  identifier: 'code'
@@ -45,10 +53,6 @@ data = Eancom::Edifact::Data.new(
45
53
  description: 'Structured (from industry code list)',
46
54
  identifier: 'structured'
47
55
  },
48
- 'B' => {
49
- description: 'Code and text',
50
- identifier: 'code_and_text'
51
- }
52
56
  },
53
57
  description: "Description format code",
54
58
  required: true
@@ -141,6 +145,26 @@ item_characteristic_code = Eancom::Edifact::Data.new(
141
145
  description: 'Season name',
142
146
  identifier: 'season_name'
143
147
  },
148
+ 'XX7' => {
149
+ description: 'Season code',
150
+ identifier: 'season_code'
151
+ },
152
+ 'SPR' => { # This is only here because Bliss generates erronous PRICATs, omitting the C272 composite.
153
+ description: 'Bliss Season Name',
154
+ identifier: 'bliss_season_name'
155
+ },
156
+ 'SMR' => { # This is only here because Bliss generates erronous PRICATs, omitting the C272 composite.
157
+ description: 'Bliss Season Name',
158
+ identifier: 'bliss_season_name'
159
+ },
160
+ 'AUT' => { # This is only here because Bliss generates erronous PRICATs, omitting the C272 composite.
161
+ description: 'Bliss Season Name',
162
+ identifier: 'bliss_season_name'
163
+ },
164
+ 'WNT' => { # This is only here because Bliss generates erronous PRICATs, omitting the C272 composite.
165
+ description: 'Bliss Season Name',
166
+ identifier: 'bliss_season_name'
167
+ },
144
168
  },
145
169
  description: "Item characteristic code",
146
170
  required: true
@@ -141,6 +141,10 @@ data = Eancom::Edifact::Data.new(
141
141
  '92' => {
142
142
  description: "Assigned by buyer or buyer's agent",
143
143
  identifier: 'assigned_by_buyer_or_buyers_agent'
144
+ },
145
+ '246' => {
146
+ description: 'GS1 Germany',
147
+ identification: 'gs1_germany'
144
148
  }
145
149
  },
146
150
  description: "Code list responsible agency code",
@@ -489,6 +493,10 @@ data = Eancom::Edifact::Data.new(
489
493
  '92' => {
490
494
  description: "Assigned by buyer or buyer's agent",
491
495
  identification: 'assigned_by_buyer_or_buyers_agent'
496
+ },
497
+ '246' => {
498
+ description: 'GS1 Germany',
499
+ identification: 'gs1_germany'
492
500
  }
493
501
  },
494
502
  description: "Code list responsible agency code",
@@ -43,15 +43,19 @@ data = Eancom::Edifact::Data.new(
43
43
  '59' => {
44
44
  description: 'Numbers of consumer units in the traded unit',
45
45
  identifier: 'numbers_or_consumer_units_in_the_traded_unit'
46
- },
46
+ },
47
+ '129' => {
48
+ description: 'Units per unit price',
49
+ identifier: 'units_per_unit_price'
50
+ },
47
51
  '153' => {
48
52
  description: 'Statistical sales quantity',
49
53
  identifier: 'statistical_sales_quantitiy'
50
- },
54
+ },
51
55
  '160' => {
52
56
  description: 'Minimum production batch',
53
57
  identifier: 'minimum_production_batch'
54
- }
58
+ }
55
59
  },
56
60
  description: 'Quantity type code qualifier',
57
61
  required: true
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Eancom
4
- VERSION = '1.5.1'
4
+ VERSION = '1.5.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eancom
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fadendaten GmbH
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-16 00:00:00.000000000 Z
11
+ date: 2023-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry