Correct and complete documentation

This commit is contained in:
Bernd Bestel 2018-05-12 15:36:23 +02:00
parent 3e394a3840
commit 5b5c272909
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -35,7 +35,7 @@ The following shorthands are available:
- Example: `0517` will be converted to `2018-05-17`
- `YYYYMMDD` gets expanded to the proper ISO-8601 notation
- Example: `20190417` will be converted to `2019-04-17`
- `x` gets expanded to `2099-12-31` (which I use for products which never expire)
- `x` gets expanded to `2999-12-31` (which I use for products which never expire)
- Down/up arrow keys will increase/decrease the date by one day
- Right/left arrow keys will increase/decrease the date by 1 week
@ -54,6 +54,9 @@ Database schema migration is automatically done when visiting the root (`/`) rou
### Demo mode
When the file `data/demo.txt` exists, the application will work in a demo mode which means authentication is disabled and some demo data will be generated during the database schema migration.
### Other things
When the file `data/add_before_end_body.html` exists, the contents of the file be added just before `</body>` on every page, useful for your own JS/CSS without to have to modify the application itself.
## Screenshots
#### Dashboard
![Dashboard](https://github.com/berrnd/grocy/raw/master/publication_assets/dashboard.png "Dashboard")