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
cc @Luis
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.
Hi @Luis how do i calculate the tax part and can i read the screen as html from flutter flow or retool
@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)
Thank you i have to work it up
👍