mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 22:05:45 +00:00
feat(FE-327): Include Kandang in sales data and display name
This commit is contained in:
Vendored
+2
@@ -1,6 +1,7 @@
|
||||
import { BaseMetadata } from '@/types/api/api-general';
|
||||
import { Product } from '@type/api/master-data/product';
|
||||
import { Customer } from '@type/api/master-data/customer';
|
||||
import { Kandang } from '@type/api/master-data/kandang';
|
||||
|
||||
export type BaseSales = {
|
||||
id: number;
|
||||
@@ -14,6 +15,7 @@ export type BaseSales = {
|
||||
avg_weight: number;
|
||||
price: number;
|
||||
total_price: number;
|
||||
kandang: Kandang;
|
||||
payment_status: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user