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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027646
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminoralways2014-09-20 09:272014-10-02 10:36
ReporterOrekariaView Statuspublic 
Assigned ToOrekaria 
PrioritynormalResolutionfixedFixed in VersionRR14Q4
StatusclosedFix in branchFixed in SCM revision7df701d05751
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0027646: Stabilization: Revisit the use of OB.POS.modelterminal

DescriptionStabilization: Revisit the use of OB.POS.modelterminal
Steps To ReproduceFind OB.POS.modelterminal occurrences
Verify that there are occurrences in mobile.core
Analyze if that occurrences should call OB.MobileApp.model instead
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0027682 closedOrekaria Stabilization: Setting 'loginUtilsParams' should be with the other model initializations 
related to defect 0027366RR14Q4 closedOrekaria Stabilization: OB.POS.terminal is being called instead of OB.MobileApp.view 
related to defect 0027367RR14Q4 closedOrekaria Stabilization: OB.POS.terminal.terminal is used instead of OB.MobileApp.model 
blocks feature request 0027329 newRetail Stabilization: Overhaul the loading process (since the url is entered until the webpos has loaded) 

-  Notes
(0070403)
hgbot (developer)
2014-09-25 19:55

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 5d4df47c638b0e8206658db1489cce26fe007b79
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Sep 25 19:49:59 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5d4df47c638b0e8206658db1489cce26fe007b79 [^]

Fixes issue 27646: (core) The 'OB.POS.modelterminal' references have been changed to 'OB.MobileApp.model'
The aim is to simplify, organize and gather the model and view references in a unique namespace 'OB.MobileApp'
This change is not an API change. The namespace is still available but the use has been deprecated
The deprecation for this issue and another 2 related issues have been added to the list to facilitate good practices and better developer assistance

---
M web/org.openbravo.mobile.core/source/component/ob-keyboard.js
M web/org.openbravo.mobile.core/source/component/ob-menu.js
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproducts.js
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
M web/org.openbravo.mobile.core/source/utils/ob-versionmanagement.js
---
(0070404)
hgbot (developer)
2014-09-25 19:55

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b90b6c18a87f07ed1d184be9c6b1a0b7544ad3d6
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Sep 25 19:53:50 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b90b6c18a87f07ed1d184be9c6b1a0b7544ad3d6 [^]

Fixes issue 27646: (posterminal) The 'OB.POS.modelterminal' references have been changed to 'OB.MobileApp.model'
The aim is to simplify, organize and gather the model and view references in a unique namespace 'OB.MobileApp'
This change is not an API change. The namespace is still available but the use has been deprecated
The deprecation for this issue and another 2 related issues have been added to the list to facilitate good practices and better developer assistance

---
M web/org.openbravo.retail.posterminal/index.jsp
M web/org.openbravo.retail.posterminal/js/cashmgmt/model/cashmgmt-model.js
M web/org.openbravo.retail.posterminal/js/cashmgmt/view/cashmgmtkeyboard.js
M web/org.openbravo.retail.posterminal/js/cashmgmt/view/listdepositsdrops.js
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/js/closecash/view/tabpostprintclose.js
M web/org.openbravo.retail.posterminal/js/components/keypadcoins.js
M web/org.openbravo.retail.posterminal/js/components/menu.js
M web/org.openbravo.retail.posterminal/js/components/modalcontextchanged.js
M web/org.openbravo.retail.posterminal/js/components/modalmultiorders.js
M web/org.openbravo.retail.posterminal/js/components/modalpaidreceipts.js
M web/org.openbravo.retail.posterminal/js/components/modalreceiptproperties.js
M web/org.openbravo.retail.posterminal/js/components/obpos-approval.js
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/js/components/rendermultiorderline.js
M web/org.openbravo.retail.posterminal/js/components/renderorderline.js
M web/org.openbravo.retail.posterminal/js/components/salesrepresentative.js
M web/org.openbravo.retail.posterminal/js/data/datacustomeraddrsave.js
M web/org.openbravo.retail.posterminal/js/data/datacustomersave.js
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/data/windowmodel.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
M web/org.openbravo.retail.posterminal/js/model/bplocation.js
M web/org.openbravo.retail.posterminal/js/model/businesspartner.js
M web/org.openbravo.retail.posterminal/js/model/discounts.js
M web/org.openbravo.retail.posterminal/js/model/executor.js
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-print.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboard-toolbars.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/modals/modalcreditsales.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/ps-productdetailsview.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customeraddress/components/sharedcomponents.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customeraddress/editcreatecustomeraddress.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/customerdetailview.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/subwindows/customers/editcreatecustomerform.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/ticketdiscount.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-left.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/toolbar-right.js
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
M web/org.openbravo.retail.posterminal/js/utils/ob-utilitiesuipos.js
---
(0070405)
hgbot (developer)
2014-09-25 19:55

Repository: erp/pmods/org.openbravo.retail.returns
Changeset: 04f0ad228120876e334ba28bc0dd60408ae27675
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Sep 25 19:46:36 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/04f0ad228120876e334ba28bc0dd60408ae27675 [^]

Fixes issue 27646: (returns) The 'OB.POS.modelterminal' references have been changed to 'OB.MobileApp.model'
The aim is to simplify, organize and gather the model and view references in a unique namespace 'OB.MobileApp'
This change is not an API change. The namespace is still available but the use has been deprecated
The deprecation for this issue and another 2 related issues have been added to the list to facilitate good practices and better developer assistance

---
M web/org.openbravo.retail.returns/js/returnReceiptButton.js
---
(0070406)
hgbot (developer)
2014-09-25 19:55

