fix(update IExpense): update
This commit is contained in:
parent
0dd921675e
commit
3912ed3167
@ -2,6 +2,9 @@ import { IInvoice } from './invoice';
|
|||||||
import { IContact } from '../business/contact';
|
import { IContact } from '../business/contact';
|
||||||
|
|
||||||
export interface IExpenseItem {
|
export interface IExpenseItem {
|
||||||
|
description: string,
|
||||||
|
asset?: boolean,
|
||||||
|
accountingType?: string,
|
||||||
amount: number;
|
amount: number;
|
||||||
taxPercentage: number;
|
taxPercentage: number;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user