#include <glib.h>
Go to the source code of this file.
Defines | |
#define | __P(protos) protos |
Functions | |
gint | create_project_status_report (PGconn *conn, gchar *path, GList *prj_pk_list, gboolean active_only) |
Create a project related report where the PRs are grouped by status. More... | |
gint | create_project_version_report (PGconn *conn, gchar *path, GList *prj_pk_list, gboolean active_prjs_only, gboolean active_vers_only) |
These routines generate project related HTML based reports. Each report is created in the specified path. In general, users should specify a different path for each report.
All of the reports are of the format: index.html-+--->projX.html-+--->prA.html | | | +--->prB.html | ... | +--->projY.html-+--->prC.html ... | +--->prD.html Where A, B, C, and D are problem report numbers, and X and Y are project numbers.
In general, the index.html file contains a list of the projects covered by the report, the projX.html files contain the project information and a list of the problem reports for that project, sorted by the criteria of the report, and the prX.html files contain the problem report details.
|
Create a project related report where the PRs are grouped by status.
|