mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Add Kandang and Location to Recording type
This commit is contained in:
+4
@@ -1,6 +1,8 @@
|
||||
import { BaseApproval, BaseMetadata, User } from '@/types/api/api-general';
|
||||
import { ProductWarehouse } from '@/types/api/inventory/product-warehouse';
|
||||
import { Warehouse } from '@/types/api/master-data/warehouse';
|
||||
import { Kandang } from '@/types/api/master-data/kandang';
|
||||
import { Location } from '@/types/api/master-data/location';
|
||||
|
||||
export type ProductionStandard = {
|
||||
id: number;
|
||||
@@ -87,6 +89,8 @@ export type Recording = BaseMetadata &
|
||||
approval?: BaseApproval;
|
||||
created_user: User;
|
||||
warehouse?: Warehouse;
|
||||
kandang?: Kandang;
|
||||
location?: Location;
|
||||
product_category?: 'GROWING' | 'LAYING';
|
||||
depletions?: RecordingDepletion[];
|
||||
stocks?: RecordingStock[];
|
||||
|
||||
Reference in New Issue
Block a user