@things-factory/warehouse-base 4.3.280 → 4.3.282
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.
|
@@ -122,6 +122,8 @@ ReducedInventoryHistory = __decorate([
|
|
|
122
122
|
WHERE ih2.domain_id = ih.domain_id AND ih2.pallet_id::text = ih.pallet_id::TEXT
|
|
123
123
|
AND (
|
|
124
124
|
((ih2.seq = (ih.seq + 1) OR ih2.seq = ih.seq) AND (ih2.transaction_type::text = 'UNDO_UNLOADING'::TEXT))
|
|
125
|
+
OR
|
|
126
|
+
((ih2.seq = (ih.seq + 1) OR ih2.seq = ih.seq) AND (ih2.transaction_type::text = 'UNDO_PUTAWAY'::TEXT))
|
|
125
127
|
)
|
|
126
128
|
)
|
|
127
129
|
`
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reduced-inventory-history.js","sourceRoot":"","sources":["../../../server/service/reduced-inventory-history/reduced-inventory-history.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgD;
|
|
1
|
+
{"version":3,"file":"reduced-inventory-history.js","sourceRoot":"","sources":["../../../server/service/reduced-inventory-history/reduced-inventory-history.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgD;AAgBzC,IAAM,uBAAuB,GAA7B,MAAM,uBAAuB;CA2EnC,CAAA;AA1EC;IAAC,IAAA,oBAAU,GAAE;;mDACH;AAEV;IAAC,IAAA,oBAAU,GAAE;;oDACF;AAEX;IAAC,IAAA,oBAAU,GAAE;;yDACG;AAEhB;IAAC,IAAA,oBAAU,GAAE;;2DACK;AAElB;IAAC,IAAA,oBAAU,GAAE;;4DACM;AAEnB;IAAC,IAAA,oBAAU,GAAE;;2DACK;AAElB;IAAC,IAAA,oBAAU,GAAE;;wDACE;AAEf;IAAC,IAAA,oBAAU,GAAE;;qDACD;AAEZ;IAAC,IAAA,oBAAU,GAAE;;yDACG;AAEhB;IAAC,IAAA,oBAAU,GAAE;;yDACG;AAEhB;IAAC,IAAA,oBAAU,GAAE;;wDACE;AAEf;IAAC,IAAA,oBAAU,GAAE;;2DACK;AAElB;IAAC,IAAA,oBAAU,GAAE;;0DACI;AAEjB;IAAC,IAAA,oBAAU,GAAE;;4DACM;AAEnB;IAAC,IAAA,oBAAU,GAAE;;2DACK;AAElB;IAAC,IAAA,oBAAU,GAAE;;qDACD;AAEZ;IAAC,IAAA,oBAAU,GAAE;;2DACK;AAElB;IAAC,IAAA,oBAAU,GAAE;;4DACM;AAEnB;IAAC,IAAA,oBAAU,GAAE;;oDACF;AAEX;IAAC,IAAA,oBAAU,GAAE;;yDACG;AAEhB;IAAC,IAAA,oBAAU,GAAE;;gEACU;AAEvB;IAAC,IAAA,oBAAU,GAAE;;oDACF;AAEX;IAAC,IAAA,oBAAU,GAAE;;2DACK;AAElB;IAAC,IAAA,oBAAU,GAAE;;uDACC;AAEd;IAAC,IAAA,oBAAU,GAAE;;gEACU;AA1EZ,uBAAuB;IAdnC,IAAA,oBAAU,EAAC;QACV,UAAU,EAAE;;;;;;;;;;;GAWX;KACF,CAAC;GACW,uBAAuB,CA2EnC;AA3EY,0DAAuB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/warehouse-base",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.282",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@things-factory/biz-base": "^4.3.
|
|
27
|
-
"@things-factory/id-rule-base": "^4.3.
|
|
28
|
-
"@things-factory/integration-accounting": "^4.3.
|
|
29
|
-
"@things-factory/integration-powrup": "^4.3.
|
|
30
|
-
"@things-factory/integration-sellercraft": "^4.3.
|
|
31
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
32
|
-
"@things-factory/product-base": "^4.3.
|
|
33
|
-
"@things-factory/setting-base": "^4.3.
|
|
26
|
+
"@things-factory/biz-base": "^4.3.281",
|
|
27
|
+
"@things-factory/id-rule-base": "^4.3.281",
|
|
28
|
+
"@things-factory/integration-accounting": "^4.3.281",
|
|
29
|
+
"@things-factory/integration-powrup": "^4.3.282",
|
|
30
|
+
"@things-factory/integration-sellercraft": "^4.3.282",
|
|
31
|
+
"@things-factory/marketplace-base": "^4.3.282",
|
|
32
|
+
"@things-factory/product-base": "^4.3.281",
|
|
33
|
+
"@things-factory/setting-base": "^4.3.281"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "dd44d1892e859eef74f2d5729a03a1cc49a8f806"
|
|
36
36
|
}
|
|
@@ -8,6 +8,8 @@ import { ViewColumn, ViewEntity } from 'typeorm'
|
|
|
8
8
|
WHERE ih2.domain_id = ih.domain_id AND ih2.pallet_id::text = ih.pallet_id::TEXT
|
|
9
9
|
AND (
|
|
10
10
|
((ih2.seq = (ih.seq + 1) OR ih2.seq = ih.seq) AND (ih2.transaction_type::text = 'UNDO_UNLOADING'::TEXT))
|
|
11
|
+
OR
|
|
12
|
+
((ih2.seq = (ih.seq + 1) OR ih2.seq = ih.seq) AND (ih2.transaction_type::text = 'UNDO_PUTAWAY'::TEXT))
|
|
11
13
|
)
|
|
12
14
|
)
|
|
13
15
|
`
|