0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 11 hours ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a debug statement to try and figure out why I was getting in_use_tb errors. Somehow the table got emptied, but I can't find a delete sql query. More... about 20 years ago
Added the form code to the non-hourly detailed view. Removed the Pre-Pay related stuff as JT says it is deprecated now. More... about 20 years ago
Don't output the form stuff if in print mode. More... about 20 years ago
Added the necessary tags to make the edit form start working. More... about 20 years ago
Added the extra elements needed to pull off the edit form interface. More... about 20 years ago
Added the edit form support code, though the cgi-scripts need to be updated to accept it coming from the xml screen (or something else is missing). There are some major security issues with the username/password being passed around in the xml! More... about 20 years ago
Added the call to the getUnitsXML(). More... about 20 years ago
Added the getUnitsXML() method to return the <units> xml snippet. More... about 20 years ago
Added the <units> tags. More... about 20 years ago
Added the Units column for non-hourly detailed views. More... about 20 years ago
added voiding invoices and tweacked setup More... about 20 years ago
Updated to fix the display issue for times and removed the old totalling code. Updated to cover the Hourly/NonHourly differences. More... about 20 years ago
Fixing one of the rounding display issues. More... about 20 years ago
Updated to cover hourly/nonHourly detail and totals. More... about 20 years ago
Changed to the Hourly/NonHourly designations. Updated totalling by Hourly/ NonHourly. Added the checks at the beginning for the extensions we are using. More... about 20 years ago
added check for voided invoice in display code More... about 20 years ago
added void feature to invoices More... about 20 years ago
Fixing the demo data so that the empl_id used in the timesheets is valid. Adding a fname, lname value to the users, so you can pick them out to edit, etc. More... about 20 years ago
added apache conf and cleaned up setup.sh More... about 20 years ago
rewrote installer to be shell instead of perl. perl was making all shell calls anyway More... about 20 years ago
Added test cases for all the different grouping combinations and added an example of outputing the detailed view section in different places. More... about 20 years ago
Added support for the grouping of 4 items and cleaned up the layout. More... about 20 years ago
Added support for grouping 3 items together! More... about 20 years ago
Greatly cleaned up and simplified the 1 and 2 grouping cases. More... about 20 years ago
Began refactoring the code to take advantage of similiar blocks of code as templates (functions). More... about 20 years ago
Added some more sample groupings. More... about 20 years ago
1 and 2 level grouping is done! I found the set:distinct() function provided by the exslt.org group was implemented in libxslt and works! (I wish I would have found this 2 days ago!) More... about 20 years ago
Finally! I figured out how to programmatically handle the first level of grouping without having to resort to a choose block and doing different hard-coded selects for each type of attribute we are grouping on. More... about 20 years ago
Implemented the totalMinutes to hours:minutes conversion for the user grouping. Just have to duplicate for the other 3 and then implement the sub-grouping. More... about 20 years ago
The first level of grouping is almost complete. Just have to convert the minutes to hours:minutes. More... about 20 years ago