Commit Graph

85 Commits

Author SHA1 Message Date
root d48ff8232d Count recurring under client and invoice only count invoices and not recurring 2019-04-16 20:07:13 -04:00
root fa3e165f3d Don't display recurring invoices under client_invoices 2019-04-16 20:01:17 -04:00
root f4507b0cc0 New DB Dump to reflect recurring invoice changes 2019-04-16 19:58:49 -04:00
root 0139fe1a9f Cron.php now creates recurring invoices when ran 2019-04-16 19:52:46 -04:00
root 8fee5f12a8 added roundtrip option to add_mileage 2019-04-16 15:06:31 -04:00
root 3e7df44eed moved email_invoice.php into post.php along with pdf_invoice.php 2019-04-16 14:44:02 -04:00
root 88ee1f2156 Added Option to Email Thank you for your payment! under add payment 2019-04-16 14:11:30 -04:00
root dbddd857d9 fixed spelling error 2019-04-13 23:38:40 -04:00
root 7ee254c768 Reverted from bootstrap fancy file to standard html file for add expense file name wasnt showing up unless i added more javascript code 2019-04-13 23:36:12 -04:00
root fd4196bcac Fix expense file uploads always showing even though nothing got uploaded 2019-04-13 23:32:00 -04:00
root 0a7618c9ec add icons to client subnav item (locations, assets etc) 2019-04-13 23:18:17 -04:00
root 2d6f14d4e8 Client Invoices show balance now 2019-04-13 22:50:46 -04:00
root 06b1f55849 Invoices now shows the remaining balance after amount 2019-04-13 22:41:03 -04:00
root 4ba961e533 Bunch of changes including mpdf library for creating pdf of invoices. It now attaches a PDF invoice when marked sent. Don't mark invoice_status sent if it partial or paid, removed green text from balance under clients only use red if the client has a balance and some other cleanups were done 2019-04-13 21:34:25 -04:00
root 13723fb3c5 highlight current page on side nav 2019-04-09 17:45:28 -04:00
root cb2eefe8d4 Added Expense Reciept upload functionality new db dump as well 2019-04-09 16:18:03 -04:00
root 333e885a39 Started working on Global Search and did some tidying up 2019-04-09 13:26:46 -04:00
root df04ea7957 Started Alerts and the cron php script to trigger the alerts as well as check payment amount is greater than balance in invoice 2019-04-08 15:31:15 -04:00
root c1f070b677 Added Account Balance to all account select forms 2019-04-08 11:41:50 -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 04fa61421a Transfers now fully work and Fixed some math on the dashboard and new DB dump 2019-04-08 01:17:45 -04:00
root 40c08a1635 Added Products CRUD and new DB dump to include products 2019-04-08 00:26:49 -04:00
root 2b7bdee81e Initial work on recurring invoices some ui cleanup new DB dump 2019-04-07 23:41:11 -04:00
root a59555bc89 Added All Payments List 2019-04-07 23:07:19 -04:00
root 77333e7b76 Balance now works under clients and client as well as well as a paid to date total under client 2019-04-07 13:28:20 -04:00
root 513648aa59 Rename table invoice_payments to just payments added per client net terms dumped new SQL DB Structure 2019-04-07 12:37:44 -04:00
root 0fc29c0271 Cleaned up UI a bit invoice, side_menu, client, started working on bank transfers 2019-04-06 17:45:52 -04:00
root 83ab654824 added edit and note to invoices print invoice now works 2019-04-05 20:53:33 -04:00
root c19ebc25e9 subtotal and tax total now woking in invoices 2019-04-05 18:12:08 -04:00
root 65e388b864 Auto increment Invoice Numbers 2019-04-05 17:29:28 -04:00
root 9c31c49012 New DB Structure dumped removed some fields 2019-03-31 16:34:28 -04:00
root 5041ca3dff Invoice is finally functional still more work to go 2019-03-31 16:33:27 -04:00
root a1d0336646 Dashboard do not count draft invoices as recievables 2019-03-31 14:31:50 -04:00
root d99a1b77e3 missed some number formatting from the last commit 2019-03-31 14:24:54 -04:00
root 72e3bf0367 used PHP number_format() function to make amounts more readable 2019-03-31 14:09:47 -04:00
root 6fe2aba79a Added recievable to dashboard added additional categpries to income and expenses to dashboard 2019-03-31 13:58:51 -04:00
root 357a8e909c Added Dashboard, Accounts balance now functional and dumped latest DB Structure 2019-03-31 13:26:51 -04:00
root 93eb361c81 Cleanup Changed Add New to just New the add is redundant since there is already a + icon 2019-03-30 23:43:10 -04:00
root c01acadba0 Added PHPMailer library, send invoice email now works, badge colors change based off invoice status add client now adds a location, contact and domain. 2019-03-30 23:28:46 -04:00
root 662bcc108c When adding items such as assets, contacts, etc in client.php redirect back to the associating tab 2019-03-30 15:58:29 -04:00
root f50bace9e9 Open up Apple Maps instead of maps.google.com in IOS 2019-03-30 15:44:14 -04:00
root 34e6dde43b Added Asset,Vendor,Applicaiton 1to1 linkage 2019-03-30 15:15:42 -04:00
root a280a56e68 remove an s in add and edit mileage 2019-03-30 11:31:03 -04:00
root 42b42a6b48 Started rough draft of calendar 2019-03-23 14:24:32 -04:00
root f49665b6d4 Print Client: Only Display Table if records > 0 moved queries to the top for clean look 2019-03-23 12:32:36 -04:00
root f32ff94629 Print Client: Made tables smaller added border shrunk the headings for a better print 2019-03-23 12:08:17 -04:00
root bfa380c099 Added Print Button and hid sidebar, breadcrumbs and button on print client 2019-03-23 11:44:59 -04:00
root 3c2bec7847 FIXED Issue Do not display Client Nav Tab if records = 0 #23 2019-03-23 00:18:58 -04:00
root 4bf8e8548c Added Print Client 2019-03-22 23:02:49 -04:00
root 8063c627f8 Implemented user avatar support 2019-03-22 21:38:08 -04:00