Hi Glide community,
I’m building a mobile inventory management and billing app using Glide’s Free plan — and I’ve been working on a workaround that lets me generate professional PDF invoices without needing a Glide Pro subscription or any external PDF generation tools.
Here’s the idea I’m implementing:
Workflow Overview:
-
Inventory is managed in Glide (phones tracked by IMEI number, brand, model, color, storage, etc.)
-
Sales are submitted through a billing form and approved by the admin
-
Upon approval, we generate a Construct URL that passes relevant data (customer name, phone details, total price, etc.) as query parameters
-
The URL opens a Netlify-hosted HTML file (static, no backend) that:
1. Detects which shop the sale belongs to based on a location parameter 2. Selects a corresponding invoice layout (with logo, header, GST info, etc.) 3. Inserts the values dynamically in layout 4. Generates a formatted PDF invoice and auto-downloads it 5. Then redirects to about:blank (reduce bandwith as Netify provides 100GB/Month free)
Why I’m posting this:
I’ve made good progress with ChatGPT’s help — including HTML, and the Construct URL logic — but I have some open questions and would love insight from Glide power users:
My key questions:
1. Has anyone here implemented something similar before — and what kind of issues should I watch out for?
2. Is this method of generating dynamic PDF invoices using Construct URL and query params sustainable, especially with the 2048-character limit?
3. Is it possible to use this approach long-term without needing Glide Pro or Netlify paid plans?
4. Can someone help me review or improve the HTML code that generates the invoice? I’m not a developer and would appreciate any eyes on that.
5. Are there better approaches on the Free plan to generate PDFs or links that stay usable and shareable?
Future use case:
-
Instead of printing bills, I can now simply send the customer a Glide-generated link that auto-downloads their invoice
-
The link never expires, making it easy to access again later (From lets say bill no.)
-
I can even generate QR codes in Glide that embed the invoice URL — so my staff can scan and retrieve invoices on demand and send the link to the customer
-
I’m really excited about this idea and just want to know if I’m heading in the right direction or if I’m missing something important.
Thanks in advance for your time and tips!
Shubh Naredi
shubhnaredi@gmail.com
+918788731189
(No-code enthusiast trying to do a lot with a little)