add: add chat for income and expence

This commit is contained in:
behruz-dev
2025-09-25 18:59:27 +05:00
parent fde7b1e2a2
commit b69cbd60af
19 changed files with 421 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class IncomeListSerializer(serializers.ModelSerializer):
fields = [
'id', 'cash_transaction', 'payment_type', 'project_folder', 'project',
'counterparty', 'type_income', 'currency', 'price', 'exchange_rate', 'date',
'comment', 'file', 'audit', 'user'
'comment', 'file', 'audit', 'user', 'income_chat'
]
def get_cash_transaction(self, obj):