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 = {
|
||||
id: string;
|
||||
flock: string;
|
||||
totalCostPullet: number;
|
||||
totalDepresiasi: number;
|
||||
periode: string;
|
||||
farm: string;
|
||||
jumlahKandang: number;
|
||||
project_flock_id: number;
|
||||
farm_name: string;
|
||||
period: string;
|
||||
depreciation_percent_effective: number;
|
||||
depreciation_value: number;
|
||||
pullet_cost_day_n_total: 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 = {
|
||||
|
||||
Reference in New Issue
Block a user