mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
refactor(FE-170,174): update schema and validation for stocks and depletions; rename usage_qty to qty for consistency
This commit is contained in:
+2
-3
@@ -69,15 +69,14 @@ export type Recording = BaseMetadata &
|
||||
};
|
||||
|
||||
export type CreateGrowingRecordingPayload = {
|
||||
project_flock_kandangs_id: number;
|
||||
project_flock_kandang_id: number;
|
||||
body_weights: {
|
||||
avg_weight: number;
|
||||
qty: number;
|
||||
}[];
|
||||
stocks?: {
|
||||
product_warehouse_id: number;
|
||||
usage_qty: number;
|
||||
pending_qty?: number;
|
||||
qty: number;
|
||||
}[];
|
||||
depletions?: {
|
||||
product_warehouse_id: number;
|
||||
|
||||
Reference in New Issue
Block a user