mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: adjust ReportDepreciation type
This commit is contained in:
+30
-7
@@ -54,13 +54,36 @@ export type ReportExpenseSearchParams = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export type ReportDepreciation = {
|
export type ReportDepreciation = {
|
||||||
id: string;
|
project_flock_id: number;
|
||||||
flock: string;
|
farm_name: string;
|
||||||
totalCostPullet: number;
|
period: string;
|
||||||
totalDepresiasi: number;
|
depreciation_percent_effective: number;
|
||||||
periode: string;
|
depreciation_value: number;
|
||||||
farm: string;
|
pullet_cost_day_n_total: number;
|
||||||
jumlahKandang: number;
|
hpp?: number;
|
||||||
|
components: {
|
||||||
|
kandang: {
|
||||||
|
kandang_id: number;
|
||||||
|
hpp?: number;
|
||||||
|
transfer_id: number;
|
||||||
|
cutover_date: string;
|
||||||
|
kandang_name: string;
|
||||||
|
manual_input_id: number;
|
||||||
|
depreciation_value: number;
|
||||||
|
start_schedule_day: number;
|
||||||
|
depreciation_percent: number;
|
||||||
|
source_project_flock_id: number;
|
||||||
|
day_n: number;
|
||||||
|
transfer_date: string;
|
||||||
|
pullet_cost_day_n: number;
|
||||||
|
depreciation_source: string;
|
||||||
|
project_flock_kandang_id: number;
|
||||||
|
transfer_qty: number;
|
||||||
|
house_type: string;
|
||||||
|
origin_date: string;
|
||||||
|
}[];
|
||||||
|
kandang_count: number;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
export type ReportDepreciationSearchParams = {
|
export type ReportDepreciationSearchParams = {
|
||||||
|
|||||||
Reference in New Issue
Block a user