Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #57517 All Revisions ] Back to Issue ]
Summary 0057517: JS error when clicking on DONE with prepayments enabled in a fully paid order
Revision 2024-12-23 16:47 by kchoperena
Description Having prepayments enabled, if we reopen the order, navigate to the payment section and click on DONE, a JS error appears

The error happens in the CashupUtils.js line 290:

prepaymentsAmount =
          OB.DEC.sub(ticket.obposPrepaymentamt, deliveredGrossAmount) <= 0
            ? ticket.obposPrepaymentamt
            : OB.DEC.sub(ticket.obposPrepaymentamt, deliveredGrossAmount);
Revision 2024-12-23 16:44 by kchoperena
Description Having prepayments enabled, if we reopen the order, navigate to the payment section and click on DONE, a JS error appears
Revision 2024-12-23 16:17 by kchoperena
Description There is a functionality that is executed when an order is completely paid and has lines ready to be delivered, allowing us to deliver an order from the POS.

The window appears when we click on the DONE button and synchronize the ticket with the server


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker