4lloyd
76cbf796b6
[WIP] Simplified overviews on mobile ( #1115 )
...
* Simplified stock overview on mobile.
* Stock table horizontally scrollable
* Use the new mobile views for all pages (except the shopping list page, use the existing special handling there for now)
And add a clear filter button to all pages
Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2020-11-07 14:53:45 +01:00
Bernd Bestel
9aa9bd1cc7
Typo
2020-10-31 20:25:04 +01:00
Bernd Bestel
ec12b50cde
Use GitHub issue templates
2020-10-31 20:23:44 +01:00
Bernd Bestel
2d4db25308
Use GitHub issue templates
2020-10-31 20:18:02 +01:00
Bernd Bestel
7b32d1d8a4
More compact page headers / streamlined new page design for all pages
2020-10-31 18:37:10 +01:00
Bernd Bestel
18617dc9fb
Fixed undefined variable warning
2020-10-31 16:29:12 +01:00
Bernd Bestel
eec203700a
Added changelog for #1111
2020-10-31 16:26:30 +01:00
kriddles
de85cb9e04
limit to normal recipes ( #1111 )
2020-10-31 16:25:33 +01:00
kriddles
cb3978cdbd
AddProduct Fix ( #1110 )
2020-10-31 16:24:49 +01:00
Bernd Bestel
fca4b3bb10
Added changelog for #1109
2020-10-31 16:22:51 +01:00
Benoit Anastay
5303952be1
Unit stock name in the mealplan ( #1109 )
...
Stock name instead of purchase name
2020-10-31 16:15:26 +01:00
kriddles
af0a7dc2be
delete double ( #1108 )
2020-10-29 21:37:54 +01:00
Bernd Bestel
7d175563ca
Fixed stock overview status filter ( fixes #1080 )
2020-10-29 17:32:21 +01:00
Bernd Bestel
351e236353
Fixed initial state of user permission checkbox tree ( fixes #1099 )
2020-10-29 17:19:48 +01:00
Bernd Bestel
286c326768
Added missing localization string
2020-10-29 17:11:49 +01:00
Bernd Bestel
fb032ef721
Added changelog for #1103
2020-10-29 17:11:24 +01:00
kriddles
64a2f5b25e
dialogs for shopping list ( #1103 )
2020-10-29 17:09:35 +01:00
Bernd Bestel
1563870021
Added changelog for #1102
2020-10-29 17:05:29 +01:00
kriddles
9bbcdafab9
Add purchased date to inventory ( #1102 )
...
* Add purchased date to inventory
* Clarify stock settings label
Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2020-10-29 17:04:34 +01:00
kriddles
fb17c57dd3
inventory fix for quFactorPurchaseToStock - defaults to product details ( #1081 )
2020-10-26 10:10:10 +01:00
fipwmaqzufheoxq92ebc
7ef9ffe041
Fixes #1092 : Repair QR-Codes for API-Keys ( #1093 )
2020-10-25 08:42:58 +01:00
Bernd Bestel
be18d59735
Fixed minimum for two number inputs (fixes 1083#)
2020-10-21 18:14:24 +02:00
Bernd Bestel
31fcdf377a
Implemented LDAP authentication support ( closes #305 )
2020-10-20 21:43:58 +02:00
Bernd Bestel
def61eee6e
Typo
2020-10-20 20:38:19 +02:00
Bernd Bestel
45236b2af2
Added changelog/new translation strings for #1078 and #1079
2020-10-20 20:16:57 +02:00
kriddles
ff254f8db2
stock entries button on product card ( #1079 )
2020-10-20 20:14:25 +02:00
kriddles
57aa6499eb
display productCard when clicking item on shopping list ( #1078 )
2020-10-20 20:14:11 +02:00
Bernd Bestel
438cc08b98
Added changelog/new translation strings for #1077
2020-10-20 20:12:04 +02:00
kriddles
46e8123477
Allow price up to 4 decimals instead of 2 ( #1077 )
...
* Allow price to be 4 decimals
* remove logging
* Finalize custom decimal places by user setting
* Typo
Co-authored-by: Bernd Bestel <bernd@berrnd.de>
2020-10-20 20:08:54 +02:00
Bernd Bestel
9e982979c3
Allow 4 decimals for all amount inputs (this now closes #998 )
2020-10-19 20:25:42 +02:00
Bernd Bestel
80beff2cae
Fixed price input decimals, started reviewing all number inputs ( fixes #1076 , references #998 )
2020-10-19 20:03:26 +02:00
Bernd Bestel
6e1e90984f
Typo
2020-10-19 18:41:16 +02:00
Bernd Bestel
94214b867a
More authentication refactoring to also provide "plugable" credentials handling (references #921 , needed for #305 )
2020-10-19 18:38:12 +02:00
Bernd Bestel
9f88dd3af3
Fixed login did not work
2020-10-19 17:19:13 +02:00
Bernd Bestel
a2b2f26628
Delete stock_log rows for not existing products in migration 0103 ( fixes #1002 )
2020-10-18 15:52:52 +02:00
Bernd Bestel
f93261404b
Fixed by PHP-CS-Fixer broken formattings
2020-10-18 15:08:09 +02:00
Bernd Bestel
9115645e19
Fixed consuming tare weight handling enabled products on the stock entries page ( fixes #988 )
2020-10-18 14:51:32 +02:00
Bernd Bestel
196d304de6
Disable opening of tare weight handling enabled products also on the stock entries page (same as for the stock overview page, references #988 )
2020-10-18 14:48:21 +02:00
Bernd Bestel
80cf68aeaa
Allow no product for shopping list items & always in-/decrement by 1 when using the number input arrow buttons ( fixes #964 )
2020-10-18 14:27:23 +02:00
Bernd Bestel
7e08224c75
Fixed tooltip/model z-index ( fixes #1065 )
2020-10-18 14:13:39 +02:00
Bernd Bestel
ccd2caa44c
Fixed GetProductIdFromBarcode returned wrong id & use default qu_factor_purchase_to_stock when not provided when adding products to stock ( fixes #1068 )
2020-10-18 14:09:54 +02:00
kriddles
f7a1634442
typo ( #1062 )
2020-10-18 13:57:10 +02:00
John M. Harris, Jr
2958ccfc14
Fix night mode ( #1067 )
...
This fixes a few lines of white when in night mode.
This change was done from a tablet, I can redo this commit properly on a computer when I get back home if needed. This just really annoyed me ;)
2020-10-18 13:54:33 +02:00
Bernd Bestel
ab1611081e
Typo
2020-10-17 11:25:56 +02:00
Bernd Bestel
5ed7a0ca53
Don't strip boolean values (references #996 , fixes #1055 )
2020-10-17 11:15:31 +02:00
Bernd Bestel
e24f3143b5
Changelog/little naming changes/fixes/new translations strings for #1056
2020-10-17 11:03:47 +02:00
kriddles
cd65195532
add purchased date to purchase ( #1056 )
2020-10-17 10:54:10 +02:00
Bernd Bestel
235b96d17f
Fixed recipe ingredient initial QU ( fixes #1060 )
2020-10-17 10:52:25 +02:00
kriddles
758a8d9708
fix for price and total price ( #1057 )
...
* fix for price and total price
* product card clarity
2020-10-15 19:55:58 +02:00
Bernd Bestel
17d296d173
Added changelog for #1045
2020-10-15 19:48:25 +02:00