feat: wip sales tax liability summary report

This commit is contained in:
Ahmed Bouhuolia
2023-08-31 21:39:59 +02:00
parent 6baec8dd96
commit 5bb95eeb1a
6 changed files with 56 additions and 36 deletions

View File

@@ -1,6 +1,7 @@
import { Knex } from 'knex';
export interface ITaxRate {
id?: number;
name: string;
code: string;
rate: number;