Der ultimative Terminplaner für junge Physiotherapeuten und neue Gründer: Einfach, Schnell und Preiswert!
- Einarbeitung von Behandlungsrezepten
- Terminerinnerungen per E-Mail
- Automatische Terminerstellung
- Verwaltung von Stammdaten
- Abrechnungserstellung
Log dich unter https://app.leto.andreasnicklaus.de ein oder lade ein Release herunter und probiere Leto aus!
Benutzername | Passwort |
---|---|
testNutzer | test123 |
basisNutzer | basis123 |
For support, email [email protected].
If you have any feedback, please reach out to us at [email protected]
Instructions comming soon!
- Anna-Lena Fezer und Erik Weßelborg für die tolle Beratung
- Johanna Wagner als Early Adopter
- Sportpraxis Spiller
windows.ipc
allows invocation of functions anywhere in the site code.- src/preload.js loads all functions available through
ipcRenderer.invoke
. All parameters have to passed through. - src/db/localDbEndpoints.js handles the function calls using
ipcMain.handle
. The parameters for these functions are event and the passed data.