@things-factory/sales-base 4.3.723 → 4.3.727
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.
|
@@ -560,7 +560,7 @@ async function generateReleaseGoodFunction(_, releaseGood, shippingOrder, shippi
|
|
|
560
560
|
and (
|
|
561
561
|
iv.expiration_date is null
|
|
562
562
|
or
|
|
563
|
-
|
|
563
|
+
case
|
|
564
564
|
when $9::integer is not null and $9::integer > 0 then
|
|
565
565
|
CURRENT_DATE < iv.expiration_date - $9::integer
|
|
566
566
|
when p.min_outbound_shelf_life is not null and p.min_outbound_shelf_life > 0 then
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/sales-base",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.727",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -23,22 +23,22 @@
|
|
|
23
23
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@things-factory/attachment-base": "^4.3.
|
|
27
|
-
"@things-factory/auth-base": "^4.3.
|
|
28
|
-
"@things-factory/biz-base": "^4.3.
|
|
29
|
-
"@things-factory/code-base": "^4.3.
|
|
30
|
-
"@things-factory/integration-accounting": "^4.3.
|
|
31
|
-
"@things-factory/integration-base": "^4.3.
|
|
32
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
33
|
-
"@things-factory/integration-powrup": "^4.3.
|
|
34
|
-
"@things-factory/integration-sftp": "^4.3.
|
|
35
|
-
"@things-factory/notification": "^4.3.
|
|
36
|
-
"@things-factory/product-base": "^4.3.
|
|
37
|
-
"@things-factory/setting-base": "^4.3.
|
|
38
|
-
"@things-factory/shell": "^4.3.
|
|
39
|
-
"@things-factory/transport-base": "^4.3.
|
|
40
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
26
|
+
"@things-factory/attachment-base": "^4.3.727",
|
|
27
|
+
"@things-factory/auth-base": "^4.3.727",
|
|
28
|
+
"@things-factory/biz-base": "^4.3.727",
|
|
29
|
+
"@things-factory/code-base": "^4.3.727",
|
|
30
|
+
"@things-factory/integration-accounting": "^4.3.727",
|
|
31
|
+
"@things-factory/integration-base": "^4.3.727",
|
|
32
|
+
"@things-factory/integration-lmd": "^4.3.727",
|
|
33
|
+
"@things-factory/integration-powrup": "^4.3.727",
|
|
34
|
+
"@things-factory/integration-sftp": "^4.3.727",
|
|
35
|
+
"@things-factory/notification": "^4.3.727",
|
|
36
|
+
"@things-factory/product-base": "^4.3.727",
|
|
37
|
+
"@things-factory/setting-base": "^4.3.727",
|
|
38
|
+
"@things-factory/shell": "^4.3.727",
|
|
39
|
+
"@things-factory/transport-base": "^4.3.727",
|
|
40
|
+
"@things-factory/warehouse-base": "^4.3.727",
|
|
41
41
|
"axios": "1.7.7"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "a9ec8bb490580678c9982e1234dc735278d6d9ac"
|
|
44
44
|
}
|
|
@@ -680,7 +680,7 @@ export async function generateReleaseGoodFunction(
|
|
|
680
680
|
and (
|
|
681
681
|
iv.expiration_date is null
|
|
682
682
|
or
|
|
683
|
-
|
|
683
|
+
case
|
|
684
684
|
when $9::integer is not null and $9::integer > 0 then
|
|
685
685
|
CURRENT_DATE < iv.expiration_date - $9::integer
|
|
686
686
|
when p.min_outbound_shelf_life is not null and p.min_outbound_shelf_life > 0 then
|