Bar Assistant
All-in-one solution for managing your home bar
Alternative to: barsys
About
Versions (103)
v4.2.0
2024-11-30New
- Added cocktail prices
- Added
/cocktails/{id}/pricesendpoint - Show all calculated prices per price category
- Automatically converts units to calculate the price if possible
- Added
- Added
/menu/exportendpoint- Exports menu as CSV
- Added
/bars/{id}/cocktailsendpoint, showing bar shelf cocktails - Added
/bars/{id}/ingredients/recommendendpoint, showing next recommended ingredients for bar BasicCocktailschema now includesshort_ingredientsproperty- Bar shelf is included in datapack export
- Bar shelf can be imported from datapack
- Added
total_bar_shelf_ingredientsto stats endpoint - You can run the app as a worker if you set
APP_ROLE=workerenv variable
Fixes
- Fixed missing substitute ingredient unit conversion in exports
- Fixed missing max amount when importing from export
Changes
- Stat
total_bar_shelf_cocktailsnow includes extra ingredients ifuse_parent_as_substituteflag is enabled