Commit Graph

121 Commits

Author SHA1 Message Date
David Bomba 92b46d5ed8 tests 2019-05-15 19:20:52 +10:00
David Bomba 9b86780fa3 Update copyright 2019-05-11 13:32:07 +10:00
David Bomba 98d1480450 Store Invoice Job 2019-05-09 15:29:31 +10:00
David Bomba 52800bdc4b Minor refactors 2019-05-06 15:34:59 +10:00
David Bomba e364bcf6ec Stub clone to quote 2019-04-23 23:17:49 +10:00
David Bomba 18d2284a8e Quotes and Recurring Invoice migrations 2019-04-23 21:44:41 +10:00
David Bomba f496949008 Refactor bulk actions 2019-04-23 16:19:45 +10:00
David Bomba 706625e83f Working on invoice actions 2019-04-23 14:16:41 +10:00
David Bomba d5e2787272 Documentation for InvoiceController 2019-04-18 08:30:59 +10:00
David Bomba 2b24753813 Working on Invoice Tests, refactoring Settings integration 2019-04-17 16:20:32 +10:00
David Bomba 2de838cb62 Invoice List Tests 2019-04-17 10:58:23 +10:00
David Bomba 82d573d759 Invoice API tests scaffolding 2019-04-16 15:28:30 +10:00
David Bomba cb7eea0e7b Refactor invoice calculations class, use FormRequests on destroy() 2019-04-16 13:28:05 +10:00
David Bomba c5e0d2a8d9 Scaffolding Invoice 2019-04-15 10:10:54 +10:00
David Bomba ae57c05659 Working on tests for invoice items 2019-04-04 20:28:53 +11:00
David Bomba 1f630eb119 app/Filters/InvoiceFilters.php 2019-04-04 12:38:17 +11:00
David Bomba 931ea9634c Invoice Factory and Repo 2019-04-04 10:17:15 +11:00
David Bomba ef08afc240 Catch Model Not Found and return JSON 2019-04-02 17:36:49 +11:00
David Bomba fd085e7e9c Invoice Transformer 2019-04-02 16:16:39 +11:00
David Bomba 8ae8300785 Implement Fractal API output 2019-03-29 08:34:58 +11:00
David Bomba 62e2444a2c
Sign Up Scaffolding (#2453)
* Fix js dependencies

* Breadcrumb implementation

* Test for UniqueEmailRule Validation

* reduce length of account_key to prevent key too long error

* Fixes for travis - reduce user email length

* Reduce all unique field lengths to 100 to prevent key overflow

* Fix for Bank Model

* Prevent a user from registering multiple account with one email address when using multiple databases
2018-10-17 23:26:27 +11:00