Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adilsezer/invoicegenerator

A VBA macro project, allowing vendors to enter bulk invoice details in Excel and automatically create PDF invoices based on a predefined company template in a worksheet
https://github.com/adilsezer/invoicegenerator

excel invoice pdf vba

Last synced: about 2 months ago
JSON representation

A VBA macro project, allowing vendors to enter bulk invoice details in Excel and automatically create PDF invoices based on a predefined company template in a worksheet

Awesome Lists containing this project

README

        

# InvoiceGenerator
A VBA macro project, allowing vendors to enter bulk invoice details in Excel and automatically create PDF invoices based on a predefined company template in a worksheet

## Usage
* Create an invoice template sheet and name it as specific clientID
* Modify created invoice template sheet as per your need (keep the ``Unique..`` keywords to let macro catch details)
* Enter invoice fields in ``Invoice Details`` Sheet
* Press macro button

## Screenshots
### Invoice Details Sheet with some data
![Alt text](https://github.com/sezerad/InvoiceGenerator/blob/master/Screenshots/InvoiceDetail.png?raw=true "InvoiceGenerator")
### Created PDF invoice
![Alt text](https://github.com/sezerad/InvoiceGenerator/blob/master/Screenshots/InvoiceExample.png?raw=true "InvoiceGenerator")