Just what I needed!
I had it configured on my last hosted site but forgot about the smarty assign for this page with the upgrade and move... I appreciate the assist!
Search found 12 matches
- Thu Aug 20, 2020 11:02 pm
- Forum: Time Tracker
- Topic: Successful Upgrade-"Week Total" on Mobile Page
- Replies: 4
- Views: 2071
- Thu Aug 20, 2020 3:24 pm
- Forum: Time Tracker
- Topic: Successful Upgrade-"Week Total" on Mobile Page
- Replies: 4
- Views: 2071
Re: Successful Upgrade-"Week Total" on Mobile Page
The "Day Total" still shows up...but not the Week Total. This is only affected on the mobile time.php page.
- Thu Aug 20, 2020 2:12 pm
- Forum: Time Tracker
- Topic: Successful Upgrade-"Week Total" on Mobile Page
- Replies: 4
- Views: 2071
Successful Upgrade-"Week Total" on Mobile Page
I first installed Time Tracker in 2017 and our company has really enjoyed the product. I recently moved from GoDaddy to our own hosted server with a database backup and code/Db upgrade. With a few minor tweaks everything is running great...with one exception. I cannot get the "Week Total" to display...
- Mon Feb 18, 2019 5:43 pm
- Forum: Time Tracker
- Topic: Rounding time to next quarter hour
- Replies: 6
- Views: 5770
Re: Rounding time to next quarter hour
We use TT for our timeclock for our employees and import the data daily/weekly for payroll. Our employees were already documenting time in at :00, :15, :30, or :45 on the hour...so this worked for us. I don't know of a way to round...If it was Excel I could help!
- Mon Feb 18, 2019 5:34 pm
- Forum: Time Tracker
- Topic: Rounding time to next quarter hour
- Replies: 6
- Views: 5770
Re: Rounding time to next quarter hour
We do everything on 15 min increments at our company. I don't know if it will help you, but I implemented with time dropdowns for our personnel viewtopic.php?f=4&t=1300&p=4722#p3035.
- Thu Oct 25, 2018 4:26 pm
- Forum: Time Tracker
- Topic: Report for No Time Entered
- Replies: 4
- Views: 4521
Re: Report for No Time Entered
Thanks! I'll give that a try and let you know!
- Mon Oct 15, 2018 3:37 pm
- Forum: Time Tracker
- Topic: Report for No Time Entered
- Replies: 4
- Views: 4521
Report for No Time Entered
Hello all, We've been using Time Tracker for over a year and a half now as our primary time tracking mechanism for our employees' daily timesheets. We've had great success with it and enjoy its ease of use and capability. We'd like to have a report that will produce a list of people who did not comp...
- Tue Jan 23, 2018 2:33 pm
- Forum: Time Tracker
- Topic: Backdating time
- Replies: 2
- Views: 2706
Re: Backdating time
This is exactly what I'm looking for!
I set a chron schedule of 0 9 * * * for a 9am deadline to get time entered!
I set a chron schedule of 0 9 * * * for a 9am deadline to get time entered!
- Mon Jan 22, 2018 5:11 pm
- Forum: Time Tracker
- Topic: Backdating time
- Replies: 2
- Views: 2706
Backdating time
For the past 8 months, we have been using TimeTracker for our employees to be able to manually track their time via web access on phone or computer. We then import the weekly report (XLS) into our HR system. This has been a fantastic, time-saving function! Yet, we have some employees that fail to en...
- Thu Jun 01, 2017 6:27 pm
- Forum: Time Tracker
- Topic: Start and Finish dropdown : doubles values
- Replies: 6
- Views: 8042
Re: Start and Finish dropdown : doubles values
I know this is an old post, but I had run into this issue also (looking for a way to mark time by 15 minute increments). The code below replace the following code: $form->addInput(array('type'=>'text','name'=>'start','value'=>$cl_start,'onchange'=>"formDisable('start');")); $form->addInput(array('ty...
- Thu May 18, 2017 11:23 pm
- Forum: Time Tracker
- Topic: Adding new columns to Project Report
- Replies: 0
- Views: 22321
Adding new columns to Project Report
I started using TimeTracker this week and really like it. It is going to be a great utility for our organization. I added 2 new VARCHAR columns to the tt_projects database (projects.JobNo and projects.PayCode). These fields are specific to a project and there shouldn't be a need for a user to have t...
- Mon May 15, 2017 9:51 pm
- Forum: Time Tracker
- Topic: New field on Report
- Replies: 1
- Views: 2161
New field on Report
I've created a new column in my user database called EmpNum. Which PHP forms need to be updated to display this on the new user/edit forms and how do i get it to be a field that is displayed on the built-in report?