0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made the case where there were no users/entities in the system not be fatal, but instead display the message and then make sure the user got the edit button if they were a sysadmin user. More... over 20 years ago
Added workaround so that if the default_entity value is not set, we assume it is the Company (id = 0) and hopefully when they next update the user it will be fixed. More... over 20 years ago
Moved the add/edit/view user code to edit_user.cgi thus eliminating the user_admin.cgi file. Restored the view user code and fixed the update_user code to update the default entity value (it is created, just not being updated). More... over 20 years ago
Fully finishing off the Entity editing/viewing code to take into account the case that you are an admin but not a super admin. More... over 20 years ago
Removing the entity_admin.cgi step out of the loop and added the Create button on the Edit/View Entity screen. Updated all pages accordingly. More... over 20 years ago
Converted the cgi-lib code. Fixed all the missed print statements. More... over 20 years ago
Changed from a GET refresh to using JavaScript in the onLoad event to submit the form. Had to add a hidden value with the old submit button info that main_menu.cgi is looking for and rename the submit button, just in-case someone still uses it. More... over 20 years ago
changed from Main_menu to main_menu to reflect the actual case of the value we are looking for. More... over 20 years ago
Make sure that the review cron script has the settings that are being used by unique.pm. This won't work for multiple installs without tweaking, but it is a start. More... over 20 years ago
We always want to use the comment the user gives us since they have just been editing it! More... over 20 years ago
Fixed the quotes issue so that the entity info is displayed correctly. More... over 20 years ago
Fixed issues with copying files, regular expressions and actually made the review cron job script be installed in /etc/cron.daily/ss-review More... over 20 years ago
Adding the review.sh cron script to the distro. More... over 20 years ago
*** empty log message *** More... over 20 years ago
Fixing the path displayed to start with a /. More... over 20 years ago
fixed install scripts mostly More... over 20 years ago
*** empty log message *** More... over 20 years ago
added button back to bottom of page. More... over 20 years ago
added text field to main menu. added refresh to auto in/out. rearrange buttons to be eaiser to get ot most used funtionality. More... over 20 years ago
added htmlobject to status page as well. used HTMLObjec::CGILib More... over 20 years ago
fix billing to remember settings properly and have due date ON by default make it easier to cut/paste the address for an envelope. More... over 20 years ago
Fixing the sql that gathers the work done. In the process, we now return the ref_num of the entry which will make it easier to edit an entry if so needed. More... over 20 years ago
added script to send review of previous days work to users More... over 20 years ago
Some payroll ideas/notes. More... about 21 years ago
It now takes the name of the entity type (Client, Department) and displays that. The header is now in a table so that the Close link is on the same line but right aligned. Added the css value to make all the names vertically align top. Changed the link to be a ? next to the client name rather than the name itself. More... about 21 years ago
Adding the JavaScript popup capability for the Client/Entity Info display. More... about 21 years ago
Bumping the version number. More... over 21 years ago
Added the ability to specify jobs to not include in the bill. More... over 21 years ago
Adding the use unique statement before use custom so that the database variables are defined, but so that custom.pm doesn't have to include it anymore since it doesn't exist when we first run setup.pl since setup.pl creates unique.pm. More... over 21 years ago
Documenting the fact that PostgreSQL needs to allow network connections for SandSurfer to work. More... over 21 years ago