๐ฆ Product Catalog
| Name | ASIN | Brand | INR | AED | Weight | Stock | Actions |
|---|
๐ซ Banned Products
| Name | ASIN | Ban Reason | Action |
|---|
๐งฎ Live Pricing Calculator
Formula: Logistics = 16 AED/kg ยท Min charge = 500g ยท Margin = 10% of (base+logistics), capped at AED 20 ยท Final = base + logistics + margin + 5% VAT
Breakdown
Source โ AEDโ
Effective weight (min 500g)โ
Logistics (16 AED/kg)โ
Margin (10%, cap 20)โ
UAE VAT (5%)โ
Final Customer Priceโ
๐ฐ Bulk Pricing Manager
| Product | Weight | INR | Base AED | Logistics | Margin | VAT | Auto AED | Custom AED | Save |
|---|
๐ Orders & Tracking
โ๏ธ BigQuery Connection Setup
Quick Steps
- Go to
console.cloud.google.com - Create project:
zongdong-backend - Enable BigQuery API
- Create dataset:
zongdong - Run the SQL from
schema.sql - Deploy API:
bash deploy.sh PROJECT SECRET - Paste the Cloud Run URL above
Connection Status
Enter your API URL and secret above, then click Test Connection.
When connected, all data is persisted to BigQuery in real-time.
Until connected, the dashboard runs in local demo mode.
Until connected, the dashboard runs in local demo mode.
Files in your download:
๐
๐
๐
๐
๐
๐
๐
server.js โ Node.js API (deploy to Cloud Run)๐
package.json โ Dependencies๐
Dockerfile โ Container config๐
schema.sql โ BigQuery table schemas๐
deploy.sh โ One-command deployment script๐
dashboard.html โ This dashboard file