refactor(FE): Set week using chick_in_date and earliest record

This commit is contained in:
rstubryan
2026-01-25 18:00:53 +07:00
parent 4768a7d6fd
commit 8b1e43cdb9
2 changed files with 42 additions and 6 deletions
+1
View File
@@ -76,6 +76,7 @@ export type ProjectFlockKandangLookup = {
quantity: number;
available_quantity?: number;
population: number;
chick_in_date: string;
};
export type ProjectFlockAvailableQuantity = {