What is the difference between a Client ID and a Quote Code?
What is the difference between a Client ID and a Quote Code?
These two identifiers serve different purposes:
- Client ID (for example,
GLACQ-0005) identifies a client. It is assigned to a client’s email address the first time they appear in the system, and stays the same across all their quotes. - Quote Code (for example,
GLACQ-0005-C03) identifies a specific quote for that client. The suffix increments each time a new quote is created for the same client —C01for the first quote,C02for the second, and so on.
Can two consultants see each other's quotes?
Can two consultants see each other's quotes?
No — by default, each consultant can only see the quotes they created. Admin users can view quotes from all consultants across the team.If you need visibility into another consultant’s quotes (for example, when covering for a colleague), ask your administrator to grant you admin access by adding your email to the
VITE_ADMIN_EMAILS environment variable.What happens if I search for a client who isn't in the system?
What happens if I search for a client who isn't in the system?
If a search in Section 0 returns no results, you have two options:
- Assign a new Client ID. Click Tạo Client ID mới to register the client’s email in the Data Warehouse and assign them a new Client ID. The new ID and email are automatically carried into the quote form.
- Proceed without a Client ID. You can fill in the client’s details manually in Section 1 and continue creating the quote without linking them to an ID.
Why does the email field show a number badge next to the client email?
Why does the email field show a number badge next to the client email?
The badge next to the client email field in Section 1 shows how many quotes have previously been created for that email address in the GLAC Quote Tool Data Warehouse (your Supabase database). It is a quick way to see whether a client is new or returning before you build the quote.The count only reflects quotes created through the tool — it does not include records from VTiger CRM or Jira.
Can I send a quote without connecting Zoho Mail?
Can I send a quote without connecting Zoho Mail?
Yes. If Zoho Mail is not connected, the tool provides a manual fallback when you click Send:
- It opens a Zoho Mail compose tab in your browser with the recipient, subject, and body pre-filled.
- It copies the quote HTML to your clipboard so you can paste it into any email client.
How do I change the pricing on an existing quote?
How do I change the pricing on an existing quote?
Existing quotes cannot be edited after they are created. To issue a corrected quote with updated pricing, create a new quote for the same client. The new quote will receive the next sequential Quote Code (for example, if the original was
GLACQ-0005-C01, the new one will be GLACQ-0005-C02).If you need to update the standard pricing for all future quotes, see Customize market pricing.What is the 'Others' market option?
What is the 'Others' market option?
The Others market option is for incorporation or service requests in a market that is not listed (Singapore, Hong Kong, US, or Offshore). When you select Others, you can type a custom market name, and the tool generates a quote using a generic template without market-specific pricing defaults.Because there are no preset prices for the Others market, you will typically enter a custom price manually on the quote form.
Why don't I see any data in Supabase Mode after switching from Demo Mode?
Why don't I see any data in Supabase Mode after switching from Demo Mode?
Data created in Demo Mode is stored only in your browser’s local storage. It is completely separate from Supabase and cannot be transferred or migrated. When you switch to Supabase Mode, you start with a clean slate in the database.This is expected behavior — Demo Mode is intended only for evaluation and testing, not for creating real client records.
How do I add or remove an admin user?
How do I add or remove an admin user?
Admin access is controlled in two ways:
- Environment variable. Add or remove email addresses from the
VITE_ADMIN_EMAILSenvironment variable (comma-separated), then redeploy the app. Changes take effect after the next deployment. - Supabase database. Admins can also be managed directly through your Supabase project’s admin panel by your system administrator.
Is my Zoho password stored in GLAC Quote Tool?
Is my Zoho password stored in GLAC Quote Tool?
No. GLAC Quote Tool connects to Zoho Mail using OAuth 2.0 — a standard authorization protocol that never exposes your password to the tool. When you click Connect Zoho Mail, you are redirected to Zoho’s own login page to authorize access. Zoho then issues an access token to the tool, which is stored securely in your Supabase database.Your Zoho password is never seen, transmitted, or stored by GLAC Quote Tool at any point.
