From e13e8d015392eb09b08149698a352b2c8b863439 Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Thu, 30 Oct 2025 23:37:50 +0500 Subject: [PATCH] finance: import_cash-transaction command added --- core/apps/finance/data/cash_transaction.json | 128 +++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 core/apps/finance/data/cash_transaction.json diff --git a/core/apps/finance/data/cash_transaction.json b/core/apps/finance/data/cash_transaction.json new file mode 100644 index 0000000..baee211 --- /dev/null +++ b/core/apps/finance/data/cash_transaction.json @@ -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": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e!", + "en": "Success!", + "tr": "Ba\u015far\u0131l\u0131!" + } +} \ No newline at end of file