{
"storelist":{
"storeinfo": {
"parentid": 239,
"shopname": "NAHDI PMNA",
"shoplogo": "",
"sts": true,
"store_list": [
{
"child_rowid": 19,
"shopname": "CAVVIAR",
"shopaddress": "abcd",
"shopmobile": "9847098470",
"shopemail": "abcd@gmail.com",
"shopgst": "12.5",
"shoplogo": "logo_cavviar.png",
"opentime": "00:00",
"closetime": "11:59",
"closetime_isnextday": true,
"isFranchiseoutlet": true,
"price_decimal_fraction": 2,
"quantity_decimal_fraction": 2,
"billtotal_roundoff": false,
"currency_symbol": "INR",
"shopdatabase": "javaserver",
"sts": true,
"isSelected": false,
"countryid": 1,
"countryname": "INDIA",
"last_synctime": "2024-01-27 09:52:40"
}
]
}
},
"nowdate":"2024-05-07"
}
curl --location --request POST '/ClientApp/ReportsTablewise/Sales/get_closingfoodstock_reports' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"storelist":{
"storeinfo": {
"parentid": 239,
"shopname": "NAHDI PMNA",
"shoplogo": "",
"sts": true,
"store_list": [
{
"child_rowid": 19,
"shopname": "CAVVIAR",
"shopaddress": "abcd",
"shopmobile": "9847098470",
"shopemail": "abcd@gmail.com",
"shopgst": "12.5",
"shoplogo": "logo_cavviar.png",
"opentime": "00:00",
"closetime": "11:59",
"closetime_isnextday": true,
"isFranchiseoutlet": true,
"price_decimal_fraction": 2,
"quantity_decimal_fraction": 2,
"billtotal_roundoff": false,
"currency_symbol": "INR",
"shopdatabase": "javaserver",
"sts": true,
"isSelected": false,
"countryid": 1,
"countryname": "INDIA",
"last_synctime": "2024-01-27 09:52:40"
}
]
}
},
"nowdate":"2024-05-07"
}'
{
"report_name": "Closing Foodstock",
"from_date": "2024-05-28 11:40:50.000+0530",
"to_date": "2024-05-28 11:40:50.000+0530",
"nettotaltotal": 0,
"reportgen": "2024-05-28 11:40:50.000+0530",
"shopname": "SHOPNAME",
"shop_address": "SHOPADDRESS",
"shop_mobileno": "90876456",
"shop_gst": "23DE",
"total_records": 0,
"list_coloumnname": [
"Slno",
"Itemname",
"Opening Stock",
"Purchase/production",
"Sales",
"Wastage",
"Excess",
"Short",
"Remarks",
"balance"
],
"list_coloum_property": [
{
"coloumName": "Slno",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "C"
},
{
"coloumName": "Itemname",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": false,
"alignment": "L"
},
{
"coloumName": "Opening Stock",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "Purchase/production",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "Sales",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "Wastage",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "Excess",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "Short",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "Remarks",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "L"
},
{
"coloumName": "Balance",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
}
],
"donedate": "2024-May-07 10:48 AM",
"emp_id": 1,
"emp_acid": 0,
"emp_name": "ADMIN",
"list_data": [
{
"slno": 0,
"itemid": 1,
"itemname": "FILTER COFFEE",
"opening_stock": 100,
"sales": 0,
"purchase_production": 0,
"wastage": 0,
"excess": 0,
"short": 0,
"remarks": null,
"closingstock": 0,
"sync": "N"
},
{
"slno": 0,
"itemid": 1,
"itemname": "TEA",
"opening_stock": 10,
"sales": 0,
"purchase_production": 0,
"wastage": 0,
"excess": 0,
"short": 0,
"remarks": null,
"closingstock": 0,
"sync": "N"
}
]
}