Repository: erp/pmods/org.openbravo.retail.discounts
Changeset: f4cbfe912a62c174b066435a82ca3216bfccd12c
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Sep 25 19:46:42 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts/rev/f4cbfe912a62c174b066435a82ca3216bfccd12c [^]

Fixes issue 27646: The 'OB.POS.modelterminal' references have been changed to 'OB.MobileApp.model'
The aim is to simplify, organize and gather the model and view references in a unique namespace 'OB.MobileApp'
This change is not an API change. The namespace is still available but the use has been deprecated
The deprecation for this issue and another 2 related issues have been added to the list to facilitate good practices and better developer assistance

---
M web/org.openbravo.retail.discounts/js/promotion-manual.js
M web/org.openbravo.retail.discounts/js/promotion-pack.js
---
(0070407)
hgbot (developer)
2014-09-25 20:02

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7867e4afb8196794b8440fa7df788c4dac91f0fa
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Thu Sep 25 20:01:49 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7867e4afb8196794b8440fa7df788c4dac91f0fa [^]

Fixes issue 27646: (posterminal) The 'OB.POS.modelterminal' references have been changed to 'OB.MobileApp.model'
- missing reference in order.js

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0070437)
hgbot (developer)
2014-09-26 14:24

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 507427554cb2423a3c875bea83d55a5cce8a33d6
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Sep 26 14:24:09 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/507427554cb2423a3c875bea83d55a5cce8a33d6 [^]

Fixes issue 27646: The 'OB.Model.POSTerminal' is initialized with a dummy variable to allow the model to be extendable

---
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
(0070641)
hgbot (developer)
2014-10-02 05:30

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 7df701d0575199717377f43d0fd78088f5fc5b40
Author: Salvador Zapata <salvador.zapata <at> gmail.com>
Date: Thu Oct 02 00:29:19 2014 -0300
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7df701d0575199717377f43d0fd78088f5fc5b40 [^]

Fixed issue 27646: replace OB.POS.modelterminal by OB.MobileApp.model in cashup files

---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/js/utils/cashUpReportUtils.js
---

- Issue History
Date Modified Username Field Change
2014-09-20 09:27 Orekaria New Issue
2014-09-20 09:27 Orekaria Assigned To => Orekaria
2014-09-20 09:27 Orekaria Triggers an Emergency Pack => No
2014-09-20 09:27 Orekaria Relationship added blocks 0027329
2014-09-22 16:19 mtaal Target Version RR14Q4 =>
2014-09-25 04:29 Orekaria Summary Stabilization: OB.POS.modelterminal is used instead of OB.MobileApp.model => Stabilization: Revisit the use of OB.POS.modelterminal
2014-09-25 04:29 Orekaria Description Updated View Revisions
2014-09-25 04:29 Orekaria Steps to Reproduce Updated View Revisions
2014-09-25 04:29 Orekaria Proposed Solution updated
2014-09-25 19:02 Orekaria Relationship added related to 0027682
2014-09-25 19:40 Orekaria Relationship added related to 0027366
2014-09-25 19:40 Orekaria Relationship added related to 0027367
2014-09-25 19:55 hgbot Checkin
2014-09-25 19:55 hgbot Note Added: 0070403
2014-09-25 19:55 hgbot Status new => resolved
2014-09-25 19:55 hgbot Resolution open => fixed
2014-09-25 19:55 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5d4df47c638b0e8206658db1489cce26fe007b79 [^]
2014-09-25 19:55 hgbot Checkin
2014-09-25 19:55 hgbot Note Added: 0070404
2014-09-25 19:55 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/5d4df47c638b0e8206658db1489cce26fe007b79 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b90b6c18a87f07ed1d184be9c6b1a0b7544ad3d6 [^]
2014-09-25 19:55 hgbot Checkin
2014-09-25 19:55 hgbot Note Added: 0070405
2014-09-25 19:55 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b90b6c18a87f07ed1d184be9c6b1a0b7544ad3d6 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/04f0ad228120876e334ba28bc0dd60408ae27675 [^]
2014-09-25 19:55 hgbot Checkin
2014-09-25 19:55 hgbot Note Added: 0070406
2014-09-25 19:56 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.returns/rev/04f0ad228120876e334ba28bc0dd60408ae27675 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts/rev/f4cbfe912a62c174b066435a82ca3216bfccd12c [^]
2014-09-25 20:02 hgbot Checkin
2014-09-25 20:02 hgbot Note Added: 0070407
2014-09-25 20:02 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts/rev/f4cbfe912a62c174b066435a82ca3216bfccd12c [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7867e4afb8196794b8440fa7df788c4dac91f0fa [^]
2014-09-26 14:24 hgbot Checkin
2014-09-26 14:24 hgbot Note Added: 0070437
2014-09-26 14:24 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7867e4afb8196794b8440fa7df788c4dac91f0fa [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/507427554cb2423a3c875bea83d55a5cce8a33d6 [^]
2014-09-30 10:41 marvintm Review Assigned To => marvintm
2014-09-30 10:41 marvintm Status resolved => closed
2014-09-30 10:41 marvintm Fixed in Version => RR14Q4
2014-10-02 05:30 hgbot Checkin
2014-10-02 05:30 hgbot Note Added: 0070641
2014-10-02 05:30 hgbot Status closed => resolved
2014-10-02 05:30 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/507427554cb2423a3c875bea83d55a5cce8a33d6 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7df701d0575199717377f43d0fd78088f5fc5b40 [^]
2014-10-02 10:36 marvintm Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker