Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0034305 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | have not tried | 2016-10-26 15:59 | 2016-11-22 08:40 | |||
Reporter | prakashmurugesan88 | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 35e7b1777af4 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | migueldejuana | |||||||
OBNetwork customer | OBPS | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0034305: [SER-QA 1995] Error in the payment date - The system is recording the day -1 of the layaway payment | |||||||
Description | Error in the payment date - The system is recording the day -1 of the layaway payment | |||||||
Steps To Reproduce | Steps to reproduce: - Go to the webpos - Create a layaway with a client and do NOT pay it - In the menu, research the layaway and pay it partially - In te menu, retrieve the layaway Error: The payment date is wrong (day D-1) Please check the video(PaymentDateErrorVideo.webm) in the attachment. | |||||||
Proposed Solution | Please check the attachment | |||||||
Tags | SER-QA | |||||||
Attached Files | ![]() ![]() | |||||||
![]() |
|||||||||||||||
|
![]() |
|
(0091046) hgbot (developer) 2016-11-02 05:47 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 7b87a812e31fa2b80282d5ad9ebb206ccd548fff Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Wed Nov 02 10:16:00 2016 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7b87a812e31fa2b80282d5ad9ebb206ccd548fff [^] Fixes issue 34305 : Removed Receipt Payments Date validation for timezone --- M web/org.openbravo.retail.posterminal/js/components/renderorderline.js --- |
(0091047) hgbot (developer) 2016-11-02 05:48 |
Repository: tools/automation/pi-mobile Changeset: 4d95fad57aae82c5d30731ff9db3742c3059766b Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Wed Nov 02 08:35:02 2016 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/4d95fad57aae82c5d30731ff9db3742c3059766b [^] Verifies issue 34305 : Added automated test 'I34305_VerifyLayawayPaymentDate' --- M src-test/org/openbravo/test/mobile/retail/pack/selenium/TestIdPack.java A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I34305_VerifyLayawayPaymentDate.java --- |
(0091382) migueldejuana (viewer) 2016-11-11 11:28 |
Please, when removing code follow this: - Check the commit and the issue related to removed lines - Removing code affects to the functionality, be sure doing this, you probably should change code instead of removing. Check this case and create a test if possible: - Login with VBS-1 - Create a layaway with a customer and do NOT pay it - In the menu, search the layaway and pay it partially - Move to UTC -10(Honolulu) time - Login with VBS1001 - Open Layaways search modal and look for above created layaway, it will have todays date - Open this layaway and check payment date. ERROR! The date of the payment is yesterday |
(0091587) hgbot (developer) 2016-11-16 05:37 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: 35e7b1777af4f1a3e1f656fdeb79b2c5a2071032 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Tue Nov 15 16:22:57 2016 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/35e7b1777af4f1a3e1f656fdeb79b2c5a2071032 [^] Fixes issue 34305 : Removed Receipt Payments Date validation for timezone * In Paid Receipt, paymentDate converted to date without time based on server timezone --- M src/org/openbravo/retail/posterminal/PaidReceipts.java M web/org.openbravo.retail.posterminal/js/components/renderorderline.js --- |
(0091725) migueldejuana (viewer) 2016-11-22 08:40 |
Tested and reviewed in 5c32424130fa |
![]() |
|||
Date Modified | Username | Field | Change |
2016-10-26 15:59 | prakashmurugesan88 | New Issue | |
2016-10-26 15:59 | prakashmurugesan88 | Assigned To | => Retail |
2016-10-26 15:59 | prakashmurugesan88 | File Added: PaymentDateSuggestedFix.patch | |
2016-10-26 15:59 | prakashmurugesan88 | OBNetwork customer | => No |
2016-10-26 15:59 | prakashmurugesan88 | Triggers an Emergency Pack | => No |
2016-10-26 16:08 | prakashmurugesan88 | Steps to Reproduce Updated | View Revisions |
2016-10-26 16:08 | prakashmurugesan88 | File Added: PaymentDateErrorVideo.webm | |
2016-10-27 16:26 | adrianromero | OBNetwork customer | No => Yes |
2016-10-27 16:26 | adrianromero | Resolution time | => 1478732400 |
2016-10-27 16:26 | adrianromero | Summary | Error in the payment date - The system is recording the day -1 of the layaway payment => [SER-QA 1995] Error in the payment date - The system is recording the day -1 of the layaway payment |
2016-10-27 16:26 | adrianromero | Tag Attached: SER-QA | |
2016-10-27 16:26 | adrianromero | Priority | normal => urgent |
2016-10-27 16:26 | adrianromero | Severity | minor => major |
2016-11-01 07:17 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2016-11-01 07:17 | ranjith_qualiantech_com | Status | new => scheduled |
2016-11-02 05:47 | hgbot | Checkin | |
2016-11-02 05:47 | hgbot | Note Added: 0091046 | |
2016-11-02 05:47 | hgbot | Status | scheduled => resolved |
2016-11-02 05:47 | hgbot | Resolution | open => fixed |
2016-11-02 05:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7b87a812e31fa2b80282d5ad9ebb206ccd548fff [^] |
2016-11-02 05:48 | hgbot | Checkin | |
2016-11-02 05:48 | hgbot | Note Added: 0091047 | |
2016-11-11 11:28 | migueldejuana | Note Added: 0091382 | |
2016-11-11 11:28 | migueldejuana | Status | resolved => new |
2016-11-11 11:28 | migueldejuana | Resolution | fixed => open |
2016-11-14 08:08 | ranjith_qualiantech_com | Status | new => scheduled |
2016-11-16 05:37 | hgbot | Checkin | |
2016-11-16 05:37 | hgbot | Note Added: 0091587 | |
2016-11-16 05:37 | hgbot | Status | scheduled => resolved |
2016-11-16 05:37 | hgbot | Resolution | open => fixed |
2016-11-16 05:37 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/7b87a812e31fa2b80282d5ad9ebb206ccd548fff [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/35e7b1777af4f1a3e1f656fdeb79b2c5a2071032 [^] |
2016-11-22 08:36 | migueldejuana | Relationship added | related to 0034466 |
2016-11-22 08:40 | migueldejuana | Review Assigned To | => migueldejuana |
2016-11-22 08:40 | migueldejuana | Note Added: 0091725 | |
2016-11-22 08:40 | migueldejuana | Status | resolved => closed |
2017-06-22 07:57 | ranjith_qualiantech_com | Relationship added | related to 0036304 |
Copyright © 2000 - 2009 MantisBT Group |