paranzchoy / rapidpos

POS Awesome is an open-source Point of Sale for Erpnext using Vue.js and Vuteify
GNU General Public License v3.0
0 stars 5 forks source link

Fixes and receipt changes #216

Closed elliegoldstein8 closed 3 years ago

elliegoldstein8 commented 3 years ago

Fixed issues #210 and #195.

Issue #210 has a parseInt for paid_change and credit_change amount: image So changing to parseFloat solved the issue.

For issue #195, I edited it again since last time the module set of the print format was in the other repo. Result: image