Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 970 Bytes

README.md

File metadata and controls

31 lines (15 loc) · 970 Bytes

ERPNext-Scripts

Various unrelated ERPNext Scripts.

1. Weighted Barcode

The Weighted Barcode Script allows scanning of scale printed weight barcode into the POS. Replace your pos.js file and customise it according these instructions to suit your barcode format.

  1. Get this pos.js file

  2. Then replace pos.js located at ~/frappe-bench/apps/erpnext/erpnext/accounts/page/pos/pos.js

OR just copy and paste everything to your pos.js.

  1. cd ~/frappe-bench

  2. bench build

Compatibility

  • Tested with ERPNext v7.x to v10.x.
  • Works best with Firefox browser. There is an issue with Google Chrome.

Issues

Please report any issues to this discussion thread. Push requests (your edits) are welcome!