jQuery Plugin for editable and dynamic Invoice with calculation.
jQuery version >= 1.12.4
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"
});
This package is licensed under the MIT License.