erp_integration 0.45.0 → 0.47.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -2
- data/lib/erp_integration/sales_order.rb +4 -3
- data/lib/erp_integration/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb04c2c1a49080227b5da3ea814baf3e58b0bfe124eebb2bfb1a07bbc180bd4c
|
4
|
+
data.tar.gz: f678edc7867846e555d56409ac5e200fe4b19384eb14efdfdb90cc59d900762f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3182a8af48068498535e5ecf6c26807d50ced8a707b0e24a6afca2c35cee34b18f2e79eeb3facc066afc7324b3a06457e8571e922d65fb54dcc25fc3b4766371
|
7
|
+
data.tar.gz: e1cde388dfee431ca2e16ded11db1433b6256ee0d8888d445f989e847a4d8dec0a4236daed1552b6be283584581a094d70ef20318d586311d1dff80dbf56b66b
|
data/.ruby-version
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
3.
|
2
|
-
|
1
|
+
3.0.2
|
@@ -11,9 +11,10 @@ module ErpIntegration
|
|
11
11
|
:invoice_address, :invoice_method, :invoice_state, :invoices,
|
12
12
|
:lines, :metadata, :moves, :payment_term, :payment_total, :price_list,
|
13
13
|
:reference, :sales_person, :shipment_amount, :shipment_method,
|
14
|
-
:shipment_returns, :shipment_state, :shipments, :
|
15
|
-
:state, :tax_amount, :total_amount, :total_quantity,
|
16
|
-
:untaxed_amount, :warehouse, :weight, :weight_uom,
|
14
|
+
:shipment_returns, :shipment_state, :shipments, :shipping_instructions,
|
15
|
+
:shipping_start_date, :state, :tax_amount, :total_amount, :total_quantity,
|
16
|
+
:total_shipment_cost, :untaxed_amount, :warehouse, :weight, :weight_uom,
|
17
|
+
:write_date, :write_uid, :gift_message
|
17
18
|
|
18
19
|
def cancel
|
19
20
|
self.class.adapter.cancel(id)
|
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.
|
4
|
+
version: 0.47.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: 2024-05-
|
11
|
+
date: 2024-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -359,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
359
359
|
- !ruby/object:Gem::Version
|
360
360
|
version: '0'
|
361
361
|
requirements: []
|
362
|
-
rubygems_version: 3.
|
362
|
+
rubygems_version: 3.4.10
|
363
363
|
signing_key:
|
364
364
|
specification_version: 4
|
365
365
|
summary: Connects Mejuri with third-party ERP vendors
|