mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
Make it possible to enter up to 4 decimal places for price fields (this now closes #225)
This commit is contained in:
parent
bcae9f9292
commit
6cecb2ca7b
@ -10,6 +10,7 @@
|
|||||||
- It's now possible to have multiple / named shopping lists
|
- It's now possible to have multiple / named shopping lists
|
||||||
- Automations still use the default shopping list and also the default shopping list cannot be deleted
|
- Automations still use the default shopping list and also the default shopping list cannot be deleted
|
||||||
- More information on the product card like "Spoil rate" or "Average shelf life"
|
- More information on the product card like "Spoil rate" or "Average shelf life"
|
||||||
|
- It's now possible to set a price for added products during inventory
|
||||||
- Chores improvements
|
- Chores improvements
|
||||||
- New recurrence patterns - chores can now also be "scheduled" to repat daily/weekly/monthly
|
- New recurrence patterns - chores can now also be "scheduled" to repat daily/weekly/monthly
|
||||||
- New translations: (thanks all the translators)
|
- New translations: (thanks all the translators)
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
'id' => 'price',
|
'id' => 'price',
|
||||||
'label' => 'Price',
|
'label' => 'Price',
|
||||||
'min' => 0,
|
'min' => 0,
|
||||||
'step' => 0.01,
|
'step' => 0.0001,
|
||||||
'value' => '',
|
'value' => '',
|
||||||
'hint' => $__t('in %s per purchase quantity unit', GROCY_CURRENCY),
|
'hint' => $__t('in %s per purchase quantity unit', GROCY_CURRENCY),
|
||||||
'additionalHtmlContextHelp' => '<br><span class="small text-muted">' . $__t('This will apply to added products') . '</span>',
|
'additionalHtmlContextHelp' => '<br><span class="small text-muted">' . $__t('This will apply to added products') . '</span>',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user