fixing recording filter form

This commit is contained in:
ragilap
2026-03-11 15:35:37 +07:00
parent 811850857d
commit 85f6677c2a
3 changed files with 168 additions and 23 deletions
+10
View File
@@ -11,6 +11,16 @@ export type BaseProductWarehouse = {
quantity: number;
product: Product;
warehouse: Warehouse;
project_flock_kandang?: {
id: number;
project_flock_id: number;
kandang_id: number;
period: number;
project_flock?: {
id: number;
flock_name: string;
};
};
week?: number | null;
};