finance: add income and expence contract import commands
This commit is contained in:
155
core/apps/finance/data/expence_contract.json
Normal file
155
core/apps/finance/data/expence_contract.json
Normal file
@@ -0,0 +1,155 @@
|
||||
{
|
||||
"data": {
|
||||
"current_page": 1,
|
||||
"total": 3,
|
||||
"data": [
|
||||
{
|
||||
"id": 511,
|
||||
"date": "13.09.2025",
|
||||
"amount": 1,
|
||||
"debt_amount": 1,
|
||||
"type": "expense",
|
||||
"project": {
|
||||
"id": 131,
|
||||
"name": "Mezbon",
|
||||
"is_project": false
|
||||
},
|
||||
"currency": {
|
||||
"id": 1,
|
||||
"name": {
|
||||
"ru": "Узбекский сум",
|
||||
"uz": "O'zbek so'mi"
|
||||
},
|
||||
"symbol": "UZS",
|
||||
"icon": "https://backend.app.uyqur.uz/public/upload/image/YZfoihq4VHMSHaZziQlp.webp"
|
||||
},
|
||||
"user": null,
|
||||
"financial": null,
|
||||
"company_person": {
|
||||
"id": 938,
|
||||
"type": "supplier",
|
||||
"name": "1",
|
||||
"description": null,
|
||||
"start_date": "02.09.2025",
|
||||
"status": "active",
|
||||
"person": {
|
||||
"id": 854,
|
||||
"name": "11",
|
||||
"tin": "11",
|
||||
"phone": "+998111111111",
|
||||
"address": null,
|
||||
"longitude": null,
|
||||
"latitude": null
|
||||
},
|
||||
"balances": [
|
||||
{
|
||||
"id": 870,
|
||||
"start_amount": 0,
|
||||
"amount": 0,
|
||||
"start_date": "02.09.2025",
|
||||
"currency": {
|
||||
"id": 1,
|
||||
"name": {
|
||||
"ru": "Узбекский сум",
|
||||
"uz": "O'zbek so'mi"
|
||||
},
|
||||
"symbol": "UZS",
|
||||
"icon": "https://backend.app.uyqur.uz/public/upload/image/YZfoihq4VHMSHaZziQlp.webp"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 909,
|
||||
"start_amount": 0,
|
||||
"amount": 0,
|
||||
"start_date": "09.09.2025",
|
||||
"currency": {
|
||||
"id": 3,
|
||||
"name": {
|
||||
"ru": "US dollar",
|
||||
"uz": "Aqsh dollari"
|
||||
},
|
||||
"symbol": "USD",
|
||||
"icon": "https://backend.app.uyqur.uz/public/upload/image/LIMeAcPrnbN6X9m5uYMH.webp"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"creator": {
|
||||
"id": 111,
|
||||
"full_name": "MARDONOVA DILAFRUZ",
|
||||
"image": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 41,
|
||||
"date": "27.06.2024",
|
||||
"amount": 4000000,
|
||||
"debt_amount": 4000000,
|
||||
"type": "expense",
|
||||
"project": {
|
||||
"id": 62,
|
||||
"name": "Blok A",
|
||||
"is_project": true
|
||||
},
|
||||
"currency": {
|
||||
"id": 1,
|
||||
"name": {
|
||||
"ru": "Узбекский сум",
|
||||
"uz": "O'zbek so'mi"
|
||||
},
|
||||
"symbol": "UZS",
|
||||
"icon": "https://backend.app.uyqur.uz/public/upload/image/YZfoihq4VHMSHaZziQlp.webp"
|
||||
},
|
||||
"user": null,
|
||||
"financial": {
|
||||
"id": 42,
|
||||
"name": "SPECTEXNIKA QURULISHGA ARENDA"
|
||||
},
|
||||
"company_person": null,
|
||||
"creator": {
|
||||
"id": 109,
|
||||
"full_name": "Mirjonov Meronshox",
|
||||
"image": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 40,
|
||||
"date": "27.06.2024",
|
||||
"amount": 8000000,
|
||||
"debt_amount": 8000000,
|
||||
"type": "expense",
|
||||
"project": {
|
||||
"id": 62,
|
||||
"name": "Blok A",
|
||||
"is_project": true
|
||||
},
|
||||
"currency": {
|
||||
"id": 1,
|
||||
"name": {
|
||||
"ru": "Узбекский сум",
|
||||
"uz": "O'zbek so'mi"
|
||||
},
|
||||
"symbol": "UZS",
|
||||
"icon": "https://backend.app.uyqur.uz/public/upload/image/YZfoihq4VHMSHaZziQlp.webp"
|
||||
},
|
||||
"user": null,
|
||||
"financial": {
|
||||
"id": 62,
|
||||
"name": "PROCHEE RASXODI"
|
||||
},
|
||||
"company_person": null,
|
||||
"creator": {
|
||||
"id": 109,
|
||||
"full_name": "Mirjonov Meronshox",
|
||||
"image": null
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"message": {
|
||||
"uz": "Muvaffaqiyatli!",
|
||||
"ru": "Успешно!",
|
||||
"en": "Success!",
|
||||
"tr": "Başarılı!"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user