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

https://github.com/firoz-ahmad-likhon/jquery-invoice-plugin

jQuery plugin for generating dynamic invoice with calculation.
https://github.com/firoz-ahmad-likhon/jquery-invoice-plugin

invoice javascript jquery plugin

Last synced: about 1 month ago
JSON representation

jQuery plugin for generating dynamic invoice with calculation.

Awesome Lists containing this project

README

        

# jquery-invoice-plugin
jQuery Plugin for editable and dynamic Invoice with calculation.

# Requirement
jQuery version >= 1.12.4

# Usage
jQuery().invoice({
addRow : "#addRow",
delete : ".delete",
parentClass : ".item-row",

price : ".price",
qty : ".qty",
total : ".total",
totalQty: "#totalQty",

subtotal : "#subtotal",
discount: "#discount",
shipping : "#shipping",
grandTotal : "#grandTotal"
});

# License
This package is licensed under the MIT License.