firoz-ahmad-likhon / jquery-invoice-plugin

jQuery plugin for generating dynamic invoice with calculation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

jQuery plugin for generating dynamic invoice with calculation.

License:MIT License


Languages

Language:JavaScript 100.0%