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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0039816
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2018-12-17 12:282018-12-20 15:08
Reportersamuel_nicuesaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PriorityimmediateResolutionfixedFixed in VersionRR19Q1
StatusclosedFix in branchFixed in SCM revision7c3c0cb548f6
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned Tomarvintm
Regression levelPre packaging ( pi )
Regression date2018-08-20
Regression introduced in releasepi
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0324c98060985d8b99360391c63145aa25feddb4 [^]
Triggers an Emergency PackNo
Summary

0039816: Sales order are missing using press Generate invoice for order

DescriptionSales order are missing pressing Generate invoice for order flag and deleting the current ticket because receipt id has been assigned but there isn't any receipt in the chrome database.
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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
caused by defect 0039113 closedranjith_qualiantech_com Logout stuck if a draft ticket with products exists in background 
causes defect 0039872 closedranjith_qualiantech_com Javascript error is displayed when trying to close pending documents when opening store from a terminal - Cannot read 'models' 

-  Notes
(0108664)
hgbot (developer)
2018-12-18 10:45

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7c3c0cb548f66a4bd5fb0b7e80fd9d9d23a9fb66
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Dec 18 15:15:10 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7c3c0cb548f66a4bd5fb0b7e80fd9d9d23a9fb66 [^]

Fixed issue 39816 : Receipt should be removed from the orderList even if receipt is not saved

* OrderList should be updated when receipt generateInvoice is updated

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0108665)
hgbot (developer)
2018-12-18 10:45

Repository: tools/automation/pi-mobile
Changeset: be042c04b24ef028c9a55273ed5480d3b0a9de5d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Dec 18 15:15:27 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/be042c04b24ef028c9a55273ed5480d3b0a9de5d [^]

Verifies issue 39816 : Added Test 'I39816_VerifyReceiptOnDelete'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I39816_VerifyReceiptOnDelete.java
---

- Issue History
Date Modified Username Field Change
2018-12-17 12:28 samuel_nicuesa New Issue
2018-12-17 12:28 samuel_nicuesa Assigned To => Retail
2018-12-17 12:28 samuel_nicuesa Resolution time => 1545260400
2018-12-17 12:28 samuel_nicuesa Regression level => Pre packaging ( pi )
2018-12-17 12:28 samuel_nicuesa Regression introduced in release => pi
2018-12-17 12:28 samuel_nicuesa Regression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0324c98060985d8b99360391c63145aa25feddb4 [^]
2018-12-17 12:28 samuel_nicuesa Triggers an Emergency Pack => No
2018-12-17 12:47 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2018-12-17 12:47 marvintm Assigned To ranjith_qualiantech_com => Retail
2018-12-17 12:47 marvintm Steps to Reproduce Updated View Revisions
2018-12-17 12:47 ranjith_qualiantech_com Status new => scheduled
2018-12-17 12:49 marvintm Regression date => 2018-08-20
2018-12-17 12:51 marvintm Assigned To Retail => ranjith_qualiantech_com
2018-12-17 13:03 rafaroda Relationship added caused by 0039113
2018-12-17 13:03 rafaroda Issue Monitored: rafaroda
2018-12-18 10:45 hgbot Checkin
2018-12-18 10:45 hgbot Note Added: 0108664
2018-12-18 10:45 hgbot Status scheduled => resolved
2018-12-18 10:45 hgbot Resolution open => fixed
2018-12-18 10:45 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7c3c0cb548f66a4bd5fb0b7e80fd9d9d23a9fb66 [^]
2018-12-18 10:45 hgbot Checkin
2018-12-18 10:45 hgbot Note Added: 0108665
2018-12-20 15:08 marvintm Review Assigned To => marvintm
2018-12-20 15:08 marvintm Status resolved => closed
2018-12-20 15:08 marvintm Fixed in Version => RR19Q1
2019-01-03 12:57 gorka_gil Relationship added causes 0039872


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker