Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035285 | Retail Modules | Web POS | public | 2017-02-16 16:01 | 2017-06-20 11:21 |
|
Reporter | ranjith_qualiantech_com | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q3 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0035285: Test I33830_VerifyInvoiceDueDateByNewTerms failed in try |
Description | Test I33830_VerifyInvoiceDueDateByNewTerms failed in try, if test ran in different dates |
Steps To Reproduce | 1) Set System time One day back
2) Run Test I33830_VerifyInvoiceDueDateByNewTerms, will work fin
3) Set system time to Current time
4) Run I33830_VerifyInvoiceDueDateByNewTerms, it will not work |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-02-16 16:01 | ranjith_qualiantech_com | New Issue | |
2017-02-16 16:01 | ranjith_qualiantech_com | Assigned To | => Retail |
2017-02-16 16:01 | ranjith_qualiantech_com | Triggers an Emergency Pack | => No |
2017-02-16 16:01 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2017-02-16 16:01 | ranjith_qualiantech_com | Status | new => scheduled |
2017-02-16 16:05 | hgbot | Checkin | |
2017-02-16 16:05 | hgbot | Note Added: 0094393 | |
2017-02-20 06:35 | ranjith_qualiantech_com | Relationship added | caused by 0033830 |
2017-05-30 14:28 | ranjith_qualiantech_com | Note Added: 0097012 | |
2017-06-09 11:27 | hgbot | Checkin | |
2017-06-09 11:27 | hgbot | Note Added: 0097271 | |
2017-06-09 11:27 | hgbot | Status | scheduled => resolved |
2017-06-09 11:27 | hgbot | Resolution | open => fixed |
2017-06-09 11:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/deadde442589a495d9a421b38cf36cbb7b1fbf4a [^] |
2017-06-09 11:27 | hgbot | Checkin | |
2017-06-09 11:27 | hgbot | Note Added: 0097272 | |
2017-06-20 10:05 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2017-06-20 11:21 | Sandrahuguet | Note Added: 0097507 | |
2017-06-20 11:21 | Sandrahuguet | Status | resolved => closed |
2017-06-20 11:21 | Sandrahuguet | Fixed in Version | => RR17Q3 |
Notes |
|
(0094393)
|
hgbot
|
2017-02-16 16:05
|
|
Repository: tools/automation/pi-mobile
Changeset: d4df36481adc4899373ac844082ea9c987c7039c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Feb 16 20:34:30 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/d4df36481adc4899373ac844082ea9c987c7039c [^]
Verifies issue 35285 : Modified Test 'I33830_VerifyInvoiceDueDateByNewTerms',
* Added "waitFixof"
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I33830_VerifyInvoiceDueDateByNewTerms.java
---
|
|
|
|
Test failed in February month alone due to following reason
Set system time to Feb Month (Ex 17-Feb)
In Payment term, if we set "maturity date 1" as 15, "maturity date 2" as 31, and in POS invoice date is 17-feb then due date was set as next month date. but it should be 28 or 29 based on leap year |
|
|
(0097271)
|
hgbot
|
2017-06-09 11:27
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: deadde442589a495d9a421b38cf36cbb7b1fbf4a
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jun 09 14:56:58 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/deadde442589a495d9a421b38cf36cbb7b1fbf4a [^]
Fixed issue 35285 : Payment term due date should be maximum of Month's Last date
* if Fixed Due Date is enabled for Payment term, then invoice due date should be maximum of Month's Last date
---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
|
|
|
(0097272)
|
hgbot
|
2017-06-09 11:27
|
|
Repository: tools/automation/pi-mobile
Changeset: c25941fdd7b9ef9a094166f00d13c3920a7bd3e8
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri Jun 09 14:56:52 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c25941fdd7b9ef9a094166f00d13c3920a7bd3e8 [^]
Verifies issue 35285 : Modified automated test 'I33830_VerifyInvoiceDueDateByNewTerms'
---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I33830_VerifyInvoiceDueDateByNewTerms.java
---
|
|
|
|
Code review and testing OK |
|