Updated screenshots
@@ -10,7 +10,7 @@ for /f "tokens=*" %%a in ('jq .Version versiontemp.json --raw-output') do set ve
|
|||||||
del versiontemp.json
|
del versiontemp.json
|
||||||
|
|
||||||
del "%releasePath%\grocy_%version%.zip"
|
del "%releasePath%\grocy_%version%.zip"
|
||||||
7za a -r "%releasePath%\grocy_%version%.zip" "%projectPath%\*" -xr!.* -xr!build.bat -xr!composer.json -xr!composer.lock -xr!package.json -xr!yarn.lock -xr!publication_assets
|
7za a -r "%releasePath%\grocy_%version%.zip" "%projectPath%\*" -xr!.* -xr!build.bat -xr!composer.json -xr!composer.lock -xr!package.json -xr!yarn.lock
|
||||||
7za a "%releasePath%\grocy_%version%.zip" "%projectPath%\public\.htaccess"
|
7za a "%releasePath%\grocy_%version%.zip" "%projectPath%\public\.htaccess"
|
||||||
7za rn "%releasePath%\grocy_%version%.zip" .htaccess public\.htaccess
|
7za rn "%releasePath%\grocy_%version%.zip" .htaccess public\.htaccess
|
||||||
7za d "%releasePath%\grocy_%version%.zip" data\*.* data\storage data\viewcache\*
|
7za d "%releasePath%\grocy_%version%.zip" data\*.* data\storage data\viewcache\*
|
||||||
|
BIN
.github/publication_assets/chores.png
vendored
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
.github/publication_assets/mealplan.png
vendored
Normal file
After Width: | Height: | Size: 637 KiB |
BIN
.github/publication_assets/shoppinglist.png
vendored
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
.github/publication_assets/stock.png
vendored
Normal file
After Width: | Height: | Size: 118 KiB |
15
README.md
@@ -120,14 +120,17 @@ See https://grocy.info/#say-thanks for more ideas if you just want to say thanks
|
|||||||
There is none. The progress of a specific bug/enhancement is always tracked in the corresponding issue, at least by commit comment references.
|
There is none. The progress of a specific bug/enhancement is always tracked in the corresponding issue, at least by commit comment references.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
#### Dashboard
|
#### Stock overview
|
||||||

|

|
||||||
|
|
||||||
#### Purchase - with barcode scan
|
#### Shopping List
|
||||||

|

|
||||||
|
|
||||||
#### Consume - with manual search
|
#### Meal Plan
|
||||||

|

|
||||||
|
|
||||||
|
#### Chores overview
|
||||||
|

|
||||||
|
|
||||||
## License
|
## License
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
Before Width: | Height: | Size: 160 KiB |
Before Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 164 KiB |
@@ -192,7 +192,7 @@
|
|||||||
datetime="{{ $curentChoreEntry->last_tracked_time }}"></time>
|
datetime="{{ $curentChoreEntry->last_tracked_time }}"></time>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="@if(GROCY_FEATURE_FLAG_CHORES_ASSIGNMENTS) d-none @endif">
|
<td class="@if(!GROCY_FEATURE_FLAG_CHORES_ASSIGNMENTS) d-none @endif">
|
||||||
<span id="chore-{{ $curentChoreEntry->chore_id }}-next-execution-assigned-user">
|
<span id="chore-{{ $curentChoreEntry->chore_id }}-next-execution-assigned-user">
|
||||||
@if(!empty($curentChoreEntry->next_execution_assigned_to_user_id))
|
@if(!empty($curentChoreEntry->next_execution_assigned_to_user_id))
|
||||||
{{ FindObjectInArrayByPropertyValue($users, 'id', $curentChoreEntry->next_execution_assigned_to_user_id)->display_name }}
|
{{ FindObjectInArrayByPropertyValue($users, 'id', $curentChoreEntry->next_execution_assigned_to_user_id)->display_name }}
|
||||||
|