Search: Browse by Category:
FAQ Main Page > General
ASK QUESTION
View Questions by Category:

No category found

Browse "General" Questions
There are 8 questions found in this category:
How can I control the rounding of billing/invoice amounts?
When you create a new database, by default the OT bill rate on a placement is carried to 3 decimal places. You control how many decimal places it can be carried ......
Not Rated Last Update: 2007-05-02 Views: 14
When the ForceUniqueCheckNumbers feature is opted for, how does the system set the starting check number?
When ForceUniqueCheckNumbers is opted for, the system queries the checkhistory, currentchecks and currentvoidchecks tables to find the highest check number within the authorized range of checks for that queue. It ......
●●● Last Update: 2007-02-07 Views: 2
How does Temps Plus determine the default UserName in the login window?
If the registry key "LastLoginName" in the "My Computer\HKEY_CURRENT_USER\Software\VB and VBA Program Settings\TPJKM\Startup" section of the registry contains a valid username, then that username is used. If the registry key is ......
Not Rated Last Update: 2006-10-12 Views: 12
How can I make a formula to make Applicant names First Name First on checks?
Insert the following formula (name it firstnamefirst) and then use the formula field on your check format instead of applicants.lastnamefirst:The following formula also preserves the middleinitial if present:trimright(trimleft(mid({applicants.lastnamefirst},instr({applicants.lastnamefirst},",") +1)))+" "+left({applicants.lastnamefirst},instr({applicants.lastnamefirst},",")-1)...
Not Rated Last Update: 2006-08-07 Views: 9
A formula for showing only the last 4 digits of the social security number.
My state requires me to "x" all but the last 4 digits of an employees social security number on their check stub. How do I do that? Answer: Just make or ......
Not Rated Last Update: 2006-08-02 Views: 24
What is the Temps Plus "log file"?
Temps Plus can keep track of many events occuring within the Temps Plus application. You can specify the name and location of this file, or disable it. To view or change ......
Last Update: 2006-07-17 Views: 25
How can I get a PR Quarterly Liability report by the state? (the standard report on the End Of Quarter PR Tasks list won't work when using a selection criteria)
The table that is used by the standard liability report does not contain the information by state. Use one of the following queries instead.   SELECT CheckDate AS PayDate, SUM((SSTax+MediTax)*2+FedTax+ TYPEE) ......
Not Rated Last Update: 2006-07-12 Views: 23
For auditing purposes, how would I access the information stored in Temps Plus to show the user and date/time something was entered or changed?
Temps Plus tracks this audit type information for the following tables:   Customers Employees Applicants Appointments Attachments CheckHistoryAudit (Checks changed in History) CurrentBatch (Time card entries) CurrentHistory Voids (Checks voided in History) ......
●●●●● Last Update: 2006-07-11 Views: 41