feat(income): ✨ Update IncomeEntry entity with currency and taxAmount fields and validation rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
4d88fd34f3
commit
4211fb8f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Column, Entity, Index, JoinColumn, ManyToOne } from 'typeorm';
|
||||
import { BaseEntity } from '@lilith/typeorm-entities';
|
||||
import { DEFAULT_CURRENCY } from '@life-platform/shared';
|
||||
import { Project } from '@features/projects/backend/entities/project.entity';
|
||||
import { Project } from '@projects/productivity/projects/backend/entities/project.entity';
|
||||
|
||||
@Entity('income_entries')
|
||||
@Index('idx_income_entries_domain_id', ['domainId'])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue