{
"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"
}
]
}
},
"offset":0,
"opendate":"2024-01-01",
"closedate":"2024-01-01"
}
curl --location --request POST '/ClientApp/ReportsTablewise/Sales/get_reports_kitchenwise' \
--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"
}
]
}
},
"offset":0,
"opendate":"2024-01-01",
"closedate":"2024-01-01"
}'
{
"report_name": "Sales Report Kitchenwise",
"from_date": "2024-01-01 00:00",
"to_date": "2024-01-02 11:59",
"grandtotal": 7017395,
"shopname": "CAVVIAR",
"shop_address": "abcd",
"shop_mobileno": "9847098470",
"reportgen": "2024-05-08 11:14:10.000+0530",
"shop_gst": "12.5",
"total_count": 656,
"offset": 100,
"limit": 50,
"list_coloumnname": [
"SLNO",
"ITEMNAME",
"KITCHENNAME",
"QUANTITY",
"PRICE",
"TOTAL"
],
"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": "R"
},
{
"coloumName": "KITCHENNAME",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "QUANTITY",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "PRICE",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
},
{
"coloumName": "TOTAL",
"coloumwidth": 10,
"coloumheight": 30,
"fontsize": 12,
"bold": true,
"alignment": "R"
}
],
"list_reportdata": [
{
"itemname": "TEA",
"Kitchenname": "TEA",
"qty": 127589,
"price": 55,
"itemtotal": 7017395
}
]
}