Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0028588 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Quotations | minor | have not tried | 2015-01-13 16:24 | 2015-01-20 14:41 | |||
Reporter | aaroncalero | View Status | public | |||||
Assigned To | aaroncalero | |||||||
Priority | low | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | Fixed in SCM revision | 8c81c60f619a | ||||
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 | Orekaria | |||||||
Regression level | Production - QA Approved | |||||||
Regression date | ||||||||
Regression introduced in release | RR14Q4 | |||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0028588: The time of a quotation is shown as null/undefined after switching to a ticket and back to the quotation | |||||||
Description | The hour displayed next to the quotation document number is displayed as null or undefined, if we create quotation and, after booking it, we switch to a different receipt and back to the quotation. | |||||||
Steps To Reproduce | Login in the WebPOS Create a quotation (it will be created in draft status) Add some products Book it (tap the total amount button). It will change to status 'under evaluation'. Do not close the quotation Create an empty ticket Switch back to the quotation using the receipt counter/switcher button. The receipt header showing the creation time and document number will show null or undefined for the creation time. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||
|
Notes | |
(0073567) hgbot (developer) 2015-01-16 11:03 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 16dd2b0f6f087eb6087f7d146d13d1711360fb5f Author: Aaron Calero <aaron.calero <at> openbravo.com> Date: Fri Jan 16 11:00:17 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/16dd2b0f6f087eb6087f7d146d13d1711360fb5f [^] Fixed issue 28588: The time of a quotation is shown as undefined after switching to a ticket and back to the quotation Added the creationDate attribute to the quotation when it is missing --- M web/org.openbravo.retail.posterminal/js/data/dataordersave.js --- |
(0073618) hgbot (developer) 2015-01-19 17:40 |
Repository: tools/automation/pi-mobile Changeset: 78785377e56fd9fe23b1822866dcc39e258f5769 Author: Rafa Alonso <rafael.alonso <at> openbravo.com> Date: Mon Jan 19 10:45:14 2015 +0100 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/78785377e56fd9fe23b1822866dcc39e258f5769 [^] Related to issue 28588: Added the 'I28588_UndefinedQuotationDate' test --- M src-test/org/openbravo/test/mobile/common/selenium/javascript/TestId.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/ReceiptSuite.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I28588_UndefinedQuotationDate.java --- |
(0073623) Orekaria (administrator) 2015-01-19 19:05 |
The receipt should not be modified before this line: if (this.receipt.get('isbeingprocessed') === 'Y') { |
(0073639) hgbot (developer) 2015-01-20 10:11 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 8c81c60f619a5287b57edfa52babf4bd5b10da99 Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com> Date: Tue Jan 20 10:10:22 2015 +0100 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8c81c60f619a5287b57edfa52babf4bd5b10da99 [^] fixed issue 28588: the check if isbeingprocessed is done in the begin of process --- M web/org.openbravo.retail.posterminal/js/data/dataordersave.js --- |
Issue History | |||
Date Modified | Username | Field | Change |
2015-01-13 16:24 | aaroncalero | New Issue | |
2015-01-13 16:24 | aaroncalero | Assigned To | => marvintm |
2015-01-13 16:24 | aaroncalero | Triggers an Emergency Pack | => No |
2015-01-13 16:36 | aaroncalero | Relationship added | related to 0028589 |
2015-01-16 11:03 | hgbot | Checkin | |
2015-01-16 11:03 | hgbot | Note Added: 0073567 | |
2015-01-16 11:03 | hgbot | Status | new => resolved |
2015-01-16 11:03 | hgbot | Resolution | open => fixed |
2015-01-16 11:03 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/16dd2b0f6f087eb6087f7d146d13d1711360fb5f [^] |
2015-01-16 11:03 | aaroncalero | Assigned To | marvintm => aaroncalero |
2015-01-19 11:05 | malsasua | Regression level | => Production - Confirmed Stable |
2015-01-19 14:51 | malsasua | Regression level | Production - Confirmed Stable => Production - QA Approved |
2015-01-19 14:51 | malsasua | Regression introduced in release | => RR14Q4 |
2015-01-19 17:40 | hgbot | Checkin | |
2015-01-19 17:40 | hgbot | Note Added: 0073618 | |
2015-01-19 18:44 | Orekaria | Review Assigned To | => Orekaria |
2015-01-19 18:44 | Orekaria | Status | resolved => closed |
2015-01-19 18:44 | Orekaria | Fixed in Version | => pi |
2015-01-19 19:05 | Orekaria | Note Added: 0073623 | |
2015-01-19 19:05 | Orekaria | Status | closed => new |
2015-01-19 19:05 | Orekaria | Resolution | fixed => open |
2015-01-19 19:05 | Orekaria | Fixed in Version | pi => |
2015-01-20 10:11 | hgbot | Checkin | |
2015-01-20 10:11 | hgbot | Note Added: 0073639 | |
2015-01-20 10:11 | hgbot | Status | new => resolved |
2015-01-20 10:11 | hgbot | Resolution | open => fixed |
2015-01-20 10:11 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/16dd2b0f6f087eb6087f7d146d13d1711360fb5f [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8c81c60f619a5287b57edfa52babf4bd5b10da99 [^] |
2015-01-20 14:41 | Orekaria | Status | resolved => closed |
2015-01-20 14:41 | Orekaria | Fixed in Version | => pi |
2015-01-20 14:47 | Orekaria | Relationship added | related to 0028694 |
2015-01-20 19:46 | Orekaria | Relationship added | related to 0028394 |
Copyright © 2000 - 2009 MantisBT Group |