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

View Revisions: Issue #56106 All Revisions ] Back to Issue ]
Summary 0056106: [RM-15704] When an order pointing to a customer which is not part of master data is loaded an error is shown
Revision 2024-07-24 14:08 by guilleaer
Steps To Reproduce From POS2 create a new customer
Create an order with this customer
refresh master data
refresh POS
using dev tools remove from business partner master data the recently created customer (remove from indexed db)

try to open the order from "orders"
it will fail

"Error
The paid receipt can not be loaded because customer is not valid for this terminal."

This happens because there is a condition in
"customerLoaded.java" which needs to be removed (https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/blob/3d4db00a5bc27431d1cbb2e50e4cb4cf98646512/src/org/openbravo/retail/posterminal/master/LoadedCustomer.java#L102 [^])

After fixing that problem other problem appears

POS2 when the order is loaded executes a call to CRM connector to load the business partner but it does not exists (CRM calls to masterdata)


Revision 2024-07-24 14:06 by guilleaer
Steps To Reproduce From POS2 create a new customer
Create an order with this customer
refresh master data
refresh POS
using dev tools remove form business partner master data the recently created customer

try to open the order from "orders"
it will fail

"Error
The paid receipt can not be loaded because customer is not valid for this terminal."

This happens because there is a condition in
"customerLoaded.java" which needs to be removed (https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/blob/3d4db00a5bc27431d1cbb2e50e4cb4cf98646512/src/org/openbravo/retail/posterminal/master/LoadedCustomer.java#L102 [^])

After fixing that problem other problem appears

POS2 when the order is loaded executes a call to CRM connector to load the business partner but it does not exists (CRM calls to masterdata)




Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker