Gamma

Contractor Business Management System

Sign In

This dropdown is here to make changing uers
quick and efficient.
Sign In Restart

Show Login scope

Get Auth User: [empty string]

Get User Roles: [empty string]

Is User Logged In: NO

Dump all Session Variables

All Session Variables - struct
cfid 53366967
cftoken d17198352c21115c-59AED5A7-D977-97D4-038CE289BC9965D2
sessionid GAMMACMS_53366967_d17198352c21115c-59AED5A7-D977-97D4-038CE289BC9965D2
urltoken CFID=53366967&CFTOKEN=d17198352c21115c-59AED5A7-D977-97D4-038CE289BC9965D2

Show Application scope

Application Scope - struct
accounting_service
Application Scope - component components.accounting_service
METHODS
GET_COA_BY_COMPANY
Application Scope - function get_coa_by_company
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint:  
Description:  
applicationname GammaCMS
authentication_service
Application Scope - component components.authentication_service
METHODS
DO_LOGIN
Application Scope - function do_Login
Arguments:
Name Required Type Default
email_address Required string  
password Required string  
ReturnType: void
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Login the User using the email_address and password.
Description:  
DO_LOGOUT
Application Scope - function do_logout
Arguments:none
ReturnType: void
Roles:  
Access: public
Static: false
Output: false
DisplayName:  
Hint: Logout the user and clear all session info.
Description:  
company_service
Application Scope - component components.company_service
METHODS
ADDCUSTOMER
Application Scope - function AddCustomer
Arguments:none
ReturnType: void
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Add a Customer.
Description:  
GET_ALL_COMPANIES
Application Scope - function get_all_companies
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Gets a list of All Companies. Used for simiple lists.
Description:  
GET_ALL_COMPANIES_DETAILED
Application Scope - function get_all_companies_detailed
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Gets a list of All Companies and details.
Description:  
GET_COMPANY_BY_ID
Application Scope - function get_company_by_id
Arguments:
Name Required Type Default
select_show_current_company Required numeric  
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Gets a Company by company_id using the session variable.
Description:  
UPDATECUSTOMER
Application Scope - function UpdateCustomer
Arguments:none
ReturnType: void
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Add a Customer.
Description:  
journal_service
Application Scope - component components.journal_service
METHODS
GETALLEVENTS
Application Scope - function getAllEvents
Arguments:
Name Required Type Default
frmDatePublished Optional int  
frmTentantID Optional numeric  
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: ONLY for SysAdmin use. Gets a list of ALL Events in the System.
Description:  
list_service
Application Scope - component components.list_service
METHODS
READ_LIST_OF_COUNTRIES
Application Scope - function read_list_of_countries
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: read a list of all countries.
Description:  
READ_LIST_OF_STATES
Application Scope - function read_list_of_states
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: read a list of all states.
Description:  
misc_service
Application Scope - component components.misc_service
METHODS
GETIMPORTANTINFORMATION
Application Scope - function getImportantInformation
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint:  
Description:  
GETIMPORTANTLOCALINFORMATION
Application Scope - function getImportantLocalInformation
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint:  
Description:  
project_service
Application Scope - component components.project_service
METHODS
ADDPROJECT
Application Scope - function addProject
Arguments:
Name Required Type Default
CustomerID Required numeric  
ReturnType: void
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Add a Project.
Description:  
DELETEPROJECTWORKFORTECH
Application Scope - function deleteProjectWorkForTech
Arguments:
Name Required Type Default
ProjectWorkID Required Any  
ReturnType: void
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint:  
Description: Delete work done by a tech. We don't really delete it, just mark it deleted, add who deleted it and add date.
GETALLACTIVEPROJECTS
Application Scope - function getAllActiveProjects
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Gets a list of ALL ACTIVE Projects in the System.
Description:  
GETALLACTIVEPROJECTSBYTECH
Application Scope - function getAllActiveProjectsByTech
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Gets a list of All Active Projects for the tech who is logged into the system.
Description:  
GETALLPROJECTS
Application Scope - function getAllProjects
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Gets a list of ALL Projects in the System.
Description:  
GETALLPROJECTWORKFORTECH
Application Scope - function getAllProjectWorkForTech
Arguments:
Name Required Type Default
ProjectID Required Any  
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Return all Work done by Tech
Description: This shows a list of ProjectWork done by a tech for a specific ProjectID
GETCUSTOMERPROJECTS
Application Scope - function getCustomerProjects
Arguments:
Name Required Type Default
CustomerID Required numeric  
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Gets All Projects for a Customer.
Description:  
GETMINUTESWORKED
Application Scope - function getMinutesWorked
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Gets a SUM of minutes for ProjectWork by ProjectID.
Description:  
GETPARTSSUM
Application Scope - function getPartsSum
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Gets a SUM of Parts Costs by ProjectID.
Description:  
GETPROJECTWORKFORTECH
Application Scope - function getProjectWorkForTech
Arguments:
Name Required Type Default
ProjectID Required Any  
ProjectWorkID Required Any  
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Return Work done using ProjectID and ProjectWorkID
Description: This function is used to get one ProjectWork record for editing. We add the ProjectID as a safety step.
INSERTPROJECTWORKFORTECH
Application Scope - function insertProjectWorkForTech
Arguments:
Name Required Type Default
ProjectID Required Any  
DescriptionOfWork Required Any  
DateOfWork Required Any  
Hours Required Any  
Minutes Required Any  
BillableID Required Any  
VehicleSystemID Required Any  
ReturnType: void
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint:  
Description: Add a new record for tracking work done and time it took
UPDATEPROJECTWORKFORTECH
Application Scope - function updateProjectWorkForTech
Arguments:
Name Required Type Default
ProjectID Required Any  
ProjectWorkID Required Any  
DescriptionOfWork Required Any  
DateOfWork Required Any  
Hours Required Any  
Minutes Required Any  
VehicleSystemID Required Any  
BillableID Required Any  
ReturnType: void
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint:  
Description: Update a new record for tracking work done and time it took
register_service
Application Scope - component components.register_service
METHODS
GETALLEVENTS
Application Scope - function getAllEvents
Arguments:
Name Required Type Default
frmDatePublished Optional int  
frmTentantID Optional numeric  
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: ONLY for SysAdmin use. Gets a list of ALL Events in the System.
Description:  
user_service
Application Scope - component components.user_service
METHODS
GET_ALL_USERS
Application Scope - function get_all_users
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Get a list of Users.
Description:  
vendor_service
Application Scope - component components.vendor_service
METHODS
CREATE_VENDOR
Application Scope - function create_vendor
Arguments:
Name Required Type Default
vendor_short_name Required string  
vendor_name Required string  
main_contact Required string  
main_phone_1 Required string  
main_phone_2 Required string  
main_email Required string  
main_website Optional string  
default_retainage_percent Optional string  
apply_retainage Optional string  
address_1 Optional string  
address_2 Optional string  
city Optional string  
state Optional numeric  
zip Optional string  
country Optional numeric  
payment_terms Optional string  
ReturnType: string
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Create a Vendor.
Description:  
CREATE_VENDOR_CONTACT
Application Scope - function create_vendor_contact
Arguments:
Name Required Type Default
vendor_id Required numeric  
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Add a Vendor.
Description:  
READ_ALL_VENDOR_CONTACTS
Application Scope - function read_all_vendor_contacts
Arguments:
Name Required Type Default
vendor_id Required numeric  
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: Add a Vendor.
Description:  
READ_ALL_VENDORS
Application Scope - function read_all_vendors
Arguments:none
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: reads a list of Vendors.
Description:  
READ_VENDOR_BY_ID
Application Scope - function read_vendor_by_id
Arguments:
Name Required Type Default
vendor_id Required numeric  
ReturnType: query
Roles:  
Access: public
Static: false
Output:  
DisplayName:  
Hint: reads a list of Vendors.
Description:  

Show Remote Host IP

3.129.211.190

Show all CF Scopes

Get all CF Scopes - array
1
Get all CF Scopes - struct
AUTH_PASSWORD [empty string]
AUTH_TYPE [empty string]
AUTH_USER [empty string]
CERT_COOKIE [empty string]
CERT_FLAGS [empty string]
CERT_ISSUER [empty string]
CERT_KEYSIZE 256
CERT_SECRETKEYSIZE 2048
CERT_SERIALNUMBER [empty string]
CERT_SERVER_ISSUER C=US, O=Let's Encrypt, CN=R10
CERT_SERVER_SUBJECT CN=deltaconstructionsolutions.com
CERT_SUBJECT [empty string]
CF_TEMPLATE_PATH e:\web\deltaconstructionsolutions.com\index.cfm
CONTENT_LENGTH 0
CONTENT_TYPE [empty string]
CONTEXT_PATH [empty string]
GATEWAY_INTERFACE CGI/1.1
HTTPS on
HTTPS_KEYSIZE 256
HTTPS_SECRETKEYSIZE 2048
HTTPS_SERVER_ISSUER C=US, O=Let's Encrypt, CN=R10
HTTPS_SERVER_SUBJECT CN=deltaconstructionsolutions.com
HTTP_ACCEPT */*
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_ACCEPT_LANGUAGE [empty string]
HTTP_CONNECTION close
HTTP_COOKIE CFID=53366967; CFTOKEN=d17198352c21115c-59AED5A7-D977-97D4-038CE289BC9965D2; care_did=20cccf4f-93a9-46c1-b4b8-0b129bf8498d
HTTP_HOST deltaconstructionsolutions.com
HTTP_REFERER https://deltaconstructionsolutions.com/restart.cfm
HTTP_URL /index.cfm
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
LOCAL_ADDR 192.168.1.19
PATH_INFO [empty string]
PATH_TRANSLATED e:\web\deltaconstructionsolutions.com\index.cfm
QUERY_STRING [empty string]
REMOTE_ADDR 3.129.211.190
REMOTE_HOST 3.129.211.190
REMOTE_USER [empty string]
REQUEST_METHOD GET
SCRIPT_NAME /index.cfm
SERVER_NAME deltaconstructionsolutions.com
SERVER_PORT 443
SERVER_PORT_SECURE 1
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Microsoft-IIS/10.0
WEB_SERVER_API [empty string]
2
Get all CF Scopes - struct [empty]
3
Get all CF Scopes - struct [empty]
4
Get all CF Scopes - struct [empty]
5
Get all CF Scopes - struct
CFAUTHORIZATION_GammaCMS [empty string]
CFID 53366967
CFTOKEN d17198352c21115c-59AED5A7-D977-97D4-038CE289BC9965D2
care_did 20cccf4f-93a9-46c1-b4b8-0b129bf8498d
6
Get all CF Scopes - struct [empty]