Commit Graph
100 Commits
Author SHA1 Message Date
James Cole 792e8a9947 Start with code cleanup. 2014-12-06 17:45:29 +01:00
James Cole d774cde109 Add soft deletes. 2014-12-06 17:37:05 +01:00
James Cole cc111d14b0 Lots of cleanup and formatting. 2014-12-06 17:34:39 +01:00
James Cole bb3ba42ce2 Replaced Ardent with another package. 2014-12-06 12:12:55 +01:00
James Cole f4ecf2d1aa Some new report data. Also, the report page now uses in excess of 3000 queries. Lol 2014-12-06 09:16:54 +01:00
James Cole 1997666196 Update comment to match methods. 2014-12-05 22:50:26 +01:00
James Cole 3aa9057c5f Small fixes. 2014-12-05 22:06:33 +01:00
James Cole 834f8382e9 Added some todo's. 2014-12-05 21:45:48 +01:00
James Cole 357638a26c Also do some account meta on the create screen. 2014-12-05 21:44:01 +01:00
James Cole 919a0c01e4 Expand views and JS. 2014-12-05 21:39:48 +01:00
James Cole 6ff618e388 Expand models. 2014-12-05 21:39:34 +01:00
James Cole ac765b7e4c Expand model to get meta data 2014-12-05 21:39:26 +01:00
James Cole 2134e87c31 Method to unrelate transactions. 2014-12-05 21:39:16 +01:00
James Cole 0d37288129 Expand account controller with meta data (edit / update routine). 2014-12-05 21:39:04 +01:00
James Cole 7cbd41137d New configuration. 2014-12-05 21:38:45 +01:00
James Cole ba43d7063f New route to unrelate transactions. 2014-12-05 21:38:36 +01:00
James Cole c9b2e29ba0 Manage related transactions. 2014-12-04 20:38:45 +01:00
James Cole 4720519aef Clean up models, fixed a bug. 2014-12-01 06:09:27 +01:00
James Cole d7b0106e7d Expand code for reports. 2014-12-01 05:57:03 +01:00
James Cole 0a2cbaa047 Some new code, transaction groups among them. 2014-11-30 14:52:17 +01:00
James Cole 3e5f615ffc Expand bread crumbs to include opening balances. 2014-11-28 17:29:05 +01:00
James Cole 00dc73e6d9 Added all bread crumbs. 2014-11-28 16:35:11 +01:00
James Cole aa5b9a1727 More bread crumbs. 2014-11-28 16:15:30 +01:00
James Cole f63a287a6c More bread crumbs. 2014-11-28 16:09:18 +01:00
James Cole b9d4c8dcd6 More bread crumbs. 2014-11-28 16:04:06 +01:00
James Cole 94433f1714 Bread crumbs for categories. 2014-11-28 15:58:54 +01:00
James Cole a4dd4358b4 Small fix for budget bread crumbs. 2014-11-28 15:53:50 +01:00
James Cole 4e79b43395 More bread crumbs. 2014-11-28 15:52:52 +01:00
James Cole 6bb54bfa85 More bread crumbs. 2014-11-28 15:46:44 +01:00
James Cole 0df6c3a8dc Some work on bread crumbs and reports. 2014-11-28 15:41:32 +01:00
James Cole dc25086eab Updated composer.json 2014-11-28 14:55:59 +01:00
James Cole 3299188edf New report 2014-11-28 14:41:58 +01:00
James Cole f6afb46f6f Some new help functions, some cleanup. 2014-11-28 14:12:16 +01:00
James Cole 98993cfa9b Updated hasManyThrough 2014-11-28 07:40:59 +01:00
James Cole 5a920d5efd Fix the view for accounts. 2014-11-28 07:40:04 +01:00
James Cole 935276af88 Updated accounts so actions will trigger cache flush. 2014-11-27 16:20:16 +01:00
James Cole 5a505c8469 Show everything on demand. 2014-11-27 15:42:07 +01:00
James Cole 2c2abe8b8e Fixed a bug where editing an expense account wasn't actually possible. 2014-11-27 15:37:31 +01:00
James Cole 638099d989 Fixed a bug where editing an expense account wasn't actually possible. 2014-11-27 15:36:37 +01:00
James Cole 0f32f6be4c Fixed a bug where editing an expense account wasn't actually possible. 2014-11-27 15:35:51 +01:00
James Cole 1f7c98bdcf Installed codeception. 2014-11-26 21:31:12 +01:00
James Cole 72068a4b78 Fixed the preselected piggy bank 2014-11-26 21:11:13 +01:00
James Cole c8038e0774 A test to see if transfers and transactions and what-not can be related somehow. 2014-11-26 21:07:14 +01:00
James Cole 6b39beecb4 Expanded the report thing. 2014-11-26 20:46:21 +01:00
James Cole b1ba64db12 New and updated views. 2014-11-26 17:20:43 +01:00
James Cole ad53832766 Fixed a ORM thing. 2014-11-26 17:20:32 +01:00
James Cole d5bffc8ed7 Removed debug messages. 2014-11-26 17:20:23 +01:00
James Cole 69b36ddd1d New methods. 2014-11-26 17:20:18 +01:00
James Cole 9f926394a6 Some new reports. 2014-11-26 17:20:05 +01:00
James Cole 1e7ecbdf9d Removed debug messages. 2014-11-26 17:19:59 +01:00
James Cole beb8a461cf Some new reports. 2014-11-26 17:19:50 +01:00
James Cole e235a57e2f Fixed a bug where the paginator for transactions would skip pages. 2014-11-26 09:43:21 +01:00
James Cole 114b27079e Added a routine that will cache stuff that costs a lot of queries. 2014-11-25 22:04:50 +01:00
James Cole 6e19bc01f5 Because this function generates a lot of queries, i've disabled it for now. 2014-11-25 21:15:49 +01:00
James Cole f9dfdeafb3 Fixed a bug where deposits and withdrawals might show the wrong accounts when editing. 2014-11-25 21:09:52 +01:00
James Cole f05d626e38 Mostly cleanup and bug fixes. 2014-11-25 21:04:00 +01:00
James Cole 918041258e Removed cleanup method. 2014-11-25 20:47:33 +01:00
James Cole a5b13aa67f A very simple tool to do some cleanup. 2014-11-25 20:44:46 +01:00
James Cole 1383cbd4d5 Fixed a bug where a null transaction would be used anyway. 2014-11-25 20:22:32 +01:00
James Cole e9b7e82aea Some visual updates to repeated expenses. 2014-11-24 23:02:08 +01:00
James Cole fd6e7fc1ab Fixed a bug where the associated total amount for a bar would be too high. 2014-11-24 18:08:20 +01:00
James Cole 743deb4227 More stuff for repeated expenses. 2014-11-24 18:06:21 +01:00
James Cole b051278d2e Expand repeated expenses. 2014-11-24 17:01:37 +01:00
James Cole bfda4bc199 Lots of new stuff. 2014-11-24 10:12:34 +01:00
James Cole 4456ef2326 Some expansion on the index of repeated expenses, and the first reference to the show page. 2014-11-23 06:29:29 +01:00
James Cole 7336367eff Duh. Bug fixed. 2014-11-22 23:38:58 +01:00
James Cole 9cb6c7697e Some debug information. 2014-11-22 23:38:08 +01:00
James Cole cd44f51072 Add some floatvals() just in case. 2014-11-22 23:37:03 +01:00
James Cole d8976379b1 Some debug information. 2014-11-22 23:35:39 +01:00
James Cole 8aa847c718 Expanded the view. 2014-11-22 23:34:38 +01:00
James Cole 6691b238f7 New routes for repeated expenses. 2014-11-22 23:32:34 +01:00
James Cole cca2758138 New views for the repeated expenses. 2014-11-22 23:32:24 +01:00
James Cole 4a74e68e31 Cleanup and expansion to accomodate repeated expenses. 2014-11-22 23:32:10 +01:00
James Cole 3d3842b9d6 Reinstated "periodshow" and some other stuff. 2014-11-22 23:31:55 +01:00
James Cole 9d889d05e4 Expanded Events to check on repeated expenses. 2014-11-22 23:31:40 +01:00
James Cole 9f920bcfe3 Expanded the transaction controller to show repeated expenses 2014-11-22 23:31:25 +01:00
James Cole 1bb49fa496 Expanded the repeated expenses. 2014-11-22 23:31:06 +01:00
James Cole 6b1d8d3aaa Added the possibility to save per quarter. 2014-11-22 23:30:58 +01:00
James Cole c6b6ed7fa8 Removed a bunch of methods and code that wasn't used. Also added a repository for repeated expenses. 2014-11-22 23:30:45 +01:00
James Cole 34454261d2 First view for the return of the repeated expenses. 2014-11-22 17:17:28 +01:00
James Cole ddf9f52737 Mar cleanup. 2014-11-22 08:21:10 +01:00
James Cole 10b969a074 New cleanup command for artisan 2014-11-22 08:17:37 +01:00
James Cole 5df0634380 Cleanup. 2014-11-22 07:34:08 +01:00
James Cole f0f965421c Implemented some todo's. 2014-11-22 07:30:46 +01:00
James Cole 6381408fba Remove some often used long calls with shorter ones. 2014-11-21 19:33:09 +01:00
James Cole 43e738cb44 Remove todo 2014-11-21 19:19:06 +01:00
James Cole 6d4303aa3f Clone Carbon. 2014-11-21 19:18:53 +01:00
James Cole 13c2db5378 Removed some todo's 2014-11-21 19:18:44 +01:00
James Cole 36f6bda525 Fixed a namespace bug. 2014-11-21 11:21:48 +01:00
James Cole 78886e7b1f Updated git ignore. 2014-11-21 11:18:02 +01:00
James Cole 3dce194930 Use facades. 2014-11-21 11:12:22 +01:00
James Cole ec776bb6eb Add some hasManyThrough references 2014-11-21 11:11:52 +01:00
James Cole 243d942a6e Remove unused library 2014-11-21 11:11:14 +01:00
James Cole ea6aba62c4 Remove unused code. 2014-11-21 11:11:03 +01:00
James Cole 73743721b1 Fixed a bug where a non-matching journal would keep its recurring transaction. 2014-11-20 11:36:53 +01:00
James Cole 61eb5b341d Update piggy banks repetitions when the piggy bank is edited. 2014-11-20 11:19:35 +01:00
James Cole d758f72393 Better visualisation in the budget charts. 2014-11-20 11:15:00 +01:00
James Cole 1b1367f4c2 Make sure the progress bar has a minimal width to improve readability. 2014-11-20 11:10:42 +01:00
James Cole 07388dd58a Ability to dismiss reminders, added some logic to pre fill transaction form. 2014-11-20 07:51:01 +01:00
James Cole 359c71ef2f Fixed a bug where the reminders would be created inactive. 2014-11-20 07:41:48 +01:00