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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0030734
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POScriticalalways2015-09-02 09:452015-09-16 20:28
ReporterguillermogilView Statuspublic 
Assigned Tomtaal 
PriorityimmediateResolutionfixedFixed in VersionRR15Q4
StatusclosedFix in branchFixed in SCM revisionc84a38e35a18
ProjectionnoneETAnoneTarget Version
OSLinux 64 bitDatabasePostgreSQLJava version6
OS VersionDatabase version9.3Ant version
Product VersionpiSCM revision 
Review Assigned Tomigueldejuana
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0030734: Select warehouse from WebPOS is not working

DescriptionIf you enable 'Allow to select a warehouse for a specific line order' preference you can select the priority warehouse in order to create the shipment.
On PI it is not working.
Steps To Reproduce* Enable 'Allow to select a warehouse for a specific line order' preference
* Go to WebPOS
* Select a Product with 'Cross Store' enabled
* Select one warehouse
* Close the order
* Repeat the steps described but change the warehouse

The Warehouse should be different but it is the same
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0080158)
Orekaria (administrator)
2015-09-06 19:23
edited on: 2015-09-06 19:24

Could we create a new test to prevent this issue from happening again?
We lack warehouseId specific tests

(0080232)
hgbot (developer)
2015-09-08 08:51

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c84a38e35a18b0d70d50adc9a603349f37a6edd5
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Sep 04 14:32:49 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c84a38e35a18b0d70d50adc9a603349f37a6edd5 [^]

Fixes issue 30734: Select warehouse from WebPOS is not working
In case line has different warehouse as order then don't do singlebin logic

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0080349)
hgbot (developer)
2015-09-11 20:53

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 3a174334302ef824a2ce67c72c0fa19abaa107cd
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Sep 11 12:50:17 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/3a174334302ef824a2ce67c72c0fa19abaa107cd [^]

Related to issue 30734: Select warehouse from WebPOS is not working
Use order line warehouse when selecting bin/locator

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0080350)
hgbot (developer)
2015-09-11 20:53

Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f4eac913f60badc99d0ea4eb14282d6115e887c0
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Sep 11 13:20:14 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f4eac913f60badc99d0ea4eb14282d6115e887c0 [^]

Related to issue 30734: Select warehouse from WebPOS is not working
Use order line warehouse if not null, if null use order warehouse

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0080353)
hgbot (developer)
2015-09-12 00:56

Repository: tools/automation/pi-mobile
Changeset: e9b4083cb146bd6f34cea7f76fc19f618fd4e32b
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Sep 09 23:25:55 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/e9b4083cb146bd6f34cea7f76fc19f618fd4e32b [^]

Related to issue 30734: Select warehouse from WebPOS is not working
Added automated test

---
M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30734_CheckWarehouseByLine.java
---
(0080354)
hgbot (developer)
2015-09-12 00:56

Repository: tools/automation/pi-mobile
Changeset: 048c1f707a504f6cbce60c8d02b850503d64d121
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Sep 09 23:44:26 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/048c1f707a504f6cbce60c8d02b850503d64d121 [^]

Related to issue 30734: Select warehouse from WebPOS is not working
Reset show stock screen for product to N

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30734_CheckWarehouseByLine.java
---
(0080355)
hgbot (developer)
2015-09-12 00:56

Repository: tools/automation/pi-mobile
Changeset: a1461e036c3569c554a87b86d58fc8e5dea65e7d
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Sep 10 09:11:15 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a1461e036c3569c554a87b86d58fc8e5dea65e7d [^]

Related to issue 30734: Select warehouse from WebPOS is not working
Set product show stock before logging in

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30734_CheckWarehouseByLine.java
---
(0080356)
hgbot (developer)
2015-09-12 00:56

Repository: tools/automation/pi-mobile
Changeset: 0c52f0ea33adffc9d8350b0e290b6750e82e116c
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Fri Sep 11 13:21:20 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0c52f0ea33adffc9d8350b0e290b6750e82e116c [^]

