Commit Graph

25 Commits

Author SHA1 Message Date
johnnyq 540d5b0d30 Fixed Receipt Path under edit expense 2021-10-17 14:59:50 -04:00
johnnyq cb7a9bc8a3 Fixed Edit Upload receipt not deleting old receipt 2021-09-21 23:19:08 -04:00
johnnyq a939588cf2 New File upload logic complete Breaking changes New db dump 2021-09-21 22:22:55 -04:00
johnnyq 4412b7f084 Set placeholder for expense description 2021-08-28 15:14:10 -04:00
johnnyq f3053ffbd4 BREAKING CHANGES: Major Backend Code Changes Updated Foreign keys to prepend their table names ex invoice_client_id, switched most queries over to JOIN instead of = Combined contacts and location into client removed client email, phone etc fields, tons of small bug fixes, and other small UI changes all across the board 2021-08-27 23:14:06 -04:00
johnny@pittpc.com 5b5afa772c Add Receipt link to edit Expense if one was uploaded 2021-02-15 19:56:09 -05:00
johnny@pittpc.com 274e1dc9e8 Hide Archived dropdowns when adding adding a new item, except when you are editing an item from before the archived date, Do not allow archiving account until balance is 0. 2021-02-07 13:58:42 -05:00
johnny@pittpc.com d2b37a8940 Added new category buttons to certian dropdowns to quickly add a category without going to setting then category also a few fixes here and there 2021-02-06 15:03:11 -05:00
johnny@pittpc.com 4324391e83 Removed Delete button from edit modals 2021-01-25 23:25:04 -05:00
johnny@pittpc.com ba863cc86f Sort dropdowns in add/edit/copy expenses alphabetically 2020-04-04 22:57:37 -04:00
johnny@pittpc.com ed8950a577 Started adding delete buttons to edit windows and removing the action column on some tables this will allow for more room to display data 2020-03-02 12:31:07 -05:00
johnny@pittpc.com 328ac67d5b Minor UI cleanups started porting selects from bootstrap-select to select2 2019-11-22 20:37:55 -05:00
johnny@pittpc.com 01f820b394 Added further refinements to multi-company feature 2019-08-14 13:28:25 -04:00
johnny@pittpc.com 0c4021fd23 reworked transfers, added revenues to add income in other ways besides just invoices, reports now uses a compact table to see all data clearly and some other minor fixes. 2019-08-11 13:42:35 -04:00
johnny@pittpc.com 56f839809a Added Red * to required fields, fixed blank form dates not erroring out because of not being null, current defaults to 0000-00-00 if blank 2019-07-27 19:58:59 -04:00
root 3d3bcff09e UI Cleanups 2019-06-13 23:32:35 -04:00
root cc9f97067a Added more created_at and updated_at to post finalizing setup 2019-06-10 00:24:22 -04:00
root acd5f840f2 Edit Expense now deletes old receipt and adds new receipt when attached 2019-05-17 17:56:04 -04:00
root 9634d7a1e4 More tidying up, added category to invoices, invoice delete now deletes invoice, pyaments, history and items associated with invoice. Exclude Cancelled invoice under dashboard income recieveables 2019-05-17 15:33:01 -04:00
root fa08853640 Tons of UI and code cleanups, renamed many sql tables and fields, started adding created_at and updated_at fields 2019-05-17 01:09:16 -04:00
root 653d16246f Added reference fields 2019-04-27 12:36:39 -04:00
root ee7a7f0ad7 Added select2 libs, started transactions, added additiona fields to vendor, new DB dump removed balance on invoices list 2019-04-27 12:10:12 -04:00
root 8e9c694f2b Removed uneeded query to calculate account balance added account balance to edit expense and transfer 2019-04-19 15:12:36 -04:00
root 9d59c04003 Removed fade from modal classes due to autofocus bug and its just more pleasent experience modified autofocus='autofocus' to just autofocus 2019-04-08 11:11:04 -04:00
root ab5e4af15b Added Expense and categories module 2019-03-16 16:38:36 -04:00