mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 22:05:45 +00:00
Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into feat/FE/refactor-submission-form
This commit is contained in:
+3
-10
@@ -10,9 +10,10 @@ export type BaseProjectFlockKandang = {
|
||||
kandang_id: number;
|
||||
kandang: Kandang;
|
||||
project_flock: ProjectFlock;
|
||||
available_qtys?: AvailableQty[];
|
||||
chickins?: Chickin[];
|
||||
approval: BaseApproval;
|
||||
chickins?: Chickin[];
|
||||
available_qtys?: AvailableQty[];
|
||||
chickin_approval?: BaseApproval;
|
||||
};
|
||||
|
||||
export type AvailableQty = {
|
||||
@@ -56,14 +57,6 @@ export type ClosingExpense = {
|
||||
reference_number: string;
|
||||
};
|
||||
|
||||
// "flag_name": "PAKAN",
|
||||
// "product_warehouse_id": 14,
|
||||
// "product_id": 8,
|
||||
// "product_name": "281 SPECIAL STARTER",
|
||||
// "product_category": "Bahan Baku",
|
||||
// "uom": "Kilogram",
|
||||
// "quantity": 1100
|
||||
|
||||
export type StockItem = {
|
||||
flag_name: string;
|
||||
product_warehouse_id: number;
|
||||
|
||||
Reference in New Issue
Block a user