Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039176 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2018-08-23 11:36 | 2018-09-21 08:29 | |||
Reporter | anderaranguren | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | RR18Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 295072765088 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | marvintm | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039176: Cannot modify quantity of more than one line at the same time if them initial quantity is different | |||||||
Description | Cannot modify quantity of more than one line at the same time if them initial quantity is different. For example: Bottle 1L qty 1 Adhesive body warmers qty 2 If the quantities are Bottle 1L qty 2 Adhesive body warmers qty 2 It is possible to change the quantity at the same time | |||||||
Steps To Reproduce | Login Web POS Add 1 Bottle 1L. Add 2 Adhesive body warmers Select one line Press pin button Select the second line In Edit Window try to press quantity button It is disabled | |||||||
Tags | No tags attached. | |||||||
Attached Files | SelectAll.png [^] (182,298 bytes) 2018-08-23 11:36
| |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0106585) hgbot (developer) 2018-09-03 15:25 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: fefc314588e5659a3a3d233dfb0452f7c471f29a Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Sep 03 18:55:42 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fefc314588e5659a3a3d233dfb0452f7c471f29a [^] Fixed issue 39176 : Keyboard Qty button should be enabled if multiple lines have different quantities --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js --- |
(0106586) hgbot (developer) 2018-09-03 15:26 |
Repository: tools/automation/pi-mobile Changeset: 4da83bb09655683f3c2e77ca9598afbd71b1dd42 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Sep 03 18:55:53 2018 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4da83bb09655683f3c2e77ca9598afbd71b1dd42 [^] Verifies issue 39176 : Modified automated test 'I32721_OnTapSelectAll_Execute_ReceiptLineSelected' --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/I32721_OnTapSelectAll_Execute_ReceiptLineSelected.java --- |
(0106685) marvintm (manager) 2018-09-11 18:12 |
The change is correct for the Quantity button. However, it makes sense to do the same change also for the '+' and'-' buttons, which currently follow the same rule that the Quantity used before, which is equally incorrect and confusing. |
(0106823) hgbot (developer) 2018-09-18 09:21 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 2950727650885f990c0d412518a66ed03446e7d8 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue Sep 18 12:50:47 2018 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2950727650885f990c0d412518a66ed03446e7d8 [^] Fixed issue 39176 : Keyboard Plus and Minus button should be enabled if multiple lines have different quantities * Removed selectedModelsSameQty flag in Keyboard --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js --- |
(0106824) hgbot (developer) 2018-09-18 09:21 |
Repository: tools/automation/pi-mobile Changeset: 3dd2e560c795773dbbb035e5ed031b02f0a560d7 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Sep 17 11:52:42 2018 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/3dd2e560c795773dbbb035e5ed031b02f0a560d7 [^] Verifies issue 39176 : Modified automated test 'I32721_OnTapSelectAll_Execute_ReceiptLineSelected' --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/DisablePlusMinusMultipleLines.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/multiselection/I32721_OnTapSelectAll_Execute_ReceiptLineSelected.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2018-08-23 11:36 | anderaranguren | New Issue | |
2018-08-23 11:36 | anderaranguren | Assigned To | => Retail |
2018-08-23 11:36 | anderaranguren | File Added: SelectAll.png | |
2018-08-23 11:36 | anderaranguren | Resolution time | => 1536789600 |
2018-08-23 11:36 | anderaranguren | Triggers an Emergency Pack | => No |
2018-08-23 11:45 | RenateNieuwkoop | Issue Monitored: RenateNieuwkoop | |
2018-08-23 11:55 | DavidRicordel | Issue Monitored: DavidRicordel | |
2018-08-28 09:34 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2018-08-28 09:35 | ranjith_qualiantech_com | Status | new => scheduled |
2018-08-28 09:35 | ranjith_qualiantech_com | Relationship added | caused by 0032069 |
2018-09-03 15:25 | hgbot | Checkin | |
2018-09-03 15:25 | hgbot | Note Added: 0106585 | |
2018-09-03 15:25 | hgbot | Status | scheduled => resolved |
2018-09-03 15:25 | hgbot | Resolution | open => fixed |
2018-09-03 15:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fefc314588e5659a3a3d233dfb0452f7c471f29a [^] |
2018-09-03 15:26 | hgbot | Checkin | |
2018-09-03 15:26 | hgbot | Note Added: 0106586 | |
2018-09-11 18:12 | marvintm | Note Added: 0106685 | |
2018-09-11 18:12 | marvintm | Status | resolved => new |
2018-09-11 18:12 | marvintm | Resolution | fixed => open |
2018-09-13 12:17 | ranjith_qualiantech_com | Status | new => scheduled |
2018-09-18 09:21 | hgbot | Checkin | |
2018-09-18 09:21 | hgbot | Note Added: 0106823 | |
2018-09-18 09:21 | hgbot | Status | scheduled => resolved |
2018-09-18 09:21 | hgbot | Resolution | open => fixed |
2018-09-18 09:21 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fefc314588e5659a3a3d233dfb0452f7c471f29a [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2950727650885f990c0d412518a66ed03446e7d8 [^] |
2018-09-18 09:21 | hgbot | Checkin | |
2018-09-18 09:21 | hgbot | Note Added: 0106824 | |
2018-09-21 08:29 | marvintm | Review Assigned To | => marvintm |
2018-09-21 08:29 | marvintm | Status | resolved => closed |
2018-09-21 08:29 | marvintm | Fixed in Version | => RR18Q4 |
Copyright © 2000 - 2009 MantisBT Group |