This commit is contained in:
2026-02-18 23:58:03 +03:30
parent 6b2aeddedd
commit 5cc9211e49
9 changed files with 443 additions and 33 deletions
@@ -18,8 +18,8 @@ export class InvoiceItem extends BaseEntity {
@Property({ type: 'int' })
quantity!: number;
@Property({ type: 'int', nullable: true, })
unitPrice?: number;
@Property({ type: 'int'})
unitPrice: number;
@Property({
type: 'int',