mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat: create Closing Sapronak Summary type
This commit is contained in:
Vendored
+9
@@ -11,6 +11,7 @@ import { Product } from '@type/api/master-data/product';
|
||||
import { Customer } from '@type/api/master-data/customer';
|
||||
import { BaseMetadata } from '@/types/api/api-general';
|
||||
import { ProjectFlock } from '@/types/api/production/project-flock';
|
||||
import { BaseUom } from '@/types/api/master-data/uom';
|
||||
|
||||
export type BaseSales = {
|
||||
id: number;
|
||||
@@ -104,8 +105,16 @@ export type ClosingIncomingSapronak = {
|
||||
notes: string;
|
||||
};
|
||||
|
||||
export type ClosingIncomingSapronakSummary = {
|
||||
category: string;
|
||||
total_qty: number;
|
||||
uom: BaseUom;
|
||||
};
|
||||
|
||||
export type ClosingOutgoingSapronak = ClosingIncomingSapronak;
|
||||
|
||||
export type ClosingOutgoingSapronakSummary = ClosingIncomingSapronakSummary;
|
||||
|
||||
export type ClosingProductionData = {
|
||||
purchase: {
|
||||
initial_population: number;
|
||||
|
||||
Reference in New Issue
Block a user