Openbravo Issue Tracking System - Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0028145 | Modules | Service Contract Management | public | 2014-11-11 19:05 | 2014-12-22 13:03 |
Reporter | maite | ||||
Assigned To | vmromanos | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Regression date | |||||
Regression introduced by commit | |||||
Regression level | |||||
Review Assigned To | |||||
Support ticket | |||||
OBNetwork customer | |||||
Regression introduced in release | |||||
Summary | 0028145: Document expected behaviour for "Current", "Previous", "Starting/Ending Date", "Block Invoice" field in Contract Billing Process | ||||
Description | Include specific documentation in following link: http://wiki.openbravo.com/wiki/Coworking:Contract_Billing_Process [^] | ||||
Steps To Reproduce | . | ||||
Proposed Solution | Expected behaviour for these fields can be checked in following code if (current && previous) { sql.append(" AND cip.invoicingdate <= TO_DATE(?) "); // To } else if (current && !previous) { sql.append(" AND cip.invoicingdate >= TO_DATE(?) "); // From sql.append(" AND cip.invoicingdate <= TO_DATE(?) "); // To } else if (!current && previous) { sql.append(" AND cip.invoicingdate <= TO_DATE(?) "); // From } if (!blockInvoice) { // Exclude blocked invoice plans if the checkbox is not flagged sql.append(" AND cip.blockinvoice = 'N' "); } if (!current && !previous && blockInvoice) { sql.append(" AND cip.blockinvoice = 'Y' "); | ||||
Additional Information | |||||
Tags | OB3 Documentation | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-11-11 19:05 | maite | New Issue | |||
2014-11-11 19:05 | maite | Assigned To | => vmromanos | ||
2014-11-11 19:05 | maite | Tag Attached: OB3 Documentation |
There are no notes attached to this issue. |