feat(FE): Add support for available_qty in MovementForm

This commit is contained in:
rstubryan
2026-03-13 13:33:18 +07:00
parent 85f6677c2a
commit 6c7e310e67
2 changed files with 55 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ export type BaseProductWarehouse = {
warehouse_id: number;
uom: Uom;
quantity: number;
available_qty?: number;
product: Product;
warehouse: Warehouse;
project_flock_kandang?: {