Commit Graph

675 Commits

Author SHA1 Message Date
johnny@pittpc.com
eb62dacc2a Fixed Roundtrip icon displaying even though a trip wasnt a round trip 2021-01-25 22:17:36 -05:00
johnny@pittpc.com
4f617f2315 Reworking ticket status display logic in other places as well 2021-01-22 18:39:30 -05:00
johnny@pittpc.com
5ee274ae67 Updated ticket status display logic to conform to the ticket priority display logic 2021-01-22 18:35:47 -05:00
johnny@pittpc.com
206c09d100 Added Ticket Status badge colors 2021-01-22 18:30:11 -05:00
johnny@pittpc.com
d30481d506 Added Ticket Priority, field ticket_priority added to ticket table, New DB Sructure Dump 2021-01-22 18:06:42 -05:00
johnny@pittpc.com
18c9038955 Fixed edit ticket in ticket details 2021-01-22 17:39:35 -05:00
johnny@pittpc.com
e4c417303d Fixed edit ticket bug where summernote wasn't initiating also set the modal the same size as add ticket 2021-01-22 17:34:27 -05:00
johnny@pittpc.com
9f5069e289 Added missing edit recurring invoice modal 2021-01-22 17:26:40 -05:00
johnny@pittpc.com
380d3376d1 Added Scope to recurring invoices 2021-01-22 14:21:25 -05:00
johnny@pittpc.com
2b1baa99c0 Added Quote Scope capabilities 2021-01-22 13:55:56 -05:00
johnny@pittpc.com
413d67e409 Added Invoice Scope capabilities for a quick invoice description 2021-01-22 13:28:12 -05:00
johnny@pittpc.com
f4decb3d00 Always show Send Email in invoice details in dropdown menu 2021-01-21 10:17:08 -05:00
johnny@pittpc.com
38e118115e Reworkings on client print added counts added document header etc 2021-01-20 20:31:04 -05:00
johnny@pittpc.com
aa268f16a0 Added Document Date to Client Print 2021-01-20 19:50:51 -05:00
johnny@pittpc.com
522a3eb3a6 small fix on ext 2021-01-20 19:37:01 -05:00
johnny@pittpc.com
a30d62ee51 Fixed up Phone ext and email placement on client print 2021-01-20 19:36:03 -05:00
johnny@pittpc.com
ea769c8592 Added install information to set permssions 2021-01-20 18:44:06 -05:00
johnny@pittpc.com
7b28678110 Added more dividers on action menus to sectionize, removed some unnessesary html5 code 2021-01-20 18:40:33 -05:00
johnny@pittpc.com
cefc68c6d0 Moved some fields around under payment added some dividers for sub menus as well as use color red for delete 2021-01-20 17:27:51 -05:00
johnny@pittpc.com
b340f77cf4 Show contact extension even if no phone number was given 2021-01-20 16:33:01 -05:00
johnny@pittpc.com
3dcda9de05 Added extension field to client header 2021-01-20 16:20:48 -05:00
johnny@pittpc.com
35ad7f08d9 fix missing client extension var in client details page 2021-01-20 16:17:51 -05:00
johnny@pittpc.com
e80135df3e Only show send email on payment if mail is configured 2021-01-20 16:13:10 -05:00
johnny@pittpc.com
d09e348ded Removed monospace fonts from code 2021-01-20 13:26:20 -05:00
johnny@pittpc.com
ab7daac0e1 Removed monospace font on money values in dashboard 2021-01-20 13:16:34 -05:00
johnny@pittpc.com
7e819ded6a Dashboard if no year is present use current Year 2021-01-20 13:10:09 -05:00
johnny@pittpc.com
9933acee8f Set max Miles to 1000 if no miles exist under dashboard 2021-01-20 12:57:35 -05:00
johnny@pittpc.com
b76c009d30 Moved country to last row of address in add and edit company 2021-01-20 12:48:30 -05:00
johnny@pittpc.com
9c92974edb Moved Country in Settings to bottom and add config_company_country var to get_settings.php 2021-01-20 12:40:02 -05:00
johnny@pittpc.com
65ed2317dc Moved Country in Setup to bottom below address info 2021-01-20 12:34:19 -05:00
johnny@pittpc.com
778ae30f16 Added URL to login list Change URI to URL/Host, removed dependency of adding https in front of URI 2021-01-18 16:11:07 -05:00
johnny@pittpc.com
eee1914d7b Fixed Max value on dashboard to include projected income as well 2021-01-16 17:27:55 -05:00
johnny@pittpc.com
7e82ccfa54 Updated Show mobile on guest view of invoices and quotes as well 2021-01-15 20:42:49 -05:00
johnny@pittpc.com
60600c7861 Show Client Phone extension and mobile if applicable on invoice/quotes/recurring 2021-01-15 20:38:38 -05:00
johnny@pittpc.com
9aa978c920 Move records per page as a config option per company DB Structure has updated 2021-01-15 20:10:53 -05:00
johnny@pittpc.com
7b4618c16f Number of Records per page is now configurable 2021-01-15 19:51:40 -05:00
johnny@pittpc.com
2fe105303c Fixed asset so you can see all assets to all clients also started the addition of records per page 2021-01-15 19:38:04 -05:00
johnny@pittpc.com
ad979ac8fd Added Referral as a category option, removed Hours and Client Size undr client, rerranged client add and edit New DB Dump 2021-01-15 19:03:07 -05:00
johnny@pittpc.com
b4b1326c99 Do not add Cancelled or Draft invoices to the projected amount in dashboard 2021-01-15 18:24:42 -05:00
johnny@pittpc.com
b4cc8c1a91 Added projected income to cash flow - Projected income is based off the due date and the amount of an invoice 2021-01-15 18:20:29 -05:00
johnny@pittpc.com
74efc339ef Fixed HTML Data input on tickets 2021-01-15 16:39:25 -05:00
johnny@pittpc.com
76b9aef9ab Added the new tax feature to quotes and recurring invoices as well as edit item 2021-01-15 15:41:47 -05:00
johnny@pittpc.com
c58925f4ff Change up the tax calculation formula to get amount using percent 2021-01-15 15:28:21 -05:00
johnny@pittpc.com
a2848fad09 Added seperate tax section and added the ability add taxes to invoice this update requires a new table called taxes see the db.sql file for the structure More to come 2021-01-15 15:07:27 -05:00
johnny@pittpc.com
64b2ab3da9 Added Tax to categories 2021-01-15 13:41:34 -05:00
johnny@pittpc.com
6cd45f9c64 fix mispelling README 2021-01-08 20:56:34 -05:00
johnny@pittpc.com
5eae4c5075 updated formatting in README 2021-01-08 20:54:59 -05:00
johnny@pittpc.com
d39e2d9bfa updated README to include demo and other changes 2021-01-08 20:44:37 -05:00
johnny@pittpc.com
665c8e24f7 Some changes 2020-12-28 08:01:35 -05:00
johnny@pittpc.com
bc35a3c115 Update Trips Icon 2020-12-18 19:35:27 -05:00