add new management commands for finance and counterparty

This commit is contained in:
behruz-dev
2025-10-25 15:01:46 +05:00
parent 33d8f50ca2
commit 7ba54bfeb2
8 changed files with 12494 additions and 1 deletions

128
data/cash_transaction.json Normal file
View File

@@ -0,0 +1,128 @@
{
"data": {
"cashs": [
{
"id": 24,
"name": "FARM NAQT",
"status": "open",
"users": [
{
"id": 109,
"full_name": "Mirjonov Meronshox",
"image": null
},
{
"id": 104,
"full_name": "SuperAdminIskander",
"image": "https://backend.app.uyqur.uz/public/upload/image/neDbGZivNlWAz5nHopbl.webp"
},
{
"id": 138,
"full_name": "Baratova Zilola",
"image": null
},
{
"id": 306,
"full_name": "Uyqur Support",
"image": null
}
]
},
{
"id": 25,
"name": "FARM BUGHALTERIYA",
"status": "open",
"users": [
{
"id": 111,
"full_name": "MARDONOVA DILAFRUZ",
"image": null
},
{
"id": 104,
"full_name": "SuperAdminIskander",
"image": "https://backend.app.uyqur.uz/public/upload/image/neDbGZivNlWAz5nHopbl.webp"
},
{
"id": 138,
"full_name": "Baratova Zilola",
"image": null
},
{
"id": 306,
"full_name": "Uyqur Support",
"image": null
}
]
},
{
"id": 82,
"name": "Yunusobod BUHGALTERIYA",
"status": "open",
"users": [
{
"id": 104,
"full_name": "SuperAdminIskander",
"image": "https://backend.app.uyqur.uz/public/upload/image/neDbGZivNlWAz5nHopbl.webp"
},
{
"id": 111,
"full_name": "MARDONOVA DILAFRUZ",
"image": null
},
{
"id": 138,
"full_name": "Baratova Zilola",
"image": null
},
{
"id": 306,
"full_name": "Uyqur Support",
"image": null
}
]
},
{
"id": 83,
"name": "Yunusobod NAQT",
"status": "open",
"users": [
{
"id": 109,
"full_name": "Mirjonov Meronshox",
"image": null
},
{
"id": 138,
"full_name": "Baratova Zilola",
"image": null
},
{
"id": 104,
"full_name": "SuperAdminIskander",
"image": "https://backend.app.uyqur.uz/public/upload/image/neDbGZivNlWAz5nHopbl.webp"
},
{
"id": 306,
"full_name": "Uyqur Support",
"image": null
}
]
}
],
"cash_folders": [
{
"id": 3,
"name": "MARKETING",
"color": null,
"cashs_count": 0
}
]
},
"message": {
"uz": "Muvaffaqiyatli!",
"ru": "Успешно!",
"en": "Success!",
"tr": "Başarılı!"
}
}

12209
data/counterparty.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,52 @@
{
"data": [
{
"id": 15,
"name": "marketing",
"color": null,
"company_persons_count": 103
},
{
"id": 16,
"name": "Qurilish bozorlik",
"color": null,
"company_persons_count": 0
},
{
"id": 23,
"name": "Административные расходы",
"color": null,
"company_persons_count": 15
},
{
"id": 32,
"name": "Mavrid административные расходы",
"color": null,
"company_persons_count": 1
},
{
"id": 34,
"name": "Buxgalter",
"color": null,
"company_persons_count": 1
},
{
"id": 36,
"name": "dur",
"color": null,
"company_persons_count": 0
},
{
"id": 44,
"name": "A",
"color": null,
"company_persons_count": 0
}
],
"message": {
"uz": "Muvaffaqiyatli!",
"ru": "Успешно!",
"en": "Success!",
"tr": "Başarılı!"
}
}