Approve agencies, set commission %, and manage reseller accounts.
0 agency registration(s) awaiting your approval.
Loading…
Edit Agency
Loading…
Monthly Revenue (Last 6 Months)
Loading…
Top Cities by Active Branches
Loading…
Plan Distribution
Loading…
Top Owners by Revenue
Loading…
Total Demos
—
Active Now
—
Expired
—
Converted
—
Via Field Officer
—
Grant Demo — Existing Branch
Give 7-day free demo access to a branch already registered in Rezto.
New Owner + Demo (Quick Setup)
Register a new restaurant owner, create their branch and activate demo — all at once.
Restaurant / Branch
Owner
City
Demo Start
Demo End
Days Left
Status
Granted By
Note
Actions
Loading…
Total Visits
—
This Month
—
Converted
—
Demos Given
—
Follow-ups
—
Restaurant
Contact
Phone
City
Type
Employee
Status
Priority
Visited
Follow-up
Actions
Loading…
Create Field Employee
Active Field Employees
Loading…
Visit Details
Edit Field Employee
Follow-up Log —
Follow-up History
Loading…
Create Full Platform Backup
Backs up all restaurants, all owners, all branches in one encrypted file.
Store safely — needed to restore
Restore Platform Backup
Upload a .rezto platform backup to restore all data. Records are upserted — existing data is never deleted.
This will insert/merge records from the backup file into the live database.
Platform Backup History (this browser)
No backups yet.
Download Restaurant Backup
Download a specific restaurant's data as an encrypted .rezto file.
Share this password with the restaurant owner
Upload Backup for Restaurant
If a restaurant owner sends you their .rezto backup file, upload it here to restore their data.
Records are upserted. Existing data is never deleted.
Restaurant Backup History (this browser)
No restaurant backups yet.
Change Login Credentials
Platform UPI / Payment Settings
This UPI ID is shown on the renewal payment QR for all owners.
Logo preview
Payment Options Visible to Owners
Turning off a method hides it from all owner panels immediately after saving.
Run this SQL once in Supabase → SQL Editor:
CREATE TABLE IF NOT EXISTS platform_settings (
id integer PRIMARY KEY DEFAULT 1,
upi_id text,
license_price integer DEFAULT 799,
whatsapp text,
brand text DEFAULT 'Rezto POS',
cashfree_app_id text,
cashfree_secret_key text,
cashfree_env text DEFAULT 'production',
smtp_host text,
smtp_port integer DEFAULT 465,
smtp_user text,
smtp_pass text,
smtp_from_name text DEFAULT 'Rezto POS',
admin_email text DEFAULT 'admin@rezto.in',
logo_url text,
updated_at timestamptz DEFAULT now()
);
ALTER TABLE platform_settings ENABLE ROW LEVEL SECURITY;
CREATE POLICY "public read" ON platform_settings FOR SELECT USING (true);
CREATE POLICY "anon write" ON platform_settings FOR ALL USING (true);
-- Also run this for field visit follow-up tracking:
CREATE TABLE IF NOT EXISTS field_visit_followups (
id uuid PRIMARY KEY DEFAULT gen_random_uuid(),
visit_id uuid REFERENCES field_visits(id) ON DELETE CASCADE,
status text,
notes text,
next_follow_up date,
logged_by text DEFAULT 'Super Admin',
created_at timestamptz DEFAULT now()
);
ALTER TABLE field_visit_followups ENABLE ROW LEVEL SECURITY;
CREATE POLICY "anon_all_fv_followups" ON field_visit_followups FOR ALL USING (true) WITH CHECK (true);
Email (SMTP) Settings
All transactional emails (welcome, payment invoice, agency notifications) are sent from this SMTP account.
Quick fill: Gmail Outlook / Office 365
Gmail: enable 2FA → generate App Password. | Outlook: use your email + password (or App Password if MFA enabled).
WhatsApp Auto-Notifications (WATI)
When configured, payment invoices are automatically sent to owners via WhatsApp after approval. Without WATI, a manual wa.me link opens instead.
Cashfree Payment Gateway
Enable online payments for license renewal. Owners can pay directly via Cashfree checkout — payments are auto-approved instantly.
Enable Cashfree Online Payments
Show "Pay Online" button to owners in the renewal page
Setup: Go to Cashfree Dashboard → Developers → API Keys. Copy your App ID and Secret Key below. Use Production for live payments.
All Customer Data
Customer visits across all restaurants. Filter and export to Excel.
Loading...
Name
Phone
Restaurant
Branch
Visits
Total Spend
Points
Tier
Last Visit
Loading...
Add Warehouse Staff Account
This creates login credentials for warehouse.html → Warehouse Staff tab. Share email & password with the staff member.
Add Owner Account
Create New Agency
Add Branch
Auto-Generated License Key
—
Review Payment
Edit Owner Credentials & Info
Leave New Password blank to keep the current password unchanged.