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
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
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
6de4b120b3
Include changelog as markdown files and show it in the about dialog
2019-03-09 15:54:16 +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
42c1709633
Optimize and refactor latest changes
2018-07-25 19:28:15 +02:00
Bernd Bestel
b607f188af
Correct PHP dependency information ( closes #8 )
2018-05-11 09:51:30 +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
607a90cccc
Use absolute URLs everywhere, this should fix #3
2018-04-18 19:03:39 +02:00
Bernd Bestel
feb88ab685
Reorganize project part 2
2018-04-11 19:51:05 +02:00
Bernd Bestel
6d4b86a730
Added demo recreation handling
2017-07-27 19:11:07 +02:00
Bernd Bestel
23146417e6
Use session/cookie based authentication with login form instead of basic auth
2017-06-04 18:28:08 +02:00
Bernd Bestel
b7852d78d0
First commit
2017-04-15 23:16:20 +02:00