0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 14 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
finished with payroll and almost finished recurring script More... about 20 years ago
cleaned up payroll to account for new total field and non hourly. More... about 20 years ago
documented authenticate api change More... about 20 years ago
fixed demo data to use real data instead of hack. changed authenticate api More... about 20 years ago
added code to do a bunch of checks for apache includes but i am not keeping it More... about 20 years ago
took comment field out of recurring and used comment from job tb. took mention of tasks out of delete job confirm. fixed bug in invoice that did not match on 0 for the client More... about 20 years ago
added ability to edit unit transactions. fix datestyle syntax bug More... about 20 years ago
fixed bugs introduced with current date changover to iso More... about 20 years ago
took out PREPay account. updated readme with notes and added todo file More... about 20 years ago
The headers are now white all the time. Set cellspacing="0" on all tables. For those tables where border="1", I set the style so the border collapses and is 1px in width. It fixes the borders to be more like Netscape 4.x. More... about 20 years ago
changed to use date-picker and iso dates anywhere i could think of More... about 20 years ago
now using date pickers in invoice. added client search to invoice search screen. made search a separate screen. added helper routines to custom.pm More... about 20 years ago
Adding missing quotes around module names. More... about 20 years ago
system user (emp_id = 0) and entity (num = 0) cannot be deleted now. More... about 20 years ago
changed to dissallow edit if entry is invoiced More... about 20 years ago
tried to make edit transaction void an invoice if editing an invoiced transaction but it is way broken. think i will change to disallow More... about 20 years ago
Add the reportLayout parameter to allow the report caller to specify the layout of the resulting report info. More... about 20 years ago
changed invoices to store billrate in time_sheet_tb row. then retrieve from there instead of pulling from current table bc. current nums change. invoice totals will now be fixed. More... about 20 years ago
Added an output when no date-range was specified. More... about 20 years ago
Adding dependancy on the XML::LibXML and XML::LibXSLT packages. More... about 20 years ago
Output the info for the entities, user, jobs and tasks being queried on. More... about 20 years ago
Don't set the editable flag if in cronJobMode. More... about 20 years ago
Added note about using the /etc/sandsurfer.conf file. More... about 20 years ago
Updated to cover the reporting_xml.cgi changes. More... about 20 years ago
Putting back the variables that the install script is supposed to be replacing to customize each install with. More... about 20 years ago
Updated to cover the reporting_xml.cgi changes. (pretty small actually) More... about 20 years ago
Modularized the lookups population code so that the xml always has the info for the entities, users, jobs and tasks that where selected, even if no data was returned for timesheets. More... about 20 years ago
Turned off the outputting of the xml content to disk. More... about 20 years ago
Added some error checking to catch xml parsing errors. Fixed the missing </arguments> when in directquery mode. Made the report editable again, if in admin mode. More... about 20 years ago
Updated the total_time -> total column name change and the storing of the total_time / 60.0 change. Added the button to get back to the xml reports. More... about 20 years ago