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

View Revisions: Issue #39816 All Revisions ] Back to Issue ]
Summary 0039816: Sales order are missing using press Generate invoice for order
Revision 2018-12-17 12:47 by marvintm
Steps To Reproduce [BO]

Configure Generate invoice for Orders (Posterminal type)

[POS]

-Login
-Check in OB.MobileApp.model.receipt.attributes id is null
{hasbeenpaid: "N", isbeingprocessed: "N", id: null, client: "8A3CC658963A4B7D8DA2490A3C1A7C9A", organization: "C6F92278638D491795274800D9D371DF", …}

-Disable Invoice check and now an id is assigned

OB.MobileApp.model.receipt.attributes
{hasbeenpaid: "N", isbeingprocessed: "N", id: "D157E0C72B9A91D1AAA080C65FFEFBAD", client: "8A3CC658963A4B7D8DA2490A3C1A7C9A", organization: "C6F92278638D491795274800D9D371DF", …}

-Delete the ticket

-Check that chorme database is empty but the current receipt has the previous id

OB.MobileApp.model.receipt.attributes
{hasbeenpaid: "N", isbeingprocessed: "N", id: "D157E0C72B9A91D1AAA080C65FFEFBAD", client: "8A3CC658963A4B7D8DA2490A3C1A7C9A", organization: "C6F92278638D491795274800D9D371DF", …}


After this, you can add products and complete the ticket, but the order will never reach the server, and it will be lost.
Revision 2018-12-17 12:47 by marvintm
Steps To Reproduce [BO]

Configure Generate invoice for Orders (Posterminal type)

[POS]

-Login
-Check in OB.MobileApp.model.receipt.attributes id is null
{hasbeenpaid: "N", isbeingprocessed: "N", id: null, client: "8A3CC658963A4B7D8DA2490A3C1A7C9A", organization: "C6F92278638D491795274800D9D371DF", …}

-Disable Invoice check and now an id is assigned

OB.MobileApp.model.receipt.attributes
{hasbeenpaid: "N", isbeingprocessed: "N", id: "D157E0C72B9A91D1AAA080C65FFEFBAD", client: "8A3CC658963A4B7D8DA2490A3C1A7C9A", organization: "C6F92278638D491795274800D9D371DF", …}

-Delete the ticket

-Check that chorme database is empty but the current receipt has the previous id

OB.MobileApp.model.receipt.attributes
{hasbeenpaid: "N", isbeingprocessed: "N", id: "D157E0C72B9A91D1AAA080C65FFEFBAD", client: "8A3CC658963A4B7D8DA2490A3C1A7C9A", organization: "C6F92278638D491795274800D9D371DF", …}


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker