Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028145
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Service Contract Managementminoralways2014-11-11 19:052014-12-22 13:03
ReportermaiteView Statuspublic 
Assigned Tovmromanos 
PriorityhighResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM 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

DescriptionInclude specific documentation in following link:
http://wiki.openbravo.com/wiki/Coworking:Contract_Billing_Process [^]
Steps To Reproduce.
Proposed SolutionExpected 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' ");
TagsOB3 Documentation
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- 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
Powered by Mantis Bugtracker