Skip to content

firoz-ahmad-likhon/jquery-invoice-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published