POS Awesome Versions Save

POS Awesome is an open-source Point of Sale for Erpnext using Vue.js and Vuetify

Version-6-2-0

3 months ago
  • fix: POS Offers should be able to bypass the maximum discount set as a limit
  • feat: search items in any direction
  • feat: create invoice from order
  • fix: Edit Posting Date Not Working
  • fix: return invoice from held
  • fix: Incorrect Item Price Display in ItemsSelector
  • feat: after uninstall clear custom fields and properties
  • fix: The 'Default Sales Order' setting is not always persistent
  • fix: apply user permissions on sales person
  • fix: no need to watch customer_price_list changes
  • fix: on Credit Sales the Due Date is not changing
  • fix: do not update item detail on return invoice
  • fix: validate invoice for pos shift

Version-6-1-3

9 months ago
  • fix: respect valid from and valid up to on getting item prices
  • fix: auto allocate invoice amount for Mpesa Payments
  • fix: Sales taxes are zeroed out on Sales Invoice

Version-6-1-2

9 months ago
  • fix: calculating items taxes
  • fix: Could not find Cost Center: 1, when Submitting Mpesa Selection

Version-6-1-0

9 months ago
  • refactor: auto set batch
  • feat: apply max discount allowed on item discount
  • fix: v-model cannot be used on a prop in OpeningDialog
  • fix: Shortcuts not working
  • fix: auto set batch
  • feat: auto allocate of customer credits to invoices
  • fix: calculating items taxes
  • fix: get customer outstanding invoices
  • feat: allow submit return invoice without payment

Version-6-0-3

10 months ago
  • fix: invoice direct payments
  • fix: item row amount format

Version-6-0-2

10 months ago
  • fix: item qty format

Version-6-0-1

10 months ago
  • feat: play submit sound on success payments
  • fix: events from evntBus
  • fix: use customer credit with new payments
  • fix: Mpesa C2B

Version-6-0-0

10 months ago
  • feat: POS Payments
  • feat: Payments options in pos profile
  • feat: set payments in pos closing
  • feat: payments auto search & invoice filter by pos profile
  • update: material icons CDN URL
  • fix: POS Closing Shift difference amount
  • fix: rounding & numbers format
  • fix: invoice amount & items amount
  • fix: get stock qty in limit search
  • fix: search and add items with limit search
  • fix: don't allow close the shift from payments

Version-4-4-0

11 months ago
  • feat: option to Allow Duplicate Customer Names
  • feat: backend items search option as 'Use Limit Search' thanks to @Madcheese101
  • feat: search by batch number
  • feat: disable submit button when clicking once so as to prevent opening 2 shifts

Version-3-6-0

11 months ago
  • Feat: option to change how filtering and fetching items work, now you can switch to direct item data fetch and filter from the database instead of loading all items when logging in to POS and then filtering the loaded items thanks to @Madcheese101 #317.