Report date format

Added report.X.dateformat which gives each report the possibility
to have a custom format for the due dates.
This commit is contained in:
Federico Hernandez
2010-01-18 03:45:49 +01:00
parent 4f70969306
commit fccd0d6c96
5 changed files with 51 additions and 10 deletions

View File

@@ -86,6 +86,7 @@ public:
void suppressWS ();
void setDateFormat (const std::string&);
void setReportName (const std::string&);
int rowCount ();
int columnCount ();
@@ -135,6 +136,7 @@ private:
// Misc...
bool mSuppressWS;
std::string mDateFormat;
std::string mReportName;
};
#endif