Teams must process hundreds of invoices for customers. Use this bot to automate the process and spend your time on other tasks instead.
This bot takes invoice data from an Excel file, creates invoices in Quickbooks, and emails the invoices to customers.
The data used for the Excel spreadsheet must exist within the database, and that must have a valid email address already present. If it does not, the bot will close and move on to the next row. Accuracy is extremely important for the inputs in the Excel file.
Each customer will have their own sheet within the Excel file. Every customer will follow a specific template listed in that Excel file for the bot to run correctly. Error Handling use cases are present for missing or improper fields, so the bot will be able to continue running even when one record has an error.
This also includes the existence of classes. If a class does not exist, it must be noted within the spreadsheet. There is a readme file with additional details