Commit Graph

306 Commits

Author SHA1 Message Date
James Cole
e78a59a8a8 Code quality update. 2018-07-07 21:17:46 +02:00
James Cole
e36a9fda1b Get a list of transactions belonging to the recurrence. 2018-07-02 20:39:45 +02:00
James Cole
0502f2a4a5 Implement rule group API. 2018-06-30 18:10:54 +02:00
James Cole
c9356c1237
Restructure code to rename a variable. 2018-06-30 05:21:21 +02:00
James Cole
8c28c4b5ac New translations and routes. 2018-06-29 12:11:44 +02:00
James Cole
12a84572e2 First code for the piggy bank API. 2018-06-29 06:43:44 +02:00
James Cole
7749fb1a0b Expand API for journal links. 2018-06-28 17:02:13 +02:00
James Cole
f55d4e32c0 Implement currency exchange rate API. 2018-06-28 07:32:58 +02:00
James Cole
7ba11a57a8
make sure recurrence can skip weekends. 2018-06-26 21:17:50 +02:00
James Cole
096af00a72
Add Category to API 2018-06-24 15:05:59 +02:00
James Cole
dca2dc4600
Add budgets to API. 2018-06-24 14:54:06 +02:00
James Cole
0b9be029ac
Expand API with budget limits 2018-06-24 13:20:29 +02:00
James Cole
91701473af
Expand API with available budgets. 2018-06-24 08:33:06 +02:00
James Cole
ad6a9a7df7
Expand API for attachments. 2018-06-24 06:51:22 +02:00
James Cole
0374c32236
Improve code for edit routine #1469 2018-06-17 17:45:47 +02:00
James Cole
181c23b07c Various updated code for recurring transactions. 2018-06-15 22:06:33 +02:00
James Cole
6743d99d9b First batch of code for recurring transactions #1469 2018-06-10 16:59:03 +02:00
James Cole
3de36901b8
Fix #1425 2018-05-29 07:25:04 +02:00
James Cole
664451d0c6
Fixed #1405 2018-05-26 07:48:49 +02:00
James Cole
bb25132865
Fix tests 2018-04-27 11:29:09 +02:00
James Cole
f78b8f9267
Some code for #1272 2018-04-24 19:26:16 +02:00
James Cole
36329e596e
Fix #1334 2018-04-21 23:48:54 +02:00
James Cole
5862b832d9
Fix issue with API 2018-04-14 09:38:58 +02:00
James Cole
67fa4a0fc7
Add currency controls to API 2018-04-13 17:28:11 +02:00
James Cole
91fe1493a7
Improve edit routine for split transactions. 2018-04-06 12:44:43 +02:00
James Cole
fa7ab45a40
Code cleanup 2018-04-02 14:50:17 +02:00
James Cole
170d23d768
Code cleanup before release. 2018-03-29 19:01:47 +02:00
James Cole
3e22c9860e
Fix some tests. 2018-03-23 05:31:45 +01:00
James Cole
1645490f5c
Avoid using model methods and use repository instead 2018-03-19 19:39:02 +01:00
James Cole
24715c72a2
Remove unused functions. 2018-03-11 15:54:33 +01:00
James Cole
ed5cd2b9ca
Add currency symbol. 2018-03-11 13:31:22 +01:00
James Cole
aad0864018
Various code cleanup [skip ci] 2018-03-10 22:38:20 +01:00
James Cole
a97bfc92e1
Add newlines and strict types 2018-03-05 19:35:58 +01:00
James Cole
9475fef8f6
Implement user API and first tests. 2018-03-03 08:12:18 +01:00
James Cole
77aced6734
Test every happy path for journal creation. 2018-02-18 16:35:26 +01:00
James Cole
eb0da038fb
Expand tests and API code. 2018-02-18 10:31:15 +01:00
James Cole
049e57d578
New tests for object transformers. 2018-02-17 10:47:06 +01:00
James Cole
78ba0f749c
tests for bill and attachment transformers. 2018-02-16 22:47:08 +01:00
James Cole
278b7ac52b
First tests for transformers. 2018-02-16 22:14:34 +01:00
James Cole
0458058cb1
Update piggy bank transformer 2018-02-16 16:44:52 +01:00
James Cole
22fdc81de2
Refactor transactions. 2018-02-13 21:04:15 +01:00
James Cole
370e9b25d1
Expand API. 2018-02-13 18:24:06 +01:00
James Cole
c2da5931ec
Expanded API code, wrote a bunch new transformers as well. 2018-02-11 20:45:33 +01:00
James Cole
8b868b426a
First API routes for accounts. 2018-02-11 08:08:08 +01:00
James Cole
2ef1022c92
Make sure bills API is consistent. 2018-02-11 07:46:34 +01:00
James Cole
9b3abd3b19
Expand transformers to include other objects. 2018-02-10 10:58:06 +01:00
James Cole
95648c37b3
Various code cleanup. 2018-02-09 19:11:55 +01:00
James Cole
d2a8819dd4
Merge branch 'apifix' into develop
* apifix:
  Fix issues with API authentication.

# Conflicts:
#	app/Api/V1/Controllers/BillController.php
#	app/Http/Middleware/HttpBinder.php
#	app/Transformers/AttachmentTransformer.php
#	app/Transformers/BillTransformer.php
#	app/Transformers/NoteTransformer.php
#	routes/api.php
2018-02-09 14:57:39 +01:00
James Cole
d393c693de
Fix issues with API authentication. 2018-02-09 14:47:37 +01:00
James Cole
f445a95c26
Consistent use of links in transformers. 2018-02-07 11:20:24 +01:00
James Cole
587ad1298d
Make sure transformer accepts null dates. 2018-02-07 10:49:24 +01:00
James Cole
e94043edc2
Expand transformers. 2018-02-06 19:49:29 +01:00
James Cole
82dc0045ba
Move bill transformer to previous location 2018-02-06 19:48:32 +01:00
James Cole
c4507a7f75
Make sure the "classic" page uses the transformer as well. 2018-02-06 18:11:33 +01:00
James Cole
9b78069f41
Expand API for bills. 2018-02-06 07:49:56 +01:00
James Cole
f488bbde02
First basic routes and code for bills. 2018-02-04 15:57:35 +01:00