5983_inventory_parking #1677

Merged
sergiodt merged 8 commits from 5983_inventory_parking into dev 2023-07-19 14:39:03 +00:00
Member
No description provided.
sergiodt added 3 commits 2023-07-18 13:44:30 +00:00
gitea/salix/pipeline/head This commit looks good Details
93da129239
refs #5983 feat(itemShelving): add getInventory
gitea/salix/pipeline/head This commit looks good Details
9076553070
refs #5983 test(itemShelving): add getInventory
gitea/salix/pipeline/head This commit looks good Details
49c656928e
refs #5983 feat(itemShelving): add visible
sergiodt requested review from alexm 2023-07-18 13:44:39 +00:00
sergiodt requested review from jgallego 2023-07-18 13:44:46 +00:00
alexm requested changes 2023-07-18 13:53:02 +00:00
@ -2956,0 +2960,4 @@
(1, 0, 0, 'marvel.com');
/* DELETE ME */
UPDATE vn.config
Member

borrau i el aprove jajaj

borrau i el aprove jajaj
Author
Member

Fet

Fet
alexm added 4 commits 2023-07-18 13:53:25 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
765a84e2eb
refs #5819 Added param to call zone_getLeaves
gitea/salix/pipeline/head This commit looks good Details
3c013110d3
refs #5819 Changed structure sql
gitea/salix/pipeline/head This commit looks good Details
b285c3e37a
Merge pull request 'refs #5819 Added param to call zone_getLeaves' (!1667) from 5819-zone_getLeaves into dev
Reviewed-on: #1667
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
2f6c988005
Merge branch 'dev' into 5983_inventory_parking
sergiodt added 1 commit 2023-07-19 05:02:00 +00:00
gitea/salix/pipeline/head This commit looks good Details
85c017431c
refs #5983 fix(itemShelving): fixtures
sergiodt added 25 commits 2023-07-19 05:02:53 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
b45b0ff826
refs #5066 copy project from the other
gitea/salix/pipeline/head There was a failure building this commit Details
16fdfa00fd
refs #5066 e2e solve
gitea/salix/pipeline/head This commit looks good Details
237c83c6f5
refs #5066 getVehicleSorted small mod
gitea/salix/pipeline/head This commit looks good Details
91edc09057
refs #5066 move sql
gitea/salix/pipeline/head This commit looks good Details
d8e7c2700a
refs #5066 fix autocomplete
gitea/salix/pipeline/head This commit looks good Details
3423ce612c
refs #5066 e2e fixs, change name sorted
gitea/salix/pipeline/head This commit looks good Details
8fff3989e7
Merge branch 'dev' into 5066-vehicleSorted
gitea/salix/pipeline/head This commit looks good Details
813c4ede00
Merge branch 'dev' into 5066-vehicleSorted
gitea/salix/pipeline/head This commit looks good Details
d18137bce0
refs #5066 not dense
gitea/salix/pipeline/head There was a failure building this commit Details
cc27d1fa97
refs #5066 fix vehicle res.data
gitea/salix/pipeline/head This commit looks good Details
dcbe8c5f7a
refs #5066 quit if
gitea/salix/pipeline/head This commit looks good Details
eff46c1cec
refs #5066 e2e fix, vnConfig
gitea/salix/pipeline/head There was a failure building this commit Details
b2b335326e
Merge branch 'dev' into 5066-vehicleSorted
gitea/salix/pipeline/head This commit looks good Details
36db2ee883
Merge branch 'dev' into 5066-vehicleSorted
gitea/salix/pipeline/head This commit looks good Details
9c746dd6c2
Merge pull request '5066-vehicleSorted' (!1467) from 5066-vehicleSorted into dev
Reviewed-on: #1467
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
Reviewed-by: Juan Ferrer <juan@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
e2f50d63f6
Merge branch 'dev' into 5983_inventory_parking
alexm approved these changes 2023-07-19 08:44:00 +00:00
jgallego requested changes 2023-07-19 09:26:04 +00:00
@ -0,0 +14,4 @@
DECLARE vPickingOrderTo INT;
SELECT p.sectorFk, p.pickingOrder INTO vSectorFk, vPickingOrderFrom
FROM vn.parking p
Owner

sin vn

sin vn
Author
Member

Fet

Fet
@ -0,0 +51,4 @@
JOIN vn.warehouse w ON w.id = t.warehouseFk
JOIN vn.config c ON c.mainWarehouseFk = w.id
WHERE t.shipped BETWEEN util.VN_CURDATE()
AND util.VN_CURDATE() + INTERVAL 23 HOUR
Owner

et convé gastar util.dayEnd torna 23:59:59

et convé gastar util.dayEnd torna 23:59:59
Author
Member

Canviat

Canviat
@ -0,0 +7,4 @@
let response;
try {
const options = {transaction: tx};
await models.ItemShelving.rawSql(`
Owner

gastar funcions natives de loopback

gastar funcions natives de loopback
Member

Si, ho vaig pensar, pero no tenim el model config en salix. Per no ficarlo per un camp(id i mainWarehouseFk)

Si, ho vaig pensar, pero no tenim el model config en salix. Per no ficarlo per un camp(id i mainWarehouseFk)
sergiodt added 1 commit 2023-07-19 11:28:34 +00:00
gitea/salix/pipeline/head This commit looks good Details
7cff014988
refs #5983 fix(itemShelving): vn
jgallego approved these changes 2023-07-19 14:27:12 +00:00
sergiodt added 7 commits 2023-07-19 14:29:28 +00:00
gitea/salix/pipeline/head There was a failure building this commit Details
bd723bb7ba
refs #5824 mod ng
gitea/salix/pipeline/head This commit looks good Details
25ce685116
Merge branch 'dev' into 5824-fixUpsertFixedPrice
gitea/salix/pipeline/head This commit looks good Details
4150bdc6c8
Merge pull request 'refs #5824 mod ng' (!1678) from 5824-fixUpsertFixedPrice into dev
Reviewed-on: #1678
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
b17de86fb1
refs #6043 add ACL
gitea/salix/pipeline/head This commit looks good Details
dbebd80a68
Merge branch 'dev' into 6043-fixe2eError
gitea/salix/pipeline/head This commit looks good Details
1f7f903ec6
Merge pull request 'refs #6043 add ACL' (!1680) from 6043-fixe2eError into dev
Reviewed-on: #1680
Reviewed-by: Carlos Satorres Adam <carlossa@verdnatura.es>
gitea/salix/pipeline/head This commit looks good Details
6344c11d1e
Merge branch 'dev' into 5983_inventory_parking
sergiodt merged commit b23dfaeeb1 into dev 2023-07-19 14:39:03 +00:00
sergiodt deleted branch 5983_inventory_parking 2023-07-19 14:39:03 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#1677
No description provided.