mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat: create ReportDepreciation and ReportDepreciationSearchParams type
This commit is contained in:
+15
@@ -52,3 +52,18 @@ export type ReportExpenseSearchParams = {
|
||||
category: string | null;
|
||||
search: string;
|
||||
};
|
||||
|
||||
export type ReportDepreciation = {
|
||||
id: string;
|
||||
flock: string;
|
||||
totalCostPullet: number;
|
||||
totalDepresiasi: number;
|
||||
periode: string;
|
||||
farm: string;
|
||||
jumlahKandang: number;
|
||||
};
|
||||
|
||||
export type ReportDepreciationSearchParams = {
|
||||
farm: string | null;
|
||||
period: string | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user