/terr-helper

Territory Helper

Primary LanguagePHP

Capture d'écran

Translation: English | Français

Features

  • Add territories
  • Sort by date, name or territory
  • Display the territories to exit, to enter, exited by ...
  • History of exits / entries, modifications and deletions
  • Export of territories in PDF
  • Automatic export of the S-13
  • Import and export data with encryption

Installation

Windows

Download and run the executable.

Server

nano .env # edit all DB_... and MAIL_...
composer install
php artisan key:generate
php artisan jwt:secret
php artisan migrate

Security

No data is stored online. The application is 100% local. For more security and data protection, install the application on an encrypted disk (via Veracrypt for example).

Contribution and bugs

The project is open to contributions (via pull request). If you encounter a bug you can report it here.

How can I translate into another language?

Here is an example to add the English language:
Create the file /resources/js/lang/en.js, and write your translations, for example:

export default {
  langName: 'English',
  password: {
    label: "Password",
    enter: "Enter a password",
    ...
}

Next create a pull request.