A Google Sheets invoice template does one job well: it prints. The header, the line items, the four formulas at the bottom. The automation people bolt on afterwards reads the invoice number out of cell B4 , exports the sheet as a PDF, emails it, and appends a row to a Log tab: const invoiceNo =...

Source: [Dev.to](https://dev.to/hayrullahkar/two-invoices-one-number-allocate-invoice-numbers-from-the-log-not-a-cell-1o66)

Sponsored