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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0021836
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorhave not tried2012-10-02 17:502012-11-27 18:44
ReportermarvintmView Statuspublic 
Assigned Toadrianromero 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revisionb01afa4ab906
ProjectionnoneETAnoneTarget VersionRMP17
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0021836: Web POS is using some messages from modules which do not depend on the web POS module

DescriptionThe new Labels component in the Web POS loads all messages which belong to modules which depend (directly or indirectly) on the Web POS module.

Therefore, from now on only messages from those modules should be used. Currently there are three messages from the client.application module which are being used. These messages do not show correctly in the application, and should be changed:


grep "OBUIAPP" web/ -R
web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js: OB.UTIL.showAlert.display(loadOrderStr, OB.I18N.getLabel('OBUIAPP_Info'));
web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js: OB.UTIL.showAlert.display(OB.I18N.getLabel('OBPOS_ProcessPendingOrders'), OB.I18N.getLabel('OBUIAPP_Info'));
web/org.openbravo.retail.posterminal/js/closecash/view/tabpendingreceipts.js: content: OB.I18N.getLabel('OBUIAPP_Delete')
Steps To ReproduceTo see one of them, just:
- Create an order
- Press F5. Notice a message on the top-right corner which beings with "OBUIAPP", and which is not correct.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0053632)
hgbot (developer)
2012-10-24 17:18

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b01afa4ab906baf11824f57a95086499456c3a4f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Oct 24 16:17:20 2012 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^]

Fixes issue 0021836: Web POS is using some messages from modules which do not depend on the web POS module

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpendingreceipts.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0053633)
adrianromero (manager)
2012-10-24 17:28

Closed for RMP16
(0053735)
hgbot (developer)
2012-10-26 10:41

Repository: erp/pmods/org.openbravo.retail.posterminal-discounts
Changeset: b01afa4ab906baf11824f57a95086499456c3a4f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Oct 24 16:17:20 2012 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-discounts/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^]

Fixes issue 0021836: Web POS is using some messages from modules which do not depend on the web POS module

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpendingreceipts.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0053754)
adrianromero (manager)
2012-10-26 18:16

Closed for RMP16
(0053890)
hgbot (developer)
2012-10-31 09:39

Repository: erp/pmods/org.openbravo.retail.posterminal-gal
Changeset: b01afa4ab906baf11824f57a95086499456c3a4f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Oct 24 16:17:20 2012 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-gal/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^]

Fixes issue 0021836: Web POS is using some messages from modules which do not depend on the web POS module

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpendingreceipts.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0054001)
hgbot (developer)
2012-11-05 18:16

Repository: erp/pmods/org.openbravo.retail.posterminal-quotations
Changeset: b01afa4ab906baf11824f57a95086499456c3a4f
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Oct 24 16:17:20 2012 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-quotations/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^]

Fixes issue 0021836: Web POS is using some messages from modules which do not depend on the web POS module

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpendingreceipts.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0054570)
adrianromero (manager)
2012-11-27 18:44

Closed for RMP17

- Issue History
Date Modified Username Field Change
2012-10-02 17:50 marvintm New Issue
2012-10-02 17:50 marvintm Assigned To => adrianromero
2012-10-24 17:18 hgbot Checkin
2012-10-24 17:18 hgbot Note Added: 0053632
2012-10-24 17:18 hgbot Status new => resolved
2012-10-24 17:18 hgbot Resolution open => fixed
2012-10-24 17:18 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^]
2012-10-24 17:28 adrianromero Note Added: 0053633
2012-10-24 17:28 adrianromero Status resolved => closed
2012-10-26 10:41 hgbot Checkin
2012-10-26 10:41 hgbot Note Added: 0053735
2012-10-26 10:41 hgbot Status closed => resolved
2012-10-26 10:41 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-discounts/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^]
2012-10-26 18:16 adrianromero Note Added: 0053754
2012-10-26 18:16 adrianromero Status resolved => closed
2012-10-31 09:39 hgbot Checkin
2012-10-31 09:39 hgbot Note Added: 0053890
2012-10-31 09:39 hgbot Status closed => resolved
2012-10-31 09:39 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-discounts/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-gal/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^]
2012-10-31 10:55 adrianromero Status resolved => closed
2012-11-05 18:16 hgbot Checkin
2012-11-05 18:16 hgbot Note Added: 0054001
2012-11-05 18:16 hgbot Status closed => resolved
2012-11-05 18:16 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-gal/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-quotations/rev/b01afa4ab906baf11824f57a95086499456c3a4f [^]
2012-11-27 10:19 adrianromero Target Version => RMP17
2012-11-27 18:44 adrianromero Note Added: 0054570
2012-11-27 18:44 adrianromero Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker