Merge branch 'development' of https://gitlab.com/mbugroup/lti-web-client into fix/dashboard

This commit is contained in:
randy-ar
2026-01-28 17:56:35 +07:00
53 changed files with 2269 additions and 2521 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ export type BaseGroupedApproval = {
approvals: BaseApproval[];
};
export type Approvals = BaseApiResponse<BaseApproval>;
export type Approvals = BaseApiResponse<BaseApproval[]>;
export type GroupedApprovals = BaseApiResponse<BaseGroupedApproval[]>;
+1 -1
View File
@@ -73,7 +73,7 @@ export type CreateMovementPayloadData = {
document_index?: number;
driver_name: string;
vehicle_plate: string;
supplier_id: number;
supplier_id?: number | null;
products: {
product_id: number;
product_qty: number;
+8
View File
@@ -89,6 +89,14 @@ export type ProjectFlockAvailableQuantity = {
}[];
};
export type ProjectFlockMaxQuantity = {
project_flock_id: number;
project_flock_kandangs: {
project_flock_kandang_id: number;
max_target_qty: number;
}[];
};
export type ProjectFlockPeriods = {
id: number;
name: string;