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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0027808
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Layaway ordermajoralways2014-10-09 10:272015-01-30 17:14
ReportersureshbabuView Statuspublic 
Assigned Tomigueldejuana 
PriorityurgentResolutionfixedFixed in VersionRR14Q4
StatusclosedFix in branchpiFixed in SCM revision806f19864ecd
ProjectionnoneETAnoneTarget VersionRR14Q4
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomigueldejuana
Regression levelProduction - QA Approved
Regression date2014-06-10
Regression introduced in releaseRR14Q3
Regression introduced by commithttps://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d6523278b94a [^]
Triggers an Emergency PackNo
Summary

0027808: At webpos, when i login both Business partner and Business partner address details shown as blank and also warning message appea

DescriptionAt webpos, when i login both Business partner and Business partner address details shown as blank and also warning message appears in the webpos screen
Steps To ReproduceAt webpos, when i login both Business partner and Business partner address details shown as blank and also warning message appea


At webpos, when i login both Business partner and Business partner address details shown as blank and also warning message appears in the webpos screen


1) From ERP, navigate to "POS terminal Type" window, and select Terminal "VBS POS Terminal Type" and select the option "Generate invoice for orders"

2) Navigate to BP window and select BP "VBS customer" and assign Tax id "12345"

3) Then navigate to POS terminal window and select terminal "VBS POS terminal" and set

Default Customer: VBS CUSTOMER
Default Customer Address:.Barcelona, Pau Claris 138 1-1

4) Then login to webpos terminal "VBS POS Terminal" and verify the BP details


Defect: In webpos, both BP name and address field shown as blank and also one can find warning message appears in the screen

Note: Refer the screen shot for details.
TagsNo tags attached.
Attached Filespng file icon when i login both Bussiness partner and Bussiness partner address details shown as blank and also warning message appears.png [^] (211,935 bytes) 2014-10-09 10:27

- Relationships Relation Graph ] Dependency Graph ]
related to backport 0027431 closedRetail Sometimes the business partner is empty when the WebPOS loads 

-  Notes
(0070979)
sureshbabu (reporter)
2014-10-16 09:14

Now i can able to reproduce in RR14Q3.1 test instance also,
(0070990)
hgbot (developer)
2014-10-16 13:31

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 0710bee1ae9c450a94893d1bdb396b214259c48e
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Thu Oct 16 13:31:11 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0710bee1ae9c450a94893d1bdb396b214259c48e [^]

fixed issue 27808:business partner was not loaded in receipt

it was generated because when a new BP is selected, clearWith method is called, then an event calls to receiptToInvoice or cancelReceiptToInvoice methods, and these methods call to saveCurrent method, and it calls to clearWith method again.

Has been removed the called to saveCurrent method in receiptToInvoice and cancelReceiptToInvoice, because it is not needed

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0070991)
hgbot (developer)
2014-10-16 13:39

Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 806f19864ecd02e1663fcd8afa5d5d30872caf55
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Thu Oct 16 13:39:10 2014 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/806f19864ecd02e1663fcd8afa5d5d30872caf55 [^]

fixed issue 27808:business partner is not loaded in receipt

when receipt is changed, then the receipt is cloned. The clone method, when the object that the method is updating, has not got a property, and this propery is included in the object to clone, the property is set with a void object and after that, the property is set with the property of object to clone.
In this case, the bp is set with void object, then the events are triggered with a void bp and behavior is wrong.

The set with void property is not needed, and it has been removed.

---
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
(0071023)
migueldejuana (developer)
2014-10-17 12:55

Tested and reviewed in 70480990f519
(0073958)
hgbot (developer)
2015-01-30 17:14

Repository: tools/automation/pi-mobile
Changeset: ac9b57c6c5b3c26bcc99798b75e5fc63eaa111b6
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Jan 30 16:33:02 2015 +0100
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/ac9b57c6c5b3c26bcc99798b75e5fc63eaa111b6 [^]

Related to issue 27808: Added the 'I27808_BusinessPartnerBlank' test

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/SystemSuite.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I27808_BusinessPartnerBlank.java
---

- Issue History
Date Modified Username Field Change
2014-10-09 10:27 sureshbabu New Issue
2014-10-09 10:27 sureshbabu Assigned To => migueldejuana
2014-10-09 10:27 sureshbabu File Added: when i login both Bussiness partner and Bussiness partner address details shown as blank and also warning message appears.png
2014-10-09 10:27 sureshbabu Regression level => QA functional test
2014-10-09 10:27 sureshbabu Triggers an Emergency Pack => No
2014-10-16 09:14 sureshbabu Note Added: 0070979
2014-10-16 13:31 hgbot Checkin
2014-10-16 13:31 hgbot Note Added: 0070990
2014-10-16 13:31 hgbot Status new => resolved
2014-10-16 13:31 hgbot Resolution open => fixed
2014-10-16 13:31 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0710bee1ae9c450a94893d1bdb396b214259c48e [^]
2014-10-16 13:39 hgbot Checkin
2014-10-16 13:39 hgbot Note Added: 0070991
2014-10-16 13:39 hgbot Fixed in SCM revision http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/0710bee1ae9c450a94893d1bdb396b214259c48e [^] => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/806f19864ecd02e1663fcd8afa5d5d30872caf55 [^]
2014-10-17 09:44 malsasua Status resolved => new
2014-10-17 09:44 malsasua Resolution fixed => open
2014-10-17 09:45 malsasua Regression level QA functional test => Production - QA Approved
2014-10-17 09:45 malsasua Regression date => 2014-06-10
2014-10-17 09:45 malsasua Regression introduced in release => RR14Q3
2014-10-17 09:45 malsasua Regression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/d6523278b94a [^]
2014-10-17 09:45 malsasua Steps to Reproduce Updated View Revisions
2014-10-17 09:45 malsasua Status new => scheduled
2014-10-17 09:45 malsasua fix_in_branch => pi
2014-10-17 09:45 malsasua Status scheduled => resolved
2014-10-17 09:45 malsasua Resolution open => fixed
2014-10-17 12:55 migueldejuana Review Assigned To => migueldejuana
2014-10-17 12:55 migueldejuana Note Added: 0071023
2014-10-17 12:55 migueldejuana Status resolved => closed
2014-10-17 12:55 migueldejuana Fixed in Version => RR14Q4
2014-11-11 18:15 Orekaria Relationship added related to 0027431
2015-01-30 17:14 hgbot Checkin
2015-01-30 17:14 hgbot Note Added: 0073958


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker