This is a point of sale system for a café.
Click here to download the application
- Navigate to the
latest release > Assets
. - Download the
Overkill.P.O.S.msi
file. - Run the installer from where it was downloaded. (You will most likely find it in file explorer under Downloads.)
- Follow the steps in the installer and allow admin privileges if asked to.
- Once the installer is completed the application should open automatically. If not, manually open the
PointOfSaleSystem.exe
file that you installed.
This guide provides step-by-step instructions for creating an installer for your WPF application using Advanced Installer and Visual Studio. Advanced Installer Guide
- Navigate to the "Test" dropdown at the top of the application in Visual Studio 2022.
- Click "Run All Tests" and the tests will run.
Note
Currently, you should not move the mouse cursor and/or interact with your computer whilst the tests are running. Doing this will most likely result in the tests failing.
- Project Standard - Here you will find information about our Coding Standard, Development Environment & Programming Languages.
- Definition of Done - This document contains bullet points which define strict rules as to when work is considered done.
Note
This documents are only open and available to Google accounts within the NTI organisation.