erp_integration 0.36.0 → 0.37.0

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: 60981ef82d7fc4ee99a747def31bb01d5bac2c6596e258e1025f11a52b60be09
4
- data.tar.gz: 2bd4161b4acd66ef8878d4736a0909948e22b066c93de4c218a7f49246c887d4
3
+ metadata.gz: 0cada8b9430a9d7f2918b907580b4ab1c8468fa1dbb607a64800289113342cf8
4
+ data.tar.gz: 440657857bbd868e4b0ebbe4541bed1077d72f0f20a5091689b8c1c2da1fb083
5
5
  SHA512:
6
- metadata.gz: b9f9d08096d1856a28b219d80a375a67d1e6b442785e531ee40e79148af2ea95d4cba9af23d4a20d9b6c15c6a818707cb7b2a3790140e57dfa1e9a4ba878a760
7
- data.tar.gz: a48d617a9e48b83d015ce237e6c5a4e11cbfd0b132f0eb76a557a3c8cb9b42c6608ff1fff0ce253a766796be1451b59e2a9e864d3d29b4fa8230ecf568a28953
6
+ metadata.gz: 705a7f8099838ee20b08adbf47e4527054e0ca937f11dfdd9b7391a91a83503f15944a07b85655967ef5873bd72e1d310aa464529bb83ffa9ed3b2899c16d175
7
+ data.tar.gz: 76fe2e8e50e089ccf18e02485d28eaabaaafb2fcabfafeb7ba2c0f9fcc965b06726c9cff866fa1369a39cc2af0e59f4fadb3534224ac30ce5c72cd750b6f8a2b
@@ -9,7 +9,7 @@ module ErpIntegration
9
9
  :channel_identifier, :comment, :company, :confirmation_time,
10
10
  :create_date, :currency, :description, :gateway_transaction,
11
11
  :invoice_address, :invoice_method, :invoice_state, :invoices,
12
- :lines, :metadata, :payment_term, :payment_total, :price_list,
12
+ :lines, :metadata, :moves, :payment_term, :payment_total, :price_list,
13
13
  :reference, :sales_person, :shipment_amount, :shipment_method,
14
14
  :shipment_returns, :shipment_state, :shipments, :shipping_start_date,
15
15
  :state, :tax_amount, :total_amount, :total_quantity, :total_shipment_cost,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ErpIntegration
4
- VERSION = '0.36.0'
4
+ VERSION = '0.37.0'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erp_integration
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Vermaas
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-08-09 00:00:00.000000000 Z
11
+ date: 2023-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport