Bernd Bestel

Results 226 comments of Bernd Bestel

The better place for general questions is the [subreddit](https://www.reddit.com/r/grocy/), as [mentioned in README](https://github.com/grocy/grocy#questions--help--bug-reporting--feature-requests), not existing feature requests. Each recipe has a "serving" field. The ingredient amount entered in a recipe...

Merged #1752 into this: > Have a product such as flour where you define the QU conversion between CUPS and GRAMS. Say `1 cup = 125 grams` thus `1 gram...

Maybe we need to do this optional, as the parent product itself can also be purchased and gets an own price by that...

Most probably your timezone settings between the used client and the server are different. Currently all time related things use the local time, therefore the timezones must be the same....

Somehow in all SQL views (where needed) the `config.php` setting `CALENDAR_FIRST_DAY_OF_WEEK` and `MEAL_PLAN_FIRST_DAY_OF_WEEK` would be needed to be considered.

> This wouldn’t necessarily have to be added as a product If you don't care about having a different product per flavour, then simply define a unit conversion between Pack/Can...

The permission to edit equipment is currently also part of `Edit master data` - could be refined of course, but will be technically something diffierent, as currently permissions are handled...

Currently I assume everywhere that all datetimes in the database are in the users local time. So the timezone for PHP needs to be configured accordingly. SQLite takes it from...

Maybe, but the user time zone has to be known on the server side anyway - displayed times are partially rendered through PHP, on other places with JavaScript...