kumarkiran
kumarkiran10mo ago

invoice generation

Hi guys how do you create an invoice calculate taxes and send the invoice pdf via email i am looking for a thread or blog with detailed explanation
5 Replies
Shams
Shams10mo ago
cc @Luis
Luis
Luis10mo ago
Hey @kumarkiran, good question. You can use our "HTML To PDF" template as a starting point for the invoice creation part. Then to send it via email, you can use any of our mailing integration nodes i.e sendgrid or resend. The actual contents of the invoice will depend on your business logic.
kumarkiran
kumarkiran10mo ago
Hi @Luis how do i calculate the tax part and can i read the screen as html from flutter flow or retool
Luis
Luis10mo ago
@kumarkiran, well that really depends on a couple of variables. For example, the item and tax rate. We can have a basic node in BuildShip for doing this you'd have to fill in the tax rate and amount (which can come from anywhere i.e your database)
No description
kumarkiran
kumarkiran10mo ago
Thank you i have to work it up 👍