0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved the Task Sub Total block to be on the same level as the Job Sub Total block, but right aligned. Make the Hourly/Non-Hourly tables be of width 100%. Fixed a bug where the html was being output into the HEAD! More... almost 20 years ago
Updating the DBIWrapper and HTMLObject versions we depend on. More... almost 20 years ago
Changed the display format of the totalTime worked to be the fractional hours. More... almost 20 years ago
Updated to use the SandSurfer::DB and Session modules, cleaned up the user and entity lookup code along with the config_tb lookups. Updated to create and use a session for authentication purposes. More... almost 20 years ago
improving the POD documentation so the developer knows what variable to use. More... almost 20 years ago
Fixing the getUnitsXML() call to use the SandSurfer::Unit module. More... almost 20 years ago
Replaced the password setting code to use MD5 hashes. Updated the authentication code to handle the old crypt password or new md5 hash passwords. This closes Feature request #877868. Added a Security Alert message on the main menu if the password is still a crypted value with instructions to change it via the Edit Preferences screen. More... almost 20 years ago
Added a javascript confirm to make sure the user wants to Void an invoice. More... almost 20 years ago
Fixed the use unique; code based on the ss-entity-activity scripts implementation. More... almost 20 years ago
The XML Export now provides the correct <?xml ?> header tag, specifies the type="invoices" and version="1.0" for the <sandsurfer> tag and the date attribute of the <invoices> tag is now - seperated. More... almost 20 years ago
Converted all the $dbiW -> $conn references. More... almost 20 years ago
Moved clientOrDept from custom.pm to DB.pm and converted to using the getConfigEntries() method from DB. Updated the scripts accordingly. More... almost 20 years ago
Improving our dependancy information to cover wget and links and the newest HTMLObject 2.19 version. More... almost 20 years ago
Added notes about how the Payroll system works and documented the config options that affect it, plus showing if they are enabled. More... almost 20 years ago
Fixed a warning message. More... almost 20 years ago
removed the fix_lock.pl script from the distro as it is now obsolete. More... almost 20 years ago
Removed the Pg related code and converted to using the new SandSurfer::DB module to do the setup code for us. More... almost 20 years ago
Make the formatting of hours be conditional on the RoundTime feature being enabled or not. %.2f or %.3f More... almost 20 years ago
Removing the requirement that calc_wages be enabled for the billing subsystem to be used. More... almost 20 years ago
Time -> Hours. Removed Rounded By columns. fixed the calcWages and RoundTime Finalize Payroll issue so the calcWages uses the RoundTime values. Added a header that lets the admin know that RoundTime is enabled. More... almost 20 years ago
Converted the Time headers to Hours and noted the Totals on the Finalized Payroll are Un-Rounded if roundTime is currently being used. Removed the Rounded By output as it is no longer valid. More... almost 20 years ago
First pass at fixing the roundTime feature in the payroll system. I started trying to fix the calcWages roundTime case in process_payroll2, but can not easily fix the process_payroll3 script as it does things totally different! With roundTime on, process_payroll3 generates different values than process_payroll2! More... almost 20 years ago
Removed the prepay checkbox support. More... almost 20 years ago
Fixed the call to formatTime and fixed up the time value being passed in to be the hour, minute, seconds array the routine is expecting. More... almost 20 years ago
Removing prepay.cgi from the distro as it is no longer needed. More... almost 20 years ago
i trashed unit.cgi but have to check in files because of file corruption More... almost 20 years ago
oops More... almost 20 years ago
moved unit db workin into Unit.pm out of custom.pm More... almost 20 years ago
Pg is no longer in use anywhere, that I'm aware of. More... almost 20 years ago
converted to HTMLObject. More... almost 20 years ago