Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0032048 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2016-01-29 08:40 | 2016-02-15 16:08 | |||
Reporter | guillermogil | View Status | public | |||||
Assigned To | jorge-garcia | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | RR16Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | dd6b8ce938c7 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | QA functional test | |||||||
Regression date | 2015-10-16 | |||||||
Regression introduced in release | main | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d562c7c609e132cdcbdffa0523002f8959728eb9 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0032048: Click "-" button on a negative line of a not grouped product generates a positive line | |||||||
Description | Click "-" button on a negative line of a not grouped product generates a positive line. It should add another negative line. | |||||||
Steps To Reproduce | Configure avalanche as not gruouped Add it to the ticket Return it Click "-" button | |||||||
Proposed Solution | Currently, the quantity button is already disabled for non-grouped products. It's not consistent to have the - and + enabled in that situation, so they should be disabled for non-grouped products also. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0083876) hgbot (developer) 2016-02-03 08:43 |
Repository: erp/pmods/org.openbravo.mobile.core Changeset: dd6b8ce938c71b3d808d5dbf4addb75767f8ed61 Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Fri Jan 29 13:31:27 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dd6b8ce938c71b3d808d5dbf4addb75767f8ed61 [^] Fixed issue 32048: Click "-" button on a negative line of a not grouped product generates a positive line Following the proposed solution the plus and minus buttons from the keypad are disabled if the product type is NOT grouped. --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js --- |
(0083877) hgbot (developer) 2016-02-03 08:44 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 435cd8ac05b8fb632af1d92d8a34516ce532e320 Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Fri Jan 29 13:32:16 2016 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/435cd8ac05b8fb632af1d92d8a34516ce532e320 [^] Related to issue 32048: Click "-" button on a negative line of a not grouped product generates a positive line Following the proposed solution the plus and minus buttons from the keypad are disabled if the product type is NOT grouped. --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js --- |
(0083878) hgbot (developer) 2016-02-03 08:45 |
Repository: tools/automation/pi-mobile Changeset: 0c31f7f687d938c1f18e8da34c2ff70e83982cd0 Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Fri Jan 29 13:50:43 2016 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/0c31f7f687d938c1f18e8da34c2ff70e83982cd0 [^] Verifies issue 32048: Click "-" button on a negative line of a not grouped product generates a positive line Added test I32048_DisablePlusMinusButtonsNotGroupedProducts --- A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32048_DisablePlusMinusButtonsNotGroupedProducts.java --- |
(0083879) hgbot (developer) 2016-02-03 08:45 |
Repository: tools/automation/pi-mobile Changeset: 29faae525681b87ed03b868dcc31bac34732cefa Author: Jorge Garcia <jorge.garcia <at> openbravo.com> Date: Mon Feb 01 11:33:05 2016 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/29faae525681b87ed03b868dcc31bac34732cefa [^] Related to issue 32048: Click "-" button on a negative line of a not grouped Two changes are necessary * Change test I30892_AddMoreQtyNotGroupedProducts, because with this fix, the button plus and minus are disabled with non grouped products. * Wait the fix of the issue 32069 for the test DisablePlusMinusMultipleLines. --- 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/receipts/I30892_AddMoreQtyNotGroupedProducts.java --- |
(0084188) hgbot (developer) 2016-02-15 16:07 |
Repository: retail/backports/3.0RR16Q1/org.openbravo.mobile.core Changeset: 3e9e02546e5b08630e973275f9a58f1dc4e2ef76 Author: Mario Castello <mario.castello <at> peoplewalking.com> Date: Fri Feb 12 14:22:10 2016 -0600 URL: http://code.openbravo.com/retail/backports/3.0RR16Q1/org.openbravo.mobile.core/rev/3e9e02546e5b08630e973275f9a58f1dc4e2ef76 [^] Fixed issue 32054 backport of issue 32048: Click - button on a negative line of a not grouped product generates a positive line --- M web/org.openbravo.mobile.core/source/component/ob-keyboard.js --- |
(0084191) hgbot (developer) 2016-02-15 16:08 |
Repository: retail/backports/3.0RR16Q1/org.openbravo.retail.posterminal Changeset: ee8df653cef1df99b80e92123393fcabf026b8d5 Author: Mario Castello <mario.castello <at> peoplewalking.com> Date: Fri Feb 12 14:29:26 2016 -0600 URL: http://code.openbravo.com/retail/backports/3.0RR16Q1/org.openbravo.retail.posterminal/rev/ee8df653cef1df99b80e92123393fcabf026b8d5 [^] Related to issue 32054 backport of issue 32048: Click - button on a negative line of a not grouped product generates a positive line --- M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js --- |
Issue History | |||
Date Modified | Username | Field | Change |
2016-01-29 08:40 | guillermogil | New Issue | |
2016-01-29 08:40 | guillermogil | Assigned To | => Retail |
2016-01-29 08:40 | guillermogil | Resolution time | => 1454194800 |
2016-01-29 08:40 | guillermogil | Triggers an Emergency Pack | => No |
2016-01-29 09:48 | Orekaria | Severity | major => minor |
2016-01-29 09:49 | Orekaria | Status | new => acknowledged |
2016-01-29 10:06 | guillermogil | Summary | Click "-" button on a negative line of a not gruoped line generated a positive line => Click "-" button on a negative line of a not grouped product generates a positive line |
2016-01-29 10:06 | guillermogil | Description Updated | View Revisions |
2016-01-29 10:20 | marvintm | Severity | minor => major |
2016-01-29 10:20 | marvintm | Proposed Solution updated | |
2016-01-29 10:28 | Orekaria | Status | acknowledged => scheduled |
2016-01-29 12:55 | jorge-garcia | Assigned To | Retail => jorge-garcia |
2016-02-03 08:43 | hgbot | Checkin | |
2016-02-03 08:43 | hgbot | Note Added: 0083876 | |
2016-02-03 08:43 | hgbot | Status | scheduled => resolved |
2016-02-03 08:43 | hgbot | Resolution | open => fixed |
2016-02-03 08:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/dd6b8ce938c71b3d808d5dbf4addb75767f8ed61 [^] |
2016-02-03 08:44 | hgbot | Checkin | |
2016-02-03 08:44 | hgbot | Note Added: 0083877 | |
2016-02-03 08:45 | hgbot | Checkin | |
2016-02-03 08:45 | hgbot | Note Added: 0083878 | |
2016-02-03 08:45 | hgbot | Checkin | |
2016-02-03 08:45 | hgbot | Note Added: 0083879 | |
2016-02-03 19:48 | marvintm | Review Assigned To | => marvintm |
2016-02-03 19:48 | marvintm | Status | resolved => closed |
2016-02-03 19:48 | marvintm | Fixed in Version | => RR16Q2 |
2016-02-12 09:19 | jorge-garcia | Regression date | => 2015-10-16 |
2016-02-12 09:19 | jorge-garcia | Regression introduced by commit | => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d562c7c609e132cdcbdffa0523002f8959728eb9 [^] |
2016-02-12 10:57 | dmitry_mezentsev | Regression level | => QA functional test |
2016-02-12 10:57 | dmitry_mezentsev | Regression introduced in release | => main |
2016-02-12 10:58 | dmitry_mezentsev | Relationship added | caused by 0030892 |
2016-02-15 16:07 | hgbot | Checkin | |
2016-02-15 16:07 | hgbot | Note Added: 0084188 | |
2016-02-15 16:08 | hgbot | Checkin | |
2016-02-15 16:08 | hgbot | Note Added: 0084191 |
Copyright © 2000 - 2009 MantisBT Group |