Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
EMSystemsWeb
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
EMSystemsWeb
Commits
efeb7f20
Commit
efeb7f20
authored
Jan 20, 2026
by
Mac Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to text and tab header
parent
08ecfb7c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
71 additions
and
57 deletions
+71
-57
ConnectionModule.pas
emSystemsWeb/ConnectionModule.pas
+1
-1
Index.html
emSystemsWeb/Index.html
+1
-1
View.AboutUs.dfm
emSystemsWeb/View.AboutUs.dfm
+1
-0
View.ContactUs.dfm
emSystemsWeb/View.ContactUs.dfm
+1
-0
View.CustomSoftware.dfm
emSystemsWeb/View.CustomSoftware.dfm
+1
-0
View.CustomSoftware.html
emSystemsWeb/View.CustomSoftware.html
+58
-52
View.Home.dfm
emSystemsWeb/View.Home.dfm
+1
-0
View.PublicSafety.dfm
emSystemsWeb/View.PublicSafety.dfm
+1
-0
View.PublicSafety.html
emSystemsWeb/View.PublicSafety.html
+0
-0
View.RecordsManagement.dfm
emSystemsWeb/View.RecordsManagement.dfm
+1
-1
View.RequestDemo.dfm
emSystemsWeb/View.RequestDemo.dfm
+1
-0
emSystemsWebServer.ini
emSystemsWebServer/bin/emSystemsWebServer.ini
+2
-2
emSystemsWebServer.dproj
emSystemsWebServer/emSystemsWebServer.dproj
+2
-0
emSystemsWebServer.res
emSystemsWebServer/emSystemsWebServer.res
+0
-0
No files found.
emSystemsWeb/ConnectionModule.pas
View file @
efeb7f20
...
@@ -22,7 +22,7 @@ type
...
@@ -22,7 +22,7 @@ type
procedure
LoadConfig
(
loadedProc
:
TProc
<
Boolean
>);
procedure
LoadConfig
(
loadedProc
:
TProc
<
Boolean
>);
public
public
const
clientVersion
=
'1.0.
1
'
;
const
clientVersion
=
'1.0.
3
'
;
procedure
InitApp
(
readyProc
:
TProc
);
procedure
InitApp
(
readyProc
:
TProc
);
procedure
SetClientConfig
(
callback
:
TVersionCheckCallback
);
procedure
SetClientConfig
(
callback
:
TVersionCheckCallback
);
end
;
end
;
...
...
emSystemsWeb/Index.html
View file @
efeb7f20
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<meta
content=
"width=device-width, initial-scale=1"
name=
"viewport"
/>
<meta
content=
"width=device-width, initial-scale=1"
name=
"viewport"
/>
<noscript>
Your browser does not support JavaScript!
</noscript>
<noscript>
Your browser does not support JavaScript!
</noscript>
<link
href=
"data:;base64,="
rel=
"icon"
/>
<link
href=
"data:;base64,="
rel=
"icon"
/>
<title>
EM Systems
</title>
<title>
EM Systems
, Inc
</title>
<link
href=
"https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.3.1/css/flag-icon.min.css"
rel=
"stylesheet"
/>
<link
href=
"https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.3.1/css/flag-icon.min.css"
rel=
"stylesheet"
/>
<link
href=
"https://fonts.googleapis.com/icon?family=Material+Icons"
rel=
"stylesheet"
/>
<link
href=
"https://fonts.googleapis.com/icon?family=Material+Icons"
rel=
"stylesheet"
/>
...
...
emSystemsWeb/View.AboutUs.dfm
View file @
efeb7f20
object FAboutUs: TFAboutUs
object FAboutUs: TFAboutUs
Width = 1058
Width = 1058
Height = 730
Height = 730
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
CSSLibrary = cssBootstrap
ElementFont = efCSS
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.ContactUs.dfm
View file @
efeb7f20
object FContactUs: TFContactUs
object FContactUs: TFContactUs
Width = 930
Width = 930
Height = 802
Height = 802
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
CSSLibrary = cssBootstrap
ElementFont = efCSS
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.CustomSoftware.dfm
View file @
efeb7f20
object FCustomSoftware: TFCustomSoftware
object FCustomSoftware: TFCustomSoftware
Width = 640
Width = 640
Height = 480
Height = 480
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
CSSLibrary = cssBootstrap
ElementFont = efCSS
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.CustomSoftware.html
View file @
efeb7f20
...
@@ -4,8 +4,14 @@
...
@@ -4,8 +4,14 @@
<!-- HERO SECTION -->
<!-- HERO SECTION -->
<div
class=
"container-fluid px-0"
>
<div
class=
"container-fluid px-0"
>
<div
class=
"page-hero-section bg-dark text-white text-center"
>
<div
class=
"page-hero-section bg-dark text-white text-center"
>
<img
src=
"images\computer_code.jpg"
alt=
"Hero Image"
class=
"img-fluid hero-image"
>
<img
<div
class=
"hero-overlay d-flex justify-content-center align-items-center"
>
src=
"images\computer_code.jpg"
alt=
"Hero Image"
class=
"img-fluid hero-image"
/>
<div
class=
"hero-overlay d-flex justify-content-center align-items-center"
>
<div
class=
"text-wrapper"
>
<div
class=
"text-wrapper"
>
<h1
class=
"display-4"
>
Custom Software
</h1>
<h1
class=
"display-4"
>
Custom Software
</h1>
</div>
</div>
...
@@ -19,40 +25,15 @@
...
@@ -19,40 +25,15 @@
<!-- CUSTOM SOFTWARE BOX 1 -->
<!-- CUSTOM SOFTWARE BOX 1 -->
<div
class=
"row mb-4 g-4 align-items-center bg-white shadow-sm rounded"
>
<div
class=
"row mb-4 g-4 align-items-center bg-white shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3"
>
<div
class=
"p-3 text-center"
>
<div
class=
"text-center"
>
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
<h2>
CJIS Compliance Commitment
</h2>
EM Systems started as a custom software development company. Our
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
EM Systems is fully committed to meeting and exceeding CJIS
Public Safety and Records Management Notification System solutions
requirements across every component of the Public Safety Software programs, providing agencies with
started as custom software development projects. Over the years,
secure, compliant, and reliable solutions that can be trusted to support mission-critical operations.
we have developed many custom programs that are currently in use
by our customers to help manage and run their operations.
</p>
</p>
</div>
</div>
<div
class=
"container"
>
<h3
class=
"text-center"
>
List of Programs
</h3>
<div
class=
"row justify-content-center"
>
<div
class=
"col-sm-6 col-md-auto mb-2 border-top pt-3"
style=
"max-width: 350px;"
>
<ul
class=
"text-start"
>
<li>
Computer Aided Dispatch (CAD) - Police, Fire
&
EMS
</li>
<li>
Mapping w/GPS tracking
&
AVL
</li>
<li>
Records Management System (RMS)
</li>
<li>
Mobile Data System (MDS) w/Police Reports
&
Arrest
</li>
<li>
Livescan Fingerprinting w/ Booking and Civil submissions
</li>
</ul>
</div>
<div
class=
"col-sm-6 col-md-auto text-md-start border-top pt-3"
style=
"max-width: 350px;"
>
<ul>
<li>
Jail Management System (JMS)
</li>
<li>
iPhone
&
Android Apps - CAD Monitor
&
Data Access
</li>
<li>
FireRMS w/NERIS reporting
</li>
<li>
Summons
&
Accidents MDS modules (Tracs replacement)
</li>
<li>
Discovery module w/Interface to DEMS
</li>
<li>
Interfaces to State
&
Federal Systems
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- CUSTOM SOFTWARE BOX 2 -->
<!-- CUSTOM SOFTWARE BOX 2 -->
...
@@ -60,9 +41,13 @@
...
@@ -60,9 +41,13 @@
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<div
class=
"p-3 text-center"
>
<h2>
AutoPark
</h2>
<h2>
AutoPark
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
AutoPark is our parking ticket management system. It
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
streamlines and coordinates the process and procedures of managing a parking area. From parking tags,
AutoPark is a parking permit and ticket management system. It
tickets and bills to payments and appeals, this solution has it all when it comes to parking management.
streamlines and coordinates the process and procedures of managing
a parking area. From parking permits, tickets, online payments,
and appeals, this solution has it all when it comes to parking
management. This program is in use by a State University of New
York college to manage their parking services operation.
</p>
</p>
</div>
</div>
</div>
</div>
...
@@ -71,10 +56,14 @@
...
@@ -71,10 +56,14 @@
<div
class=
"row mb-4 g-4 align-items-center bg-white shadow-sm rounded"
>
<div
class=
"row mb-4 g-4 align-items-center bg-white shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<div
class=
"p-3 text-center"
>
<h2>
Document Scanning Tools
</h2>
<h2>
TreeStar
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
Scan and transmit paper documents with ease. This software
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
provides an easy way to scan and organize paper documents and send them electronically to a variety of
TreeStar is a full suite of tools to manage wholesale Christmas
configurable destinations including HL7, FTPS, HTTPS, CIFS and more.
</p>
trees and accessories. It has tools for load and route planning,
carrier and shipping oversight, customer support, sales analysis,
invoicing, and field management. It also has EDI support for
automatic processing of purchase orders, sales, and payments.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -82,10 +71,19 @@
...
@@ -82,10 +71,19 @@
<div
class=
"row mb-4 g-4 align-items-center bg-grey shadow-sm rounded"
>
<div
class=
"row mb-4 g-4 align-items-center bg-grey shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<div
class=
"p-3 text-center"
>
<h2>
Document Management System
</h2>
<h2>
HSTManager
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
Very easily scan and store all of your paper documents securely
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
and safely and retrieve any of them instantly at any time. This software can save countless hours for
This is a workflow management program for Home Sleep Studies
document imaging projects and can be customized to fit specific needs.
</p>
(HST). It is used by a Sleep Medicine company to manage the HSTs’
flow of information through the process of scheduling, sleep
testing, diagnosing, and generating the medical reports.
HSTManager interfaces to the Electronic Medical Records system and
the Diagnostic Sleep Study Software to automatically exchange the
data needed to allow sleep lab technicians and clinicians to track
the HSTs from start to end. It starts by retrieving the list of
scheduled HSTs and end by uploading the final physician report to
the patient medical record.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -93,10 +91,13 @@
...
@@ -93,10 +91,13 @@
<div
class=
"row mb-4 g-4 align-items-center bg-white shadow-sm rounded"
>
<div
class=
"row mb-4 g-4 align-items-center bg-white shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<div
class=
"p-3 text-center"
>
<h2>
Pawn Shop Pro
</h2>
<h2>
PawnShopPro
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
This is a pawn shop management system that will simplify record
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
keeping, billing, and inventory management. If there is something specific that you need for your pawn
PawnShopPro simplifies your pawn shop record keeping, billing, and
shop the software can be modified to suit your needs.
</p>
inventory management. It manages your loans, repairs, sales, and
layaways, and automatically processes interest charges and late
notices.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -104,9 +105,13 @@
...
@@ -104,9 +105,13 @@
<div
class=
"row mb-4 g-4 align-items-center bg-grey shadow-sm rounded"
>
<div
class=
"row mb-4 g-4 align-items-center bg-grey shadow-sm rounded"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<div
class=
"p-3 text-center"
>
<div
class=
"p-3 text-center"
>
<h2>
Employee Time Tracking
</h2>
<h2>
TransportStar
</h2>
<p
class=
"mx-auto"
style=
"max-width: 850px;"
>
This software is an easy and useful way to track customers,
<p
class=
"mx-auto"
style=
"max-width: 850px"
>
projects, tasks, and resources over time and create reports from this information.
</p>
TransportStar is everything you need to manage your trucking
company. Track your shipments and calculate costs for your
same-day and next-day LTL and TL shipments, generate invoices and
track payments, and manage your expenses for your fleet of trucks.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -115,3 +120,4 @@
...
@@ -115,3 +120,4 @@
<div
id=
"site_footer"
></div>
<div
id=
"site_footer"
></div>
</div>
</div>
emSystemsWeb/View.Home.dfm
View file @
efeb7f20
object FHome: TFHome
object FHome: TFHome
Width = 1290
Width = 1290
Height = 1090
Height = 1090
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
CSSLibrary = cssBootstrap
ElementFont = efCSS
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.PublicSafety.dfm
View file @
efeb7f20
object FPublicSafety: TFPublicSafety
object FPublicSafety: TFPublicSafety
Width = 640
Width = 640
Height = 480
Height = 480
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
CSSLibrary = cssBootstrap
ElementFont = efCSS
ElementFont = efCSS
Font.Charset = ANSI_CHARSET
Font.Charset = ANSI_CHARSET
...
...
emSystemsWeb/View.PublicSafety.html
View file @
efeb7f20
This diff is collapsed.
Click to expand it.
emSystemsWeb/View.RecordsManagement.dfm
View file @
efeb7f20
object FRecordsManagement: TFRecordsManagement
object FRecordsManagement: TFRecordsManagement
Width = 640
Width = 640
Height = 480
Height = 480
Caption = '
l
'
Caption = '
EM Systems, Inc
'
CSSLibrary = cssBootstrap
CSSLibrary = cssBootstrap
Font.Charset = ANSI_CHARSET
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Color = clBlack
...
...
emSystemsWeb/View.RequestDemo.dfm
View file @
efeb7f20
object FRequestDemo: TFRequestDemo
object FRequestDemo: TFRequestDemo
Width = 640
Width = 640
Height = 480
Height = 480
Caption = 'EM Systems, Inc'
CSSLibrary = cssBootstrap
CSSLibrary = cssBootstrap
ElementFont = efCSS
ElementFont = efCSS
OnCreate = WebFormCreate
OnCreate = WebFormCreate
...
...
emSystemsWebServer/bin/emSystemsWebServer.ini
View file @
efeb7f20
[Settings]
[Settings]
memoLogLevel
=
3
memoLogLevel
=
3
fileLogLevel
=
4
fileLogLevel
=
4
LogFileNum
=
49
LogFileNum
=
51
webClientVersion
=
1.0.
1
webClientVersion
=
1.0.
3
[SMTP]
[SMTP]
Host
=
mail.em-sys.net
Host
=
mail.em-sys.net
...
...
emSystemsWebServer/emSystemsWebServer.dproj
View file @
efeb7f20
...
@@ -123,6 +123,8 @@
...
@@ -123,6 +123,8 @@
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_UnitSearchPath>C:\RADTools\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_UnitSearchPath>C:\RADTools\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_ExeOutput>bin</DCC_ExeOutput>
<DCC_ExeOutput>bin</DCC_ExeOutput>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.3.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
...
...
emSystemsWebServer/emSystemsWebServer.res
View file @
efeb7f20
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment