mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: tax rates crud service
This commit is contained in:
@@ -4,6 +4,7 @@ export interface ITaxRate {}
|
||||
|
||||
export interface ICommonTaxRateDTO {
|
||||
name: string;
|
||||
code: string;
|
||||
rate: number;
|
||||
IsNonRecoverable: boolean;
|
||||
IsCompound: boolean;
|
||||
|
||||
Reference in New Issue
Block a user