Commit Graph

29 Commits

Author SHA1 Message Date
Zeb Fross
ac53c5abf7 Add KrogerToGrocyConverter class with tests
Kroger grocery stores allow manual access to past purchases in json form
through a browser's developer tools.  This class converts the Kroger
json data into something Grocy can understand while doing minor error
checking.  Also added appropriate unit tests.

In order to get this json, open developer tools and navigate to
https://www.qfc.com/mypurchases (or another Kroger grocer, aka
https://www.fredmeyer.com/mypurchases) and look for a call to
/mypurchases/api/v1/receipt/details.  The entire response will contain
all recent purchases.
2020-03-28 12:32:00 -07:00
Bernd Bestel
c67a5bf77d
Updated dependencies 2020-03-06 21:28:36 +01:00
Bernd Bestel
c73ce21ef5
Removed selective/basepath (references #568) 2020-03-06 20:33:36 +01:00
Bernd Bestel
c58b396a55
Try 1 to fix the problem after Slim Framework 4 upgrade when running grocy in a subdirectory 2020-02-13 22:10:39 +01:00
Bernd Bestel
d4fa1a64c2
Upgrade Slim Framework to v4 (closes #561) 2020-02-11 17:42:03 +01:00
Bernd Bestel
05aceb72ae
Squashed commit
- Only refresh contextual number/datetime info/formatting where needed (closes #513)
- Also refresh correlated stock journal entries on undo (closes #471)
- Prefill "New amount" with the current stock amount on the inventory page (closes #434)
- Ensure that the location_id of the stock and stock_log tables is never empty after migration 95 (references #421)
- Load initial values of the /stockedit form server side to improve loading performance (references #421)
- Use more or less the same input ordering as on the purchase page for the /stockedit page (references #421)
- Also display the "Compact view" button on the shopping list page when FEATURE_FLAG_SHOPPINGLIST_MULTIPLE_LISTS is disabled (references #453)
- Ensure that the currently active sidebar menu item is visible
- Optimized sidebar menu item grouping/spacing
- Properly order the API documentation route groups and put the "by-barcode" routes into a separate group
- Updated dependencies
- Pulled translations from Transifex
- Prepared changelog for next release
2020-01-27 19:00:49 +01:00
Bernd Bestel
399ebbe14a
Updated dependencies 2019-09-20 14:47:42 +02:00
Bernd Bestel
d209c0bd22
Automatically downscale pictures to reduce page loading times (closes #275) 2019-09-18 11:04:59 +02:00
Bernd Bestel
5da50d1e1e
Updated dependencies 2019-05-10 20:56:03 +02:00
Bernd Bestel
9b2dba2397
Migrated (hopefully) all translations to PO/Gettext (references #161) 2019-05-01 20:19:18 +02:00
Bernd Bestel
18b8712369
Updated dependencies for next release 2019-04-06 16:13:19 +02:00
Bernd Bestel
6de4b120b3
Include changelog as markdown files and show it in the about dialog 2019-03-09 15:54:16 +01:00
Bernd Bestel
e08dfb408c
Reorganized dev scripts and tools 2019-03-05 19:54:38 +01:00
Bernd Bestel
90291fdbca Added possibility to export the calendar in iCal format (closes #141) 2019-03-04 17:44:48 +01:00
Bernd Bestel
77b0bc675c Varios small UI changes / improve UI consistency 2019-03-04 17:43:12 +01:00
Bernd Bestel
2f7b78bc40
Update dependencies for next release 2018-11-24 20:18:50 +01:00
Bernd Bestel
f4534a4bfb
Update dependencies for next release 2018-10-27 17:58:05 +02:00
Bernd Bestel
6202e8bda7
Update dependencies for next release 2018-10-06 11:48:47 +02:00
Bernd Bestel
756ec319cc
Update dependencies for next release 2018-09-30 20:11:24 +02:00
Bernd Bestel
ddfe33fab6
Update dependencies for next release 2018-09-24 13:57:20 +02:00
Bernd Bestel
9cd0e4ab2d
Update dependencies for next release 2018-09-08 14:14:23 +02:00
Bernd Bestel
c5b8893008
Update dependencies for next release 2018-08-11 14:55:27 +02:00
Bernd Bestel
525f1705d1
Update dependencies for next release 2018-08-04 17:22:15 +02:00
Bernd Bestel
42c1709633
Optimize and refactor latest changes 2018-07-25 19:28:15 +02:00
Bernd Bestel
778191fd11
Fixed all (or most of) the broken stuff after the dependency upgrade party 2018-07-11 19:43:05 +02:00
Bernd Bestel
9bd6aac09c
Start working on API documentation and token auth (references #5) 2018-04-20 23:09:18 +02:00
Bernd Bestel
0c85342404
Updated Composer dependencies 2018-04-20 09:48:06 +02:00
Bernd Bestel
feb88ab685
Reorganize project part 2 2018-04-11 19:51:05 +02:00
Bernd Bestel
bcd5092427
Reorganize project part 1 2018-04-10 20:30:11 +02:00