add: add type income crud and model

This commit is contained in:
behruz-dev
2025-09-08 16:15:20 +05:00
parent d60916685f
commit d84612af13
10 changed files with 213 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ from core.apps.shared.models import BaseModel, Region, District
from core.apps.projects.models.builder import Builder
from core.apps.accounts.models.user import User
from core.apps.wherehouse.models.wherehouse import WhereHouse
from core.apps.finance.models import CashTransaction
from core.apps.finance.models.cash_transaction import CashTransaction
class ProjectFolder(BaseModel):