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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0032410
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2016-03-04 13:592016-04-10 17:29
ReportermarvintmView Statuspublic 
Assigned Tojorge-garcia 
PrioritynormalResolutionfixedFixed in VersionRR16Q2
StatusclosedFix in branchFixed in SCM revision7cd36f98201a
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression levelProduction - Confirmed Stable
Regression date2015-08-22
Regression introduced in releaseRR15Q4
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/54a8e71c3f32 [^]
Triggers an Emergency PackNo
Summary

0032410: Document sequence is reset when login offline is done

DescriptionWhen a user logs in the Web POS in online mode, it automatically gets the current sequence which should be used for new tickets.

This used to work also in offline mode (because the sequence was stored in the local database), but since RR15Q4, this has stopped working and now when login offline is done, the sequence resets, and it goes back to 0.
Steps To Reproduce- Log in the Web POS in VBS-1 terminal in online mode. Verify that the new ticket that is created has a correct document number (for example, VBS1/0000134).
- Log out.
- Go offline.
- Log in offline mode. Verify that the new ticket in this case has a wrong document number (in previous case, it should be the same, so VBS1/0000134, and instead, it will be VBS1/0000000).

TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0032411RR16Q1 closedjorge-garcia Document sequence is reset when login offline is done 
depends on backport 0032412RR15Q4.5 closedjorge-garcia Document sequence is reset when login offline is done 
caused by design defect 0030590RR15Q4 closedOrekaria In the WebPOS document sequence table, It is possible to create more than 1 record for a terminal 

-  Notes
(0084777)
hgbot (developer)
2016-03-07 15:35

Repository: retail/backports/3.0RR15Q4.5/org.openbravo.mobile.core
Changeset: 59f9b055228e87d99bcc3b3e7f395ee9855906f2
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Mar 07 15:33:57 2016 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR15Q4.5/org.openbravo.mobile.core/rev/59f9b055228e87d99bcc3b3e7f395ee9855906f2 [^]

Fixed issue 32412: Document sequence is reset when login offline is done

Backport of issue 32410 for 3.0RR15Q4.5

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0084800)
hgbot (developer)
2016-03-08 08:45

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 7cd36f98201acc5590f25a46aca1fea790391bf4
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Mar 07 13:33:24 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/7cd36f98201acc5590f25a46aca1fea790391bf4 [^]

Fixed issue 32410: Document sequence is reset when login offline is done

The problem was that the document number is not set in offline mode during
the terminal model load.

Now the problem is fixed.

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---
(0084805)
hgbot (developer)
2016-03-08 09:34

Repository: retail/backports/3.0RR16Q1/org.openbravo.mobile.core
Changeset: a0d2f37a7b7d61c29a10bfdec77c329ede0e4512
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Mar 07 16:58:26 2016 +0100
URL: http://code.openbravo.com/retail/backports/3.0RR16Q1/org.openbravo.mobile.core/rev/a0d2f37a7b7d61c29a10bfdec77c329ede0e4512 [^]

Fixed issue 32411: Document sequence is reset when login offline is done

Backport of issue 32410 for 3.0RR16Q1

---
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
---

- Issue History
Date Modified Username Field Change
2016-03-04 13:59 marvintm New Issue
2016-03-04 13:59 marvintm Assigned To => Retail
2016-03-04 13:59 marvintm Triggers an Emergency Pack => No
2016-03-04 14:00 marvintm Status new => scheduled
2016-03-04 14:05 Orekaria Assigned To Retail => marvintm
2016-03-07 13:22 jorge-garcia Assigned To marvintm => jorge-garcia
2016-03-07 15:35 hgbot Checkin
2016-03-07 15:35 hgbot Note Added: 0084777
2016-03-07 18:53 marvintm Regression level => Production - Confirmed Stable
2016-03-07 18:53 marvintm Regression date => 2015-08-22
2016-03-07 18:53 marvintm Regression introduced in release => RR15Q4
2016-03-07 18:53 marvintm Regression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/54a8e71c3f32 [^]
2016-03-08 08:45 hgbot Checkin
2016-03-08 08:45 hgbot Note Added: 0084800
2016-03-08 08:45 hgbot Status scheduled => resolved
2016-03-08 08:45 hgbot Resolution open => fixed
2016-03-08 08:45 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/7cd36f98201acc5590f25a46aca1fea790391bf4 [^]
2016-03-08 09:34 hgbot Checkin
2016-03-08 09:34 hgbot Note Added: 0084805
2016-03-18 13:21 marvintm Review Assigned To => marvintm
2016-03-18 13:21 marvintm Status resolved => closed
2016-03-18 13:21 marvintm Fixed in Version => RR16Q2
2016-04-10 17:25 dmitry_mezentsev Relationship added caused by 0030592
2016-04-10 17:29 dmitry_mezentsev Relationship added caused by 0030590
2016-04-10 17:29 dmitry_mezentsev Relationship deleted caused by 0030592


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker