.
This commit is contained in:
parent
964565a6fe
commit
3a61d726f8
@ -1,7 +1,7 @@
|
|||||||
import type { Tax, TaxPercentage } from "@erp/core/api";
|
import type { Tax, TaxPercentage } from "@erp/core/api";
|
||||||
import { Maybe } from "@repo/rdx-utils";
|
import { Maybe } from "@repo/rdx-utils";
|
||||||
|
|
||||||
import { type InvoiceAmount, ItemAmount } from "../../common";
|
import { ItemAmount } from "../../common";
|
||||||
import type { IProformaItems } from "../entities";
|
import type { IProformaItems } from "../entities";
|
||||||
|
|
||||||
type TaxGroupState = {
|
type TaxGroupState = {
|
||||||
@ -13,11 +13,11 @@ type TaxGroupState = {
|
|||||||
|
|
||||||
recCode: Maybe<string>;
|
recCode: Maybe<string>;
|
||||||
recPercentage: Maybe<TaxPercentage>;
|
recPercentage: Maybe<TaxPercentage>;
|
||||||
recAmount: InvoiceAmount;
|
recAmount: ItemAmount;
|
||||||
|
|
||||||
retentionCode: Maybe<string>;
|
retentionCode: Maybe<string>;
|
||||||
retentionPercentage: Maybe<TaxPercentage>;
|
retentionPercentage: Maybe<TaxPercentage>;
|
||||||
retentionAmount: InvoiceAmount;
|
retentionAmount: ItemAmount;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user