James Cole
|
3fbedf323f
|
Fix list for no budget #159
|
2016-04-01 16:23:12 +02:00 |
|
James Cole
|
c058629172
|
Small bug fixes.
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
|
2016-03-14 20:51:34 +01:00 |
|
James Cole
|
631bafc6ab
|
Small bug fixes.
|
2016-03-14 20:47:13 +01:00 |
|
James Cole
|
8f1bf846fe
|
Journal allows date edits and sets fields as dates #122
|
2016-03-12 07:37:13 +01:00 |
|
James Cole
|
f9de65c035
|
Expand phpdoc.
|
2016-03-12 07:36:23 +01:00 |
|
James Cole
|
6f95e9a3cb
|
Fix some decrypt bugs.
|
2016-03-12 07:17:00 +01:00 |
|
James Cole
|
d054e085d6
|
This will make triggers check existing fields first.
|
2016-03-12 07:02:39 +01:00 |
|
James Cole
|
5b949d6e00
|
Move some stuff around.
|
2016-03-02 19:41:22 +01:00 |
|
James Cole
|
500243b0b3
|
This fixes most of the tests.
|
2016-03-02 13:37:28 +01:00 |
|
James Cole
|
ca32ae4561
|
Fix is / is not already joined.
|
2016-03-02 12:52:36 +01:00 |
|
James Cole
|
6b277c5e67
|
Fix bill overview.
|
2016-03-02 12:47:15 +01:00 |
|
James Cole
|
1ac64fd0b3
|
Last updates, fixes the main list.
|
2016-03-02 12:33:07 +01:00 |
|
James Cole
|
f2c1dd41d0
|
Expanded Amount and expanded TransactionJournal to include source and destination information.
|
2016-03-02 12:25:00 +01:00 |
|
James Cole
|
b317d1a171
|
First attempt at scopeExpanded(), included some new fields in QUERYFIELDS.
|
2016-03-02 12:09:34 +01:00 |
|
James Cole
|
b00c7b0ce3
|
New constant that defines which fields a journal query is expected to load.
|
2016-03-02 12:03:53 +01:00 |
|
James Cole
|
a61eafeac2
|
Will now look for new field "transaction_type_type"
|
2016-03-02 12:03:04 +01:00 |
|
James Cole
|
9f16799453
|
Re-added phpdoc.
|
2016-03-02 11:59:39 +01:00 |
|
James Cole
|
74fe0ee4e4
|
Add some todo things, removed "withrelevantdata". This breaks FF
|
2016-03-02 11:58:31 +01:00 |
|
James Cole
|
e8880232b3
|
Removed "transaction_type"
|
2016-03-02 11:57:02 +01:00 |
|
James Cole
|
556e9f1df7
|
Removed "source_account" attribute.
|
2016-03-02 11:56:47 +01:00 |
|
James Cole
|
beb301e781
|
Removed "destination_account"
|
2016-03-02 11:54:03 +01:00 |
|
James Cole
|
056c809754
|
Removed amount_positive. This breaks the other half.
|
2016-03-02 11:53:23 +01:00 |
|
James Cole
|
fa47eac9ff
|
Removed "amount" attribute. This breaks half of Firefly III.
|
2016-03-02 11:52:52 +01:00 |
|
James Cole
|
bf4a7846dd
|
Removed boolean for left join that was never called more than twice anyway.
|
2016-03-02 11:52:17 +01:00 |
|
James Cole
|
b0cc6dd714
|
- Removed php doc.
- Added book_date and rent_date as fillable fields.
|
2016-03-02 11:50:37 +01:00 |
|
James Cole
|
49292bbb2d
|
New model for future implementation of #164
|
2016-02-10 16:26:42 +01:00 |
|
James Cole
|
4ef840e210
|
More test data tweaks.
|
2016-02-05 15:20:44 +01:00 |
|
James Cole
|
7343304284
|
Code cleanup.
|
2016-02-04 07:28:39 +01:00 |
|
James Cole
|
4916c06797
|
Added new dates to transaction journal, see #122
|
2016-01-30 09:52:05 +01:00 |
|
James Cole
|
d9bafe34eb
|
Renamed some stuff, courtesy of sensiolabs.
|
2016-01-28 22:06:16 +01:00 |
|
James Cole
|
287c1c4ffa
|
Some code cleanup.
|
2016-01-28 16:03:49 +01:00 |
|
James Cole
|
28fdad9426
|
A set of small fixes, courtesy of scrutinizer-ci
|
2016-01-27 19:35:00 +01:00 |
|
James Cole
|
9155c13e08
|
A set of small fixes, courtesy of scrutinizer-ci
|
2016-01-27 18:31:44 +01:00 |
|
James Cole
|
be5ff35b13
|
Reversed the removal of the validating trait since @roberthorlings discovered it's actually still being used.
|
2016-01-18 13:15:11 +01:00 |
|
James Cole
|
3857e8d49f
|
Remove old code.
|
2016-01-15 22:44:25 +01:00 |
|
James Cole
|
0620830b10
|
Move from getDates to array dates.
|
2016-01-15 22:23:01 +01:00 |
|
James Cole
|
7ee25693aa
|
Removed stuff no longer used.
|
2016-01-15 22:20:38 +01:00 |
|
James Cole
|
ffdd37ddd5
|
More code cleanup.
|
2016-01-15 20:57:26 +01:00 |
|
James Cole
|
3649b595df
|
Will no longer recognise transactions of type "opening balance".
|
2016-01-15 19:48:09 +01:00 |
|
James Cole
|
a7a00ecf40
|
More rule possibilities
|
2016-01-13 14:02:22 +01:00 |
|
James Cole
|
88bbafd3e8
|
If you get the destination account attribute before the model is saved, the cache breaks.
|
2016-01-13 14:01:40 +01:00 |
|
James Cole
|
ae3258b449
|
If you get the source account attribute before the model is saved, the cache breaks.
|
2016-01-13 14:01:09 +01:00 |
|
James Cole
|
caa1ff120a
|
Built more binders.
|
2016-01-09 15:53:11 +01:00 |
|
James Cole
|
e892c9a824
|
Followed up on some inspections.
|
2016-01-01 21:49:27 +01:00 |
|
James Cole
|
5862803434
|
This saves some queries.
|
2015-12-25 09:34:23 +01:00 |
|
Antonio Spinelli
|
b3d99cd210
|
apply demeter law for transaction type calls
- adds contants for transaction type names
- demeter law = never speaks with strangers
|
2015-12-10 16:53:48 -02:00 |
|
James Cole
|
7e10641461
|
Organized some category charts. Still needs some translating
|
2015-09-26 07:18:12 +02:00 |
|
James Cole
|
cdc0e3cfd8
|
Some cleaning up.
|
2015-09-25 20:40:24 +02:00 |
|
James Cole
|
eef28d96f4
|
Code cleanup [skip ci]
|
2015-07-26 19:13:06 +02:00 |
|
James Cole
|
3e05fd91d9
|
Lots of cleaning up.
|
2015-07-26 19:07:02 +02:00 |
|