Related to issue 30734: Select warehouse from WebPOS is not working
Change way inventory is init, relogin to reload master data

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30734_CheckWarehouseByLine.java
---
(0080357)
hgbot (developer)
2015-09-12 01:08

Repository: tools/automation/pi-mobile
Changeset: f8f62ec3aaa0d53cad3e5ac0c5f29d74148d7e60
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Sat Sep 12 01:08:10 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/f8f62ec3aaa0d53cad3e5ac0c5f29d74148d7e60 [^]

Related to issue 30734: Select warehouse from WebPOS is not working
Disable database check for oracle until understand why it fails for oracle

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30734_CheckWarehouseByLine.java
---
(0080428)
migueldejuana (developer)
2015-09-16 09:56

Tested and reviewed in 5fa909d5e1af
(0080440)
hgbot (developer)
2015-09-16 20:28

Repository: tools/automation/pi-mobile
Changeset: 7a78abb083867343df7ca6abeb6a2182df014129
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Sep 16 13:09:08 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7a78abb083867343df7ca6abeb6a2182df014129 [^]

Related to issue 30734: Select warehouse from WebPOS is not working
enabled test for Oracle as sample data has been updated

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30734_CheckWarehouseByLine.java
---
(0080441)
hgbot (developer)
2015-09-16 20:28

Repository: tools/automation/pi-mobile
Changeset: 77db33839b3e7616d727869960be3cefbfeb6849
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Wed Sep 16 16:59:56 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/77db33839b3e7616d727869960be3cefbfeb6849 [^]

Related to issue 30734: Select warehouse from WebPOS is not working
Set the priority of the org-warehouse before execution and set it back afterwards

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30734_CheckWarehouseByLine.java
---

- Issue History
Date Modified Username Field Change
2015-09-02 09:45 guillermogil New Issue
2015-09-02 09:45 guillermogil Assigned To => Retail
2015-09-02 09:45 guillermogil Triggers an Emergency Pack => No
2015-09-02 10:21 AugustoMauch Priority high => immediate
2015-09-02 15:17 guillermogil Assigned To Retail => mtaal
2015-09-06 19:23 Orekaria Note Added: 0080158
2015-09-06 19:24 Orekaria Note Edited: 0080158 View Revisions
2015-09-08 08:51 hgbot Checkin
2015-09-08 08:51 hgbot Note Added: 0080232
2015-09-08 08:51 hgbot Status new => resolved
2015-09-08 08:51 hgbot Resolution open => fixed
2015-09-08 08:51 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c84a38e35a18b0d70d50adc9a603349f37a6edd5 [^]
2015-09-11 20:53 hgbot Checkin
2015-09-11 20:53 hgbot Note Added: 0080349
2015-09-11 20:53 hgbot Checkin
2015-09-11 20:53 hgbot Note Added: 0080350
2015-09-12 00:56 hgbot Checkin
2015-09-12 00:56 hgbot Note Added: 0080353
2015-09-12 00:56 hgbot Checkin
2015-09-12 00:56 hgbot Note Added: 0080354
2015-09-12 00:56 hgbot Checkin
2015-09-12 00:56 hgbot Note Added: 0080355
2015-09-12 00:56 hgbot Checkin
2015-09-12 00:56 hgbot Note Added: 0080356
2015-09-12 01:08 hgbot Checkin
2015-09-12 01:08 hgbot Note Added: 0080357
2015-09-15 14:01 mtaal Review Assigned To => migueldejuana
2015-09-16 09:56 migueldejuana Note Added: 0080428
2015-09-16 09:56 migueldejuana Status resolved => closed
2015-09-16 09:56 migueldejuana Fixed in Version => RR15Q4
2015-09-16 20:28 hgbot Checkin
2015-09-16 20:28 hgbot Note Added: 0080440
2015-09-16 20:28 hgbot Checkin
2015-09-16 20:28 hgbot Note Added: 0080441


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker