Dashboard
Login
Pending Orders
Summary
Menu
Coupon Status
Menu Management
Welcome Master! You can manage menu items here.
Coupon Payment Status
Pending prepaid coupon payments will appear here.
Loading...
Logout
Login
Login
Pending Orders
Loading...
Summary
Year:
Select Year
View:
Select View Type
Table
Line Graph
Pie Chart
Histogram
Month:
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Processing... Please wait âŗ
const API_BASE_URL = "https://script.google.com/macros/s/AKfycbyI_n5W9EoqPC-J40JPfNeVISEZKxJJjo5WwcYTRXkvmHnx8huh5U15T-nSveW9_0zj/exec"; function apiPost(action, payload = {}) { return fetch(API_BASE_URL, { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ action: action, ...payload }) }).then(res => res.json()); }