WAS PVT LTD SALES TAX SOFTWARE — DOMAIN / SUPABASE SETUP

1) Run supabase-setup.sql in your Supabase SQL Editor.
2) Open supabase-config.js and replace:
   PASTE_YOUR_SUPABASE_PUBLISHABLE_KEY_HERE
   with your project's Publishable/anon key.
3) Upload all files/folders in this package to your hosting public_html (or equivalent).
4) Open the domain in Chrome/Edge.
5) Login with the existing software credentials (default admin/admin) and immediately change the password.
6) Existing browser data is retained locally. Once cloud sync is active, the app_state record is used as the cloud copy.

IMPORTANT SECURITY NOTE:
This package provides a quick single-company cloud-sync layer. Because the existing application uses its own browser-side login, the next production-hardening step should be Supabase Auth + per-company Row Level Security. Do NOT put a Supabase service_role key in the browser.

Recommended domain:
app.yourdomain.com

Files:
- invoice software.html        Main application
- supabase-config.js           Supabase URL + publishable key
- supabase-setup.sql           Database setup
- assets/                      Logos and document assets
