Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0028145 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Modules] Service Contract Management | minor | always | 2014-11-11 19:05 | 2014-12-22 13:03 | |||||||
Reporter | maite | View Status | public | |||||||||
Assigned To | vmromanos | |||||||||||
Priority | high | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Regression date | ||||||||||||
Regression introduced by commit | ||||||||||||
Regression level | ||||||||||||
Review Assigned To | ||||||||||||
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' "); | |||||||||||
Tags | OB3 Documentation | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
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 |
Copyright © 2000 - 2009 MantisBT Group |