Move within warehouses

This commit is contained in:
hagiye
2026-06-16 12:46:02 +03:00
parent f5d6d8e7da
commit 63f177e6d0
11 changed files with 412 additions and 213 deletions

View File

@@ -248,5 +248,6 @@ export const URL_CONSTANTS = {
INQUIRY: '/warehouse-inventory/inquiry',
INSPECT: (id: string) => `/warehouse-inventory/${id}/inspect`,
MARK_READY: (id: string) => `/warehouse-inventory/${id}/ready-for-loading`,
MOVE: (id: string) => `/warehouse-inventory/${id}/move`,
},
};