Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adilsezer/invoicegenerator
- Owner: adilsezer
- Created: 2020-08-14T21:33:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T23:57:59.000Z (over 1 year ago)
- Last Synced: 2024-01-07T01:57:22.854Z (12 months ago)
- Topics: excel, invoice, pdf, vba
- Language: VBA
- Homepage:
- Size: 846 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")