mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 14:55:44 +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 { Customer } from '@type/api/master-data/customer';
|
||||||
import { BaseMetadata } from '@/types/api/api-general';
|
import { BaseMetadata } from '@/types/api/api-general';
|
||||||
import { ProjectFlock } from '@/types/api/production/project-flock';
|
import { ProjectFlock } from '@/types/api/production/project-flock';
|
||||||
|
import { BaseUom } from '@/types/api/master-data/uom';
|
||||||
|
|
||||||
export type BaseSales = {
|
export type BaseSales = {
|
||||||
id: number;
|
id: number;
|
||||||
@@ -104,8 +105,16 @@ export type ClosingIncomingSapronak = {
|
|||||||
notes: string;
|
notes: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type ClosingIncomingSapronakSummary = {
|
||||||
|
category: string;
|
||||||
|
total_qty: number;
|
||||||
|
uom: BaseUom;
|
||||||
|
};
|
||||||
|
|
||||||
export type ClosingOutgoingSapronak = ClosingIncomingSapronak;
|
export type ClosingOutgoingSapronak = ClosingIncomingSapronak;
|
||||||
|
|
||||||
|
export type ClosingOutgoingSapronakSummary = ClosingIncomingSapronakSummary;
|
||||||
|
|
||||||
export type ClosingProductionData = {
|
export type ClosingProductionData = {
|
||||||
purchase: {
|
purchase: {
|
||||||
initial_population: number;
|
initial_population: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user