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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027911
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2014-10-20 12:092014-11-13 09:53
ReportermalsasuaView Statuspublic 
Assigned ToOrekaria 
PriorityhighResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionafe644031f52
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_18
OS VersionCommunity ApplianceDatabase version8.3.9Ant version1.7.1
Product VersionRR14Q3SCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0027911: The property documentsequence is not assigned and the 'seqNoReady' trigger is not fired

DescriptionThe property documentsequence is not assigned and the 'seqNoReady' trigger is not fired
Steps To Reproduce. do login in webpos
. create receipt
. add line
. pay it
. check properties:
OB.POS.modelterminal.get('documentsequence')
OB.POS.modelterminal.get('quotationDocumentSequence')

they are void

Also, the trigger docSeqReady is not triggered
TagsNo tags attached.
Attached Filestxt file icon diff27911.txt [^] (2,438 bytes) 2014-11-03 17:19 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 0027476 closedOrekaria Duplicate documentno in orders using Web POS 
depends on backport 0027813RR14Q2.3 closedOrekaria Backport the document number fixes introduced in Q4 to Q2.4/Q3 
depends on defect 0027631 closedmigueldejuana Document sequence is not reseted when you change the prefix 
related to feature request 0028147RR15Q1 closedOrekaria Test: Add a method to VersionManagement to verify if a deprecation is registered in the deprecations' list 

-  Notes
(0071571)
hgbot (developer)
2014-11-11 19:16

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 45fffb8d25a9542f29b921d9853dff2bc2c00d90
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Nov 11 19:12:07 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/45fffb8d25a9542f29b921d9853dff2bc2c00d90 [^]

Fixes issue 27911 (Q2+): Backward compatibility for the new document sequence algorithm
- deprecation code has been tagged as deprecated
- removed rogue code
- 'quotationDocNoPrefix' is initialized where its of use
- some variables have been renamed to be aligned

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0071572)
hgbot (developer)
2014-11-11 19:16

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: afe644031f523a41283a21e17aadc58660823928
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Tue Nov 11 19:12:25 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/afe644031f523a41283a21e17aadc58660823928 [^]

Fixes issue 27911 (Q4+): Backward compatibility for the new document sequence algorithm
- the deprecation has been added to the list of deprecations

---
M web/org.openbravo.retail.posterminal/js/main.js
---
(0071580)
hgbot (developer)
2014-11-12 09:28

Repository: tools/automation/pi-mobile
Changeset: a770d376ed8376042b48d7ea43bbf9167edbcf8b
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Nov 12 09:27:45 2014 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a770d376ed8376042b48d7ea43bbf9167edbcf8b [^]

Related to issue 27911: Added backward compatibility test

---
M src-test/org/openbravo/retail/standard/automation/suites/ReceiptSuite.java
A src-test/org/openbravo/retail/standard/automation/level10/documentno/issues/I27911_DocumentnoBackwardCompatibilitySinceQ2.java
---
(0071625)
migueldejuana (developer)
2014-11-13 09:53

Tested and reviewed in afe644031f52

- Issue History
Date Modified Username Field Change
2014-10-20 12:09 malsasua New Issue
2014-10-20 12:09 malsasua Assigned To => marvintm
2014-10-20 12:09 malsasua Triggers an Emergency Pack => No
2014-10-20 13:16 Orekaria Assigned To marvintm => Orekaria
2014-10-20 15:04 Orekaria Summary to do the login, the property documentsequence has not been assigned => The property documentsequence has is not assigned and the 'seqNoReady' trigger is not fired
2014-10-20 15:04 Orekaria Description Updated View Revisions
2014-10-20 15:48 malsasua Steps to Reproduce Updated View Revisions
2014-10-20 16:07 Orekaria Summary The property documentsequence has is not assigned and the 'seqNoReady' trigger is not fired => The property documentsequence is not assigned and the 'seqNoReady' trigger is not fired
2014-10-20 16:07 Orekaria Description Updated View Revisions
2014-11-03 17:19 malsasua File Added: diff27911.txt
2014-11-11 14:36 Orekaria Relationship added depends on 0027476
2014-11-11 14:36 Orekaria Relationship added depends on 0027813
2014-11-11 14:37 Orekaria Relationship added depends on 0027631
2014-11-11 19:16 hgbot Checkin
2014-11-11 19:16 hgbot Note Added: 0071571
2014-11-11 19:16 hgbot Status new => resolved
2014-11-11 19:16 hgbot Resolution open => fixed
2014-11-11 19:16 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/45fffb8d25a9542f29b921d9853dff2bc2c00d90 [^]
2014-11-11 19:16 hgbot Checkin
2014-11-11 19:16 hgbot Note Added: 0071572
2014-11-11 19:16 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/45fffb8d25a9542f29b921d9853dff2bc2c00d90 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/afe644031f523a41283a21e17aadc58660823928 [^]
2014-11-12 09:28 hgbot Checkin
2014-11-12 09:28 hgbot Note Added: 0071580
2014-11-12 09:28 Orekaria Relationship added related to 0028147
2014-11-13 09:53 migueldejuana Review Assigned To => migueldejuana
2014-11-13 09:53 migueldejuana Note Added: 0071625
2014-11-13 09:53 migueldejuana Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker