8000 GitHub - joelbrock/CHART: Client Hours and Reporting Tool
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joelbrock/CHART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHaRT

ABOUT CHaRT

__C__lient __H__ours __a__nd __R__eporting __T__ool is a custom webapp developed for the CDS Consulting Co-op

Refer to the LICENSE file for re-use/attribution.

INSTALLATION

Copy mysql_connect.php.dist to mysql_connect.php. Add your own DB connection info there.

DEFINE ('DB_USER', '||USERNAME||');
DEFINE ('DB_PASSWORD', '||PASSWORD||');
DEFINE ('DB_HOST', '||DB HOSTNAME||');
DEFINE ('DB_NAME', '||DB NAME||');

The DB schema is in chart_db.sql.

mysql -u||USERNAME|| -p ||DB NAME|| < /path/to/chart_db.sql

NOTES

The reporting makes heavy use of the fpdf libraries. You'll want to be pretty familiar with that to customize the reports. Luckily it's really easy to use.

About

Client Hours and Reporting Tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0