Search found 14 matches

by royalpublishing
Thu Dec 21, 2017 9:13 am
Forum: General Discussion
Topic: API Session ID
Replies: 2
Views: 5697

Re: API Session ID

Excellent, thank you sir.
by royalpublishing
Thu Dec 21, 2017 8:03 am
Forum: General Discussion
Topic: API Session ID
Replies: 2
Views: 5697

API Session ID

Using JSON via the API, is there a way to check whether an API session ID is valid or not? I know you can always just create a new session ID but it seems like a logical approach would be to test whether a session ID is still valid (ie it exists and is not expired) first before requesting a new one.
by royalpublishing
Wed Aug 23, 2017 12:55 pm
Forum: General Discussion
Topic: Upgrade consistency checks
Replies: 6
Views: 7093

Re: Upgrade consistency checks

My apologies shaunw, I wasn't intentionally trying to be vague. As I mentioned before, I was trying to keep the post on topic. I will upload some pictures and provide further details of the reports I'm trying to mimic, but basically the custom report I need will just combine information that is alre...
by royalpublishing
Fri Aug 18, 2017 9:48 am
Forum: General Discussion
Topic: Upgrade consistency checks
Replies: 6
Views: 7093

Re: Upgrade consistency checks

After going over some of my old posts where I was trying to create a plugin for something else back in the day, I think I somewhat answered my own question on how I would go about customizing reports. It sounds like I would just need to write a plugin to do so. I just needed a refresher on the hiera...
by royalpublishing
Fri Aug 18, 2017 8:46 am
Forum: General Discussion
Topic: Upgrade consistency checks
Replies: 6
Views: 7093

Re: Upgrade consistency checks

No, no specific error message or anything. I kind of have a multi-tiered question where the second question and/or questions depend on what the answer is to the first one, but I was going to try and make it two separate threads so it wasn't so confusing. I failed at that lol. If I were to write a cu...
by royalpublishing
Fri Aug 18, 2017 8:07 am
Forum: General Discussion
Topic: Upgrade consistency checks
Replies: 6
Views: 7093

Upgrade consistency checks

Does Timetrex check for and flag any non-core files during the upgrade process or does it only throw up a red flag if any of the core files have been modified?
by royalpublishing
Mon Sep 19, 2016 10:13 am
Forum: General Discussion
Topic: default password requirements
Replies: 5
Views: 7701

Re: default password requirements

I am on Timetrex Community Edition v9.13 and I am attempting to import users via the API and since I am on the Community Edition, it doesn't appear you can edit the password length parameter in any way. We do have a decent password policy in place, however, our current password policy only requires ...
by royalpublishing
Fri Jan 08, 2016 7:51 am
Forum: Developers
Topic: Javascript Plugins
Replies: 3
Views: 10268

Re: Javascript Plugins

Basically, I want to add an additional user defined field or fields to the users table and make them available on the employee SEARCH and ADVANCED SEARCH screens. Using the plugin model for the UserFactory and UserListFactory I can easily enough add a line or two to the SQL to rewrite the functions ...
by royalpublishing
Thu Jan 07, 2016 12:37 pm
Forum: Developers
Topic: Javascript Plugins
Replies: 3
Views: 10268

Javascript Plugins

After following some other posts on how to create plugins in the classes/modules/plugins directory, how would one go about creating a plugin to manipulate the /interface/html5/views/employees/EmployeeViewController.js javascript functions to make some customizations to the employees page on the web ...
by royalpublishing
Tue Dec 01, 2015 11:12 am
Forum: Help
Topic: Searching By Department ID on Employees Tab
Replies: 6
Views: 4413

Re: Searching By Department ID on Employees Tab

I think the exact reason that I opted to do the SQL statements in the first place was that not all of the column names from the database were included on the example csv file and I didn't want to have to manually input a bunch of data as we all know how time consuming that can be. Also, when migrati...
by royalpublishing
Tue Dec 01, 2015 10:31 am
Forum: Help
Topic: Searching By Department ID on Employees Tab
Replies: 6
Views: 4413

Re: Searching By Department ID on Employees Tab

The issue that you ran into is just one of the many reasons why we don't recommend that you manually modify the database. Other reasons is that its pretty unlikely that you are intimately familiar with the hundreds of related tables in the database and that when you modify one column of one table y...
by royalpublishing
Tue Dec 01, 2015 8:00 am
Forum: Help
Topic: Searching By Department ID on Employees Tab
Replies: 6
Views: 4413

Re: Searching By Department ID on Employees Tab

If you are using SQL queries to populate the database (or make any changes to the database) you are doing it wrong and there is a very good chance you have already or will corrupt your database. You should import the employees through the import wizard or manually enter them instead. Thanks for the...
by royalpublishing
Mon Nov 30, 2015 3:59 pm
Forum: Help
Topic: Searching By Department ID on Employees Tab
Replies: 6
Views: 4413

Searching By Department ID on Employees Tab

I am trying out CE version 9.0.4 on Linux and followed the automatic installer. I imported my departments via a csv file and imported all of my employees and populated all of the pertinent data into the users table with SQL queries and as far as I can tell, I think I may have stumbled upon a bug. Un...