Skip to content

kofrimpong/InvoiceGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Yii 1.1 invoice generateor. You send a json request with specific invoice details and it will return a generated PDF invoice. Below is the json format to be sent to the invoice generator

{
    "header":"",
    "invoiceNumberTitle":"",
    "toTitle":"",
    "dateTitle":"",
    "paymentTermsTitle":"",
    "dueDateTitle":"",
    "quantityHeader":"",
    "unitCostHeader":"",
     "unitAmountHeader":"",
     "amountTitle":"",
     "itemsHeader":"",
     "subtotalTitle":"",
     "discountTitle":"",
     "taxTitle":"",
     "logo":"",
     "items":[
         {"name":"","quantity":"","unitCost":"","description":""}
     ]
}

About

This is a Yii 1.1 invoice generateor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages