Skip to content

NexoPOS 4.5.6

Compare
Choose a tag to compare
@Blair2004 Blair2004 released this 24 Sep 10:52
1b5b339

This update introduces a new feature that is the QueryFilter. This feature helps to apply permanent filters on a crud instance. At the moment that filter works only on the Orders. Gradually we'll be adding the filters to other crud instances.

screenshot-github blog-2021 09 24-10_50_55

A filter applies to subsequent requests and can be cleared. The filters are erased when the page refreshes.
image

Changelog:

  • fix #313
  • Added: capacity to edit customer coupon usage
  • fix #317
  • Added: query filter for crud
  • Added: json response for QueryException
  • Updated: crud.ts to crud.vue
  • Fixed: unable to load a coupon not assigned on the POS
  • Provide Product Original Values (fix #323)