Environment
🖥
PHP Version
7.1.33
🔌
DB Connection
✓ Connected to parkgroups.co.uk
Tables
✅
Found
sortlist_grocery_master_items
✅
Found
sortlist_grocery_master_category
✅
Found
sortlist_grocery_master_unit
✅
Found
sortlist_grocery_all_stock_item_tb
✅
Found
sortlist_grocery_stock_dgrn_tb
del= Convention (active rows)
🔢
del check
del=0 → 1 rows
🔢
del check
del=1 → 1724 rows
🔢
del check
stock del=1 → 1805 rows
Query Results
📦
Stock batches
903 products with stock
📋
Items (del=1)
9 rows fetched
✅
Items in-stock
7 in-stock items
🏷
Categories
44 loaded:
Appalam, Bakery, Baking Powder, Beverages, Canned Goods …
JavaScript Data Injected
📂
CATS array
3 categories in JS
🛒
PRODUCTS array
7 products in JS
Sample Items (first 3 from DB)
[1060] Maharajha Idly Rice 10kg
cat_id=31 |
stock=531 |
batches=1 |
retail=
[684] MAHARAJHA IDLY RICE 20KG
cat_id=31 |
stock=2288 |
batches=2 |
retail=
[1059] Maharajha Idly Rice 5kg
cat_id=31 |
stock=397 |
batches=1 |
retail=
Raw Debug Data
Show / Hide raw JSON
{
"php_version": "7.1.33",
"db_connected": true,
"db_error": "",
"tables_found": [
"sortlist_grocery_master_items",
"sortlist_grocery_master_category",
"sortlist_grocery_master_unit",
"sortlist_grocery_all_stock_item_tb",
"sortlist_grocery_stock_dgrn_tb"
],
"tables_missing": [],
"del_convention": [
"del=0 → 1 rows",
"del=1 → 1724 rows",
"stock del=1 → 1805 rows"
],
"batches_total": 903,
"items_total": 9,
"items_instock": 7,
"cats_total": 44,
"cats_found": [
"Appalam",
"Bakery",
"Baking Powder",
"Beverages",
"Canned Goods",
"Dairy",
"Disposables",
"Dry Fish",
"Eggs",
"Flours",
"Food Colours",
"Fresh Fruits",
"Fresh Vegetables",
"Frozen food",
"Frozen Food",
"Herbs\/Spices",
"Households",
"Instant Mix",
"Lentils & Pulses",
"Meat \/ Poultry \/ Sea Items",
"Medicine \/ Health",
"Millets",
"Noodles",
"Nuts \/Dry Fruits \/Seeds",
"Oils & Ghee",
"Personal Care",
"Pickles\/Paste",
"Plain Naan",
"Pongal Special",
"Pooja Item",
"Rice",
"Salt",
"Snacks",
"Spices",
"Spices & Seasoning",
"Sugar\/Jaggery\/Jam",
"Sweets",
"Tamarind",
"Tea & Coffee",
"Turia",
"Walnut",
"Primeur Comm Barrie",
"Test Cat",
"Kitchen"
],
"sample_items": [
{
"id": 1060,
"name": "Maharajha Idly Rice 10kg",
"cat": 31,
"stock": 531,
"batches_found": 1,
"retail": ""
},
{
"id": 684,
"name": "MAHARAJHA IDLY RICE 20KG",
"cat": 31,
"stock": 2288,
"batches_found": 2,
"retail": ""
},
{
"id": 1059,
"name": "Maharajha Idly Rice 5kg",
"cat": 31,
"stock": 397,
"batches_found": 1,
"retail": ""
}
],
"query_errors": [],
"json_cats_len": 3,
"json_prod_len": 7
}