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.
- Host: GitHub
- URL: https://github.com/firoz-ahmad-likhon/jquery-invoice-plugin
- Owner: firoz-ahmad-likhon
- License: mit
- Created: 2018-01-06T05:44:25.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T07:58:39.000Z (7 months ago)
- Last Synced: 2025-04-16T13:34:59.613Z (about 2 months ago)
- Topics: invoice, javascript, jquery, plugin
- Language: JavaScript
- Size: 7.81 KB
- Stars: 9
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.