fix(FE): adjust inventory adjustment and inventory product table

This commit is contained in:
randy-ar
2025-12-11 14:35:27 +07:00
parent 48c163c1cd
commit d0abc0e9ff
5 changed files with 38 additions and 62 deletions
+2 -4
View File
@@ -4,10 +4,8 @@ import { BaseMetadata } from '@/types/api/api-general';
export type BaseInventoryAdjustment = {
id: number;
transaction_type: string;
quantity: number;
before_quantity: number;
after_quantity: number;
increase: number;
decrease: number;
note: string;
product_warehouse_id: number;
product_warehouse: {