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

@@ -89,7 +89,7 @@ class ExpenceListSerializer(serializers.ModelSerializer):
fields = [
'id', 'cash_transaction', 'payment_type', 'project_folder', 'project', 'expence_type',
'counterparty', 'price', 'exchange_rate', 'currency', 'date', 'comment', 'audit', 'file',
'user'
'user', 'expence_chats',
]
def get_user(self, obj):