comee_core 0.3.56 → 0.3.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db45df800ae9a198cbcac3727ba23b4d1cbee4a5338b39f34dec65aa876a9efe
|
4
|
+
data.tar.gz: e231c164e88a14f67ce91c54bec08205fab262bd0228a9f8e9dcca432d2e18aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 066d762a1f92dc454f2e608900db0636caecea075b2eb9930bea5aa1e434795db06cfa400a353d9808195c63848030efc758488ce774510de0ce75da5e5c3af1
|
7
|
+
data.tar.gz: 4593e0b6a48cb30c5b1df680a9315d042a7da46d4fcd5bd29b5580be967ca8acb1201ec5b98b30c4a4b6116e314cdc418a7b722854084970210da55185139f76
|
@@ -25,11 +25,22 @@ module Comee
|
|
25
25
|
validates :shipping_arrangement, inclusion: {in: SHIPPING_ARRANGEMENTS}, allow_nil: true
|
26
26
|
|
27
27
|
def self.ransackable_attributes(_auth_object = nil)
|
28
|
-
%w[
|
28
|
+
%w[
|
29
|
+
id
|
30
|
+
client_id
|
31
|
+
delivery_address
|
32
|
+
invoice_address
|
33
|
+
order_number
|
34
|
+
status
|
35
|
+
final_destination
|
36
|
+
consignee
|
37
|
+
consolidator_date
|
38
|
+
shipping_date
|
39
|
+
]
|
29
40
|
end
|
30
41
|
|
31
42
|
def self.ransackable_associations(_auth_object = nil)
|
32
|
-
%w[client customer_order_items]
|
43
|
+
%w[client customer_order_items shipment_address]
|
33
44
|
end
|
34
45
|
|
35
46
|
def file_url
|
@@ -68,11 +68,13 @@ module Comee
|
|
68
68
|
consignee
|
69
69
|
destination
|
70
70
|
customer_order_id
|
71
|
+
consolidator_date
|
72
|
+
shipping_date
|
71
73
|
]
|
72
74
|
end
|
73
75
|
|
74
76
|
def self.ransackable_associations(_auth_object = nil)
|
75
|
-
%w[client customer_order]
|
77
|
+
%w[client customer_order shipment_address]
|
76
78
|
end
|
77
79
|
|
78
80
|
def files_url
|
data/lib/comee/core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: comee_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.57
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Henock L.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: active_model_serializers
|