Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0022120 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2012-10-26 10:49 | 2012-11-27 18:44 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | adrianromero | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 264544f46b84 | ||||
Projection | none | ETA | none | Target Version | RMP17 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0022120: It is not possible to close a POS transaction when amount is zero | |||||||
Description | It is not possible to close a POS transaction when amount is zero | |||||||
Steps To Reproduce | Create a receipt in the webPOS with amount "0". You will see that you are not able to pay "0" | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0053743) hgbot (developer) 2012-10-26 13:50 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: bed113fb4fe87483e0cb5be6fd81d0d6ce41bd67 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Fri Oct 26 13:45:31 2012 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bed113fb4fe87483e0cb5be6fd81d0d6ce41bd67 [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero Now we check the number of lines to know when a receipt can be closed, not when the total is zero --- M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0053747) hgbot (developer) 2012-10-26 14:23 |
Repository: erp/pmods/org.openbravo.retail.posterminal-discounts Changeset: bed113fb4fe87483e0cb5be6fd81d0d6ce41bd67 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Fri Oct 26 13:45:31 2012 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-discounts/rev/bed113fb4fe87483e0cb5be6fd81d0d6ce41bd67 [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero Now we check the number of lines to know when a receipt can be closed, not when the total is zero --- M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0053751) adrianromero (viewer) 2012-10-26 18:15 |
Closed for RMP16 |
(0053767) hgbot (developer) 2012-10-29 13:58 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: a6fbd45ebf8f5a5d9d847544d6b059b055f63aea Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Mon Oct 29 13:58:13 2012 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a6fbd45ebf8f5a5d9d847544d6b059b055f63aea [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero --- M web/org.openbravo.retail.posterminal/index.html M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0053768) hgbot (developer) 2012-10-29 14:01 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 264544f46b842acca8ad694bbed0b0925eac55e5 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Mon Oct 29 14:00:41 2012 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/264544f46b842acca8ad694bbed0b0925eac55e5 [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero Rolling back unneeded change --- M web/org.openbravo.retail.posterminal/index.html --- |
(0053785) hgbot (developer) 2012-10-30 09:24 |
Repository: erp/pmods/org.openbravo.retail.posterminal-discounts Changeset: a6fbd45ebf8f5a5d9d847544d6b059b055f63aea Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Mon Oct 29 13:58:13 2012 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-discounts/rev/a6fbd45ebf8f5a5d9d847544d6b059b055f63aea [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero --- M web/org.openbravo.retail.posterminal/index.html M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0053786) hgbot (developer) 2012-10-30 09:24 |
Repository: erp/pmods/org.openbravo.retail.posterminal-discounts Changeset: 264544f46b842acca8ad694bbed0b0925eac55e5 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Mon Oct 29 14:00:41 2012 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-discounts/rev/264544f46b842acca8ad694bbed0b0925eac55e5 [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero Rolling back unneeded change --- M web/org.openbravo.retail.posterminal/index.html --- |
(0053851) adrianromero (viewer) 2012-10-30 17:44 |
Fixed for RMP16 |
(0053895) hgbot (developer) 2012-10-31 09:41 |
Repository: erp/pmods/org.openbravo.retail.posterminal-gal Changeset: bed113fb4fe87483e0cb5be6fd81d0d6ce41bd67 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Fri Oct 26 13:45:31 2012 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-gal/rev/bed113fb4fe87483e0cb5be6fd81d0d6ce41bd67 [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero Now we check the number of lines to know when a receipt can be closed, not when the total is zero --- M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0053898) hgbot (developer) 2012-10-31 09:41 |
Repository: erp/pmods/org.openbravo.retail.posterminal-gal Changeset: a6fbd45ebf8f5a5d9d847544d6b059b055f63aea Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Mon Oct 29 13:58:13 2012 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-gal/rev/a6fbd45ebf8f5a5d9d847544d6b059b055f63aea [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero --- M web/org.openbravo.retail.posterminal/index.html M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0053899) hgbot (developer) 2012-10-31 09:41 |
Repository: erp/pmods/org.openbravo.retail.posterminal-gal Changeset: 264544f46b842acca8ad694bbed0b0925eac55e5 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Mon Oct 29 14:00:41 2012 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-gal/rev/264544f46b842acca8ad694bbed0b0925eac55e5 [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero Rolling back unneeded change --- M web/org.openbravo.retail.posterminal/index.html --- |
(0054006) hgbot (developer) 2012-11-05 18:18 |
Repository: erp/pmods/org.openbravo.retail.posterminal-quotations Changeset: bed113fb4fe87483e0cb5be6fd81d0d6ce41bd67 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Fri Oct 26 13:45:31 2012 +0200 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-quotations/rev/bed113fb4fe87483e0cb5be6fd81d0d6ce41bd67 [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero Now we check the number of lines to know when a receipt can be closed, not when the total is zero --- M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0054009) hgbot (developer) 2012-11-05 18:18 |
Repository: erp/pmods/org.openbravo.retail.posterminal-quotations Changeset: a6fbd45ebf8f5a5d9d847544d6b059b055f63aea Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Mon Oct 29 13:58:13 2012 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-quotations/rev/a6fbd45ebf8f5a5d9d847544d6b059b055f63aea [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero --- M web/org.openbravo.retail.posterminal/index.html M web/org.openbravo.retail.posterminal/js/model/order.js M web/org.openbravo.retail.posterminal/js/pointofsale/view/payment.js --- |
(0054010) hgbot (developer) 2012-11-05 18:18 |
Repository: erp/pmods/org.openbravo.retail.posterminal-quotations Changeset: 264544f46b842acca8ad694bbed0b0925eac55e5 Author: Adrián Romero <adrianromero <at> openbravo.com> Date: Mon Oct 29 14:00:41 2012 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal-quotations/rev/264544f46b842acca8ad694bbed0b0925eac55e5 [^] Fixes issue 0022120: It is not possible to close a POS transaction when amount is zero Rolling back unneeded change --- M web/org.openbravo.retail.posterminal/index.html --- |
(0054592) adrianromero (viewer) 2012-11-27 18:44 |
Closed for RMP17 |
Copyright © 2000 - 2009 MantisBT Group |