You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
539 B

  1. I see two obvious extensions to the functionality already developed:
  2. 1. Add back on demand customer lookup (only when online);
  3. 2. Make customers available to pos, dependent on the pos session or user.
  4. In pos.config or res.users (or both) there could be a selection field customer_loading with values:
  5. - 'no_one': disable customer loading (usefull for self service pos, without customer feature)
  6. - 'selection': the feature now implemented (load only checked customers) (default value)
  7. - 'all': for super cashier, (after sale PoS), etc.