erp_integration 0.36.1 → 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: 548a31df6e984f543a625fcf3f44009147536e7c1b1f10cd167514e9932b74a3
4
- data.tar.gz: 919aa82c3ef6eb4539a824f92db943839c8c494da36654d7948e0e0a41f7b5d3
3
+ metadata.gz: 0cada8b9430a9d7f2918b907580b4ab1c8468fa1dbb607a64800289113342cf8
4
+ data.tar.gz: 440657857bbd868e4b0ebbe4541bed1077d72f0f20a5091689b8c1c2da1fb083
5
5
  SHA512:
6
- metadata.gz: cb2a78c543821df87462e106837f19f6ae5ab4564793be889fe9f3b4d9b9b03169df477faf7c49e2631d4cc3483de28897ca28581346452e47e19d6e4149f8a0
7
- data.tar.gz: 12c7b5bdad97c7ec573558da3ce224df76a59a9de87a564d7b849a74b08b3c3b3985d310c292002904b6b35f72bb592c5eb79490cb5de7873466cf79cb3970b6
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.1'
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.1
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-10 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