0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 16 hours ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed auto enter to check for overlapping time. More... over 19 years ago
changed error API to get rid of didErrorOccur added manual entry database code and finished it. started auto enter with problem clockout but just messed stuff up More... over 19 years ago
still fixing db layer. added manual entry screen. not finished yet More... over 19 years ago
added hotkey to sumbit auto entry page. combined misc and config tables More... over 19 years ago
finished (i think) making major db changes. cleaned up fields in job, task tbs. More... over 19 years ago
fleshed out new interface so that NULL fields in shortcuts allow user to pick started comments on DB changes to use id serial in job/task tables More... over 19 years ago
still hacking new interface. to use form methods will have to use formobj. More... over 19 years ago
cleaned up the main menu and tested the upgrade db code More... over 19 years ago
started code changes to reflect db. and testing More... over 19 years ago
redesigned db structure A LOT! cleaned up some column names in various tables moved billing rates into separate table. converted billrate_tb and payrate_tb to use matrix layout like shortcuts converted unit jobs into products and separated into table changed start stop to timestamp More... over 19 years ago
made logout work without special flag. cleaned up some code in DB More... over 19 years ago
we need to specify the use vars '$demo'; in unique.pm when upgrading. More... over 19 years ago
removing the extra word that is causing the upgrade to fail. More... over 19 years ago
Making sure unique.pm is available for the Upgrade process. More... over 19 years ago
fixed these to work with new db layout. needs debugging More... over 19 years ago
new interface implemented for quick clock in /out More... over 19 years ago
started iimplementing shortcuts. rewriting main menu to account for it changed time_shee_tb to use timestamp for start stop. More... over 19 years ago
committing small sql changes for shortcuts More... over 19 years ago
add marital status to user_tb. made the ssn fields all be a standard text field and used user_tb.id in all other screens? move non hour entries to seperate table More... over 19 years ago
started on major db changes. much code needs to be fixed More... over 19 years ago
*** empty log message *** More... over 19 years ago
minor fixes to upgrade More... over 19 years ago
Quick hack to add the main menu and admin menu buttons to the top of the report select screen and at the bottom of the report output as long as we are not in a cronjob or printable scenario. More... over 19 years ago
Hack to fix the cronjobs not passing in the hourDecimals value. More... almost 20 years ago
Added support to let the user specify how man decimals to see on their hourly totals (totalTime). Built up the format-number string to use in the xslt. The totalTime value is now rounded before putting it in the xml so the display code doesn't have to round each entry before summing it. More... almost 20 years ago
Converted the totalTime display template to actually sum up the totalTime value and not the totalMinutes value. Added support for the user specified hour display decimal value. More... almost 20 years ago
Fixed the mileage summation with entries created before 1.8.1. More... almost 20 years ago
Added support for grouping by mileage. More... almost 20 years ago
Added the ability to groupBy mileage. Required some rather nasty hacks to get the data to sort properly. More... almost 20 years ago
Made the Date column dissapear if the from = to dates. Fixed the Edit mode column span value to reflect the actual number of columns being displayed. More... almost 20 years ago