chore: user financial

This commit is contained in:
Matin
2025-02-15 10:59:53 +03:30
parent caa968ab4a
commit a13f374031
14 changed files with 246 additions and 19 deletions
@@ -21,7 +21,6 @@ export class InvoiceItem extends BaseEntity {
@Column({ type: "int", nullable: false })
discount: number;
//
@Column({ type: "decimal", precision: 16, scale: 2, nullable: false, transformer: new DecimalTransformer() })
unitPrice: Decimal;