Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027911Retail ModulesWeb POSpublic2014-10-20 12:092014-11-13 09:53
malsasua 
Orekaria 
highmajoralways
closedfixed 
20Community Appliance
RR14Q3 
 
migueldejuana
No
0027911: The property documentsequence is not assigned and the 'seqNoReady' trigger is not fired
The property documentsequence is not assigned and the 'seqNoReady' trigger is not fired
. 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
No tags attached.
depends on defect 0027476 closed Orekaria Duplicate documentno in orders using Web POS 
depends on backport 0027813RR14Q2.3 closed Orekaria Backport the document number fixes introduced in Q4 to Q2.4/Q3 
depends on defect 0027631 closed migueldejuana Document sequence is not reseted when you change the prefix 
related to feature request 0028147RR15Q1 closed Orekaria Test: Add a method to VersionManagement to verify if a deprecation is registered in the deprecations' list 
txt diff27911.txt (2,438) 2014-11-03 17:19
https://issues.openbravo.com/file_download.php?file_id=7464&type=bug
Issue History
2014-10-20 12:09malsasuaNew Issue
2014-10-20 12:09malsasuaAssigned To => marvintm
2014-10-20 12:09malsasuaTriggers an Emergency Pack => No
2014-10-20 13:16OrekariaAssigned Tomarvintm => Orekaria
2014-10-20 15:04OrekariaSummaryto 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:04OrekariaDescription Updatedbug_revision_view_page.php?rev_id=6845#r6845
2014-10-20 15:48malsasuaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6851#r6851
2014-10-20 16:07OrekariaSummaryThe 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:07OrekariaDescription Updatedbug_revision_view_page.php?rev_id=6852#r6852
2014-11-03 17:19malsasuaFile Added: diff27911.txt
2014-11-11 14:36OrekariaRelationship addeddepends on 0027476
2014-11-11 14:36OrekariaRelationship addeddepends on 0027813
2014-11-11 14:37OrekariaRelationship addeddepends on 0027631
2014-11-11 19:16hgbotCheckin
2014-11-11 19:16hgbotNote Added: 0071571
2014-11-11 19:16hgbotStatusnew => resolved
2014-11-11 19:16hgbotResolutionopen => fixed
2014-11-11 19:16hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/45fffb8d25a9542f29b921d9853dff2bc2c00d90 [^]
2014-11-11 19:16hgbotCheckin
2014-11-11 19:16hgbotNote Added: 0071572
2014-11-11 19:16hgbotFixed in SCM revisionhttp://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:28hgbotCheckin
2014-11-12 09:28hgbotNote Added: 0071580
2014-11-12 09:28OrekariaRelationship addedrelated to 0028147
2014-11-13 09:53migueldejuanaReview Assigned To => migueldejuana
2014-11-13 09:53migueldejuanaNote Added: 0071625
2014-11-13 09:53migueldejuanaStatusresolved => closed

Notes
(0071571)
hgbot   
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   
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   
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   
2014-11-13 09:53   
Tested and reviewed in afe644031f52