Skip to content

Calpollo/Leto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Leto

Der ultimative Terminplaner für junge Physiotherapeuten und neue Gründer: Einfach, Schnell und Preiswert!

Version Workflow status License License Github Repo size Docker Image Size

Features

  • Einarbeitung von Behandlungsrezepten
  • Terminerinnerungen per E-Mail
  • Automatische Terminerstellung
  • Verwaltung von Stammdaten
  • Abrechnungserstellung

Demo

Log dich unter https://app.leto.andreasnicklaus.de ein oder lade ein Release herunter und probiere Leto aus!

Benutzername Passwort
testNutzer test123
basisNutzer basis123

Authors

Tech Stack

vuejs electron bootstrap sqlite

Support

For support, email [email protected].

Feedback

If you have any feedback, please reach out to us at [email protected]

Installation

Instructions comming soon!

Acknowledgements

  • Anna-Lena Fezer und Erik Weßelborg für die tolle Beratung
  • Johanna Wagner als Early Adopter
  • Sportpraxis Spiller

License

Apache 2.0

Developer notes

Inter-process communication

  1. windows.ipc allows invocation of functions anywhere in the site code.
  2. src/preload.js loads all functions available through ipcRenderer.invoke. All parameters have to passed through.
  3. src/db/localDbEndpoints.js handles the function calls using ipcMain.handle. The parameters for these functions are event and the passed data.