Helpdesk by ssjx (http://ssjx.co.uk)
====================================

This is a (mostly) self contained helpdesk solution.

Starting
========

Run the exe, and assuming port 9090 is allowed, point a browser at the computer the help desk is running on.

e.g. If the helpdesk is running on a computer called 'myserver', you would point your browser at:

http://mycomputer:9090


First Run
=========

When the application is first run, it will create:

* database.txt - Where jobs will be stored, this will include demo jobs.
* user.txt - User profiles will be kept here.
* settings.txt - Site settings

The default username is 'admin' and password is 'admin'. You must change this to activate the account and be able to create other users and modify the site. You should create separate accounts for those users who will be updating jobs.


Customising
===========

The helpdesk name can be changed in Settings, the colours can be modified via the css file in the Assets folder.


Updating
========

Simply replace the exe file with the new version.


Version History
===============

v0.2 (07/02/2026)
+ Pages work better in a tablet view
+ General cleanup / fresh compile

v0.1a (01/02/2023)
+ Minor changes to layout/css

v0.1 (31/01/2023)
+ First release