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.

27 lines
951 B

  1. This module extends the functionality of the point of sale by allowing a
  2. better control at the closing of the session.
  3. * Show differences for all statements chosen (see config part)
  4. * Allow user to control each statement. (not only the cash statement, by
  5. default) and change his starting and ending balance
  6. .. figure:: ../static/description/change_starting_balance.gif
  7. * Quickly solve differences (we can set an absolute limit),
  8. thanks to pos_move_reason
  9. See this gif where where we set ending balance with difference, solve it and
  10. close session :
  11. .. figure:: ../static/description/end_session_balance_automatic_solve.gif
  12. As the verification is more complete, allow the user to reopen a new session,
  13. if the first one is in a closed state.
  14. .. figure:: ../static/description/open_new_session.png
  15. Extra checks are done, to prevent user errors:
  16. * It is not possible to click on the button 'Close Session' if there are some
  17. draft orders.