fix: writing the bill journal entries.

This commit is contained in:
a.bouhuolia
2020-12-19 12:08:42 +02:00
parent 112eaec488
commit 920875d7d9
10 changed files with 170 additions and 92 deletions

View File

@@ -46,6 +46,7 @@ export interface IBill {
openedAt: Date | string,
entries: IItemEntry[],
userId: number,
};
export interface IBillsFilter extends IDynamicListFilterDTO {