@things-factory/sales-base 4.3.700 → 4.3.705
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.
|
@@ -555,7 +555,7 @@ async function generateReleaseGoodFunction(_, releaseGood, shippingOrder, shippi
|
|
|
555
555
|
and iv.packing_size = $5
|
|
556
556
|
and iv.uom = $6
|
|
557
557
|
and iv.status = 'STORED'
|
|
558
|
-
and loc.type not in ('QUARANTINE','RESERVE','DAMAGE'
|
|
558
|
+
and loc.type not in ('QUARANTINE','RESERVE','DAMAGE')
|
|
559
559
|
and iv.obsolete = false
|
|
560
560
|
and (
|
|
561
561
|
case
|
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.705",
|
|
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.705",
|
|
27
|
+
"@things-factory/auth-base": "^4.3.705",
|
|
28
|
+
"@things-factory/biz-base": "^4.3.705",
|
|
29
|
+
"@things-factory/code-base": "^4.3.705",
|
|
30
|
+
"@things-factory/integration-accounting": "^4.3.705",
|
|
31
|
+
"@things-factory/integration-base": "^4.3.705",
|
|
32
|
+
"@things-factory/integration-lmd": "^4.3.705",
|
|
33
|
+
"@things-factory/integration-powrup": "^4.3.705",
|
|
34
|
+
"@things-factory/integration-sftp": "^4.3.705",
|
|
35
|
+
"@things-factory/notification": "^4.3.705",
|
|
36
|
+
"@things-factory/product-base": "^4.3.705",
|
|
37
|
+
"@things-factory/setting-base": "^4.3.705",
|
|
38
|
+
"@things-factory/shell": "^4.3.705",
|
|
39
|
+
"@things-factory/transport-base": "^4.3.705",
|
|
40
|
+
"@things-factory/warehouse-base": "^4.3.705",
|
|
41
41
|
"axios": "1.7.7"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "37ae3b066444a1094389a59b38414e5c2b75db20"
|
|
44
44
|
}
|
|
@@ -675,7 +675,7 @@ export async function generateReleaseGoodFunction(
|
|
|
675
675
|
and iv.packing_size = $5
|
|
676
676
|
and iv.uom = $6
|
|
677
677
|
and iv.status = 'STORED'
|
|
678
|
-
and loc.type not in ('QUARANTINE','RESERVE','DAMAGE'
|
|
678
|
+
and loc.type not in ('QUARANTINE','RESERVE','DAMAGE')
|
|
679
679
|
and iv.obsolete = false
|
|
680
680
|
and (
|
|
681
681
|
case
|