Search found 12 matches

by Kendash
Sun Apr 16, 2017 8:17 pm
Forum: Help
Topic: Employee Availability
Replies: 1
Views: 2507

Employee Availability

Just read an older post back in 2013 asking about employee availability. Has this been added?
by Kendash
Sat Mar 11, 2017 9:18 am
Forum: Developers
Topic: TimeTrex integration with Restaurant POS
Replies: 1
Views: 10939

Re: TimeTrex integration with Restaurant POS

Ok so I thought I would share some of my work integrating TimeTrex into this awesome sandbox style POS system. Here is a short video showing the integration. Those punches you see happening are actually being executed in TimeTrex via jscript using the TimeTrex API. This is a local hosted solution bu...
by Kendash
Wed Feb 22, 2017 9:13 am
Forum: Developers
Topic: TimeTrex integration with Restaurant POS
Replies: 1
Views: 10939

TimeTrex integration with Restaurant POS

I have attempted to integrate TimeTrex with a Restaurant POS system SambaPOS . I am actively working on more ways to integrate TimeTrex into this POS system and wondered if there is anyone here with an interest like this? You can find my early attempts to integrate TimeTrex here: TimeTrex SambaPOS I...
by Kendash
Sun Oct 19, 2014 9:08 am
Forum: Developers
Topic: DIY Stand Alone Barcode Punch Station
Replies: 9
Views: 32582

Re: DIY Stand Alone Barcode Punch Station

I would love to get it to switch users but I never could get it to do that. I have since found a work around for my needs but If I was to ever figure out how to get the userswitch working that would simplify my process.

I am using the latest 7.4.4
by Kendash
Mon Oct 06, 2014 9:36 am
Forum: Help
Topic: Login to TimeTrex from another website
Replies: 1
Views: 3685

Re: Login to TimeTrex from another website

I am doing it using Javascript. Not sure how your landing page is set up but you could maybe modify it to use this. I am injecting this code and then invoking it in an HTML viewer. function LogIn() { document.getElementById('user_name').value='login'; document.getElementById('password').value='passw...
by Kendash
Thu Aug 21, 2014 9:43 am
Forum: Help
Topic: Automatically log in a specific user
Replies: 4
Views: 3092

Re: Automatically log in a specific user

I understand. I guess I should reword my question then. I am not using a web browser for the employees to access TimeTrex. I am using an html viewer on a terminal PC they have no access to a web browser. The TimeTrex web server is not connected to the internet. They do not have access to the address...
by Kendash
Thu Aug 21, 2014 8:51 am
Forum: Help
Topic: Automatically log in a specific user
Replies: 4
Views: 3092

Re: Automatically log in a specific user

Let me give little more info. This is the local install that I will be using once HTML5 version is out. I will not be posting it to a website for my employees to access. IT will be ran strictly through a specific UI. They will not have access to a web browser to input the command. I would control th...
by Kendash
Thu Aug 21, 2014 8:37 am
Forum: Help
Topic: Automatically log in a specific user
Replies: 4
Views: 3092

Automatically log in a specific user

I know for example I could use something like: https://demo.timetrex.com/interface/html5/#!user_name=john.hancock1&password=demo To enter the username and password automatically. How would I tell it to automatically log the specific user in? Is that possible? The reason would be I am running my ...
by Kendash
Sat Aug 16, 2014 7:43 pm
Forum: General Discussion
Topic: Any ETA on the HTML5 local install community version?
Replies: 1
Views: 3103

Any ETA on the HTML5 local install community version?

Was wondering if you could give an ETA on when we can see the HTML5 local install community version. I cannot integrate this into my business until I can get the HTML5 version.
by Kendash
Tue Aug 05, 2014 8:45 am
Forum: Installation Help
Topic: Installation PHP Help
Replies: 8
Views: 8192

Re: Installation PHP Help

Type Event Viewer in your file search and open that up.
by Kendash
Sat Aug 02, 2014 2:34 pm
Forum: Developers
Topic: DIY Stand Alone Barcode Punch Station
Replies: 9
Views: 32582

Re: DIY Stand Alone Barcode Punch Station

Does this still work with most current version? I have tried to get it working ... and it does except it will not switch users (I found a workaround for that) and it double punches on clock out. It is immediately clocking back in after clock out. (I have not found a fix for this yet)
by Kendash
Fri Aug 01, 2014 10:34 pm
Forum: Developers
Topic: DIY Stand Alone Barcode Punch Station
Replies: 9
Views: 32582

Re: DIY Stand Alone Barcode Punch Station

I have followed this and got it to work. However after the initial clock in, when a user clocks out it is clocking them out and then immediately clocking them back in. Any ideas on what could be causing this?