diff --git a/.env b/.env new file mode 100644 index 0000000..f97a712 --- /dev/null +++ b/.env @@ -0,0 +1,42 @@ +REACT_APP_VERSION=v2.1.0 +GENERATE_SOURCEMAP = false + +## Backend API URL +REACT_APP_API_URL=https://mock-data-api-nextjs.vercel.app/ + +## Google Map Key + +REACT_APP_URL=https://jupiter.nearle.app/live/api/v1 +REACT_APP_URL2=https://jupiter.nearle.app/live/api/v2 +REACT_APP_URL3=https://jupiter.nearle.app/live/api/v3 +REACT_APP_STAFF_TOKEN= +REACT_APP_GOOGLE_MAPS_API_KEY=AIzaSyCF4KatYCI3vqz1_H3kiHeyS3yCMfYToh8 +REACT_APP_RIDER_ACCESS_ID=AAAAILMpCEU:APA91bEavuOllBI6sFgYtxXAgNmAVwNA-MnCMHLGlR4_t7UqpLajAkdn3T0CZr_zaLBknLyim9ytFLMZgbeXmKqTad_PKCbqlYjHpaizVrLXtecxqyEy4UktIacK2UvHVUATHL-7VQQk + + + + + +REACT_APP_RIDER_ACCESS_ID=AAAAILMpCEU:APA91bEavuOllBI6sFgYtxXAgNmAVwNA-MnCMHLGlR4_t7UqpLajAkdn3T0CZr_zaLBknLyim9ytFLMZgbeXmKqTad_PKCbqlYjHpaizVrLXtecxqyEy4UktIacK2UvHVUATHL-7VQQk + +## Firebase - Google Auth + +REACT_APP_FIREBASE_API_KEY= +REACT_APP_FIREBASE_AUTH_DOMAIN= +REACT_APP_FIREBASE_PROJECT_ID= +REACT_APP_FIREBASE_STORAGE_BUCKET= +REACT_APP_FIREBASE_MESSAGING_SENDER_ID= +REACT_APP_FIREBASE_APP_ID= +REACT_APP_FIREBASE_MEASUREMENT_ID= + +## AWS + +REACT_APP_AWS_POOL_ID= +REACT_APP_AWS_APP_CLIENT_ID= + +## Auth0 + +REACT_APP_AUTH0_CLIENT_ID= +REACT_APP_AUTH0_DOMAIN= + +DISABLE_ESLINT_PLUGIN=true diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..972e18a --- /dev/null +++ b/.env.development @@ -0,0 +1,8 @@ +REACT_APP_URL=https://jupiter.nearle.app/live/api/v1 +REACT_APP_URL2=https://jupiter.nearle.app/live/api/v2 +REACT_APP_URL3=https://jupiter.nearle.app/live/api/v3 +REACT_APP_STAFF_TOKEN= +REACT_APP_GOOGLE_MAPS_API_KEY=AIzaSyCF4KatYCI3vqz1_H3kiHeyS3yCMfYToh8 +REACT_APP_RIDER_ACCESS_ID=AAAAILMpCEU:APA91bEavuOllBI6sFgYtxXAgNmAVwNA-MnCMHLGlR4_t7UqpLajAkdn3T0CZr_zaLBknLyim9ytFLMZgbeXmKqTad_PKCbqlYjHpaizVrLXtecxqyEy4UktIacK2UvHVUATHL-7VQQk + + diff --git a/.env.staging b/.env.staging new file mode 100644 index 0000000..b0c47ec --- /dev/null +++ b/.env.staging @@ -0,0 +1,3 @@ +REACT_APP_URL=https://jupiter.nearle.app/live/api/v1 +REACT_APP_URL2= +REACT_APP_STAFF_TOKEN= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5761643..e6ba584 100644 --- a/.gitignore +++ b/.gitignore @@ -69,11 +69,7 @@ typings/ # Yarn Integrity file .yarn-integrity -# dotenv environment variables file -.env -.env.development -.env.staging -.env.test + # parcel-bundler cache (https://parceljs.org/) .cache diff --git a/src/assets/images/bikeicon.png b/src/assets/images/bikeicon.png new file mode 100644 index 0000000..b64ae7d Binary files /dev/null and b/src/assets/images/bikeicon.png differ diff --git a/src/menu-items/nearle.js b/src/menu-items/nearle.js index 7445b0e..5732179 100644 --- a/src/menu-items/nearle.js +++ b/src/menu-items/nearle.js @@ -3,6 +3,7 @@ import { FormattedMessage } from 'react-intl'; import DirectionsBikeOutlinedIcon from '@mui/icons-material/DirectionsBikeOutlined'; import ReceiptOutlinedIcon from '@mui/icons-material/ReceiptOutlined'; import MopedOutlinedIcon from '@mui/icons-material/MopedOutlined'; +import NearMeOutlinedIcon from '@mui/icons-material/NearMeOutlined'; import { TbListDetails } from 'react-icons/tb'; // assets @@ -48,6 +49,9 @@ const icons = { ImportOutlined, BarChartOutlined, ReceiptOutlinedIcon, + NearMeOutlinedIcon, + DirectionsBikeOutlinedIcon, + MopedOutlinedIcon, FileDoneOutlined }; @@ -147,6 +151,13 @@ const nearle = { type: 'item', url: '/nearle/invoice', icon: icons.ReceiptOutlinedIcon + }, + { + id: 'dispatch', + title: , + type: 'item', + url: '/nearle/dispatch', + icon: icons.DirectionsBikeOutlinedIcon } ] }; diff --git a/src/pages/nearle/deliveries/deliveries.js b/src/pages/nearle/deliveries/deliveries.js index e5fd77f..5c381cd 100644 --- a/src/pages/nearle/deliveries/deliveries.js +++ b/src/pages/nearle/deliveries/deliveries.js @@ -484,16 +484,16 @@ const Deliveries = () => { const errorMessage = fetchDeliveriesIsError ? `Error fetching percentages: ${fetchDeliveriesError?.message}` : fetchPercentageIsError - ? `Error fetching percentages: ${fetchPercentageError?.message}` - : fetchCountIsError - ? `Error fetching percentages: ${fetchCountError?.message}` - : ridersListIsError - ? `Error fetching percentages: ${ridersListError?.message}` - : fetchtenantsIsError - ? `Error tenant list: ${fetchtenantsError?.message}` - : fetchlocationsIsError - ? `Error location list: ${fetchlocationsError?.message}` - : null; + ? `Error fetching percentages: ${fetchPercentageError?.message}` + : fetchCountIsError + ? `Error fetching percentages: ${fetchCountError?.message}` + : ridersListIsError + ? `Error fetching percentages: ${ridersListError?.message}` + : fetchtenantsIsError + ? `Error tenant list: ${fetchtenantsError?.message}` + : fetchlocationsIsError + ? `Error location list: ${fetchlocationsError?.message}` + : null; if (errorMessage) { console.log('errorMessage', errorMessage); @@ -509,11 +509,11 @@ const Deliveries = () => { fetchtenantsIsLoading || fetchlocationsIsLoading || riderListIsLoading) && ( - <> - - {/* */} - - )} + <> + + {/* */} + + )} { { sx={{ maxHeight: 'calc(100vh - 190px)', overflow: 'auto', + overflowX: 'auto', '&::-webkit-scrollbar': { width: '12px', // scroll bar width cursor: 'pointer' @@ -891,11 +892,11 @@ const Deliveries = () => { } }} > - +
{tabstatus == 'Created' && ( - + 0 && deliverylist.length != rows.length} onChange={(e) => { @@ -909,26 +910,29 @@ const Deliveries = () => { /> )} - S.No - Tenant - + S.No + Tenant + Order Location{' '} - Pickup - Drop - Rider - Notes - Qty - COD - Kms - Amount - {/* Status */} + Pickup + Drop + Rider + Est. Delivery Time + Transit + Kms + Amount + Notes + Qty + COD {tabstatus !== 'Cancelled' && tabstatus !== 'Delivered' && ( Action @@ -936,11 +940,11 @@ const Deliveries = () => { )} - {(loading1 || fetchDeliveriesIsLoading) && } + {(loading1 || fetchDeliveriesIsLoading) && } {rows.length == 0 && !loading1 && ( <> - + {/* */} @@ -1087,6 +1091,40 @@ const Deliveries = () => { {`ID: ${row.userid}`} {row.ridercontact} + {/* Estimated Delivery Time */} + + + {row.expecteddeliverytime ? dayjs(row.expecteddeliverytime).format('hh:mm A') : 'N/A'} + + + {/* Transit Minutes */} + + + {row.transitminutes || 0} min + + + {/* kms */} + + + + + + + + + + + {/* amount */} + + + + + + + + + + {/* {qty} */} {row.notes} @@ -1117,52 +1155,6 @@ const Deliveries = () => { )} - {/* kms */} - - - - - - - - - - - {/* amount */} - - {' '} - - - - - - - - - - {/* status */} - {/* - - {row.orderstatus === 'pending' && } - {row.orderstatus === 'modified' && } - {row.orderstatus === 'cancelled' && } - {row.orderstatus === 'delivered' && } - {row.orderstatus === 'processing' && } - {row.orderstatus === 'ready' && } - {row.orderstatus === 'confirmed' && } - {row.orderstatus === 'active' && } - {row.orderstatus === 'closed' && } - {row.orderstatus === 'created' && } - {row.orderstatus === 'picked' && } - {row.orderstatus === 'skipped' && } - {row.orderstatus === 'accepted' && ( - - )} - {row.orderstatus === 'arrived' && ( - - )} - - */} {/* Action */} {tabstatus !== 'Cancelled' && tabstatus !== 'Delivered' && ( diff --git a/src/pages/nearle/dispatch/Dispatch.css b/src/pages/nearle/dispatch/Dispatch.css new file mode 100644 index 0000000..499dfae --- /dev/null +++ b/src/pages/nearle/dispatch/Dispatch.css @@ -0,0 +1,1537 @@ +:root { + --bg: #ffffff; + --bg-sub: #f8fafc; + --bg-card: #ffffff; + --border: #e2e8f0; + --border-active: #3b82f6; + --text: #1e293b; + --text-muted: #64748b; + --accent: #3b82f6; + --accent-soft: rgba(59, 130, 246, 0.08); + --kitchen: #f59e0b; + --kitchen-soft: rgba(245, 158, 11, 0.1); + --success: #22c55e; + --shadow: 0 4px 12px rgba(0, 0, 0, 0.05); + --shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.08); +} + +.testing-container { + width: calc(100% + 48px); + height: calc(100vh - 88px); + margin: -24px; + display: flex; + flex-direction: column; + background: var(--bg); + color: var(--text); + font-family: 'Inter', -apple-system, sans-serif; + overflow: hidden; + position: relative; +} + +/* Embedded mode: rendered inside a parent container (e.g. a Dialog), + so drop the negative margin and viewport-based sizing that assumes + the standalone /dispatch page is wrapped in MainCard's 24px padding. */ +.testing-container.embedded { + width: 100%; + height: 100%; + margin: 0; + flex: 1; + min-height: 0; +} + +.testing-container * { + box-sizing: border-box; + margin: 0; + padding: 0; +} + +/* Header */ +.testing-container #hdr { + height: 56px; + flex-shrink: 0; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 24px; + background: var(--bg); + border-bottom: 1px solid var(--border); + z-index: 10; +} + +.testing-container .logo { + display: flex; + align-items: center; + gap: 12px; +} + +.testing-container .logo-badge { + width: 32px; + height: 32px; + border-radius: 8px; + background: linear-gradient(135deg, #3b82f6, #2563eb); + display: flex; + align-items: center; + justify-content: center; + font-weight: 800; + font-size: 14px; + color: #fff; +} + +.testing-container .logo-name { + font-size: 18px; + font-weight: 800; + color: var(--text); + letter-spacing: -0.02em; +} + +.testing-container .logo-name em { + color: var(--accent); + font-style: normal; + opacity: 0.8; +} + +.testing-container .hdr-sep { + width: 1px; + height: 20px; + background: var(--border); + margin: 0 4px; +} + +.testing-container .hdr-meta { + font-size: 12px; + color: var(--text-muted); + font-weight: 500; +} + +.testing-container #clock { + font-size: 13px; + color: var(--text); + font-weight: 600; + font-family: 'JetBrains Mono', monospace; + background: var(--bg-sub); + padding: 6px 14px; + border-radius: 8px; + border: 1px solid var(--border); +} + +/* Tabs */ +.testing-container #strat-row { + height: 48px; + flex-shrink: 0; + display: flex; + align-items: center; + gap: 8px; + padding: 0 24px; + background: var(--bg); + border-bottom: 1px solid var(--border); +} + +.testing-container .sbt { + padding: 8px 14px; + border-radius: 10px; + border: 1px solid var(--border); + background: var(--bg); + color: var(--text-muted); + font-size: 13px; + font-weight: 600; + cursor: pointer; + display: inline-flex; + align-items: center; + gap: 8px; + line-height: 1; + transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); + font-family: inherit; +} + +.testing-container .sbt:hover { + background: var(--bg-sub); + color: var(--text); + border-color: var(--text-muted); +} + +.testing-container .sbt.active { + background: var(--accent); + border-color: var(--accent); + color: #fff; + box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25); +} + +/* SVG icon slot inside each tab button — fixed square, color inherits from button + so active-state white propagates without per-tab overrides. */ +.testing-container .sbt .sbt-icon { + display: inline-flex; + align-items: center; + justify-content: center; + width: 18px; + height: 18px; + font-size: 18px; + line-height: 1; + flex-shrink: 0; + color: inherit; +} + +.testing-container .sbt .sbt-icon svg { + width: 1em; + height: 1em; + display: block; + /* react-icons SVGs fill with currentColor by default — this just ensures + consistent baseline alignment with the label next to them. */ + vertical-align: middle; +} + +/* Live data controls (date picker + load status) */ +.testing-container .live-controls { + margin-left: auto; + display: flex; + align-items: center; + gap: 12px; +} + +.testing-container .live-status { + display: inline-flex; + align-items: center; + gap: 6px; + font-size: 12px; + font-weight: 600; + color: var(--text-muted); + padding: 6px 10px; + border-radius: 999px; + background: var(--bg-sub); + border: 1px solid var(--border); +} + +.testing-container .live-status-ready { color: var(--success); } +.testing-container .live-status-error { color: #ef4444; } + +.testing-container .live-dot { + width: 8px; + height: 8px; + border-radius: 50%; + background: var(--accent); + animation: live-pulse 1.2s ease-in-out infinite; +} + +.testing-container .live-dot.ready { background: var(--success); animation: none; } +.testing-container .live-dot.error { background: #ef4444; animation: none; } + +@keyframes live-pulse { + 0%, 100% { opacity: 1; transform: scale(1); } + 50% { opacity: 0.4; transform: scale(0.85); } +} + +.testing-container .live-date-label { + display: inline-flex; + align-items: center; + gap: 8px; + font-size: 12px; + font-weight: 700; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.04em; +} + +.testing-container .live-date-label input[type="date"] { + font-family: inherit; + font-size: 13px; + font-weight: 600; + color: var(--text); + background: var(--bg); + border: 1px solid var(--border); + border-radius: 10px; + padding: 7px 10px; + cursor: pointer; + outline: none; + transition: border-color 0.15s; +} + +.testing-container .live-date-label input[type="date"]:hover, +.testing-container .live-date-label input[type="date"]:focus { + border-color: var(--accent); +} + +/* ── Batch selector (live /dispatch only) ─────────────────────── */ + +.testing-container #batch-row { + display: flex; + align-items: center; + gap: 8px; + padding: 10px 24px; + background: var(--bg-sub); + border-bottom: 1px solid var(--border); + flex-shrink: 0; +} + +.testing-container .batch-label { + font-size: 10px; + font-weight: 800; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.08em; + margin-right: 4px; +} + +.testing-container .batch-btn { + display: inline-flex; + align-items: center; + gap: 6px; + padding: 6px 12px; + border-radius: 999px; + border: 1px solid var(--border); + background: var(--bg); + font-size: 12px; + font-weight: 600; + color: var(--text-muted); + cursor: pointer; + transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); + font-family: inherit; +} + +.testing-container .batch-btn:hover { + border-color: var(--text-muted); + color: var(--text); + transform: translateY(-1px); +} + +.testing-container .batch-btn.active { + color: #fff; + border-color: transparent; + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); +} + +/* Per-batch active color so each wave reads at a glance */ +.testing-container .batch-btn.batch-all.active { background: linear-gradient(135deg, #3b82f6, #6366f1); } +.testing-container .batch-btn.batch-morning.active { background: linear-gradient(135deg, #f59e0b, #f97316); } +.testing-container .batch-btn.batch-lunch.active { background: linear-gradient(135deg, #10b981, #14b8a6); } +.testing-container .batch-btn.batch-dinner.active { background: linear-gradient(135deg, #6366f1, #8b5cf6); } + +.testing-container .batch-btn-icon { + font-size: 14px; + line-height: 1; +} + +.testing-container .batch-btn-label { + letter-spacing: 0.01em; +} + +.testing-container .batch-btn-count { + display: inline-flex; + align-items: center; + justify-content: center; + min-width: 22px; + height: 18px; + padding: 0 6px; + border-radius: 999px; + background: var(--bg-sub); + color: var(--text); + font-size: 10px; + font-weight: 800; + font-variant-numeric: tabular-nums; +} + +.testing-container .batch-btn.active .batch-btn-count { + background: rgba(255, 255, 255, 0.28); + color: #fff; +} + +/* Status chips on step rows (kept for marker popup which still uses pill style) */ +.testing-container .status-chip { + display: inline-flex; + align-items: center; + font-size: 10px; + font-weight: 800; + letter-spacing: 0.04em; + text-transform: uppercase; + padding: 3px 8px; + border-radius: 999px; + margin-left: 8px; + flex-shrink: 0; +} + +/* Flag indicator inside step rows — matches the map marker flag visually */ +.testing-container .step-flag { + display: inline-flex; + align-items: center; + gap: 5px; + margin-left: 8px; + flex-shrink: 0; +} + +.testing-container .step-flag-svg { + width: 14px; + height: 18px; + flex-shrink: 0; + filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15)); +} + +.testing-container .step-flag-label { + font-size: 10px; + font-weight: 800; + letter-spacing: 0.04em; + text-transform: uppercase; + white-space: nowrap; +} + +/* Marker status flag (pole + banner above the numbered marker) */ +.testing-container .cmark { + position: relative; +} + +/* Pulse: a marker glows when its row is hovered in the assignment table */ +.testing-container .cmark.pulse { + z-index: 1500 !important; + animation: cmark-pulse 0.8s ease-out infinite; +} + +@keyframes cmark-pulse { + 0% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.55), 0 4px 12px rgba(0, 0, 0, 0.4); transform: scale(1); } + 70% { box-shadow: 0 0 0 14px rgba(59, 130, 246, 0), 0 4px 12px rgba(0, 0, 0, 0.4); transform: scale(1.18); } + 100% { box-shadow: 0 0 0 0 rgba(59, 130, 246, 0), 0 4px 12px rgba(0, 0, 0, 0.4); transform: scale(1); } +} + +/* Leaflet sets overflow:hidden on its panes; the flag pokes up past the marker bounds, + so we let the divIcon container overflow visibly. */ +.testing-container .cmark .cmark-flag { + position: absolute; + top: -20px; + left: 50%; + transform: translateX(-2px); + width: 18px; + height: 22px; + pointer-events: none; + filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35)); +} + +/* Live rider position bike */ +.testing-container .rider-bike { + --rider-color: #475569; + position: relative; + width: 44px; + height: 44px; + display: flex; + align-items: center; + justify-content: center; +} + +.testing-container .rider-bike-ring { + position: absolute; + inset: 0; + border-radius: 50%; + background: var(--rider-color); + border: 3px solid #fff; + box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), 0 0 0 4px rgba(255, 255, 255, 0.25); + animation: rider-pulse 1.8s ease-in-out infinite; +} + +.testing-container .rider-bike-svg { + position: relative; + width: 26px; + height: 26px; + z-index: 2; + display: flex; + align-items: center; + justify-content: center; + /* Bike stays upright — direction is conveyed by the route line. */ +} + +.testing-container .rider-bike-svg svg { + width: 100%; + height: 100%; + display: block; +} + +.testing-container .rider-bike-progress { + position: absolute; + bottom: -16px; + left: 50%; + transform: translateX(-50%); + background: #0f172a; + color: #fff; + font-size: 10px; + font-weight: 800; + letter-spacing: 0.04em; + padding: 2px 6px; + border-radius: 999px; + white-space: nowrap; + border: 1.5px solid #fff; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); + z-index: 3; +} + +@keyframes rider-pulse { + 0%, 100% { box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), 0 0 0 4px rgba(255, 255, 255, 0.25); } + 50% { box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), 0 0 0 8px rgba(255, 255, 255, 0.15); } +} + +/* Body layout */ +.testing-container #body { + flex: 1; + display: flex; + min-height: 0; + overflow: hidden; +} + +/* Sidebar */ +.testing-container #sidebar { + width: 400px; + background: var(--bg-sub); + display: flex; + flex-direction: column; + border-right: 1px solid var(--border); + z-index: 5; +} + +.testing-container #stats-strip { + display: grid; + grid-template-columns: repeat(2, 1fr); + gap: 12px; + padding: 16px; + background: var(--bg); + border-bottom: 1px solid var(--border); +} + +.testing-container .sc { + background: var(--bg-sub); + padding: 12px; + border-radius: 12px; + border: 1px solid var(--border); +} + +.testing-container .sc-lbl { + font-size: 10px; + font-weight: 700; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.05em; + margin-bottom: 4px; +} + +.testing-container .sc-val { + font-size: 22px; + font-weight: 800; + color: var(--text); + line-height: 1; +} + +.testing-container .sc-val.g { + color: var(--success); +} + +.testing-container .sc-sub { + font-size: 11px; + color: var(--text-muted); + margin-top: 4px; +} + +.testing-container #riders-panel { + flex: 1; + overflow-y: auto; + padding: 16px; +} + +.testing-container .ph { + font-size: 11px; + font-weight: 700; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.05em; + margin-bottom: 16px; + display: flex; + align-items: center; + gap: 12px; +} + +.testing-container .ph::after { + content: ''; + flex: 1; + height: 1px; + background: var(--border); +} + +/* Cards */ +.testing-container .rcard { + background: var(--bg-card); + border: 1px solid var(--border); + border-radius: 14px; + padding: 16px; + margin-bottom: 12px; + cursor: pointer; + transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); + box-shadow: var(--shadow); +} + +.testing-container .rcard:hover { + transform: translateY(-2px); + box-shadow: var(--shadow-lg); + border-color: var(--accent); +} + +.testing-container .rcard-top { + display: flex; + align-items: center; + gap: 12px; + margin-bottom: 12px; +} + +.testing-container .kitchen-mark { + background: #f59e0b; + color: #fff; + width: 34px; + height: 34px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + font-weight: 800; + font-size: 14px; + border: 3px solid #fff; + box-shadow: 0 0 20px rgba(245, 158, 11, 0.6), 0 0 40px rgba(245, 158, 11, 0.3); +} + +.testing-container .rcard-info { + flex: 1; +} + +.testing-container .rcard-emo { + width: 40px; + height: 40px; + border-radius: 10px; + display: flex; + align-items: center; + justify-content: center; + font-size: 20px; + border: 1.5px solid var(--border); +} + + +.testing-container .rcard-name { + font-size: 15px; + font-weight: 700; + color: var(--text); +} + +.testing-container .rcard-zone { + font-size: 12px; + color: var(--text-muted); + margin-top: 2px; +} + +.testing-container .rcard-badge { + font-size: 12px; + font-weight: 700; + padding: 4px 10px; + border-radius: 8px; + background: var(--bg-sub); +} + +.testing-container .bar-bg { + background: var(--bg-sub); + border-radius: 4px; + height: 5px; + overflow: hidden; + margin-bottom: 12px; +} + +.testing-container .bar-fg { + height: 100%; + border-radius: 4px; +} + +.testing-container .rcard-meta { + display: flex; + justify-content: space-between; + font-size: 12px; + color: var(--text-muted); + font-weight: 500; +} + +.testing-container .step-ids { + margin-top: 10px; + display: flex; + flex-wrap: wrap; + gap: 4px; +} + +.testing-container .step-id { + font-size: 10px; + font-weight: 700; + padding: 2px 6px; + border-radius: 4px; + background: var(--bg-sub); + color: var(--text-muted); + border: 1px solid var(--border); +} + +/* Detail View */ +.testing-container #route-detail { + flex: 1; + overflow-y: auto; + padding: 20px; + background: var(--bg); +} + +.testing-container .rd-back { + background: var(--bg-sub); + border: 1px solid var(--border); + color: var(--text); + padding: 8px 16px; + border-radius: 10px; + cursor: pointer; + font-size: 12px; + font-weight: 600; + margin-bottom: 20px; + transition: all 0.2s; +} + +.testing-container .rd-back:hover { + background: var(--border); +} + +.testing-container .rd-rider-name { + font-size: 28px; + font-weight: 800; + letter-spacing: -0.02em; + margin-bottom: 6px; + line-height: 1.1; +} + +.testing-container .rd-rider-sub { + font-size: 13px; + color: var(--text-muted); + margin-bottom: 24px; + display: flex; + gap: 16px; +} + +/* Focused-rider stat grid — three tiles: orders / distance / profit */ +.testing-container .rd-stats-grid { + display: grid; + grid-template-columns: repeat(3, 1fr); + gap: 8px; + margin: 14px 0 22px; +} + +.testing-container .rd-stat { + padding: 14px 10px 12px; + border-radius: 12px; + text-align: center; + border: 1px solid var(--border); + background: var(--bg-sub); + transition: transform 0.15s, box-shadow 0.15s; +} + +.testing-container .rd-stat:hover { + transform: translateY(-1px); + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); +} + +.testing-container .rd-stat-icon { + font-size: 18px; + line-height: 1; + margin-bottom: 6px; + opacity: 0.9; +} + +.testing-container .rd-stat-value { + font-size: 22px; + font-weight: 800; + line-height: 1; + letter-spacing: -0.02em; + color: var(--text); + font-variant-numeric: tabular-nums; +} + +.testing-container .rd-stat-unit { + font-size: 12px; + font-weight: 700; + margin-left: 3px; + opacity: 0.7; +} + +.testing-container .rd-stat-label { + font-size: 10px; + font-weight: 800; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.08em; + margin-top: 6px; +} + +/* Per-stat color theming */ +.testing-container .rd-stat-orders { + background: linear-gradient(135deg, rgba(59, 130, 246, 0.09), rgba(99, 102, 241, 0.04)); + border-color: rgba(59, 130, 246, 0.22); +} +.testing-container .rd-stat-orders .rd-stat-value { color: #2563eb; } + +.testing-container .rd-stat-distance { + background: linear-gradient(135deg, rgba(245, 158, 11, 0.10), rgba(249, 115, 22, 0.04)); + border-color: rgba(245, 158, 11, 0.25); +} +.testing-container .rd-stat-distance .rd-stat-value { color: #d97706; } + +.testing-container .rd-stat-profit.is-gain { + background: linear-gradient(135deg, rgba(34, 197, 94, 0.12), rgba(20, 184, 166, 0.04)); + border-color: rgba(34, 197, 94, 0.35); +} +.testing-container .rd-stat-profit.is-gain .rd-stat-value { color: #16a34a; } +.testing-container .rd-stat-profit.is-gain .rd-stat-label { color: #16a34a; opacity: 0.75; } + +.testing-container .rd-stat-profit.is-loss { + background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(244, 63, 94, 0.04)); + border-color: rgba(239, 68, 68, 0.35); +} +.testing-container .rd-stat-profit.is-loss .rd-stat-value { color: #dc2626; } +.testing-container .rd-stat-profit.is-loss .rd-stat-label { color: #dc2626; opacity: 0.75; } + +.testing-container .trip-block { + margin-bottom: 24px; + border: 1px solid var(--border); + border-radius: 16px; + background: var(--bg-sub); + overflow: hidden; +} + +.testing-container .trip-header { + padding: 12px 16px; + display: flex; + justify-content: space-between; + align-items: center; + border-bottom: 1px solid var(--border); + background: #fff; +} + +.testing-container .th-badge { + padding: 4px 10px; + border-radius: 6px; + font-size: 11px; + font-weight: 800; + color: #fff; +} + +.testing-container .trip-stats { + font-size: 12px; + font-weight: 600; + color: var(--text-muted); + display: flex; + gap: 12px; +} + +.testing-container .step-wrap { + padding: 16px; +} + +.testing-container .step-row { + display: flex; + gap: 16px; + padding-bottom: 20px; + position: relative; +} + +.testing-container .step-row:not(:last-child)::before { + content: ''; + position: absolute; + left: 11px; + top: 24px; + bottom: 0; + width: 2px; + background: var(--border); +} + +.testing-container .step-dot { + width: 24px; + height: 24px; + border-radius: 50%; + display: flex; + align-items: center; + justify-content: center; + font-size: 10px; + font-weight: 800; + z-index: 2; + flex-shrink: 0; +} + +.testing-container .step-dot.kitchen { + background: var(--kitchen); + color: #fff; +} + +.testing-container .step-dot.delivery { + background: #fff; + border: 2px solid var(--border); + color: var(--text-muted); +} + +.testing-container .step-label { + font-size: 15px; + font-weight: 700; +} + +.testing-container .kitchen-tag { + color: var(--kitchen); +} + +.testing-container .step-dest { + font-size: 13px; + color: var(--text-muted); + margin-top: 3px; +} + +.testing-container .step-detail { + display: flex; + flex-wrap: wrap; + gap: 10px; + margin-top: 6px; + font-size: 13px; + font-weight: 600; +} + +.testing-container .step-profit { + color: var(--success); +} + +/* Enriched step row metadata */ +.testing-container .step-location { + font-size: 11px; + color: var(--text-muted); + margin-top: 3px; + font-weight: 500; +} + +.testing-container .step-notes { + font-size: 11px; + color: var(--text-muted); + margin-top: 3px; + padding: 4px 8px; + background: rgba(245, 158, 11, 0.08); + border-left: 2px solid rgba(245, 158, 11, 0.6); + border-radius: 4px; + font-style: italic; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: 100%; +} + +.testing-container .step-charges { + color: #0074e7; + font-weight: 600; +} + +.testing-container .step-type { + font-size: 10px; + font-weight: 800; + padding: 2px 7px; + border-radius: 999px; + text-transform: uppercase; + letter-spacing: 0.04em; +} + +.testing-container .step-type.type-economy { background: rgba(34, 197, 94, 0.15); color: #16a34a; } +.testing-container .step-type.type-risky { background: rgba(239, 68, 68, 0.15); color: #dc2626; } +.testing-container .step-type.type-express { background: rgba(59, 130, 246, 0.15); color: #2563eb; } +.testing-container .step-type:not(.type-economy):not(.type-risky):not(.type-express) { + background: rgba(100, 116, 139, 0.15); + color: #475569; +} + +/* ── Zone card (in panel list) ──────────────────────────────── */ + +.testing-container .rcard.zone-card { + padding: 14px 14px 12px; + background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%); + position: relative; + overflow: hidden; +} + +.testing-container .rcard.zone-card::before { + content: ''; + position: absolute; + top: 0; + left: 0; + width: 3px; + height: 100%; + background: linear-gradient(180deg, #3b82f6, #6366f1); + opacity: 0.55; + transition: opacity 0.2s, width 0.2s; +} + +.testing-container .rcard.zone-card:hover { + border-color: rgba(59, 130, 246, 0.5); + background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%); + box-shadow: 0 8px 22px rgba(59, 130, 246, 0.12); +} + +.testing-container .rcard.zone-card:hover::before { + opacity: 1; + width: 4px; +} + +.testing-container .zone-card-header { + display: flex; + align-items: center; + gap: 10px; + margin-bottom: 12px; +} + +.testing-container .zone-card-emoji { + width: 36px; + height: 36px; + border-radius: 10px; + background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(99, 102, 241, 0.14)); + border: 1px solid rgba(59, 130, 246, 0.22); + display: flex; + align-items: center; + justify-content: center; + font-size: 18px; + flex-shrink: 0; +} + +.testing-container .zone-card-titles { + flex: 1; + min-width: 0; +} + +.testing-container .zone-card-name { + font-size: 15px; + font-weight: 800; + color: var(--text); + letter-spacing: -0.01em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.testing-container .zone-card-sub { + font-size: 11px; + color: var(--text-muted); + margin-top: 2px; + font-weight: 500; +} + +.testing-container .zone-card-arrow { + font-size: 18px; + font-weight: 800; + color: var(--accent); + opacity: 0.4; + transition: transform 0.2s, opacity 0.2s; + flex-shrink: 0; +} + +.testing-container .rcard.zone-card:hover .zone-card-arrow { + opacity: 1; + transform: translateX(4px); +} + +/* Progress row: status bar + delivered/total counter */ +.testing-container .zone-progress-row { + display: flex; + align-items: center; + gap: 10px; + margin: 10px 0 4px; +} + +.testing-container .zone-progress-row .zone-status-bar { + flex: 1; + margin: 0; + height: 6px; +} + +.testing-container .zone-progress-label { + font-size: 10px; + font-weight: 800; + color: var(--text-muted); + white-space: nowrap; + letter-spacing: 0.02em; + font-variant-numeric: tabular-nums; +} + +/* Stat pills row */ +.testing-container .zone-stat-pills { + display: flex; + flex-wrap: wrap; + gap: 5px; + margin-top: 10px; +} + +.testing-container .zone-stat-pill { + display: inline-flex; + align-items: center; + gap: 4px; + padding: 4px 9px; + border-radius: 8px; + background: var(--bg-sub); + border: 1px solid var(--border); + font-size: 11px; + font-weight: 600; + transition: all 0.15s; +} + +.testing-container .zone-stat-icon { + font-size: 12px; + opacity: 0.85; +} + +.testing-container .zone-stat-value { + font-weight: 800; + color: var(--text); + font-variant-numeric: tabular-nums; +} + +.testing-container .zone-stat-label { + font-size: 10px; + color: var(--text-muted); + font-weight: 600; +} + +.testing-container .zone-stat-pill.profit-positive { + background: rgba(34, 197, 94, 0.08); + border-color: rgba(34, 197, 94, 0.25); +} +.testing-container .zone-stat-pill.profit-positive .zone-stat-value { + color: var(--success); +} + +.testing-container .zone-stat-pill.profit-negative { + background: rgba(239, 68, 68, 0.08); + border-color: rgba(239, 68, 68, 0.25); +} +.testing-container .zone-stat-pill.profit-negative .zone-stat-value { + color: #ef4444; +} + +/* Suburb preview line at the bottom of the card */ +.testing-container .zone-card-suburbs { + display: flex; + align-items: center; + gap: 6px; + margin-top: 10px; + padding-top: 10px; + border-top: 1px dashed var(--border); + font-size: 11px; + color: var(--text-muted); + line-height: 1.4; +} + +.testing-container .zone-card-suburbs-text { + flex: 1; + min-width: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-weight: 600; +} + +.testing-container .zone-card-suburbs-more { + flex-shrink: 0; + font-size: 10px; + font-weight: 800; + color: var(--accent); + background: var(--accent-soft); + padding: 1px 7px; + border-radius: 999px; +} + +/* ── Status bar (proportional segments) ─────────────────────── */ + +.testing-container .zone-status-bar { + display: flex; + height: 5px; + border-radius: 3px; + overflow: hidden; + margin-top: 10px; + background: var(--bg-sub); + border: 1px solid var(--border); +} + +.testing-container .zone-status-bar.tall { + height: 16px; + border-radius: 4px; +} + +.testing-container .zone-status-seg { + height: 100%; + display: flex; + align-items: center; + justify-content: center; + transition: filter 0.2s; + min-width: 1px; +} + +.testing-container .zone-status-bar.tall .zone-status-seg { + font-size: 10px; + font-weight: 800; + color: #fff; + text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); +} + +.testing-container .zone-status-seg:hover { + filter: brightness(1.1); +} + +.testing-container .zone-status-seg-label { + padding: 0 4px; +} + +.testing-container .zone-status-legend { + display: flex; + flex-wrap: wrap; + gap: 10px; + margin-top: 8px; + font-size: 11px; + color: var(--text-muted); +} + +.testing-container .legend-item { + display: inline-flex; + align-items: center; + gap: 5px; +} + +.testing-container .legend-item strong { + color: var(--text); + font-weight: 700; + margin-left: 2px; +} + +.testing-container .legend-dot { + width: 9px; + height: 9px; + border-radius: 50%; + flex-shrink: 0; +} + +/* ── Zone detail sections ───────────────────────────────────── */ + +.testing-container .zone-detail-section { + margin: 18px 0; +} + +.testing-container .zone-section-label { + font-size: 10px; + font-weight: 800; + color: var(--text-muted); + text-transform: uppercase; + letter-spacing: 0.06em; + margin-bottom: 10px; + display: flex; + align-items: center; + gap: 10px; +} + +.testing-container .zone-section-label::after { + content: ''; + flex: 1; + height: 1px; + background: var(--border); +} + +.testing-container .section-count { + color: var(--accent); + font-weight: 700; +} + +/* ── Chips (suburbs + kitchens) ─────────────────────────────── */ + +.testing-container .zone-chips { + display: flex; + flex-wrap: wrap; + gap: 6px; +} + +.testing-container .zone-chip { + display: inline-flex; + align-items: center; + gap: 6px; + font-size: 11px; + font-weight: 600; + padding: 4px 4px 4px 10px; + border-radius: 999px; + background: var(--bg-sub); + border: 1px solid var(--border); + color: var(--text); + transition: all 0.15s; +} + +.testing-container .zone-chip:hover { + border-color: var(--accent); + background: var(--accent-soft); +} + +.testing-container .zone-chip.kitchen { + background: rgba(245, 158, 11, 0.06); + border-color: rgba(245, 158, 11, 0.25); +} + +.testing-container .zone-chip.kitchen:hover { + background: rgba(245, 158, 11, 0.12); + border-color: rgba(245, 158, 11, 0.5); +} + +.testing-container .zone-chip-name { + white-space: nowrap; +} + +.testing-container .zone-chip-count { + display: inline-flex; + align-items: center; + justify-content: center; + min-width: 20px; + height: 18px; + padding: 0 6px; + border-radius: 999px; + background: var(--accent); + color: #fff; + font-size: 10px; + font-weight: 800; +} + +.testing-container .zone-chip-count.kitchen { + background: var(--kitchen); +} + +.testing-container .kitchen-transition { + padding: 12px; + background: var(--kitchen-soft); + border: 1px dashed var(--kitchen); + border-radius: 10px; + margin: 8px 0 20px 40px; + font-size: 12px; + font-weight: 600; +} + +/* Map */ +.testing-container #map-wrap { + flex: 1; + position: relative; +} + +.testing-container .leaflet-container { + background: #f1f5f9 !important; +} + +/* Overlays */ +.testing-container #ov-tl { + position: absolute; + top: 16px; + left: 16px; + z-index: 1000; +} + +.testing-container .ov-card { + background: rgba(255, 255, 255, 0.9); + backdrop-filter: blur(8px); + border: 1px solid var(--border); + border-radius: 16px; + padding: 16px 20px; + box-shadow: var(--shadow-lg); +} + +.testing-container .ov-stats { + display: flex; + gap: 24px; +} + +.testing-container .osv { + font-size: 24px; + font-weight: 800; +} + +.testing-container .osv.g { + color: var(--success); +} + +.testing-container .osl { + font-size: 11px; + font-weight: 700; + color: var(--text-muted); + text-transform: uppercase; + margin-top: 2px; +} + +.testing-container #ov-tr { + position: absolute; + top: 16px; + right: 16px; + z-index: 1000; + display: flex; + flex-direction: column; + gap: 8px; + width: 200px; +} + +.testing-container #ov-br { + position: absolute; + bottom: 20px; + right: 80px; + z-index: 1000; +} + +.testing-container .rchip { + background: rgba(255, 255, 255, 0.9); + backdrop-filter: blur(8px); + border: 1px solid var(--border); + border-radius: 10px; + padding: 8px 12px; + display: flex; + align-items: center; + gap: 8px; + cursor: pointer; + font-size: 12px; + font-weight: 600; + box-shadow: var(--shadow); + transition: all 0.2s; +} + +.testing-container .rchip.active { + border-color: var(--accent); + background: #fff; + box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15); +} + +.testing-container .rchip-dot { + width: 8px; + height: 8px; + border-radius: 50%; +} + +.testing-container .rchip-n { + margin-left: auto; + font-weight: 800; + color: var(--accent); +} + +/* Markers */ +.testing-container .cmark { + border-radius: 50%; + border: 2px solid #fff; + display: flex; + align-items: center; + justify-content: center; + color: #fff; + font-weight: 800; + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4); +} + +.testing-container .kitchen-mark { + background: var(--kitchen); + border: 3px solid #fff; + border-radius: 50%; + width: 34px; + height: 34px; + display: flex; + align-items: center; + justify-content: center; + color: #fff; + font-weight: 900; + box-shadow: 0 0 20px rgba(245, 158, 11, 0.8), 0 0 40px rgba(245, 158, 11, 0.4); +} + +/* Popups - Clean White Look */ +.testing-container .leaflet-popup-content-wrapper { + background: #ffffff; + color: #1e293b; + border-radius: 12px; + padding: 0; + /* overflow: hidden; <-- This was cutting off the tip arrow */ + box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15); +} + +.testing-container .leaflet-popup-tip-container { + width: 20px; + height: 10px; + left: 50%; + margin-left: -10px; + overflow: hidden; + position: absolute; + bottom: -10px; +} + +.testing-container .leaflet-popup-tip { + width: 14px; + height: 14px; + padding: 0; + margin: -10px auto 0; + transform: rotate(45deg); + background: #ffffff; + box-shadow: none; +} + +.testing-container .pu-id { + background: #f8fafc; + padding: 10px 14px; + font-size: 11px; + font-weight: 800; + letter-spacing: 0.05em; + border-bottom: 1px solid #e2e8f0; + color: #64748b; + border-radius: 12px 12px 0 0; + /* Apply rounding here instead */ +} + +.testing-container .pu-rider { + padding: 12px 14px 4px; + font-size: 15px; + font-weight: 800; +} + +.testing-container .pu-row { + display: flex; + justify-content: space-between; + padding: 4px 14px; + font-size: 12px; + color: #64748b; +} + +.testing-container .pu-row:last-child { + padding-bottom: 14px; +} + +.testing-container .pu-row span:last-child { + color: #1e293b; + font-weight: 600; +} + +/* Kitchen Popup */ +.testing-container .kitchen-popup .kp-header { + background: #f8fafc; + color: #64748b; + font-size: 10px; + font-weight: 800; + letter-spacing: 0.1em; + padding: 8px 14px; + border-bottom: 1px solid #e2e8f0; + border-radius: 12px 12px 0 0; +} + +.testing-container .kitchen-popup .kp-name { + padding: 14px 14px 4px; + font-size: 16px; + font-weight: 800; + color: var(--kitchen); +} + +.testing-container .kitchen-popup .kp-stat { + display: flex; + justify-content: space-between; + padding: 8px 14px 16px; +} + +.testing-container .kitchen-popup .kp-stat-lbl { + font-size: 12px; + color: #64748b; +} + +.testing-container .kitchen-popup .kp-stat-val { + font-size: 16px; + font-weight: 800; + color: #1e293b; +} + +.testing-container #desc { + padding: 16px 20px; + font-size: 12px; + font-weight: 500; + color: var(--text-muted); + border-top: 1px solid var(--border); + background: var(--bg); +} \ No newline at end of file diff --git a/src/pages/nearle/dispatch/Dispatch.js b/src/pages/nearle/dispatch/Dispatch.js new file mode 100644 index 0000000..49fe434 --- /dev/null +++ b/src/pages/nearle/dispatch/Dispatch.js @@ -0,0 +1,1370 @@ +import React, { useState, useEffect, useMemo, useCallback } from 'react'; +import { MapContainer, TileLayer, Marker, Popup, Polyline, useMap, ZoomControl } from 'react-leaflet'; +import L from 'leaflet'; +import 'leaflet/dist/leaflet.css'; +import dayjs from 'dayjs'; +import { useInfiniteQuery } from '@tanstack/react-query'; +import { MdMap, MdDirectionsBike, MdRestaurant, MdPublic } from 'react-icons/md'; +import { fetchDeliveries } from '../../api/api'; +import './Dispatch.css'; +import { RAW_DISPATCH_DATA } from './DispatchData'; + +// Phosphor "motorcycle" (filled) — clean side-view bike that reads well at small sizes. +const MOTORBIKE_SVG = ``; + +const STATUS_STYLES = { + created: { label: 'Created', bg: '#3b82f6', fg: '#fff' }, + pending: { label: 'Pending', bg: '#f59e0b', fg: '#fff' }, + accepted: { label: 'Accepted', bg: '#8b5cf6', fg: '#fff' }, + arrived: { label: 'Arrived', bg: '#ea580c', fg: '#fff' }, + picked: { label: 'Picked', bg: '#0ea5e9', fg: '#fff' }, + active: { label: 'Active', bg: '#0ea5e9', fg: '#fff' }, + delivered: { label: 'Delivered', bg: '#22c55e', fg: '#fff' }, + skipped: { label: 'Skipped', bg: '#94a3b8', fg: '#fff' }, + cancelled: { label: 'Cancelled', bg: '#ef4444', fg: '#fff' } +}; + +const getStatusStyle = (status) => + STATUS_STYLES[String(status || '').toLowerCase()] || { label: status || 'Unknown', bg: '#64748b', fg: '#fff' }; + +const toNum = (v) => { + const n = parseFloat(v); + return Number.isFinite(n) ? n : NaN; +}; + +const hasValidDrop = (o) => Number.isFinite(toNum(o.droplat || o.deliverylat)) && Number.isFinite(toNum(o.droplon || o.deliverylong)); +const hasValidPickup = (o) => Number.isFinite(toNum(o.pickuplat)) && Number.isFinite(toNum(o.pickuplong)); + +// Batch buckets by expected delivery time-of-day (operator's mental model — morning rush, +// lunch wave, dinner wave). Anything outside a window OR with no parsable time falls under "all". +const BATCHES = [ + // { id: 'all', label: 'All', icon: '🍽️' }, // hidden for now — restore for an unfiltered view + { id: 'morning', label: 'Morning', icon: '🌅' }, + { id: 'lunch', label: 'Lunch', icon: '🍱' }, + { id: 'dinner', label: 'Dinner', icon: '🌙' } +]; + +const getRowBatch = (r) => { + const t = r.expecteddeliverytime || r.deliverydate || r.pickupslot; + if (!t) return null; + const d = dayjs(t); + if (!d.isValid()) return null; + const h = d.hour() + d.minute() / 60; + if (h < 10.5) return 'morning'; + if (h < 15) return 'lunch'; + return 'dinner'; +}; + +const FINAL_STATUSES = new Set(['delivered']); +const SKIPPED_STATUSES = new Set(['cancelled', 'skipped']); + +// Compute one "live position" per rider: midpoint between the last delivered drop and the next non-final drop. +// If nothing delivered yet, midpoint is kitchen pickup → first drop. If all delivered, returns null. +const computeRiderPosition = (r) => { + const sorted = [...r.orders].sort((a, b) => { + const tA = a.trip_number || 1; + const tB = b.trip_number || 1; + if (tA !== tB) return tA - tB; + return (a.step || 0) - (b.step || 0); + }); + + const nextIdx = sorted.findIndex((o) => { + const s = String(o.orderstatus || '').toLowerCase(); + return !FINAL_STATUSES.has(s) && !SKIPPED_STATUSES.has(s); + }); + if (nextIdx === -1) return null; + + const next = sorted[nextIdx]; + if (!hasValidDrop(next)) return null; + const nextLat = toNum(next.droplat || next.deliverylat); + const nextLon = toNum(next.droplon || next.deliverylong); + + // Pick the previous reference point: previous order's drop if available, else this order's pickup (kitchen). + let prevLat; + let prevLon; + const prev = nextIdx > 0 ? sorted[nextIdx - 1] : null; + if (prev && hasValidDrop(prev)) { + prevLat = toNum(prev.droplat || prev.deliverylat); + prevLon = toNum(prev.droplon || prev.deliverylong); + } else if (hasValidPickup(next)) { + prevLat = toNum(next.pickuplat); + prevLon = toNum(next.pickuplong); + } else { + return null; + } + + const aerialLat = (prevLat + nextLat) / 2; + const aerialLon = (prevLon + nextLon) / 2; + + const completedCount = sorted.filter((o) => FINAL_STATUSES.has(String(o.orderstatus || '').toLowerCase())).length; + + return { + id: r.id, + color: r.color, + riderName: r.riderName, + aerialLat, + aerialLon, + prevLat, + prevLon, + nextLat, + nextLon, + completedCount, + totalCount: sorted.length, + nextStep: next.step || nextIdx + 1, + nextCustomer: next.deliverycustomer || '' + }; +}; + +// Walk a polyline and return the [lat,lon] point at half the total length. +// Uses planar distance — fine at city scale and avoids a haversine import. +const polylineMidpoint = (points) => { + if (!points || points.length < 2) return null; + const segLens = []; + let total = 0; + for (let i = 0; i < points.length - 1; i++) { + const dx = points[i + 1][0] - points[i][0]; + const dy = points[i + 1][1] - points[i][1]; + const d = Math.sqrt(dx * dx + dy * dy); + segLens.push(d); + total += d; + } + if (total === 0) return points[0]; + const target = total / 2; + let acc = 0; + for (let i = 0; i < segLens.length; i++) { + if (acc + segLens[i] >= target) { + const t = (target - acc) / segLens[i]; + return [ + points[i][0] + t * (points[i + 1][0] - points[i][0]), + points[i][1] + t * (points[i + 1][1] - points[i][1]) + ]; + } + acc += segLens[i]; + } + return points[points.length - 1]; +}; + +// Build a polyline-ready point list for a sorted trip: +// - drop NaN drops +// - prepend the first valid pickup we can find (so the line starts at the kitchen) +const buildTripPoints = (sorted) => { + const valid = sorted.filter(hasValidDrop); + if (!valid.length) return []; + const pickupSrc = sorted.find(hasValidPickup); + const pts = []; + if (pickupSrc) pts.push([toNum(pickupSrc.pickuplat), toNum(pickupSrc.pickuplong)]); + valid.forEach((o) => pts.push([toNum(o.droplat || o.deliverylat), toNum(o.droplon || o.deliverylong)])); + return pts; +}; + +// Fix for default leaflet marker icons +delete L.Icon.Default.prototype._getIconUrl; +L.Icon.Default.mergeOptions({ + iconRetinaUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/images/marker-icon-2x.png', + iconUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/images/marker-icon.png', + shadowUrl: 'https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/images/marker-shadow.png', +}); + +const RIDER_COLORS = ['#0055FF', '#00D82C', '#FF6B00', '#9D00FF', '#FF00A8', '#00C2B2', '#FF9900', '#FF0000']; + +const MapController = ({ focusedItem, viewMode, orders }) => { + const map = useMap(); + + useEffect(() => { + let pts = []; + if (focusedItem) { + if (focusedItem.orders) { + pts = focusedItem.orders.map(o => [parseFloat(o.droplat || o.deliverylat), parseFloat(o.droplon || o.deliverylong)]); + focusedItem.orders.forEach(o => pts.push([parseFloat(o.pickuplat), parseFloat(o.pickuplong)])); + } else { + pts = [[focusedItem.lat, focusedItem.lon]]; + } + } else if (viewMode === 'all') { + pts = orders.map(o => [parseFloat(o.droplat || o.deliverylat), parseFloat(o.droplon || o.deliverylong)]); + } + + if (pts.length > 0) { + const filtered = pts.filter(p => !isNaN(p[0]) && !isNaN(p[1])); + if (filtered.length > 0) { + const bounds = L.latLngBounds(filtered); + if (bounds.isValid()) { + map.fitBounds(bounds, { padding: [50, 50], animate: true }); + } + } + } else { + map.setView([11.022, 76.982], 12, { animate: true }); + } + }, [focusedItem, viewMode, orders, map]); + + return null; +}; + +const Dispatch = ({ + data, + embedded = false, + // Controlled focus: when selectedRiderId is defined, the focused rider is derived from prop + // and clicks inside Dispatch only fire onRiderSelect (parent owns the state). When undefined, + // Dispatch falls back to its internal focusedRider state (standalone /dispatch behavior). + selectedRiderId, + onRiderSelect, + // Highlight a single marker (e.g. on table-row hover). Adds a `.pulse` class to that cmark. + pulseOrderId +}) => { + // Default to "By Zone" when the caller passes pre-zoned data (AI preview); fall back to + // "By Rider" for the standalone live page where zones are synthesized but riders are primary. + const initialViewMode = data?.zones && data.zones.length > 0 ? 'zones' : 'riders'; + const [viewMode, setViewMode] = useState(initialViewMode); + const [activeRiders, setActiveRiders] = useState(new Set()); + const [internalFocusedRider, setInternalFocusedRider] = useState(null); + const [focusedKitchen, setFocusedKitchen] = useState(null); + const [focusedZone, setFocusedZone] = useState(null); + const isControlled = selectedRiderId !== undefined; + const [clock, setClock] = useState(''); + const [osrmRoutes, setOsrmRoutes] = useState({}); + const [isAnimating, setIsAnimating] = useState(false); + const [animatedSegments, setAnimatedSegments] = useState([]); + const [selectedDate, setSelectedDate] = useState(dayjs().format('YYYY-MM-DD')); + const [selectedBatch, setSelectedBatch] = useState('morning'); + + // Live deliveries query — runs only when no `data` prop is passed (i.e., standalone page). + const shouldFetchLive = !data; + const liveUserid = typeof window !== 'undefined' ? localStorage.getItem('userid') || 0 : 0; + + const { + data: livePagesData, + isFetching: liveIsFetching, + isError: liveIsError, + fetchNextPage: liveFetchNextPage, + hasNextPage: liveHasNextPage, + isFetchingNextPage: liveIsFetchingNextPage + } = useInfiniteQuery({ + queryKey: ['dispatchDeliveries', 0, liveUserid, 'all', selectedDate, selectedDate, 50, '', 0, 0, 0], + queryFn: fetchDeliveries, + getNextPageParam: (lastPage) => lastPage.nextPage ?? undefined, + enabled: shouldFetchLive + }); + + // Auto-page through all results for the selected date. + useEffect(() => { + if (!shouldFetchLive) return; + if (liveHasNextPage && !liveIsFetchingNextPage) liveFetchNextPage(); + }, [shouldFetchLive, liveHasNextPage, liveIsFetchingNextPage, liveFetchNextPage]); + + const liveRows = useMemo( + () => (livePagesData?.pages || []).flatMap((p) => p.rows || []), + [livePagesData] + ); + + // Per-batch counts shown on the batch selector pills (uses unfiltered rows so counts stay + // visible even when a single batch is active). + const batchCounts = useMemo(() => { + const counts = { all: liveRows.length, morning: 0, lunch: 0, dinner: 0 }; + liveRows.forEach((r) => { + const b = getRowBatch(r); + if (b) counts[b] += 1; + }); + return counts; + }, [liveRows]); + + // Apply the batch filter before grouping so zones/riders/bikes all reflect the chosen wave. + const filteredLiveRows = useMemo(() => { + if (selectedBatch === 'all') return liveRows; + return liveRows.filter((r) => getRowBatch(r) === selectedBatch); + }, [liveRows, selectedBatch]); + + // Reshape flat delivery rows into the zones/riders/orders structure Dispatch consumes. + const liveData = useMemo(() => { + if (!shouldFetchLive) return null; + if (!filteredLiveRows.length) return { code: 200, zone_summary: [], zones: [] }; + + const zoneBuckets = {}; + filteredLiveRows.forEach((r) => { + const zoneName = r.zone_name || 'All Orders'; + const riderKey = String(r.userid || r.rider_id || 'unassigned'); + const riderName = r.ridername || r.rider_name || r.username || (riderKey === 'unassigned' ? 'Unassigned' : `Rider ${riderKey}`); + + if (!zoneBuckets[zoneName]) zoneBuckets[zoneName] = { zone_name: zoneName, riders: {} }; + if (!zoneBuckets[zoneName].riders[riderKey]) { + zoneBuckets[zoneName].riders[riderKey] = { rider_id: riderKey, rider_name: riderName, orders: [] }; + } + zoneBuckets[zoneName].riders[riderKey].orders.push(r); + }); + + const zones = Object.values(zoneBuckets).map((z) => { + const riders = Object.values(z.riders).map((rd) => { + const sorted = [...rd.orders].sort((a, b) => + dayjs(a.deliverydate || a.assigntime || 0).valueOf() - dayjs(b.deliverydate || b.assigntime || 0).valueOf() + ); + return { + ...rd, + orders: sorted.map((o, idx) => ({ + ...o, + trip_number: o.trip_number || 1, + step: o.step || idx + 1 + })) + }; + }); + return { zone_name: z.zone_name, riders }; + }); + + const zone_summary = zones.map((z) => { + const allOrds = z.riders.flatMap((r) => r.orders); + const assigned = allOrds.filter((o) => o.userid || o.rider_id).length; + return { + zone_name: z.zone_name, + total_orders: allOrds.length, + assigned_orders: assigned, + unassigned_orders_count: allOrds.length - assigned, + active_riders_count: z.riders.filter((r) => r.rider_id !== 'unassigned').length, + total_delivery_kms: allOrds.reduce((s, o) => s + parseFloat(o.actualkms || o.kms || 0), 0), + total_profit: allOrds.reduce((s, o) => s + parseFloat(o.profit || 0), 0) + }; + }); + + return { code: 200, zone_summary, zones }; + }, [shouldFetchLive, filteredLiveRows]); + + // Merge each zone's per-rider data with its summary metrics for sidebar rendering. + // Also derive aggregates the AI response doesn't pre-compute: which suburbs the zone + // delivers to, which kitchens it picks up from, and the order-status breakdown. + const zoneCards = useMemo(() => { + const source = data || liveData || RAW_DISPATCH_DATA; + const zonesArr = source.zones || []; + const summaryByName = {}; + (source.zone_summary || []).forEach((s) => { summaryByName[s.zone_name] = s; }); + + const tally = (arr, keyFn) => { + const m = {}; + arr.forEach((o) => { + const k = keyFn(o); + if (!k) return; + m[k] = (m[k] || 0) + 1; + }); + return Object.entries(m) + .map(([name, count]) => ({ name, count })) + .sort((a, b) => b.count - a.count); + }; + + return zonesArr.map((z) => { + const summary = summaryByName[z.zone_name] || {}; + const allOrders = (z.riders || []).flatMap((r) => r.orders || []); + const activeRiderCount = (z.riders || []).filter((r) => r.rider_id && r.rider_id !== 'unassigned').length; + + const suburbs = tally(allOrders, (o) => o.deliverysuburb || o.locationsuburb); + const kitchens = tally(allOrders, (o) => o.pickupcustomer || o.kitchen_key); + const statusCounts = {}; + allOrders.forEach((o) => { + const s = String(o.orderstatus || 'unknown').toLowerCase(); + statusCounts[s] = (statusCounts[s] || 0) + 1; + }); + + return { + id: z.zone_name, + name: z.zone_name, + riders: z.riders || [], + orders: allOrders, + totalOrders: summary.total_orders ?? allOrders.length, + activeRidersCount: summary.active_riders_count ?? activeRiderCount, + totalKms: summary.total_delivery_kms ?? allOrders.reduce((s, o) => s + parseFloat(o.actualkms || o.kms || 0), 0), + totalProfit: summary.total_profit ?? allOrders.reduce((s, o) => s + parseFloat(o.profit || 0), 0), + suburbs, + kitchens, + statusCounts + }; + }); + }, [data, liveData]); + + // Data processing logic + const { riders, kitchens, allOrders, stats } = useMemo(() => { + const source = data || liveData || RAW_DISPATCH_DATA; + const orders = []; + (source.zones || []).forEach(z => { + (z.riders || []).forEach(r => { + r.orders.forEach(o => { + orders.push({ ...o, zone_name: z.zone_name, rider_name: r.rider_name, rider_id: r.rider_id }); + }); + }); + }); + + const riderMap = {}; + orders.forEach(o => { + const key = o.rider_id || o.userid || 'unknown'; + if (!riderMap[key]) { + riderMap[key] = { + id: key, + riderName: o.rider_name || o.username || o.rider || key, + orders: [], + color: RIDER_COLORS[Object.keys(riderMap).length % RIDER_COLORS.length] + }; + } + riderMap[key].orders.push(o); + }); + + const kitchenMap = {}; + orders.forEach(o => { + const name = o.pickupcustomer || o.kitchen_key || 'Unknown'; + const key = name.toLowerCase().trim(); + if (!kitchenMap[key]) { + kitchenMap[key] = { + id: key, + kitchenName: name, + lat: toNum(o.pickuplat), + lon: toNum(o.pickuplong), + orders: [], + riders: new Set() + }; + } else if (!Number.isFinite(kitchenMap[key].lat) && hasValidPickup(o)) { + // Upgrade to first valid pickup coords we see for this kitchen + kitchenMap[key].lat = toNum(o.pickuplat); + kitchenMap[key].lon = toNum(o.pickuplong); + } + kitchenMap[key].orders.push(o); + if (o.rider_id) kitchenMap[key].riders.add(o.rider_id); + }); + + const totalKms = orders.reduce((s, o) => s + parseFloat(o.actualkms || o.kms || 0), 0); + const totalProfit = orders.reduce((s, o) => s + parseFloat(o.profit || 0), 0); + + // Sort each rider's orders by (trip_number, step) so every downstream view — + // sidebar step list, step-id badges on the card, OSRM trip points, animation — + // sees them in delivery order 1→N. + const sortedRiders = Object.values(riderMap).map((r) => ({ + ...r, + orders: [...r.orders].sort((a, b) => { + const tA = a.trip_number || 1; + const tB = b.trip_number || 1; + if (tA !== tB) return tA - tB; + return (a.step || 0) - (b.step || 0); + }) + })); + + return { + riders: sortedRiders.sort((a, b) => b.orders.length - a.orders.length), + kitchens: Object.values(kitchenMap).sort((a, b) => b.orders.length - a.orders.length), + allOrders: orders, + stats: { + totalOrders: orders.length, + totalKms, + totalProfit, + totalRiders: Object.keys(riderMap).length + } + }; + }, [data, liveData]); + + // Resolve focusedRider: prop-derived when controlled, local state otherwise. + const focusedRider = isControlled + ? (selectedRiderId ? (riders.find((r) => r.id === selectedRiderId) || null) : null) + : internalFocusedRider; + + // Single setter used by every interactive site in the UI. In uncontrolled mode it + // updates local state; in controlled mode it only notifies the parent. + const handleRiderFocus = useCallback( + (r) => { + if (onRiderSelect) onRiderSelect(r ? r.id : null); + if (!isControlled) setInternalFocusedRider(r); + }, + [isControlled, onRiderSelect] + ); + + const activeStats = useMemo(() => { + if (focusedRider) { + return { + orders: focusedRider.orders.length, + riders: 1, + km: focusedRider.orders.reduce((s, o) => s + parseFloat(o.actualkms || o.kms || 0), 0), + profit: focusedRider.orders.reduce((s, o) => s + parseFloat(o.profit || 0), 0), + label: 'Focused Rider' + }; + } + if (focusedKitchen) { + return { + orders: focusedKitchen.orders.length, + riders: focusedKitchen.riders.size, + km: focusedKitchen.orders.reduce((s, o) => s + parseFloat(o.actualkms || o.kms || 0), 0), + profit: focusedKitchen.orders.reduce((s, o) => s + parseFloat(o.profit || 0), 0), + label: 'Focused Kitchen' + }; + } + return { + orders: stats.totalOrders, + riders: stats.totalRiders, + km: stats.totalKms, + profit: stats.totalProfit, + label: 'Total Fleet' + }; + }, [focusedRider, focusedKitchen, stats]); + + // Live rider positions (Rapido-style bikes on the map) + const riderPositions = useMemo(() => riders.map(computeRiderPosition).filter(Boolean), [riders]); + + const fetchRoute = useCallback(async (riderId, tripKey, points) => { + const cacheKey = `${riderId}-${tripKey}`; + if (osrmRoutes[cacheKey]) return; + if (points.length < 2) return; + + const coords = points.map(p => `${p[1]},${p[0]}`).join(';'); + const url = `https://router.project-osrm.org/route/v1/driving/${coords}?overview=full&geometries=geojson`; + + try { + const res = await fetch(url); + const data = await res.json(); + if (data.routes && data.routes[0]) { + const poly = data.routes[0].geometry.coordinates.map(c => [c[1], c[0]]); + setOsrmRoutes(prev => ({ ...prev, [cacheKey]: poly })); + } + } catch (e) { + console.error('OSRM Fetch error:', e); + } + }, [osrmRoutes]); + + useEffect(() => { + if (embedded) return undefined; + const tick = () => { + const n = new Date(); + setClock([n.getHours(), n.getMinutes(), n.getSeconds()].map(v => String(v).padStart(2, '0')).join(':')); + }; + const timer = setInterval(tick, 1000); + tick(); + return () => clearInterval(timer); + }, [embedded]); + + useEffect(() => { + setActiveRiders(new Set(riders.map(r => r.id))); + }, [riders]); + + useEffect(() => { + riders.forEach(r => { + const isActive = activeRiders.has(r.id); + if (!isActive) return; + if (focusedRider && focusedRider.id !== r.id) return; + + const trips = {}; + r.orders.forEach(o => { + const t = o.trip_number || 1; + if (!trips[t]) trips[t] = []; + trips[t].push(o); + }); + + Object.entries(trips).forEach(([tNum, tOrders]) => { + const sorted = [...tOrders].sort((a, b) => (a.step || 0) - (b.step || 0)); + const pts = buildTripPoints(sorted); + if (pts.length >= 2) fetchRoute(r.id, tNum, pts); + }); + }); + }, [riders, activeRiders, focusedRider, fetchRoute]); + + // Fetch a road route for each rider's CURRENT segment (prev stop → next stop) so the + // bike can sit on the polyline rather than the aerial midpoint. Cached under a `seg-` + // trip key so it doesn't collide with the full-trip route under ``. + useEffect(() => { + riderPositions.forEach((p) => { + if (focusedKitchen) return; + if (focusedRider && focusedRider.id !== p.id) return; + if (!activeRiders.has(p.id)) return; + const pts = [[p.prevLat, p.prevLon], [p.nextLat, p.nextLon]]; + fetchRoute(p.id, `seg-${p.nextStep}`, pts); + }); + }, [riderPositions, focusedRider, focusedKitchen, activeRiders, fetchRoute]); + + const startAnimation = () => { + if (isAnimating) { + setIsAnimating(false); + setAnimatedSegments([]); + return; + } + + setIsAnimating(true); + setAnimatedSegments([]); + + const allSegs = []; + riders.forEach(r => { + if (!activeRiders.has(r.id)) return; + if (focusedRider && focusedRider.id !== r.id) return; + if (focusedKitchen && !focusedKitchen.riders.has(r.id)) return; + + const trips = {}; + r.orders.forEach(o => { + const t = o.trip_number || 1; + if (!trips[t]) trips[t] = []; + trips[t].push(o); + }); + + Object.entries(trips).forEach(([tNum, tOrders]) => { + // Filter orders by focused kitchen if active + const filteredTOrders = focusedKitchen + ? tOrders.filter(o => (o.pickupcustomer || o.kitchen_key || 'Unknown').toLowerCase().trim() === focusedKitchen.id) + : tOrders; + + if (filteredTOrders.length === 0) return; + + const cacheKey = `${r.id}-${tNum}`; + const roadPath = osrmRoutes[cacheKey]; + const sorted = [...filteredTOrders].sort((a, b) => (a.step || 0) - (b.step || 0)); + + // Aerial fallback — NaN-safe build + const aerialPath = buildTripPoints(sorted); + + const isKitchenAerial = (viewMode === 'kitchens' || focusedKitchen); + const path = roadPath || aerialPath; + if (path.length < 2) return; + + for (let i = 0; i < path.length - 1; i++) { + allSegs.push({ + from: path[i], + to: path[i + 1], + color: r.color, + delay: (parseInt(r.id.slice(-3)) || 0) * 0.05 + (parseInt(tNum) * 40) + i * (isKitchenAerial ? 40 : 8) + }); + } + }); + }); + + allSegs.sort((a, b) => a.delay - b.delay); + allSegs.forEach((s, idx) => { + setTimeout(() => { + setAnimatedSegments(prev => [...prev, s]); + if (idx === allSegs.length - 1) { + setTimeout(() => setIsAnimating(false), 1000); + } + }, s.delay); + }); + }; + + const createKitchenIcon = (name) => L.divIcon({ + className: '', + iconSize: [34, 34], + iconAnchor: [17, 17], + popupAnchor: [0, -18], + html: `
${(name || 'K').charAt(0).toUpperCase()}
` + }); + + const getRiderColor = (rid) => riders.find(r => r.id === rid)?.color || '#475569'; + + // Shared rider-card markup, used in the "By Rider" panel and inside the focused-zone detail. + const renderRiderCard = (r, i) => ( +
handleRiderFocus(r)} style={{ animationDelay: `${i * 0.05}s` }}> +
+
🏍
+
+
{r.riderName}
+
{r.orders[0]?.zone_name || 'Coimbatore'} · {new Set(r.orders.map(o => o.trip_number || 1)).size} trips
+
+
{r.orders.length}
+
+
+
📏 {r.orders.reduce((s, o) => s + parseFloat(o.actualkms || o.kms || 0), 0).toFixed(1)} km💰 ₹{r.orders.reduce((s, o) => s + parseFloat(o.profit || 0), 0).toFixed(0)}
+
+ {r.orders.slice(0, 15).map(o => S{o.step})} +
+
+ ); + + const renderMarkers = () => { + let ordersToRender = allOrders; + if (focusedZone) ordersToRender = focusedZone.orders; + if (focusedRider) ordersToRender = focusedRider.orders; + if (focusedKitchen) ordersToRender = focusedKitchen.orders; + ordersToRender = ordersToRender.filter(hasValidDrop); + + return ordersToRender.map((o, idx) => { + const rid = o.rider_id; + const active = rid ? activeRiders.has(rid) : true; + const color = getRiderColor(rid); + + // Use the 'step' field from data, fallback to index + const seq = o.step || (focusedRider || focusedKitchen ? (ordersToRender.indexOf(o) + 1) : 0); + const sz = 22; + + const statusStyle = getStatusStyle(o.orderstatus); + const statusLow = String(o.orderstatus || '').toLowerCase(); + const isDelivered = statusLow === 'delivered'; + const isPulsing = pulseOrderId && String(pulseOrderId) === String(o.orderid); + // Flag SVG: pole + swallow-tail banner. A check glyph appears on the banner when delivered. + const flagSvg = o.orderstatus + ? ` + + + ${isDelivered ? '' : ''} + ` + : ''; + const icon = L.divIcon({ + className: '', + iconSize: [sz, sz], + iconAnchor: [sz / 2, sz / 2], + popupAnchor: [0, -22], // Lift popup above the flag, not just the marker + html: `
${seq > 0 ? seq : ''}${flagSvg}
` + }); + + return ( + + +
ORDER #{o.orderid}
+
{o.rider_name || o.ridername || 'Unassigned'}
+ {o.orderstatus && ( +
+ Status + {statusStyle.label} +
+ )} +
Customer{o.deliverycustomer || '?'}
+
Kitchen{o.pickupcustomer || '?'}
+
Trip / StepT{o.trip_number || '-'} S{o.step || '-'}
+
Distance{o.actualkms || o.kms || 0} km
+
Profit₹{o.profit || 0}
+
+
+ ); + }); + }; + + const renderRoutes = () => { + if (isAnimating) { + return animatedSegments.map((s, i) => ( + + )); + } + + const routes = []; + const zoneRiderIds = focusedZone ? new Set(focusedZone.riders.map((zr) => String(zr.rider_id))) : null; + riders.forEach(r => { + const isActive = activeRiders.has(r.id); + if (focusedRider && focusedRider.id !== r.id) return; + if (focusedKitchen && !focusedKitchen.riders.has(r.id)) return; + if (zoneRiderIds && !zoneRiderIds.has(String(r.id))) return; + + const rOrders = r.orders; + const trips = {}; + rOrders.forEach(o => { + const t = o.trip_number || 1; + if (!trips[t]) trips[t] = []; + trips[t].push(o); + }); + + Object.entries(trips).forEach(([tNum, tOrders]) => { + // Filter orders by focused kitchen if active + const filteredTOrders = focusedKitchen + ? tOrders.filter(o => (o.pickupcustomer || o.kitchen_key || 'Unknown').toLowerCase().trim() === focusedKitchen.id) + : tOrders; + + if (filteredTOrders.length === 0) return; + + const cacheKey = `${r.id}-${tNum}`; + const roadPoints = osrmRoutes[cacheKey]; + const sorted = [...filteredTOrders].sort((a, b) => (a.step || 0) - (b.step || 0)); + + // Always render the actual road polyline from OSRM — applies to every view + // (riders, zones, all routes, kitchens). If OSRM hasn't responded yet we just + // don't draw, instead of flashing an aerial line that snaps to the road later. + const finalPoints = roadPoints; + if (!finalPoints || finalPoints.length < 2) return; + + const isKitchenView = (viewMode === 'kitchens' || focusedKitchen); + const opacity = isActive ? 1.0 : 0.1; + const weight = isKitchenView ? 7 : 6; + + routes.push( + + + + + ); + }); + }); + return routes; + }; + + const toggleRider = (rid) => { + const newActive = new Set(activeRiders); + if (newActive.has(rid)) newActive.delete(rid); + else newActive.add(rid); + setActiveRiders(newActive); + }; + + return ( +
+ {!embedded && ( +
+
+
D
+
Rider Dispatch
+
+
Coimbatore · {activeStats.orders} orders · {activeStats.riders} {activeStats.riders === 1 ? 'rider' : 'riders'} ({activeStats.label})
+
+
{clock}
+
+ )} + +
+ {zoneCards.length > 0 && ( + + )} + + + + + {shouldFetchLive && ( +
+ {liveIsFetching && ( + + Loading {liveRows.length ? `· ${liveRows.length} loaded` : ''} + + )} + {!liveIsFetching && !liveIsError && ( + + {liveRows.length} orders + + )} + {liveIsError && ( + + Failed to load + + )} + +
+ )} +
+ + {shouldFetchLive && ( +
+ Batch + {BATCHES.map((b) => ( + + ))} +
+ )} + +
+ +
+ ); +}; + +export default Dispatch; diff --git a/src/pages/nearle/dispatch/DispatchData.js b/src/pages/nearle/dispatch/DispatchData.js new file mode 100644 index 0000000..9d0eace --- /dev/null +++ b/src/pages/nearle/dispatch/DispatchData.js @@ -0,0 +1,16105 @@ +export const RAW_DISPATCH_DATA = +{ + "code": 200, + "zone_summary": [ + { + "zone_name": "Central", + "total_orders": 2, + "assigned_orders": 2, + "unassigned_orders_count": 0, + "active_riders_count": 1, + "total_delivery_kms": 11.0, + "total_profit": 46.74 + }, + { + "zone_name": "East", + "total_orders": 17, + "assigned_orders": 17, + "unassigned_orders_count": 0, + "active_riders_count": 3, + "total_delivery_kms": 71.0, + "total_profit": 417.99 + }, + { + "zone_name": "North", + "total_orders": 4, + "assigned_orders": 4, + "unassigned_orders_count": 0, + "active_riders_count": 1, + "total_delivery_kms": 20.0, + "total_profit": 93.48 + }, + { + "zone_name": "North East", + "total_orders": 21, + "assigned_orders": 21, + "unassigned_orders_count": 0, + "active_riders_count": 1, + "total_delivery_kms": 107.0, + "total_profit": 510.58 + }, + { + "zone_name": "North West", + "total_orders": 8, + "assigned_orders": 8, + "unassigned_orders_count": 0, + "active_riders_count": 1, + "total_delivery_kms": 24.0, + "total_profit": 186.97 + }, + { + "zone_name": "South", + "total_orders": 2, + "assigned_orders": 2, + "unassigned_orders_count": 0, + "active_riders_count": 1, + "total_delivery_kms": 16.0, + "total_profit": 46.74 + }, + { + "zone_name": "South East", + "total_orders": 14, + "assigned_orders": 14, + "unassigned_orders_count": 0, + "active_riders_count": 2, + "total_delivery_kms": 100.0, + "total_profit": 391.27 + }, + { + "zone_name": "West", + "total_orders": 6, + "assigned_orders": 6, + "unassigned_orders_count": 0, + "active_riders_count": 1, + "total_delivery_kms": 24.0, + "total_profit": 140.23 + } + ], + "zones": [ + { + "zone_name": "Central", + "total_orders": 2, + "active_riders_count": 1, + "assigned_orders": 2, + "unassigned_orders_count": 0, + "total_delivery_kms": 11.0, + "total_profit": 46.74, + "riders": [ + { + "rider_id": "1325", + "rider_name": "Suriya Test Auto", + "orders_count": 2, + "orders": [ + { + "orderheaderid": 136145, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105431", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Meenakshi", + "deliverycontactno": "9629078384", + "deliverylocationid": 0, + "deliveryaddress": "127a/15, Bharathi park road 2, behind bsnl head office, Quarters street, sai baba colony, coimbatore ", + "deliverysuburb": "", + "droplat": "11.02235384", + "droplon": "76.95042337", + "deliverylat": "11.02235384", + "deliverylong": "76.95042337", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 17, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 1, + "cumulativekms": 7, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "Central", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136139, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105425", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Jeevitha J", + "deliverycontactno": "9361595624", + "deliverylocationid": 0, + "deliveryaddress": "GVK Accommodation for ladies, Pillayar Kovil Street(Near murugar temple), Ram Nagar,Kattoor Main, Coimbatore-641009, Tamil Nadu Murugan temple opposite street, left side 2nd building", + "deliverysuburb": "", + "droplat": "11.00885352", + "droplon": "76.96467709", + "deliverylat": "11.00885352", + "deliverylong": "76.96467709", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 23, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 8, + "cumulativekms": 13, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "31", + "transitMinutes": 31, + "trip_number": 4, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "Central", + "rider_charge": 6.63, + "profit": 23.37 + } + ] + } + ], + "unassigned_orders": [] + }, + { + "zone_name": "East", + "total_orders": 17, + "active_riders_count": 3, + "assigned_orders": 17, + "unassigned_orders_count": 0, + "total_delivery_kms": 71.0, + "total_profit": 417.99, + "riders": [ + { + "rider_id": "1325", + "rider_name": "Suriya Test Auto", + "orders_count": 1, + "orders": [ + { + "orderheaderid": 136144, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105430", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Dr Bashéer ahmed", + "deliverycontactno": "9790199960", + "deliverylocationid": 0, + "deliveryaddress": "Dr Bashéer ahmed , 394 2nd Street Extension, Gandhipuram, Coimbatore In between Omani bus stand and Fathima church", + "deliverysuburb": "", + "droplat": "11.02405046", + "droplon": "76.96781558", + "deliverylat": "11.02405046", + "deliverylong": "76.96781558", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 18, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 3, + "cumulativekms": 10, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "East", + "rider_charge": 6.63, + "profit": 23.37 + } + ] + }, + { + "rider_id": "1245", + "rider_name": "Andy daily test rider ", + "orders_count": 1, + "orders": [ + { + "orderheaderid": 136161, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 6, + "subcategoryid": 51, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105447", + "orderdate": "2026-05-12T14:05:56+05:30", + "deliverydate": "2026-05-12 08:35:56", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 3610, + "pickupcustomer": "Nandhini s kitchens", + "pickupcontactno": "8124167927", + "pickuplocationid": 0, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 2964, + "deliverycustomer": "vidhya kitchen", + "deliverycontactno": "8008984800", + "deliverylocationid": 0, + "deliveryaddress": "Ritham Tours & Travels 20, Gandhi nagar, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu 641015, India", + "deliverysuburb": "ramlakshman nagar", + "droplat": "11.0165932", + "droplon": "77.0146367", + "deliverylat": "11.0165932", + "deliverylong": "77.0146367", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 1, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "ramlakshman nagar", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 5, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "25", + "transitMinutes": 25, + "trip_number": 1, + "assigned_rider": "1245", + "kitchen_key": "nandhini s kitchens", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "East", + "rider_charge": 6.58, + "profit": 23.42 + } + ] + }, + { + "rider_id": "1116", + "rider_name": "Suresh admin", + "orders_count": 15, + "orders": [ + { + "orderheaderid": 136151, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 6, + "subcategoryid": 51, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105437", + "orderdate": "2026-05-12T14:04:24+05:30", + "deliverydate": "2026-05-12 08:34:24", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 6506, + "pickupcustomer": "selvarani", + "pickupcontactno": "8008084800", + "pickuplocationid": 0, + "pickupaddress": "Palaniappa Nagar Palaniappa Nagar, Ramanathapuram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "ramanathapuram", + "pickupcity": "Ramanathapuram", + "pickuplat": "10.9927424", + "pickuplong": "77.0053459", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 2964, + "deliverycustomer": "vidhya kitchen", + "deliverycontactno": "8008984800", + "deliverylocationid": 0, + "deliveryaddress": "Ritham Tours & Travels 20, Gandhi nagar, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu 641015, India", + "deliverysuburb": "ramlakshman nagar", + "droplat": "11.01609331", + "droplon": "77.01468294", + "deliverylat": "11.01609331", + "deliverylong": "77.01468294", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 11, + "pickuplon": "77.0053459", + "deliverycharges": 30, + "pickuplocation": "ramanathapuram", + "deliverylocation": "ramlakshman nagar", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 4, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "23", + "transitMinutes": 23, + "trip_number": 1, + "assigned_rider": "1116", + "kitchen_key": "selvarani", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136093, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105379", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "1", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vishnupriya damodharan", + "deliverycontactno": "9003454943", + "deliverylocationid": 0, + "deliveryaddress": "Near psg hospital ,tamilnadu housing board Peelamedu, coimbatore", + "deliverysuburb": "", + "droplat": "11.0215076", + "droplon": "77.00752184", + "deliverylat": "11.0215076", + "deliverylong": "77.00752184", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 69, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 1, + "actualkms": "1.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136097, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105383", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sarath", + "deliverycontactno": "8940076989", + "deliverylocationid": 0, + "deliveryaddress": "Mayflower Signature, 365, Avinashi Rd, Peelamedu, Coimbatore, Tamil Nadu 641004 7C (HARTS) , 7th Floor , near IDFC bank", + "deliverysuburb": "", + "droplat": "11.02342899", + "droplon": "77.00539382", + "deliverylat": "11.02342899", + "deliverylong": "77.00539382", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 65, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 0, + "cumulativekms": 2, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136111, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105397", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Lokesh Lakshmanan", + "deliverycontactno": "9741506425", + "deliverylocationid": 0, + "deliveryaddress": "The Focus Room 272, Mariamman Koil St, B Colony, Peelamedu Pudur, Masakalipalayam, Coimbatore, Tamil Nadu 641004 Inside road of Bharath petroleum ", + "deliverysuburb": "", + "droplat": "11.02054648", + "droplon": "76.9987904", + "deliverylat": "11.02054648", + "deliverylong": "76.9987904", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 51, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 1, + "cumulativekms": 3, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136088, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105374", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Abirami", + "deliverycontactno": "9344542677", + "deliverylocationid": 0, + "deliveryaddress": "Karuna ladies hostel Call Customer", + "deliverysuburb": "", + "droplat": "11.00906016", + "droplon": "77.00415312", + "deliverylat": "11.00906016", + "deliverylong": "77.00415312", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 74, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 2, + "cumulativekms": 5, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136096, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105382", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Parandama Reddy", + "deliverycontactno": "8142504274", + "deliverylocationid": 0, + "deliveryaddress": "Hive Service Apartment Near hindustan college ", + "deliverysuburb": "", + "droplat": "11.01293393", + "droplon": "76.997275", + "deliverylat": "11.01293393", + "deliverylong": "76.997275", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 66, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 1, + "cumulativekms": 6, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136108, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105394", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Hello Sivi", + "deliverycontactno": "8008984800", + "deliverylocationid": 0, + "deliveryaddress": "Hello Sivi Software Labs,, Hindustan College Road, Nava India Nava India", + "deliverysuburb": "", + "droplat": "11.01325749", + "droplon": "76.9956739", + "deliverylat": "11.01325749", + "deliverylong": "76.9956739", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 54, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 0, + "cumulativekms": 7, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136106, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105392", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sharumathi", + "deliverycontactno": "8220731236", + "deliverylocationid": 0, + "deliveryaddress": "Geojit financial services No. 496, A7, Grand CAG Central, Nava India, Avinashi road, CBE - 641004 behind Tata motors", + "deliverysuburb": "", + "droplat": "11.01739462", + "droplon": "76.99178588", + "deliverylat": "11.01739462", + "deliverylong": "76.99178588", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 56, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 1, + "cumulativekms": 8, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "8", + "transitMinutes": 8, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136109, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105395", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Thomson", + "deliverycontactno": "7358427429", + "deliverylocationid": 0, + "deliveryaddress": "Door No. 657, Ground floor, Tristar Tower Dbs bank avinashi road branch ", + "deliverysuburb": "", + "droplat": "11.01189957", + "droplon": "76.98536231", + "deliverylat": "11.01189957", + "deliverylong": "76.98536231", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 53, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 1, + "cumulativekms": 9, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136095, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105381", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Manikumar", + "deliverycontactno": "9025625195", + "deliverylocationid": 0, + "deliveryaddress": "Tristar towers 4th floor 407 room no Near angannan briyani", + "deliverysuburb": "", + "droplat": "11.01141839", + "droplon": "76.98575718", + "deliverylat": "11.01141839", + "deliverylong": "76.98575718", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 67, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 9, + "previouskms": 0, + "cumulativekms": 9, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "5", + "transitMinutes": 5, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136112, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105398", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Pooja", + "deliverycontactno": "9080859196", + "deliverylocationid": 0, + "deliveryaddress": "C1 castle park apartment, Ramanujam Nagar, Uppilipalayam C1- 3rd floor", + "deliverysuburb": "", + "droplat": "11.0193081", + "droplon": "77.02405943", + "deliverylat": "11.0193081", + "deliverylong": "77.02405943", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 50, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 2, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136098, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105384", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Thulasidas", + "deliverycontactno": "9626161081", + "deliverylocationid": 0, + "deliveryaddress": "61 narayanasamy nagar singanallur Near jayendra college ", + "deliverysuburb": "", + "droplat": "11.00791679", + "droplon": "77.04364841", + "deliverylat": "11.00791679", + "deliverylong": "77.04364841", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 64, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 4, + "cumulativekms": 5, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "18", + "transitMinutes": 18, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136094, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105380", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Neha shankar", + "deliverycontactno": "8220187676", + "deliverylocationid": 0, + "deliveryaddress": "JR residency opp to canteen government esi medical College and hospital singanallur JR Residency ", + "deliverysuburb": "", + "droplat": "11.00931838", + "droplon": "77.0240773", + "deliverylat": "11.00931838", + "deliverylong": "77.0240773", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 68, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 1, + "cumulativekms": 10, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136110, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105396", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sivakumar", + "deliverycontactno": "7708542801", + "deliverylocationid": 0, + "deliveryaddress": "B block G.kuppuswamy naidu memorial hospital PN palayam Coimbatore Opposite to Mani school", + "deliverysuburb": "", + "droplat": "11.01231214", + "droplon": "76.98101934", + "deliverylat": "11.01231214", + "deliverylong": "76.98101934", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 52, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 7, + "cumulativekms": 17, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "29", + "transitMinutes": 29, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136105, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105391", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Kannammal", + "deliverycontactno": "8884366950", + "deliverylocationid": 0, + "deliveryaddress": "47 Ambika Layout, New Siddhapudur Opp to Kaleeswari Broiler", + "deliverysuburb": "", + "droplat": "11.0195932", + "droplon": "76.97332543", + "deliverylat": "11.0195932", + "deliverylong": "76.97332543", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 57, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 2, + "cumulativekms": 18, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + } + ] + } + ], + "unassigned_orders": [] + }, + { + "zone_name": "North", + "total_orders": 4, + "active_riders_count": 1, + "assigned_orders": 4, + "unassigned_orders_count": 0, + "total_delivery_kms": 20.0, + "total_profit": 93.48, + "riders": [ + { + "rider_id": "1325", + "rider_name": "Suriya Test Auto", + "orders_count": 4, + "orders": [ + { + "orderheaderid": 136148, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105434", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vinesh Karthik", + "deliverycontactno": "9952652425", + "deliverylocationid": 0, + "deliveryaddress": "NO-146/A1 Mettupalayam Road, MILL RD, opposite to CAUVERY FLOUR, Coimbatore, Tamil Nadu 641043 in the cut of women center hospital ", + "deliverysuburb": "", + "droplat": "11.033543", + "droplon": "76.9509409", + "deliverylat": "11.033543", + "deliverylong": "76.9509409", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 142, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 14, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 3, + "cumulativekms": 13, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "16", + "transitMinutes": 16, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136137, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105423", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Ranjith", + "deliverycontactno": "8760678628", + "deliverylocationid": 0, + "deliveryaddress": "No 4,Ranga layout 1 Dead end, black colour gate", + "deliverysuburb": "", + "droplat": "11.04601606", + "droplon": "76.95658363", + "deliverylat": "11.04601606", + "deliverylong": "76.95658363", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 25, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 9, + "previouskms": 2, + "cumulativekms": 15, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136142, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105428", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Chandramouleeswaran", + "deliverycontactno": "9443995081", + "deliverylocationid": 0, + "deliveryaddress": "Villa No.2 Casagrand Solitaire, Meenakshi Garden,Viswanathapuram, Thudiyalur, Coimbatore - 641029 Opposite to Casagrand Cosmos", + "deliverysuburb": "", + "droplat": "11.07286716", + "droplon": "76.94689839", + "deliverylat": "11.07286716", + "deliverylong": "76.94689839", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 20, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 12, + "previouskms": 2, + "cumulativekms": 21, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136135, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105421", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Janaki Velmurugan", + "deliverycontactno": "9444816125", + "deliverylocationid": 0, + "deliveryaddress": "3/74A, Nethaji Street, Kumarasamy Avenue, Vellakinar After entering Kumarasamy Avenue, take second left onto Nethaji street. After passing water tank, house with maroon door near to the light post is the house.", + "deliverysuburb": "", + "droplat": "11.0733816", + "droplon": "76.96026256", + "deliverylat": "11.0733816", + "deliverylong": "76.96026256", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 27, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 13, + "previouskms": 2, + "cumulativekms": 23, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North", + "rider_charge": 6.63, + "profit": 23.37 + } + ] + } + ], + "unassigned_orders": [] + }, + { + "zone_name": "North East", + "total_orders": 21, + "active_riders_count": 1, + "assigned_orders": 21, + "unassigned_orders_count": 0, + "total_delivery_kms": 107.0, + "total_profit": 510.58, + "riders": [ + { + "rider_id": "1245", + "rider_name": "Andy daily test rider ", + "orders_count": 21, + "orders": [ + { + "orderheaderid": 136127, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105413", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "1", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Megalai", + "deliverycontactno": "9790167948", + "deliverylocationid": 0, + "deliveryaddress": "First Floor, RR complex, Textool Subramaniam Nagar, Ganapathy maanagar, Coimbatore 641035 Near Bannari Amman temple ", + "deliverysuburb": "", + "droplat": "11.05152096", + "droplon": "76.99926936", + "deliverylat": "11.05152096", + "deliverylong": "76.99926936", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 35, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 1, + "actualkms": "1.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136116, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105402", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Mylswamy", + "deliverycontactno": "9524239106", + "deliverylocationid": 0, + "deliveryaddress": "No:11 shajakhan Avenue, Amman nagar, saravanampatti -641035 opp to Central Park apartment street", + "deliverysuburb": "", + "droplat": "11.0661088", + "droplon": "77.00197144", + "deliverylat": "11.0661088", + "deliverylong": "77.00197144", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 46, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 2, + "cumulativekms": 4, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136122, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105408", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Jagadhish Jj", + "deliverycontactno": "8072917219", + "deliverylocationid": 0, + "deliveryaddress": "41a, amman nagar , amman kovil bus stop , saravanampatty , Next right to the kumaran mess , from Amman koil bus stop", + "deliverysuburb": "", + "droplat": "11.06699432", + "droplon": "77.00328586", + "deliverylat": "11.06699432", + "deliverylong": "77.00328586", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 40, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 0, + "cumulativekms": 4, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136132, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105418", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Shailesh", + "deliverycontactno": "9944887400", + "deliverylocationid": 0, + "deliveryaddress": "Viya Workspace Phase 3 Call", + "deliverysuburb": "", + "droplat": "11.07829168", + "droplon": "76.99955669", + "deliverylat": "11.07829168", + "deliverylong": "76.99955669", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 30, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 2, + "cumulativekms": 6, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136131, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105417", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Priya", + "deliverycontactno": "8667763688", + "deliverylocationid": 0, + "deliveryaddress": "Kgisl institute of technology Main gate entrance ", + "deliverysuburb": "", + "droplat": "11.07966291", + "droplon": "76.99824945", + "deliverylat": "11.07966291", + "deliverylong": "76.99824945", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 31, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 0, + "cumulativekms": 6, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136114, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105400", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Praveenkumar MR", + "deliverycontactno": "9361918679", + "deliverylocationid": 0, + "deliveryaddress": "7B, Kasthuri Super Stores Backside, Saravanampatti, Coimbatore- 641035 Near Saravanampatti Bus stop", + "deliverysuburb": "", + "droplat": "11.0785166", + "droplon": "77.00538221", + "deliverylat": "11.0785166", + "deliverylong": "77.00538221", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 48, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 1, + "cumulativekms": 7, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136133, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105419", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Karthikeyan Subramanian", + "deliverycontactno": "8220264090", + "deliverylocationid": 0, + "deliveryaddress": "Door No: 4, Thiruvannamalai Nagar, Revenue Nagar, Saravanampatti, Coimbatore- 641035 Beside Apex Thejessvanni Apartments", + "deliverysuburb": "", + "droplat": "11.07837566", + "droplon": "77.01294251", + "deliverylat": "11.07837566", + "deliverylong": "77.01294251", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 29, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 1, + "cumulativekms": 9, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136128, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105414", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Srihari", + "deliverycontactno": "8883267757", + "deliverylocationid": 0, + "deliveryaddress": "Avinash enclave, 3rd floor, 11-D, L N Nagar, Balaji Nagar Phase 2 My house is in backside of KMCH Nursing College.", + "deliverysuburb": "", + "droplat": "11.06639188", + "droplon": "77.03144169", + "deliverylat": "11.06639188", + "deliverylong": "77.03144169", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 3, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 34, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 4, + "cumulativekms": 12, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "18", + "transitMinutes": 18, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136121, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105407", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Jothi Nambu G", + "deliverycontactno": "9791871848", + "deliverylocationid": 0, + "deliveryaddress": "Site No: 12, IG Garden, Sharp Nagar, Kalapatti, Coimbatore - 641048 Back side of NGP Boys Hostel", + "deliverysuburb": "", + "droplat": "11.05831176", + "droplon": "77.03173633", + "deliverylat": "11.05831176", + "deliverylong": "77.03173633", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 41, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 9, + "previouskms": 1, + "cumulativekms": 13, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136130, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105416", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Rajeswari", + "deliverycontactno": "9842229798", + "deliverylocationid": 0, + "deliveryaddress": "Site no 28 MAHARAJA NAGAR, NEHRU NAGAR WEST, Kalapatti post, Coimbatore 641048 Near varasakthi Vinayagar temple sandai", + "deliverysuburb": "", + "droplat": "11.05428948", + "droplon": "77.02891761", + "deliverylat": "11.05428948", + "deliverylong": "77.02891761", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 32, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 10, + "previouskms": 1, + "cumulativekms": 14, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "8", + "transitMinutes": 8, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136126, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105412", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Athiradh V Nair", + "deliverycontactno": "7012273420", + "deliverylocationid": 0, + "deliveryaddress": "4e,tower1,Mayflower Marvel, vilankurichi main rd,opp sri sri supermarket,ranga nagar ,Bharathi Nagar ,kumutham nagar Opp sri sri supermarket ", + "deliverysuburb": "", + "droplat": "11.04519258", + "droplon": "77.01423186", + "deliverylat": "11.04519258", + "deliverylong": "77.01423186", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 36, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 11, + "previouskms": 3, + "cumulativekms": 17, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136125, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105411", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Pranav A", + "deliverycontactno": "8754205256", + "deliverylocationid": 0, + "deliveryaddress": "4A, Aranga Nagar, vilankurichi road, Thaneerpandal Rd, Coimbatore, Tamil Nadu 641004 AXIS Bank basement", + "deliverysuburb": "", + "droplat": "11.04526536", + "droplon": "77.01383994", + "deliverylat": "11.04526536", + "deliverylong": "77.01383994", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 37, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 12, + "previouskms": 0, + "cumulativekms": 17, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "5", + "transitMinutes": 5, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136119, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105405", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Manoharan", + "deliverycontactno": "9943315421", + "deliverylocationid": 0, + "deliveryaddress": "Door no:20, Thanneer Pandal-4th cross, v.k. Road, Peelamedu, Coimbatore-4. call", + "deliverysuburb": "", + "droplat": "11.03732164", + "droplon": "77.01642067", + "deliverylat": "11.03732164", + "deliverylong": "77.01642067", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 43, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 3, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "16", + "transitMinutes": 16, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136120, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105406", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Niroshini K", + "deliverycontactno": "9944765778", + "deliverylocationid": 0, + "deliveryaddress": "Krishna speciality hospital, Vetrivel Nagar, 43/1, MAK India Mil Rd, near Ramalakshmi Mahal, opp. Hotel Haribavanam, Goldwins, Karuparampalayam Pirvu, Coimbatore, Tamil Nadu 641014 Left cutroad just next to Ramalakshmi mahal", + "deliverysuburb": "", + "droplat": "11.04551512", + "droplon": "77.04537766", + "deliverylat": "11.04551512", + "deliverylong": "77.04537766", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 42, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 5, + "cumulativekms": 7, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "22", + "transitMinutes": 22, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136115, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105401", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "9", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 36, + "orderamount": 36, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Ninusha", + "deliverycontactno": "9514286369", + "deliverylocationid": 0, + "deliveryaddress": "Adhithya pg for ladies Back side of post office ", + "deliverysuburb": "", + "droplat": "11.02933886", + "droplon": "77.03635871", + "deliverylat": "11.02933886", + "deliverylong": "77.03635871", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 47, + "pickuplon": "77.0006758", + "deliverycharges": 36, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 3, + "cumulativekms": 10, + "actualkms": "9.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 7.89, + "profit": 28.11 + }, + { + "orderheaderid": 136123, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105409", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Kaleeswaran B", + "deliverycontactno": "7339231410", + "deliverylocationid": 0, + "deliveryaddress": "Accenture Tidel park, coimbatore ", + "deliverysuburb": "", + "droplat": "11.03189164", + "droplon": "77.01836235", + "deliverylat": "11.03189164", + "deliverylong": "77.01836235", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 39, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 3, + "cumulativekms": 13, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136124, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105410", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "yuthish", + "deliverycontactno": "9363334531", + "deliverylocationid": 0, + "deliveryaddress": "Room No:C-4,Second Floor, Kaniagam Mansion,Keerthi Corner, Vetrilaikara St, Peelamedu, Coimbatore, Tamil Nadu 641004 Search Kaniagam mansion in google map", + "deliverysuburb": "", + "droplat": "11.02949252", + "droplon": "77.00181392", + "deliverylat": "11.02949252", + "deliverylong": "77.00181392", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 38, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 3, + "cumulativekms": 16, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136129, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105415", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Saranya S R", + "deliverycontactno": "9962311667", + "deliverylocationid": 0, + "deliveryaddress": "46, Rabindranath Tagore Road, Maniakarampalayam, Ganapathy, Coimbatore - 641006 Near Ananda’s bakery and opposite to Lavi Ville", + "deliverysuburb": "", + "droplat": "11.04779437", + "droplon": "76.97789528", + "deliverylat": "11.04779437", + "deliverylong": "76.97789528", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 33, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 5, + "cumulativekms": 21, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "22", + "transitMinutes": 22, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136117, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105403", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vishnu Priya", + "deliverycontactno": "8884408482", + "deliverylocationid": 0, + "deliveryaddress": "18, Elysium Casa Del Sol, Fathima nagar, ChinnaMettupalayam Behind Coimbatore Public school ", + "deliverysuburb": "", + "droplat": "11.09237249", + "droplon": "76.9696628", + "deliverylat": "11.09237249", + "deliverylong": "76.9696628", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 45, + "pickuplon": "77.0006758", + "deliverycharges": 42, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 7, + "cumulativekms": 28, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "30", + "transitMinutes": 30, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 9.21, + "profit": 32.79 + }, + { + "orderheaderid": 136118, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105404", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "9", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 36, + "orderamount": 36, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Yagavi", + "deliverycontactno": "6381789226", + "deliverylocationid": 0, + "deliveryaddress": ",CHIL SEZ IT park coginizant Call me ", + "deliverysuburb": "", + "droplat": "11.1002638", + "droplon": "76.99043959", + "deliverylat": "11.1002638", + "deliverylong": "76.99043959", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 44, + "pickuplon": "77.0006758", + "deliverycharges": 36, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 4, + "cumulativekms": 32, + "actualkms": "9.0", + "ordertype": "Premium", + "eta": "18", + "transitMinutes": 18, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 7.89, + "profit": 28.11 + }, + { + "orderheaderid": 136113, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 6, + "subcategoryid": 51, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105399", + "orderdate": "2026-05-12T14:02:38+05:30", + "deliverydate": "2026-05-12 08:32:38", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 6019, + "pickupcustomer": "Manjusha kitchen ", + "pickupcontactno": "8098804981", + "pickuplocationid": 0, + "pickupaddress": "Sri Ramakrishna Mills, Sathy Road, Ramakrishnapuram, Ganapathy, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Ganapathy", + "pickupcity": "Coimbatore", + "pickuplat": "11.0517946", + "pickuplong": "76.9917895", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 3610, + "deliverycustomer": "Nandhini s kitchens", + "deliverycontactno": "8124167927", + "deliverylocationid": 0, + "deliveryaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "deliverysuburb": "Maniakaram Palayam", + "droplat": "11.04332103", + "droplon": "77.00058783", + "deliverylat": "11.04332103", + "deliverylong": "77.00058783", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 49, + "pickuplon": "76.9917895", + "deliverycharges": 30, + "pickuplocation": "Ganapathy", + "deliverylocation": "Maniakaram Palayam", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 2, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "16", + "transitMinutes": 16, + "trip_number": 4, + "assigned_rider": "1245", + "kitchen_key": "manjusha kitchen", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + } + ] + } + ], + "unassigned_orders": [] + }, + { + "zone_name": "North West", + "total_orders": 8, + "active_riders_count": 1, + "assigned_orders": 8, + "unassigned_orders_count": 0, + "total_delivery_kms": 24.0, + "total_profit": 186.97, + "riders": [ + { + "rider_id": "1325", + "rider_name": "Suriya Test Auto", + "orders_count": 8, + "orders": [ + { + "orderheaderid": 136156, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105442", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vasanthi", + "deliverycontactno": "9443693946", + "deliverylocationid": 0, + "deliveryaddress": "No.25 Shree Daksha Garden, New Golden Nagar,Navavoor pirivu Mullai Nagar", + "deliverysuburb": "", + "droplat": "11.03628776", + "droplon": "76.89641637", + "deliverylat": "11.03628776", + "deliverylong": "76.89641637", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 6, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 1, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136150, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105436", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "L. Rajeswari", + "deliverycontactno": "9600778504", + "deliverylocationid": 0, + "deliveryaddress": "5 Thiyagi Street Sri Nagar (Kalpana theater road) kavundampalayam Coimbatore -30 Opp kausalya automobiles / near IOB atm/BIsmi Chicken ", + "deliverysuburb": "", + "droplat": "11.0454955", + "droplon": "76.94142821", + "deliverylat": "11.0454955", + "deliverylong": "76.94142821", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 12, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 2, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136141, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105427", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "selvadurai", + "deliverycontactno": "9042890142", + "deliverylocationid": 0, + "deliveryaddress": "myill illam nagammal street near st thomas higher secondary school", + "deliverysuburb": "", + "droplat": "11.03668002", + "droplon": "76.94520822", + "deliverylat": "11.03668002", + "deliverylong": "76.94520822", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 21, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 2, + "cumulativekms": 4, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136136, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105422", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "M.Pappa", + "deliverycontactno": "9843143851", + "deliverylocationid": 0, + "deliveryaddress": "No2,2nd floor,vaigai Street, saibaba colony, kk pudur , coimbatore 641038 Next to karthikeya wood tech ", + "deliverysuburb": "", + "droplat": "11.03269781", + "droplon": "76.9444377", + "deliverylat": "11.03269781", + "deliverylong": "76.9444377", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 26, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 1, + "cumulativekms": 4, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136143, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105429", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vigneshwaran", + "deliverycontactno": "9789498034", + "deliverylocationid": 0, + "deliveryaddress": "Tag interior studio , Saibabacolony Bombey dying cut , Meso Dental hospital opp", + "deliverysuburb": "", + "droplat": "11.02727076", + "droplon": "76.94177328", + "deliverylat": "11.02727076", + "deliverylong": "76.94177328", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 19, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 1, + "cumulativekms": 5, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136140, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105426", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "SHUNMUGAKANI", + "deliverycontactno": "9944317873", + "deliverylocationid": 0, + "deliveryaddress": "No:14, 2nd Street, Aditya Residency, VCS Nagar Extension, GN Mills Post, Coimbatore - 641029 After getting down the new bridge, Take the left turn after A1 chips and drive for 750 meters. End of the road, you will see Aditya Residency Board and drive 500 meters. You will find Green house No:14 with Green Gate on the left hand side", + "deliverysuburb": "", + "droplat": "11.06318911", + "droplon": "76.94256258", + "deliverylat": "11.06318911", + "deliverylong": "76.94256258", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 22, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 10, + "previouskms": 4, + "cumulativekms": 19, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "18", + "transitMinutes": 18, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136147, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105433", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Everstage", + "deliverycontactno": "6381392855", + "deliverylocationid": 0, + "deliveryaddress": "Raintree Workspace Call", + "deliverysuburb": "", + "droplat": "11.06722941", + "droplon": "76.93852704", + "deliverylat": "11.06722941", + "deliverylong": "76.93852704", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 15, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 11, + "previouskms": 1, + "cumulativekms": 20, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "8", + "transitMinutes": 8, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136138, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105424", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Dr Shilpa", + "deliverycontactno": "9994727645", + "deliverylocationid": 0, + "deliveryaddress": "216 A3, sv nagar, edayarpalayam vadavalli road SV nagar school", + "deliverysuburb": "", + "droplat": "11.03738596", + "droplon": "76.91353945", + "deliverylat": "11.03738596", + "deliverylong": "76.91353945", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 24, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 3, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "16", + "transitMinutes": 16, + "trip_number": 4, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + } + ] + } + ], + "unassigned_orders": [] + }, + { + "zone_name": "South", + "total_orders": 2, + "active_riders_count": 1, + "assigned_orders": 2, + "unassigned_orders_count": 0, + "total_delivery_kms": 16.0, + "total_profit": 46.74, + "riders": [ + { + "rider_id": "1325", + "rider_name": "Suriya Test Auto", + "orders_count": 2, + "orders": [ + { + "orderheaderid": 136160, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1076, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105446", + "orderdate": "2026-05-12T14:05:23+05:30", + "deliverydate": "2026-05-12 08:35:23", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Bhuvaneshwari kitchen ", + "pickupcontactno": "9597843220", + "pickuplocationid": 1076, + "pickupaddress": "Coimbatore, Light House Road, Kollupuram, Sukrawar Pettai, R.S. Puram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "R.S. Puram", + "pickupcity": "Coimbatore", + "pickuplat": "11.0035176", + "pickuplong": "76.95454649999999", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Lakshmanan Visalakshi", + "deliverycontactno": "8886443455", + "deliverylocationid": 0, + "deliveryaddress": "New No.6, Old No. 88/51A, Sindhu Nagar, Kuniyamuthur, COIMBATORE எஸ் எஸ் கார்னர் ... 1km ", + "deliverysuburb": "", + "droplat": "10.94725855", + "droplon": "76.95756775", + "deliverylat": "10.94725855", + "deliverylong": "76.95756775", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Bhuvaneshwari kitchen ", + "locationsuburb": "R.S. Puram", + "locationcity": "Coimbatore", + "locationcontactno": "9597843220", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 2, + "pickuplon": "76.95454649999999", + "deliverycharges": 30, + "pickuplocation": "R.S. Puram", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 2, + "cumulativekms": 11, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 1, + "assigned_rider": "1325", + "kitchen_key": "bhuvaneshwari kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136134, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105420", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Ira Mahadevan", + "deliverycontactno": "6382801087", + "deliverylocationid": 0, + "deliveryaddress": "3-4/5 Goods shed Road, Near HeadPost office, Coimbatore Near Head post office (backside of main Railway Station)", + "deliverysuburb": "", + "droplat": "10.99908529", + "droplon": "76.96426756", + "deliverylat": "10.99908529", + "deliverylong": "76.96426756", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 28, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 2, + "cumulativekms": 15, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 4, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South", + "rider_charge": 6.63, + "profit": 23.37 + } + ] + } + ], + "unassigned_orders": [] + }, + { + "zone_name": "South East", + "total_orders": 14, + "active_riders_count": 2, + "assigned_orders": 14, + "unassigned_orders_count": 0, + "total_delivery_kms": 100.0, + "total_profit": 391.27, + "riders": [ + { + "rider_id": "1325", + "rider_name": "Suriya Test Auto", + "orders_count": 3, + "orders": [ + { + "orderheaderid": 136158, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1076, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105444", + "orderdate": "2026-05-12T14:05:23+05:30", + "deliverydate": "2026-05-12 08:35:23", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Bhuvaneshwari kitchen ", + "pickupcontactno": "9597843220", + "pickuplocationid": 1076, + "pickupaddress": "Coimbatore, Light House Road, Kollupuram, Sukrawar Pettai, R.S. Puram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "R.S. Puram", + "pickupcity": "Coimbatore", + "pickuplat": "11.0035176", + "pickuplong": "76.95454649999999", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Nagaraj", + "deliverycontactno": "7401008787", + "deliverylocationid": 0, + "deliveryaddress": "3/10,13d Andaal thotham,MurugaNagar,Sundarapuram Take left cut after Anandaas hotel,and straight dead end", + "deliverysuburb": "", + "droplat": "10.96001252", + "droplon": "76.97476551", + "deliverylat": "10.96001252", + "deliverylong": "76.97476551", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Bhuvaneshwari kitchen ", + "locationsuburb": "R.S. Puram", + "locationcity": "Coimbatore", + "locationcontactno": "9597843220", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 4, + "pickuplon": "76.95454649999999", + "deliverycharges": 30, + "pickuplocation": "R.S. Puram", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 8, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "35", + "transitMinutes": 35, + "trip_number": 1, + "assigned_rider": "1325", + "kitchen_key": "bhuvaneshwari kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South East", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136157, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1076, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105443", + "orderdate": "2026-05-12T14:05:23+05:30", + "deliverydate": "2026-05-12 08:35:23", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "9", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 36, + "orderamount": 36, + "customerid": 0, + "pickupcustomer": "Bhuvaneshwari kitchen ", + "pickupcontactno": "9597843220", + "pickuplocationid": 1076, + "pickupaddress": "Coimbatore, Light House Road, Kollupuram, Sukrawar Pettai, R.S. Puram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "R.S. Puram", + "pickupcity": "Coimbatore", + "pickuplat": "11.0035176", + "pickuplong": "76.95454649999999", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sowdayan", + "deliverycontactno": "8072331164", + "deliverylocationid": 0, + "deliveryaddress": "1/66, P1 Saravana Nagar, Sundharapuram, Madukarai Road Behind Jacob's Bakery", + "deliverysuburb": "", + "droplat": "10.95460078", + "droplon": "76.97121097", + "deliverylat": "10.95460078", + "deliverylong": "76.97121097", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Bhuvaneshwari kitchen ", + "locationsuburb": "R.S. Puram", + "locationcity": "Coimbatore", + "locationcontactno": "9597843220", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 5, + "pickuplon": "76.95454649999999", + "deliverycharges": 36, + "pickuplocation": "R.S. Puram", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 1, + "cumulativekms": 9, + "actualkms": "9.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 1, + "assigned_rider": "1325", + "kitchen_key": "bhuvaneshwari kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South East", + "rider_charge": 7.95, + "profit": 28.05 + }, + { + "orderheaderid": 136159, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1076, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105445", + "orderdate": "2026-05-12T14:05:23+05:30", + "deliverydate": "2026-05-12 08:35:23", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "9", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 36, + "orderamount": 36, + "customerid": 0, + "pickupcustomer": "Bhuvaneshwari kitchen ", + "pickupcontactno": "9597843220", + "pickuplocationid": 1076, + "pickupaddress": "Coimbatore, Light House Road, Kollupuram, Sukrawar Pettai, R.S. Puram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "R.S. Puram", + "pickupcity": "Coimbatore", + "pickuplat": "11.0035176", + "pickuplong": "76.95454649999999", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Thiruveragan", + "deliverycontactno": "8608892969", + "deliverylocationid": 0, + "deliveryaddress": "54, Ashtalakshmi Nagar, Sundarapuram Opp Abirami Hospital ", + "deliverysuburb": "", + "droplat": "10.95245273", + "droplon": "76.9708318", + "deliverylat": "10.95245273", + "deliverylong": "76.9708318", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Bhuvaneshwari kitchen ", + "locationsuburb": "R.S. Puram", + "locationcity": "Coimbatore", + "locationcontactno": "9597843220", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 3, + "pickuplon": "76.95454649999999", + "deliverycharges": 36, + "pickuplocation": "R.S. Puram", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 0, + "cumulativekms": 9, + "actualkms": "9.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 1, + "assigned_rider": "1325", + "kitchen_key": "bhuvaneshwari kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South East", + "rider_charge": 7.95, + "profit": 28.05 + } + ] + }, + { + "rider_id": "1116", + "rider_name": "Suresh admin", + "orders_count": 11, + "orders": [ + { + "orderheaderid": 136101, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105387", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Dr C Surya", + "deliverycontactno": "8098157601", + "deliverylocationid": 0, + "deliveryaddress": "No.304, Second floor, Shree hospital, Damu nagar,Puliakulam, Coimbatore Puliakulam ", + "deliverysuburb": "", + "droplat": "11.00671213", + "droplon": "76.99174456", + "deliverylat": "11.00671213", + "deliverylong": "76.99174456", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 61, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 10, + "previouskms": 1, + "cumulativekms": 10, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136099, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105385", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "voilet", + "deliverycontactno": "8903197047", + "deliverylocationid": 0, + "deliveryaddress": "41,kewin cottage appuswamy naidu layout puliakulam coimbatore near st anthonys church", + "deliverysuburb": "", + "droplat": "11.00416837", + "droplon": "76.99083261", + "deliverylat": "11.00416837", + "deliverylong": "76.99083261", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 63, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 11, + "previouskms": 0, + "cumulativekms": 11, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136102, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105388", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Nagalakshmi B", + "deliverycontactno": "9500639860", + "deliverylocationid": 0, + "deliveryaddress": "Aditya apartments B2 B block Sungam Chintamani Trichy road Ramanathapuram Coimbatore Opposite to Steel house ", + "deliverysuburb": "", + "droplat": "10.99773113", + "droplon": "76.98718205", + "deliverylat": "10.99773113", + "deliverylong": "76.98718205", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 60, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 12, + "previouskms": 1, + "cumulativekms": 12, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136100, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105386", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Uma Ganesh", + "deliverycontactno": "9884937068", + "deliverylocationid": 0, + "deliveryaddress": "24, Subbiah Layout, Ramanathapuram Near EB office", + "deliverysuburb": "", + "droplat": "10.99283671", + "droplon": "76.99907232", + "deliverylat": "10.99283671", + "deliverylong": "76.99907232", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 62, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 13, + "previouskms": 2, + "cumulativekms": 14, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136091, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105377", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Kavitha", + "deliverycontactno": "9786404664", + "deliverylocationid": 0, + "deliveryaddress": "24 chellandiamman kovil street singanalur 25 Near chellandiamman temple", + "deliverysuburb": "", + "droplat": "10.99897847", + "droplon": "77.03077216", + "deliverylat": "10.99897847", + "deliverylong": "77.03077216", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 71, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 3, + "cumulativekms": 8, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136104, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105390", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sudharsan", + "deliverycontactno": "9894958802", + "deliverylocationid": 0, + "deliveryaddress": "9-7, TNHB Housing Unit, Singanallur, Tamil Nadu 641005, India 18/21, RVL Colony West, Uppilipalayam Post, Coimbatore, Tamil Nadu 641015", + "deliverysuburb": "", + "droplat": "11.00174342", + "droplon": "77.02716978", + "deliverylat": "11.00174342", + "deliverylong": "77.02716978", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 58, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 1, + "cumulativekms": 8, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "8", + "transitMinutes": 8, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136089, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105375", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "RAJA P S", + "deliverycontactno": "8903585498", + "deliverylocationid": 0, + "deliveryaddress": "Bank of Baroda, Regional Office, Coimbatore, Opposite Railway Station, Bank Road Opposite Railway Station", + "deliverysuburb": "", + "droplat": "10.99548935", + "droplon": "76.9689279", + "deliverylat": "10.99548935", + "deliverylong": "76.9689279", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 73, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 4, + "cumulativekms": 22, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "19", + "transitMinutes": 19, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136103, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105389", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Karthi", + "deliverycontactno": "9362625249", + "deliverylocationid": 0, + "deliveryaddress": "42, 10th cross street, Satyanarayana Nagar, Podanur Opposite to Podanur Indian Bank", + "deliverysuburb": "", + "droplat": "10.97014923", + "droplon": "76.98558875", + "deliverylat": "10.97014923", + "deliverylong": "76.98558875", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 59, + "pickuplon": "77.0147763", + "deliverycharges": 42, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 9, + "previouskms": 5, + "cumulativekms": 27, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "22", + "transitMinutes": 22, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 7.36, + "profit": 34.64 + }, + { + "orderheaderid": 136092, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105378", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Muthusamy", + "deliverycontactno": "9789826626", + "deliverylocationid": 0, + "deliveryaddress": "Sakthi illam, Satyanarayanagar Podanur Near rail nagar( Sai nagar)", + "deliverysuburb": "", + "droplat": "10.96818141", + "droplon": "76.98272053", + "deliverylat": "10.96818141", + "deliverylong": "76.98272053", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 70, + "pickuplon": "77.0147763", + "deliverycharges": 42, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 10, + "previouskms": 1, + "cumulativekms": 28, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 7.36, + "profit": 34.64 + }, + { + "orderheaderid": 136107, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105393", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Merlyn", + "deliverycontactno": "9677787418", + "deliverylocationid": 0, + "deliveryaddress": "1/10, Bharthi nagar Extn, Nadar Thottam Podanur 641023 Prithvi apartment", + "deliverysuburb": "", + "droplat": "10.96437992", + "droplon": "76.98149498", + "deliverylat": "10.96437992", + "deliverylong": "76.98149498", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 55, + "pickuplon": "77.0147763", + "deliverycharges": 42, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 11, + "previouskms": 1, + "cumulativekms": 28, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 7.36, + "profit": 34.64 + }, + { + "orderheaderid": 136090, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105376", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Ulaganathan", + "deliverycontactno": "9789826626", + "deliverylocationid": 0, + "deliveryaddress": "Sakthi illam, Satyanarayanagar ( Sai nagar) Near rail nagar", + "deliverysuburb": "", + "droplat": "10.96820517", + "droplon": "76.9829928", + "deliverylat": "10.96820517", + "deliverylong": "76.9829928", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 72, + "pickuplon": "77.0147763", + "deliverycharges": 42, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 12, + "previouskms": 1, + "cumulativekms": 29, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 7.36, + "profit": 34.64 + } + ] + } + ], + "unassigned_orders": [] + }, + { + "zone_name": "West", + "total_orders": 6, + "active_riders_count": 1, + "assigned_orders": 6, + "unassigned_orders_count": 0, + "total_delivery_kms": 24.0, + "total_profit": 140.23, + "riders": [ + { + "rider_id": "1325", + "rider_name": "Suriya Test Auto", + "orders_count": 6, + "orders": [ + { + "orderheaderid": 136154, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105440", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Mumtaz", + "deliverycontactno": "8838567701", + "deliverylocationid": 0, + "deliveryaddress": "38 daksha village, bommanampalayam, GKS Avenue Near Parambariyam restaurant ", + "deliverysuburb": "", + "droplat": "11.0222465", + "droplon": "76.88731402", + "deliverylat": "11.0222465", + "deliverylong": "76.88731402", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 8, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 3, + "cumulativekms": 4, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136155, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105441", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vimal Raj", + "deliverycontactno": "9944452993", + "deliverylocationid": 0, + "deliveryaddress": "T26, B Block, Sree Daksha Yahvi Next to Daksha Lucien", + "deliverysuburb": "", + "droplat": "11.01812244", + "droplon": "76.87916104", + "deliverylat": "11.01812244", + "deliverylong": "76.87916104", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 7, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 1, + "cumulativekms": 5, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136152, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105438", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Karthik", + "deliverycontactno": "9952696933", + "deliverylocationid": 0, + "deliveryaddress": "410 Maruthamalai main road opp to perumal Kovil bus stop Dhakestha jewellery shop building second floor home ", + "deliverysuburb": "", + "droplat": "11.01883584", + "droplon": "76.92031645", + "deliverylat": "11.01883584", + "deliverylong": "76.92031645", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 10, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 7, + "cumulativekms": 12, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "28", + "transitMinutes": 28, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136153, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105439", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Abdul hameed", + "deliverycontactno": "7598169986", + "deliverylocationid": 0, + "deliveryaddress": "25, Gokulam colony 3rd street PN pudur Kids junction ", + "deliverysuburb": "", + "droplat": "11.01984521", + "droplon": "76.92449634", + "deliverylat": "11.01984521", + "deliverylong": "76.92449634", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 9, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 1, + "cumulativekms": 13, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136146, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105432", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Dr.k.arumugam", + "deliverycontactno": "9843011238", + "deliverylocationid": 0, + "deliveryaddress": "28 ramalinga Nagar Ranganathan layout Sai baba.colony.cbe.11 near siva lab yazhini tailor shop street ", + "deliverysuburb": "", + "droplat": "11.0245061", + "droplon": "76.94239248", + "deliverylat": "11.0245061", + "deliverylong": "76.94239248", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 16, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 0, + "cumulativekms": 6, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136149, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105435", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Balakumar Arumugam", + "deliverycontactno": "8870210299", + "deliverylocationid": 0, + "deliveryaddress": "41 Gangai Amman street Newanandhanagar PN pudur post opp SMS Shivanjali appts Oppp SMS Shivanjali appts", + "deliverysuburb": "", + "droplat": "11.02466165", + "droplon": "76.91500293", + "deliverylat": "11.02466165", + "deliverylong": "76.91500293", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 13, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 2, + "cumulativekms": 5, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 4, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + } + ] + } + ], + "unassigned_orders": [] + } + ], + "details": [ + { + "orderheaderid": 136158, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1076, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105444", + "orderdate": "2026-05-12T14:05:23+05:30", + "deliverydate": "2026-05-12 08:35:23", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Bhuvaneshwari kitchen ", + "pickupcontactno": "9597843220", + "pickuplocationid": 1076, + "pickupaddress": "Coimbatore, Light House Road, Kollupuram, Sukrawar Pettai, R.S. Puram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "R.S. Puram", + "pickupcity": "Coimbatore", + "pickuplat": "11.0035176", + "pickuplong": "76.95454649999999", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Nagaraj", + "deliverycontactno": "7401008787", + "deliverylocationid": 0, + "deliveryaddress": "3/10,13d Andaal thotham,MurugaNagar,Sundarapuram Take left cut after Anandaas hotel,and straight dead end", + "deliverysuburb": "", + "droplat": "10.96001252", + "droplon": "76.97476551", + "deliverylat": "10.96001252", + "deliverylong": "76.97476551", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Bhuvaneshwari kitchen ", + "locationsuburb": "R.S. Puram", + "locationcity": "Coimbatore", + "locationcontactno": "9597843220", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 4, + "pickuplon": "76.95454649999999", + "deliverycharges": 30, + "pickuplocation": "R.S. Puram", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 8, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "35", + "transitMinutes": 35, + "trip_number": 1, + "assigned_rider": "1325", + "kitchen_key": "bhuvaneshwari kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South East", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136157, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1076, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105443", + "orderdate": "2026-05-12T14:05:23+05:30", + "deliverydate": "2026-05-12 08:35:23", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "9", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 36, + "orderamount": 36, + "customerid": 0, + "pickupcustomer": "Bhuvaneshwari kitchen ", + "pickupcontactno": "9597843220", + "pickuplocationid": 1076, + "pickupaddress": "Coimbatore, Light House Road, Kollupuram, Sukrawar Pettai, R.S. Puram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "R.S. Puram", + "pickupcity": "Coimbatore", + "pickuplat": "11.0035176", + "pickuplong": "76.95454649999999", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sowdayan", + "deliverycontactno": "8072331164", + "deliverylocationid": 0, + "deliveryaddress": "1/66, P1 Saravana Nagar, Sundharapuram, Madukarai Road Behind Jacob's Bakery", + "deliverysuburb": "", + "droplat": "10.95460078", + "droplon": "76.97121097", + "deliverylat": "10.95460078", + "deliverylong": "76.97121097", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Bhuvaneshwari kitchen ", + "locationsuburb": "R.S. Puram", + "locationcity": "Coimbatore", + "locationcontactno": "9597843220", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 5, + "pickuplon": "76.95454649999999", + "deliverycharges": 36, + "pickuplocation": "R.S. Puram", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 1, + "cumulativekms": 9, + "actualkms": "9.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 1, + "assigned_rider": "1325", + "kitchen_key": "bhuvaneshwari kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South East", + "rider_charge": 7.95, + "profit": 28.05 + }, + { + "orderheaderid": 136159, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1076, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105445", + "orderdate": "2026-05-12T14:05:23+05:30", + "deliverydate": "2026-05-12 08:35:23", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "9", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 36, + "orderamount": 36, + "customerid": 0, + "pickupcustomer": "Bhuvaneshwari kitchen ", + "pickupcontactno": "9597843220", + "pickuplocationid": 1076, + "pickupaddress": "Coimbatore, Light House Road, Kollupuram, Sukrawar Pettai, R.S. Puram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "R.S. Puram", + "pickupcity": "Coimbatore", + "pickuplat": "11.0035176", + "pickuplong": "76.95454649999999", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Thiruveragan", + "deliverycontactno": "8608892969", + "deliverylocationid": 0, + "deliveryaddress": "54, Ashtalakshmi Nagar, Sundarapuram Opp Abirami Hospital ", + "deliverysuburb": "", + "droplat": "10.95245273", + "droplon": "76.9708318", + "deliverylat": "10.95245273", + "deliverylong": "76.9708318", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Bhuvaneshwari kitchen ", + "locationsuburb": "R.S. Puram", + "locationcity": "Coimbatore", + "locationcontactno": "9597843220", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 3, + "pickuplon": "76.95454649999999", + "deliverycharges": 36, + "pickuplocation": "R.S. Puram", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 0, + "cumulativekms": 9, + "actualkms": "9.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 1, + "assigned_rider": "1325", + "kitchen_key": "bhuvaneshwari kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South East", + "rider_charge": 7.95, + "profit": 28.05 + }, + { + "orderheaderid": 136160, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1076, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105446", + "orderdate": "2026-05-12T14:05:23+05:30", + "deliverydate": "2026-05-12 08:35:23", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Bhuvaneshwari kitchen ", + "pickupcontactno": "9597843220", + "pickuplocationid": 1076, + "pickupaddress": "Coimbatore, Light House Road, Kollupuram, Sukrawar Pettai, R.S. Puram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "R.S. Puram", + "pickupcity": "Coimbatore", + "pickuplat": "11.0035176", + "pickuplong": "76.95454649999999", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Lakshmanan Visalakshi", + "deliverycontactno": "8886443455", + "deliverylocationid": 0, + "deliveryaddress": "New No.6, Old No. 88/51A, Sindhu Nagar, Kuniyamuthur, COIMBATORE எஸ் எஸ் கார்னர் ... 1km ", + "deliverysuburb": "", + "droplat": "10.94725855", + "droplon": "76.95756775", + "deliverylat": "10.94725855", + "deliverylong": "76.95756775", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Bhuvaneshwari kitchen ", + "locationsuburb": "R.S. Puram", + "locationcity": "Coimbatore", + "locationcontactno": "9597843220", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 2, + "pickuplon": "76.95454649999999", + "deliverycharges": 30, + "pickuplocation": "R.S. Puram", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 2, + "cumulativekms": 11, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 1, + "assigned_rider": "1325", + "kitchen_key": "bhuvaneshwari kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136156, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105442", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vasanthi", + "deliverycontactno": "9443693946", + "deliverylocationid": 0, + "deliveryaddress": "No.25 Shree Daksha Garden, New Golden Nagar,Navavoor pirivu Mullai Nagar", + "deliverysuburb": "", + "droplat": "11.03628776", + "droplon": "76.89641637", + "deliverylat": "11.03628776", + "deliverylong": "76.89641637", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 6, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 1, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136154, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105440", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Mumtaz", + "deliverycontactno": "8838567701", + "deliverylocationid": 0, + "deliveryaddress": "38 daksha village, bommanampalayam, GKS Avenue Near Parambariyam restaurant ", + "deliverysuburb": "", + "droplat": "11.0222465", + "droplon": "76.88731402", + "deliverylat": "11.0222465", + "deliverylong": "76.88731402", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 8, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 3, + "cumulativekms": 4, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136155, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105441", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vimal Raj", + "deliverycontactno": "9944452993", + "deliverylocationid": 0, + "deliveryaddress": "T26, B Block, Sree Daksha Yahvi Next to Daksha Lucien", + "deliverysuburb": "", + "droplat": "11.01812244", + "droplon": "76.87916104", + "deliverylat": "11.01812244", + "deliverylong": "76.87916104", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 7, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 1, + "cumulativekms": 5, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136152, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105438", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Karthik", + "deliverycontactno": "9952696933", + "deliverylocationid": 0, + "deliveryaddress": "410 Maruthamalai main road opp to perumal Kovil bus stop Dhakestha jewellery shop building second floor home ", + "deliverysuburb": "", + "droplat": "11.01883584", + "droplon": "76.92031645", + "deliverylat": "11.01883584", + "deliverylong": "76.92031645", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 10, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 7, + "cumulativekms": 12, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "28", + "transitMinutes": 28, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136153, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 1083, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105439", + "orderdate": "2026-05-12T14:04:53+05:30", + "deliverydate": "2026-05-12 08:34:53", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Kalpana kitchen", + "pickupcontactno": "9940786561", + "pickuplocationid": 1083, + "pickupaddress": "Golden Park, KasthuriNaickenpalayam, Golden Park Road, Nehru Nagar, Kasthuri Naickenpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kasthuri Naickenpalayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0359878", + "pickuplong": "76.9048179", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Abdul hameed", + "deliverycontactno": "7598169986", + "deliverylocationid": 0, + "deliveryaddress": "25, Gokulam colony 3rd street PN pudur Kids junction ", + "deliverysuburb": "", + "droplat": "11.01984521", + "droplon": "76.92449634", + "deliverylat": "11.01984521", + "deliverylong": "76.92449634", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Kalpana kitchen", + "locationsuburb": "Kasthuri Naickenpalayam", + "locationcity": "Coimbatore", + "locationcontactno": "9940786561", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 9, + "pickuplon": "76.9048179", + "deliverycharges": 30, + "pickuplocation": "Kasthuri Naickenpalayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 1, + "cumulativekms": 13, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 2, + "assigned_rider": "1325", + "kitchen_key": "kalpana kitchen", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136150, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105436", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "L. Rajeswari", + "deliverycontactno": "9600778504", + "deliverylocationid": 0, + "deliveryaddress": "5 Thiyagi Street Sri Nagar (Kalpana theater road) kavundampalayam Coimbatore -30 Opp kausalya automobiles / near IOB atm/BIsmi Chicken ", + "deliverysuburb": "", + "droplat": "11.0454955", + "droplon": "76.94142821", + "deliverylat": "11.0454955", + "deliverylong": "76.94142821", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 12, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 2, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136141, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105427", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "selvadurai", + "deliverycontactno": "9042890142", + "deliverylocationid": 0, + "deliveryaddress": "myill illam nagammal street near st thomas higher secondary school", + "deliverysuburb": "", + "droplat": "11.03668002", + "droplon": "76.94520822", + "deliverylat": "11.03668002", + "deliverylong": "76.94520822", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 21, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 2, + "cumulativekms": 4, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136136, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105422", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "M.Pappa", + "deliverycontactno": "9843143851", + "deliverylocationid": 0, + "deliveryaddress": "No2,2nd floor,vaigai Street, saibaba colony, kk pudur , coimbatore 641038 Next to karthikeya wood tech ", + "deliverysuburb": "", + "droplat": "11.03269781", + "droplon": "76.9444377", + "deliverylat": "11.03269781", + "deliverylong": "76.9444377", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 26, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 1, + "cumulativekms": 4, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136143, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105429", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vigneshwaran", + "deliverycontactno": "9789498034", + "deliverylocationid": 0, + "deliveryaddress": "Tag interior studio , Saibabacolony Bombey dying cut , Meso Dental hospital opp", + "deliverysuburb": "", + "droplat": "11.02727076", + "droplon": "76.94177328", + "deliverylat": "11.02727076", + "deliverylong": "76.94177328", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 19, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 1, + "cumulativekms": 5, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136146, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105432", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Dr.k.arumugam", + "deliverycontactno": "9843011238", + "deliverylocationid": 0, + "deliveryaddress": "28 ramalinga Nagar Ranganathan layout Sai baba.colony.cbe.11 near siva lab yazhini tailor shop street ", + "deliverysuburb": "", + "droplat": "11.0245061", + "droplon": "76.94239248", + "deliverylat": "11.0245061", + "deliverylong": "76.94239248", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 16, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 0, + "cumulativekms": 6, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136145, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105431", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Meenakshi", + "deliverycontactno": "9629078384", + "deliverylocationid": 0, + "deliveryaddress": "127a/15, Bharathi park road 2, behind bsnl head office, Quarters street, sai baba colony, coimbatore ", + "deliverysuburb": "", + "droplat": "11.02235384", + "droplon": "76.95042337", + "deliverylat": "11.02235384", + "deliverylong": "76.95042337", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 17, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 1, + "cumulativekms": 7, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "Central", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136144, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105430", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Dr Bashéer ahmed", + "deliverycontactno": "9790199960", + "deliverylocationid": 0, + "deliveryaddress": "Dr Bashéer ahmed , 394 2nd Street Extension, Gandhipuram, Coimbatore In between Omani bus stand and Fathima church", + "deliverysuburb": "", + "droplat": "11.02405046", + "droplon": "76.96781558", + "deliverylat": "11.02405046", + "deliverylong": "76.96781558", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 18, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 3, + "cumulativekms": 10, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "East", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136148, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105434", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vinesh Karthik", + "deliverycontactno": "9952652425", + "deliverylocationid": 0, + "deliveryaddress": "NO-146/A1 Mettupalayam Road, MILL RD, opposite to CAUVERY FLOUR, Coimbatore, Tamil Nadu 641043 in the cut of women center hospital ", + "deliverysuburb": "", + "droplat": "11.033543", + "droplon": "76.9509409", + "deliverylat": "11.033543", + "deliverylong": "76.9509409", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 142, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 14, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 3, + "cumulativekms": 13, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "16", + "transitMinutes": 16, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136137, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105423", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Ranjith", + "deliverycontactno": "8760678628", + "deliverylocationid": 0, + "deliveryaddress": "No 4,Ranga layout 1 Dead end, black colour gate", + "deliverysuburb": "", + "droplat": "11.04601606", + "droplon": "76.95658363", + "deliverylat": "11.04601606", + "deliverylong": "76.95658363", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 25, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 9, + "previouskms": 2, + "cumulativekms": 15, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136140, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105426", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "SHUNMUGAKANI", + "deliverycontactno": "9944317873", + "deliverylocationid": 0, + "deliveryaddress": "No:14, 2nd Street, Aditya Residency, VCS Nagar Extension, GN Mills Post, Coimbatore - 641029 After getting down the new bridge, Take the left turn after A1 chips and drive for 750 meters. End of the road, you will see Aditya Residency Board and drive 500 meters. You will find Green house No:14 with Green Gate on the left hand side", + "deliverysuburb": "", + "droplat": "11.06318911", + "droplon": "76.94256258", + "deliverylat": "11.06318911", + "deliverylong": "76.94256258", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 22, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 10, + "previouskms": 4, + "cumulativekms": 19, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "18", + "transitMinutes": 18, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136147, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105433", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Everstage", + "deliverycontactno": "6381392855", + "deliverylocationid": 0, + "deliveryaddress": "Raintree Workspace Call", + "deliverysuburb": "", + "droplat": "11.06722941", + "droplon": "76.93852704", + "deliverylat": "11.06722941", + "deliverylong": "76.93852704", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 15, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 11, + "previouskms": 1, + "cumulativekms": 20, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "8", + "transitMinutes": 8, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136142, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105428", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Chandramouleeswaran", + "deliverycontactno": "9443995081", + "deliverylocationid": 0, + "deliveryaddress": "Villa No.2 Casagrand Solitaire, Meenakshi Garden,Viswanathapuram, Thudiyalur, Coimbatore - 641029 Opposite to Casagrand Cosmos", + "deliverysuburb": "", + "droplat": "11.07286716", + "droplon": "76.94689839", + "deliverylat": "11.07286716", + "deliverylong": "76.94689839", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 20, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 12, + "previouskms": 2, + "cumulativekms": 21, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136135, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105421", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Janaki Velmurugan", + "deliverycontactno": "9444816125", + "deliverylocationid": 0, + "deliveryaddress": "3/74A, Nethaji Street, Kumarasamy Avenue, Vellakinar After entering Kumarasamy Avenue, take second left onto Nethaji street. After passing water tank, house with maroon door near to the light post is the house.", + "deliverysuburb": "", + "droplat": "11.0733816", + "droplon": "76.96026256", + "deliverylat": "11.0733816", + "deliverylong": "76.96026256", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 27, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 13, + "previouskms": 2, + "cumulativekms": 23, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 3, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136138, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105424", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Dr Shilpa", + "deliverycontactno": "9994727645", + "deliverylocationid": 0, + "deliveryaddress": "216 A3, sv nagar, edayarpalayam vadavalli road SV nagar school", + "deliverysuburb": "", + "droplat": "11.03738596", + "droplon": "76.91353945", + "deliverylat": "11.03738596", + "deliverylong": "76.91353945", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 24, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 3, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "16", + "transitMinutes": 16, + "trip_number": 4, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "North West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136149, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105435", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Balakumar Arumugam", + "deliverycontactno": "8870210299", + "deliverylocationid": 0, + "deliveryaddress": "41 Gangai Amman street Newanandhanagar PN pudur post opp SMS Shivanjali appts Oppp SMS Shivanjali appts", + "deliverysuburb": "", + "droplat": "11.02466165", + "droplon": "76.91500293", + "deliverylat": "11.02466165", + "deliverylong": "76.91500293", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 13, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 2, + "cumulativekms": 5, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 4, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "West", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136139, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105425", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Jeevitha J", + "deliverycontactno": "9361595624", + "deliverylocationid": 0, + "deliveryaddress": "GVK Accommodation for ladies, Pillayar Kovil Street(Near murugar temple), Ram Nagar,Kattoor Main, Coimbatore-641009, Tamil Nadu Murugan temple opposite street, left side 2nd building", + "deliverysuburb": "", + "droplat": "11.00885352", + "droplon": "76.96467709", + "deliverylat": "11.00885352", + "deliverylong": "76.96467709", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 23, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 8, + "cumulativekms": 13, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "31", + "transitMinutes": 31, + "trip_number": 4, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "Central", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136134, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 991, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105420", + "orderdate": "2026-05-12T14:03:49+05:30", + "deliverydate": "2026-05-12 08:33:49", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs(jayanthi kitchen)", + "pickupcontactno": "7871951739", + "pickuplocationid": 991, + "pickupaddress": "GET STITCHED Boutique, Kavundampalayam West Road, Edayarpalayam, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Kavandam", + "pickupcity": "Pappanaickenpalayam", + "pickuplat": "11.0388679", + "pickuplong": "76.9300797", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Ira Mahadevan", + "deliverycontactno": "6382801087", + "deliverylocationid": 0, + "deliveryaddress": "3-4/5 Goods shed Road, Near HeadPost office, Coimbatore Near Head post office (backside of main Railway Station)", + "deliverysuburb": "", + "droplat": "10.99908529", + "droplon": "76.96426756", + "deliverylat": "10.99908529", + "deliverylong": "76.96426756", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs(jayanthi kitchen)", + "locationsuburb": "Kavandam", + "locationcity": "Pappanaickenpalayam", + "locationcontactno": "7871951739", + "locationaddress": "", + "rider": "Suriya Test Auto", + "ridercontactno": "6374946729", + "riderkms": "81.91", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 28, + "pickuplon": "76.9300797", + "deliverycharges": 30, + "pickuplocation": "Kavandam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 2, + "cumulativekms": 15, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 4, + "assigned_rider": "1325", + "kitchen_key": "daily grubs(jayanthi kitchen)", + "userid": 1325, + "username": "Suriya Test Auto", + "zone_name": "South", + "rider_charge": 6.63, + "profit": 23.37 + }, + { + "orderheaderid": 136161, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 6, + "subcategoryid": 51, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105447", + "orderdate": "2026-05-12T14:05:56+05:30", + "deliverydate": "2026-05-12 08:35:56", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 3610, + "pickupcustomer": "Nandhini s kitchens", + "pickupcontactno": "8124167927", + "pickuplocationid": 0, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 2964, + "deliverycustomer": "vidhya kitchen", + "deliverycontactno": "8008984800", + "deliverylocationid": 0, + "deliveryaddress": "Ritham Tours & Travels 20, Gandhi nagar, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu 641015, India", + "deliverysuburb": "ramlakshman nagar", + "droplat": "11.0165932", + "droplon": "77.0146367", + "deliverylat": "11.0165932", + "deliverylong": "77.0146367", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 1, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "ramlakshman nagar", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 5, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "25", + "transitMinutes": 25, + "trip_number": 1, + "assigned_rider": "1245", + "kitchen_key": "nandhini s kitchens", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136127, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105413", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "1", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Megalai", + "deliverycontactno": "9790167948", + "deliverylocationid": 0, + "deliveryaddress": "First Floor, RR complex, Textool Subramaniam Nagar, Ganapathy maanagar, Coimbatore 641035 Near Bannari Amman temple ", + "deliverysuburb": "", + "droplat": "11.05152096", + "droplon": "76.99926936", + "deliverylat": "11.05152096", + "deliverylong": "76.99926936", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 35, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 1, + "actualkms": "1.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136116, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105402", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Mylswamy", + "deliverycontactno": "9524239106", + "deliverylocationid": 0, + "deliveryaddress": "No:11 shajakhan Avenue, Amman nagar, saravanampatti -641035 opp to Central Park apartment street", + "deliverysuburb": "", + "droplat": "11.0661088", + "droplon": "77.00197144", + "deliverylat": "11.0661088", + "deliverylong": "77.00197144", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 46, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 2, + "cumulativekms": 4, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136122, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105408", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Jagadhish Jj", + "deliverycontactno": "8072917219", + "deliverylocationid": 0, + "deliveryaddress": "41a, amman nagar , amman kovil bus stop , saravanampatty , Next right to the kumaran mess , from Amman koil bus stop", + "deliverysuburb": "", + "droplat": "11.06699432", + "droplon": "77.00328586", + "deliverylat": "11.06699432", + "deliverylong": "77.00328586", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 40, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 0, + "cumulativekms": 4, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136132, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105418", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Shailesh", + "deliverycontactno": "9944887400", + "deliverylocationid": 0, + "deliveryaddress": "Viya Workspace Phase 3 Call", + "deliverysuburb": "", + "droplat": "11.07829168", + "droplon": "76.99955669", + "deliverylat": "11.07829168", + "deliverylong": "76.99955669", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 30, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 2, + "cumulativekms": 6, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136131, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105417", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Priya", + "deliverycontactno": "8667763688", + "deliverylocationid": 0, + "deliveryaddress": "Kgisl institute of technology Main gate entrance ", + "deliverysuburb": "", + "droplat": "11.07966291", + "droplon": "76.99824945", + "deliverylat": "11.07966291", + "deliverylong": "76.99824945", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 31, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 0, + "cumulativekms": 6, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136114, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105400", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Praveenkumar MR", + "deliverycontactno": "9361918679", + "deliverylocationid": 0, + "deliveryaddress": "7B, Kasthuri Super Stores Backside, Saravanampatti, Coimbatore- 641035 Near Saravanampatti Bus stop", + "deliverysuburb": "", + "droplat": "11.0785166", + "droplon": "77.00538221", + "deliverylat": "11.0785166", + "deliverylong": "77.00538221", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 48, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 1, + "cumulativekms": 7, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136133, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105419", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Karthikeyan Subramanian", + "deliverycontactno": "8220264090", + "deliverylocationid": 0, + "deliveryaddress": "Door No: 4, Thiruvannamalai Nagar, Revenue Nagar, Saravanampatti, Coimbatore- 641035 Beside Apex Thejessvanni Apartments", + "deliverysuburb": "", + "droplat": "11.07837566", + "droplon": "77.01294251", + "deliverylat": "11.07837566", + "deliverylong": "77.01294251", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 29, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 1, + "cumulativekms": 9, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136128, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105414", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Srihari", + "deliverycontactno": "8883267757", + "deliverylocationid": 0, + "deliveryaddress": "Avinash enclave, 3rd floor, 11-D, L N Nagar, Balaji Nagar Phase 2 My house is in backside of KMCH Nursing College.", + "deliverysuburb": "", + "droplat": "11.06639188", + "droplon": "77.03144169", + "deliverylat": "11.06639188", + "deliverylong": "77.03144169", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 3, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 34, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 4, + "cumulativekms": 12, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "18", + "transitMinutes": 18, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136121, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105407", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Jothi Nambu G", + "deliverycontactno": "9791871848", + "deliverylocationid": 0, + "deliveryaddress": "Site No: 12, IG Garden, Sharp Nagar, Kalapatti, Coimbatore - 641048 Back side of NGP Boys Hostel", + "deliverysuburb": "", + "droplat": "11.05831176", + "droplon": "77.03173633", + "deliverylat": "11.05831176", + "deliverylong": "77.03173633", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 41, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 9, + "previouskms": 1, + "cumulativekms": 13, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136130, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105416", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Rajeswari", + "deliverycontactno": "9842229798", + "deliverylocationid": 0, + "deliveryaddress": "Site no 28 MAHARAJA NAGAR, NEHRU NAGAR WEST, Kalapatti post, Coimbatore 641048 Near varasakthi Vinayagar temple sandai", + "deliverysuburb": "", + "droplat": "11.05428948", + "droplon": "77.02891761", + "deliverylat": "11.05428948", + "deliverylong": "77.02891761", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 32, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 10, + "previouskms": 1, + "cumulativekms": 14, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "8", + "transitMinutes": 8, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136126, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105412", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Athiradh V Nair", + "deliverycontactno": "7012273420", + "deliverylocationid": 0, + "deliveryaddress": "4e,tower1,Mayflower Marvel, vilankurichi main rd,opp sri sri supermarket,ranga nagar ,Bharathi Nagar ,kumutham nagar Opp sri sri supermarket ", + "deliverysuburb": "", + "droplat": "11.04519258", + "droplon": "77.01423186", + "deliverylat": "11.04519258", + "deliverylong": "77.01423186", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 36, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 11, + "previouskms": 3, + "cumulativekms": 17, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136125, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105411", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Pranav A", + "deliverycontactno": "8754205256", + "deliverylocationid": 0, + "deliveryaddress": "4A, Aranga Nagar, vilankurichi road, Thaneerpandal Rd, Coimbatore, Tamil Nadu 641004 AXIS Bank basement", + "deliverysuburb": "", + "droplat": "11.04526536", + "droplon": "77.01383994", + "deliverylat": "11.04526536", + "deliverylong": "77.01383994", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 37, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 12, + "previouskms": 0, + "cumulativekms": 17, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "5", + "transitMinutes": 5, + "trip_number": 2, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136119, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105405", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Manoharan", + "deliverycontactno": "9943315421", + "deliverylocationid": 0, + "deliveryaddress": "Door no:20, Thanneer Pandal-4th cross, v.k. Road, Peelamedu, Coimbatore-4. call", + "deliverysuburb": "", + "droplat": "11.03732164", + "droplon": "77.01642067", + "deliverylat": "11.03732164", + "deliverylong": "77.01642067", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 43, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 3, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "16", + "transitMinutes": 16, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136120, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105406", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Niroshini K", + "deliverycontactno": "9944765778", + "deliverylocationid": 0, + "deliveryaddress": "Krishna speciality hospital, Vetrivel Nagar, 43/1, MAK India Mil Rd, near Ramalakshmi Mahal, opp. Hotel Haribavanam, Goldwins, Karuparampalayam Pirvu, Coimbatore, Tamil Nadu 641014 Left cutroad just next to Ramalakshmi mahal", + "deliverysuburb": "", + "droplat": "11.04551512", + "droplon": "77.04537766", + "deliverylat": "11.04551512", + "deliverylong": "77.04537766", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 42, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 5, + "cumulativekms": 7, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "22", + "transitMinutes": 22, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136115, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105401", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "9", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 36, + "orderamount": 36, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Ninusha", + "deliverycontactno": "9514286369", + "deliverylocationid": 0, + "deliveryaddress": "Adhithya pg for ladies Back side of post office ", + "deliverysuburb": "", + "droplat": "11.02933886", + "droplon": "77.03635871", + "deliverylat": "11.02933886", + "deliverylong": "77.03635871", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 47, + "pickuplon": "77.0006758", + "deliverycharges": 36, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 3, + "cumulativekms": 10, + "actualkms": "9.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 7.89, + "profit": 28.11 + }, + { + "orderheaderid": 136123, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105409", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Kaleeswaran B", + "deliverycontactno": "7339231410", + "deliverylocationid": 0, + "deliveryaddress": "Accenture Tidel park, coimbatore ", + "deliverysuburb": "", + "droplat": "11.03189164", + "droplon": "77.01836235", + "deliverylat": "11.03189164", + "deliverylong": "77.01836235", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 39, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 3, + "cumulativekms": 13, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136124, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105410", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "yuthish", + "deliverycontactno": "9363334531", + "deliverylocationid": 0, + "deliveryaddress": "Room No:C-4,Second Floor, Kaniagam Mansion,Keerthi Corner, Vetrilaikara St, Peelamedu, Coimbatore, Tamil Nadu 641004 Search Kaniagam mansion in google map", + "deliverysuburb": "", + "droplat": "11.02949252", + "droplon": "77.00181392", + "deliverylat": "11.02949252", + "deliverylong": "77.00181392", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 38, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 3, + "cumulativekms": 16, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136129, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105415", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Saranya S R", + "deliverycontactno": "9962311667", + "deliverylocationid": 0, + "deliveryaddress": "46, Rabindranath Tagore Road, Maniakarampalayam, Ganapathy, Coimbatore - 641006 Near Ananda’s bakery and opposite to Lavi Ville", + "deliverysuburb": "", + "droplat": "11.04779437", + "droplon": "76.97789528", + "deliverylat": "11.04779437", + "deliverylong": "76.97789528", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 33, + "pickuplon": "77.0006758", + "deliverycharges": 30, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 5, + "cumulativekms": 21, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "22", + "transitMinutes": 22, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136117, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105403", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vishnu Priya", + "deliverycontactno": "8884408482", + "deliverylocationid": 0, + "deliveryaddress": "18, Elysium Casa Del Sol, Fathima nagar, ChinnaMettupalayam Behind Coimbatore Public school ", + "deliverysuburb": "", + "droplat": "11.09237249", + "droplon": "76.9696628", + "deliverylat": "11.09237249", + "deliverylong": "76.9696628", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 45, + "pickuplon": "77.0006758", + "deliverycharges": 42, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 7, + "cumulativekms": 28, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "30", + "transitMinutes": 30, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 9.21, + "profit": 32.79 + }, + { + "orderheaderid": 136118, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105404", + "orderdate": "2026-05-12T14:03:11+05:30", + "deliverydate": "2026-05-12 08:33:11", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "9", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 36, + "orderamount": 36, + "customerid": 0, + "pickupcustomer": "Daily grubs nandhini", + "pickupcontactno": "9790694891", + "pickuplocationid": 981, + "pickupaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Maniakaram Palayam", + "pickupcity": "Coimbatore", + "pickuplat": "11.0432363", + "pickuplong": "77.0006758", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Yagavi", + "deliverycontactno": "6381789226", + "deliverylocationid": 0, + "deliveryaddress": ",CHIL SEZ IT park coginizant Call me ", + "deliverysuburb": "", + "droplat": "11.1002638", + "droplon": "76.99043959", + "deliverylat": "11.1002638", + "deliverylong": "76.99043959", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 44, + "pickuplon": "77.0006758", + "deliverycharges": 36, + "pickuplocation": "Maniakaram Palayam", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 4, + "cumulativekms": 32, + "actualkms": "9.0", + "ordertype": "Premium", + "eta": "18", + "transitMinutes": 18, + "trip_number": 3, + "assigned_rider": "1245", + "kitchen_key": "daily grubs nandhini", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 7.89, + "profit": 28.11 + }, + { + "orderheaderid": 136113, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 981, + "categoryid": 6, + "subcategoryid": 51, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105399", + "orderdate": "2026-05-12T14:02:38+05:30", + "deliverydate": "2026-05-12 08:32:38", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 6019, + "pickupcustomer": "Manjusha kitchen ", + "pickupcontactno": "8098804981", + "pickuplocationid": 0, + "pickupaddress": "Sri Ramakrishna Mills, Sathy Road, Ramakrishnapuram, Ganapathy, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "Ganapathy", + "pickupcity": "Coimbatore", + "pickuplat": "11.0517946", + "pickuplong": "76.9917895", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 3610, + "deliverycustomer": "Nandhini s kitchens", + "deliverycontactno": "8124167927", + "deliverylocationid": 0, + "deliveryaddress": "Mehala Tailors, FCI Road, Gandhimaa Nagar, Coimbatore, Tamil Nadu, India", + "deliverysuburb": "Maniakaram Palayam", + "droplat": "11.04332103", + "droplon": "77.00058783", + "deliverylat": "11.04332103", + "deliverylong": "77.00058783", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Daily grubs nandhini", + "locationsuburb": "Maniakaram Palayam", + "locationcity": "Coimbatore", + "locationcontactno": "9790694891", + "locationaddress": "", + "rider": "Andy daily test rider ", + "ridercontactno": "9080742015", + "riderkms": "68.57", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 49, + "pickuplon": "76.9917895", + "deliverycharges": 30, + "pickuplocation": "Ganapathy", + "deliverylocation": "Maniakaram Palayam", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 2, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "16", + "transitMinutes": 16, + "trip_number": 4, + "assigned_rider": "1245", + "kitchen_key": "manjusha kitchen", + "userid": 1245, + "username": "Andy daily test rider ", + "zone_name": "North East", + "rider_charge": 6.58, + "profit": 23.42 + }, + { + "orderheaderid": 136151, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 6, + "subcategoryid": 51, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105437", + "orderdate": "2026-05-12T14:04:24+05:30", + "deliverydate": "2026-05-12 08:34:24", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 6506, + "pickupcustomer": "selvarani", + "pickupcontactno": "8008084800", + "pickuplocationid": 0, + "pickupaddress": "Palaniappa Nagar Palaniappa Nagar, Ramanathapuram, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "ramanathapuram", + "pickupcity": "Ramanathapuram", + "pickuplat": "10.9927424", + "pickuplong": "77.0053459", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 2964, + "deliverycustomer": "vidhya kitchen", + "deliverycontactno": "8008984800", + "deliverylocationid": 0, + "deliveryaddress": "Ritham Tours & Travels 20, Gandhi nagar, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu 641015, India", + "deliverysuburb": "ramlakshman nagar", + "droplat": "11.01609331", + "droplon": "77.01468294", + "deliverylat": "11.01609331", + "deliverylong": "77.01468294", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 11, + "pickuplon": "77.0053459", + "deliverycharges": 30, + "pickuplocation": "ramanathapuram", + "deliverylocation": "ramlakshman nagar", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 4, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "23", + "transitMinutes": 23, + "trip_number": 1, + "assigned_rider": "1116", + "kitchen_key": "selvarani", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136093, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105379", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "1", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Vishnupriya damodharan", + "deliverycontactno": "9003454943", + "deliverylocationid": 0, + "deliveryaddress": "Near psg hospital ,tamilnadu housing board Peelamedu, coimbatore", + "deliverysuburb": "", + "droplat": "11.0215076", + "droplon": "77.00752184", + "deliverylat": "11.0215076", + "deliverylong": "77.00752184", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 69, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 1, + "actualkms": "1.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136097, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105383", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sarath", + "deliverycontactno": "8940076989", + "deliverylocationid": 0, + "deliveryaddress": "Mayflower Signature, 365, Avinashi Rd, Peelamedu, Coimbatore, Tamil Nadu 641004 7C (HARTS) , 7th Floor , near IDFC bank", + "deliverysuburb": "", + "droplat": "11.02342899", + "droplon": "77.00539382", + "deliverylat": "11.02342899", + "deliverylong": "77.00539382", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 65, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 0, + "cumulativekms": 2, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136111, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105397", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Lokesh Lakshmanan", + "deliverycontactno": "9741506425", + "deliverylocationid": 0, + "deliveryaddress": "The Focus Room 272, Mariamman Koil St, B Colony, Peelamedu Pudur, Masakalipalayam, Coimbatore, Tamil Nadu 641004 Inside road of Bharath petroleum ", + "deliverysuburb": "", + "droplat": "11.02054648", + "droplon": "76.9987904", + "deliverylat": "11.02054648", + "deliverylong": "76.9987904", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 51, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 1, + "cumulativekms": 3, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136088, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105374", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Abirami", + "deliverycontactno": "9344542677", + "deliverylocationid": 0, + "deliveryaddress": "Karuna ladies hostel Call Customer", + "deliverysuburb": "", + "droplat": "11.00906016", + "droplon": "77.00415312", + "deliverylat": "11.00906016", + "deliverylong": "77.00415312", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 74, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 2, + "cumulativekms": 5, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136096, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105382", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Parandama Reddy", + "deliverycontactno": "8142504274", + "deliverylocationid": 0, + "deliveryaddress": "Hive Service Apartment Near hindustan college ", + "deliverysuburb": "", + "droplat": "11.01293393", + "droplon": "76.997275", + "deliverylat": "11.01293393", + "deliverylong": "76.997275", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 66, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 1, + "cumulativekms": 6, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136108, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105394", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Hello Sivi", + "deliverycontactno": "8008984800", + "deliverylocationid": 0, + "deliveryaddress": "Hello Sivi Software Labs,, Hindustan College Road, Nava India Nava India", + "deliverysuburb": "", + "droplat": "11.01325749", + "droplon": "76.9956739", + "deliverylat": "11.01325749", + "deliverylong": "76.9956739", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 54, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 0, + "cumulativekms": 7, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136106, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105392", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sharumathi", + "deliverycontactno": "8220731236", + "deliverylocationid": 0, + "deliveryaddress": "Geojit financial services No. 496, A7, Grand CAG Central, Nava India, Avinashi road, CBE - 641004 behind Tata motors", + "deliverysuburb": "", + "droplat": "11.01739462", + "droplon": "76.99178588", + "deliverylat": "11.01739462", + "deliverylong": "76.99178588", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 56, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 1, + "cumulativekms": 8, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "8", + "transitMinutes": 8, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136109, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105395", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Thomson", + "deliverycontactno": "7358427429", + "deliverylocationid": 0, + "deliveryaddress": "Door No. 657, Ground floor, Tristar Tower Dbs bank avinashi road branch ", + "deliverysuburb": "", + "droplat": "11.01189957", + "droplon": "76.98536231", + "deliverylat": "11.01189957", + "deliverylong": "76.98536231", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 53, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 1, + "cumulativekms": 9, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136095, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105381", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Manikumar", + "deliverycontactno": "9025625195", + "deliverylocationid": 0, + "deliveryaddress": "Tristar towers 4th floor 407 room no Near angannan briyani", + "deliverysuburb": "", + "droplat": "11.01141839", + "droplon": "76.98575718", + "deliverylat": "11.01141839", + "deliverylong": "76.98575718", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 67, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 9, + "previouskms": 0, + "cumulativekms": 9, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "5", + "transitMinutes": 5, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136101, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105387", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Dr C Surya", + "deliverycontactno": "8098157601", + "deliverylocationid": 0, + "deliveryaddress": "No.304, Second floor, Shree hospital, Damu nagar,Puliakulam, Coimbatore Puliakulam ", + "deliverysuburb": "", + "droplat": "11.00671213", + "droplon": "76.99174456", + "deliverylat": "11.00671213", + "deliverylong": "76.99174456", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 61, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 10, + "previouskms": 1, + "cumulativekms": 10, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136099, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105385", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "voilet", + "deliverycontactno": "8903197047", + "deliverylocationid": 0, + "deliveryaddress": "41,kewin cottage appuswamy naidu layout puliakulam coimbatore near st anthonys church", + "deliverysuburb": "", + "droplat": "11.00416837", + "droplon": "76.99083261", + "deliverylat": "11.00416837", + "deliverylong": "76.99083261", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 63, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 11, + "previouskms": 0, + "cumulativekms": 11, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "6", + "transitMinutes": 6, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136102, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105388", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Nagalakshmi B", + "deliverycontactno": "9500639860", + "deliverylocationid": 0, + "deliveryaddress": "Aditya apartments B2 B block Sungam Chintamani Trichy road Ramanathapuram Coimbatore Opposite to Steel house ", + "deliverysuburb": "", + "droplat": "10.99773113", + "droplon": "76.98718205", + "deliverylat": "10.99773113", + "deliverylong": "76.98718205", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 60, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 12, + "previouskms": 1, + "cumulativekms": 12, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "9", + "transitMinutes": 9, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136100, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105386", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Uma Ganesh", + "deliverycontactno": "9884937068", + "deliverylocationid": 0, + "deliveryaddress": "24, Subbiah Layout, Ramanathapuram Near EB office", + "deliverysuburb": "", + "droplat": "10.99283671", + "droplon": "76.99907232", + "deliverylat": "10.99283671", + "deliverylong": "76.99907232", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 62, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 13, + "previouskms": 2, + "cumulativekms": 14, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "11", + "transitMinutes": 11, + "trip_number": 2, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136112, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105398", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "2", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Pooja", + "deliverycontactno": "9080859196", + "deliverylocationid": 0, + "deliveryaddress": "C1 castle park apartment, Ramanujam Nagar, Uppilipalayam C1- 3rd floor", + "deliverysuburb": "", + "droplat": "11.0193081", + "droplon": "77.02405943", + "deliverylat": "11.0193081", + "deliverylong": "77.02405943", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 50, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 1, + "previouskms": 0, + "cumulativekms": 2, + "actualkms": "2.0", + "ordertype": "Premium", + "eta": "14", + "transitMinutes": 14, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136098, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105384", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "6", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Thulasidas", + "deliverycontactno": "9626161081", + "deliverylocationid": 0, + "deliveryaddress": "61 narayanasamy nagar singanallur Near jayendra college ", + "deliverysuburb": "", + "droplat": "11.00791679", + "droplon": "77.04364841", + "deliverylat": "11.00791679", + "deliverylong": "77.04364841", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 64, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 2, + "previouskms": 4, + "cumulativekms": 5, + "actualkms": "6.0", + "ordertype": "Premium", + "eta": "18", + "transitMinutes": 18, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136091, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105377", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Kavitha", + "deliverycontactno": "9786404664", + "deliverylocationid": 0, + "deliveryaddress": "24 chellandiamman kovil street singanalur 25 Near chellandiamman temple", + "deliverysuburb": "", + "droplat": "10.99897847", + "droplon": "77.03077216", + "deliverylat": "10.99897847", + "deliverylong": "77.03077216", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 71, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 3, + "previouskms": 3, + "cumulativekms": 8, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "13", + "transitMinutes": 13, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136104, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105390", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "4", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sudharsan", + "deliverycontactno": "9894958802", + "deliverylocationid": 0, + "deliveryaddress": "9-7, TNHB Housing Unit, Singanallur, Tamil Nadu 641005, India 18/21, RVL Colony West, Uppilipalayam Post, Coimbatore, Tamil Nadu 641015", + "deliverysuburb": "", + "droplat": "11.00174342", + "droplon": "77.02716978", + "deliverylat": "11.00174342", + "deliverylong": "77.02716978", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 58, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 4, + "previouskms": 1, + "cumulativekms": 8, + "actualkms": "4.0", + "ordertype": "Premium", + "eta": "8", + "transitMinutes": 8, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136094, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105380", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "3", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Neha shankar", + "deliverycontactno": "8220187676", + "deliverylocationid": 0, + "deliveryaddress": "JR residency opp to canteen government esi medical College and hospital singanallur JR Residency ", + "deliverysuburb": "", + "droplat": "11.00931838", + "droplon": "77.0240773", + "deliverylat": "11.00931838", + "deliverylong": "77.0240773", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 68, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 5, + "previouskms": 1, + "cumulativekms": 10, + "actualkms": "3.0", + "ordertype": "Premium", + "eta": "10", + "transitMinutes": 10, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136110, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105396", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "5", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Sivakumar", + "deliverycontactno": "7708542801", + "deliverylocationid": 0, + "deliveryaddress": "B block G.kuppuswamy naidu memorial hospital PN palayam Coimbatore Opposite to Mani school", + "deliverysuburb": "", + "droplat": "11.01231214", + "droplon": "76.98101934", + "deliverylat": "11.01231214", + "deliverylong": "76.98101934", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 52, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 6, + "previouskms": 7, + "cumulativekms": 17, + "actualkms": "5.0", + "ordertype": "Premium", + "eta": "29", + "transitMinutes": 29, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136105, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105391", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "7", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Kannammal", + "deliverycontactno": "8884366950", + "deliverylocationid": 0, + "deliveryaddress": "47 Ambika Layout, New Siddhapudur Opp to Kaleeswari Broiler", + "deliverysuburb": "", + "droplat": "11.0195932", + "droplon": "76.97332543", + "deliverylat": "11.0195932", + "deliverylong": "76.97332543", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 57, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 7, + "previouskms": 2, + "cumulativekms": 18, + "actualkms": "7.0", + "ordertype": "Premium", + "eta": "12", + "transitMinutes": 12, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136089, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105375", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "8", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 30, + "orderamount": 30, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "RAJA P S", + "deliverycontactno": "8903585498", + "deliverylocationid": 0, + "deliveryaddress": "Bank of Baroda, Regional Office, Coimbatore, Opposite Railway Station, Bank Road Opposite Railway Station", + "deliverysuburb": "", + "droplat": "10.99548935", + "droplon": "76.9689279", + "deliverylat": "10.99548935", + "deliverylong": "76.9689279", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 73, + "pickuplon": "77.0147763", + "deliverycharges": 30, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 8, + "previouskms": 4, + "cumulativekms": 22, + "actualkms": "8.0", + "ordertype": "Premium", + "eta": "19", + "transitMinutes": 19, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 5.25, + "profit": 24.75 + }, + { + "orderheaderid": 136103, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105389", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Karthi", + "deliverycontactno": "9362625249", + "deliverylocationid": 0, + "deliveryaddress": "42, 10th cross street, Satyanarayana Nagar, Podanur Opposite to Podanur Indian Bank", + "deliverysuburb": "", + "droplat": "10.97014923", + "droplon": "76.98558875", + "deliverylat": "10.97014923", + "deliverylong": "76.98558875", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 2, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 59, + "pickuplon": "77.0147763", + "deliverycharges": 42, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 9, + "previouskms": 5, + "cumulativekms": 27, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "22", + "transitMinutes": 22, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 7.36, + "profit": 34.64 + }, + { + "orderheaderid": 136092, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105378", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Muthusamy", + "deliverycontactno": "9789826626", + "deliverylocationid": 0, + "deliveryaddress": "Sakthi illam, Satyanarayanagar Podanur Near rail nagar( Sai nagar)", + "deliverysuburb": "", + "droplat": "10.96818141", + "droplon": "76.98272053", + "deliverylat": "10.96818141", + "deliverylong": "76.98272053", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 70, + "pickuplon": "77.0147763", + "deliverycharges": 42, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 10, + "previouskms": 1, + "cumulativekms": 28, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 7.36, + "profit": 34.64 + }, + { + "orderheaderid": 136107, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105393", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Merlyn", + "deliverycontactno": "9677787418", + "deliverylocationid": 0, + "deliveryaddress": "1/10, Bharthi nagar Extn, Nadar Thottam Podanur 641023 Prithvi apartment", + "deliverysuburb": "", + "droplat": "10.96437992", + "droplon": "76.98149498", + "deliverylat": "10.96437992", + "deliverylong": "76.98149498", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 55, + "pickuplon": "77.0147763", + "deliverycharges": 42, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 11, + "previouskms": 1, + "cumulativekms": 28, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 7.36, + "profit": 34.64 + }, + { + "orderheaderid": 136090, + "applocationid": 1, + "applocation": "Coimbatore", + "tenantid": 916, + "partnerid": 44, + "locationid": 979, + "categoryid": 0, + "subcategoryid": 0, + "moduleid": 6, + "configid": 9, + "orderid": "916-2024105376", + "orderdate": "2026-05-12T14:01:59+05:30", + "deliverydate": "2026-05-12 08:31:59", + "orderstatus": "pending", + "deliverystatus": "", + "deliveryamt": 0, + "itemcount": 1, + "ordernotes": "", + "kms": "10", + "Pending": "", + "processing": "", + "ready": "", + "cancelled": "", + "delivered": "", + "assigntime": "2026-05-12 14:24:53", + "starttime": "", + "arrivaltime": "", + "pickuptime": "", + "deliverytime": "", + "canceltime": "", + "deliverycharge": 42, + "orderamount": 42, + "customerid": 0, + "pickupcustomer": "Vidhya kitchen", + "pickupcontactno": "8148910297", + "pickuplocationid": 979, + "pickupaddress": "Ritham Tours & Travels, Peelamedu, Ram Lakshman Nagar, Coimbatore, Tamil Nadu, India", + "pickupsuburb": "uppilipalayam ", + "pickupcity": "Coimbatore", + "pickuplat": "11.0163268", + "pickuplong": "77.0147763", + "pickupslot": "2026-05-12 12:00 PM", + "deliveryid": 0, + "deliverycustomerid": 0, + "deliverycustomer": "Ulaganathan", + "deliverycontactno": "9789826626", + "deliverylocationid": 0, + "deliveryaddress": "Sakthi illam, Satyanarayanagar ( Sai nagar) Near rail nagar", + "deliverysuburb": "", + "droplat": "10.96820517", + "droplon": "76.9829928", + "deliverylat": "10.96820517", + "deliverylong": "76.9829928", + "deliverytype": "B", + "paymenttype": 42, + "tenantname": "Daily grubs", + "tenanttoken": "ew4JKQ4ATViuVJlqYdPS70:APA91bGfxzTpkxeC7lgqjCzrcuEVYbKtMvLcKGX2WFK3jPEAgaDMH2wkQX9EFePMtcBA6gO70a8ldKbvA2q2cQ8l1eGSKImfZOozCSzpesUVrXzyzGofYsxj2ZZp_iaPckI0xYKXQh6E", + "tenantsuburb": "Krishna Colony Extension", + "tenantcity": "Sowri Palayam", + "tenantcontactno": "8008984800", + "tenantpostcode": "641015", + "tenantaddress": "", + "locationname": "Vidhya kitchen", + "locationsuburb": "uppilipalayam ", + "locationcity": "Coimbatore", + "locationcontactno": "8148910297", + "locationaddress": "", + "rider": "Suresh admin", + "ridercontactno": "8610938002", + "riderkms": "59.29", + "smsdelivery": 0, + "customertoken": "", + "ridertoken": "", + "quantity": 1, + "collectionamt": 0, + "slab": "Special", + "pricingdate": "2024-03-28T00:00:00Z", + "baseprice": 30, + "minkm": 8, + "priceperkm": 6, + "maxkm": 8, + "orders": 150, + "othercharges": 12, + "surgecharges": 2, + "sno": 72, + "pickuplon": "77.0147763", + "deliverycharges": 42, + "pickuplocation": "uppilipalayam ", + "deliverylocation": "", + "_kalman_smoothed": true, + "step": 12, + "previouskms": 1, + "cumulativekms": 29, + "actualkms": "10.0", + "ordertype": "Premium", + "eta": "7", + "transitMinutes": 7, + "trip_number": 3, + "assigned_rider": "1116", + "kitchen_key": "vidhya kitchen", + "userid": 1116, + "username": "Suresh admin", + "zone_name": "South East", + "rider_charge": 7.36, + "profit": 34.64 + } + ], + "message": "Success", + "status": true, + "meta": { + "total_orders": 74, + "utilized_riders": 3, + "active_riders_pool": 4, + "assigned_orders": 74, + "unassigned_orders": 0, + "total_profit": 1834.0, + "strategy_used": "multi_trip", + "engine": "unified", + "unassigned_details": [] + } +} +; diff --git a/src/pages/nearle/orders/orders.js b/src/pages/nearle/orders/orders.js index 837c3d6..4a5719a 100644 --- a/src/pages/nearle/orders/orders.js +++ b/src/pages/nearle/orders/orders.js @@ -97,6 +97,7 @@ import { import LoaderWithImage from 'components/nearle_components/LoaderWithImage'; import { useNavigate } from 'react-router'; import CSVExport from 'components/third-party/ReactTable'; +import Dispatch from '../dispatch/Dispatch'; // import usePreventReload from 'hooks/usePreventReload'; const Orders = () => { @@ -134,6 +135,7 @@ const Orders = () => { const [speedDialOpen, setSpeedDialOpen] = useState(false); const [aiDialog, setAiDialog] = useState(false); const [normalAssignDialog, setNormalAssignDialog] = useState(false); + const [dispatchPreviewData, setDispatchPreviewData] = useState(null); const [deliverylist, setDeliverylist] = useState([]); const [deliveryDetails, setDeliveryDetails] = useState([]); const [zoneData, setZoneData] = useState(null); @@ -413,6 +415,7 @@ const Orders = () => { setDeliveryDetails(data?.details); setZoneData(data?.zones); setMetaData(data?.meta); + setDispatchPreviewData(data); setAiDialog(true); // navigate('/nearle/orders/optimisedpreview', { // state: { @@ -636,14 +639,14 @@ const Orders = () => { const errorMessage = fetchpercentageIsError ? `Error fetching percentages: ${fetchpercentageError?.message}` : fetchorderscountIsError - ? `Error fetching orders Count: ${fetchorderscountError?.message}` - : fetchOrdersIsError - ? `Error fetching orders : ${fetchOrdersError?.message}` - : fetchtenantsIsError - ? `Error Fetching on Tenants:${fetchtenantsError?.message} ` - : fetchlocationsIsError - ? `Error Fetching on Tenants Locations:${fetchlocationsError?.message} ` - : null; + ? `Error fetching orders Count: ${fetchorderscountError?.message}` + : fetchOrdersIsError + ? `Error fetching orders : ${fetchOrdersError?.message}` + : fetchtenantsIsError + ? `Error Fetching on Tenants:${fetchtenantsError?.message} ` + : fetchlocationsIsError + ? `Error Fetching on Tenants Locations:${fetchlocationsError?.message} ` + : null; useEffect(() => { if (errorMessage) { @@ -660,11 +663,11 @@ const Orders = () => { fetchtenantsIsLoading || fetchlocationsIsLoading || createloader) && ( - <> - - - - )} + <> + + + + )} { { row.orderstatus === 'confirmed' || row.orderstatus === 'delivered' || row.orderstatus === 'accepted' - ? 'success' - : row.orderstatus === 'cancelled' - ? 'error' - : row.orderstatus === 'processing' - ? 'primary' - : 'primary' + ? 'success' + : row.orderstatus === 'cancelled' + ? 'error' + : row.orderstatus === 'processing' + ? 'primary' + : 'primary' } size="small" variant="light" @@ -2087,7 +2090,12 @@ const Orders = () => { {/* ============================================= || AI optimisation Assign Orders | ============================================= */} - + { { - - - {zoneData?.map((zone, index) => { - const orders = zone?.riders?.flatMap((rider) => rider.orders); - - return ( - - - - - Zone {index + 1} : - - - - - - - - - - - - - - - - -
- - - # - {/* Tenant */} - Order Location - Pickup - Delivery - Notes - Rider - Type - Profit - Charges - KMS - - - - - {orders.map((val, i) => ( - - - - {i + 1} - - {/* - - - {val.tenantname} - - - {val.tenantsuburb} -
-
- - - {val.applocation} - -
-
*/} - - - - {`${val.locationname}-(${val.locationsuburb})`} - - - - - {val.orderid} - - - - - - {dayjs(val.pickupslot).format('DD/MM/YYYY')} - - - - - - - {dayjs(val.expecteddeliverytime).format('DD/MM/YYYY')} - - - - - - - - - {val.pickupcustomer} - {val.pickupcontactno} - - - {val.pickupsuburb || val.pickupaddress.slice(0, 20)} - - - - - - - - - {val.deliverycustomer} - {val.deliverycontactno} - - - {val.deliverysuburb || val.deliveryaddress.slice(0, 20)} - - - - - - - - {val.ordernotes} - - - - - - {val.rider} - -
- ID : {val.userid} -
- - - - ) : val.ordertype === 'Risky' ? ( - - ) : ( - - ) - } - color={val.ordertype === 'Economy' ? 'success' : val.ordertype === 'Risky' ? 'error' : 'primary'} - variant="light" - /> - - - - - - - - - - - {/* - - */} - - - - - - - - - - - - -
-
- ))} -
-
- - - - ); - })} - + + {dispatchPreviewData && } diff --git a/src/routes/MainRoutes.js b/src/routes/MainRoutes.js index 8b3d436..ed25929 100644 --- a/src/routes/MainRoutes.js +++ b/src/routes/MainRoutes.js @@ -48,6 +48,8 @@ const RidersLogs = Loadable(lazy(() => import('pages/nearle/reports/ridersLogs') const Riders = Loadable(lazy(() => import('pages/nearle/riders/riders'))); const Createrider = Loadable(lazy(() => import('pages/nearle/riders/createrider'))); const EditRider = Loadable(lazy(() => import('pages/nearle/riders/editRider'))); +const Dispatch = Loadable(lazy(() => import('pages/nearle/dispatch/Dispatch'))); + // ==============================|| MAIN ROUTING ||============================== // @@ -164,6 +166,10 @@ const MainRoutes = { element: } ] + }, + { + path: 'dispatch', + element: } ] }, @@ -205,8 +211,9 @@ const MainRoutes = { element: } ] - } + }, ] }; + export default MainRoutes; diff --git a/src/utils/locales/en.json b/src/utils/locales/en.json index 23eb7c0..5ac473c 100644 --- a/src/utils/locales/en.json +++ b/src/utils/locales/en.json @@ -16,5 +16,6 @@ "ordersdetails": "Orders Details", "riderssummary": "Riders Summary", "riderslogs": "Riders Logs", - "invoice": "Invoice" + "invoice": "Invoice", + "dispatch": "Dispatch" }