Commit Graph

3265 Commits

Author SHA1 Message Date
Marcus Hill
fed9789dee Add services to client routes 2022-01-23 19:00:49 +00:00
johnnyq
ea378ed46d Added some elevation affects to the side nav campaigns and campaign details page, is this something that we want across the app? 2022-01-23 13:35:42 -05:00
johnnyq
9ce09cbec8 Removed Additional card markup on campaign as its not needed if we dont have a header 2022-01-23 13:27:36 -05:00
johnnyq
9e3bf8c751 Fixed Company Name cutting off when the Side bar is collapsed 2022-01-23 13:14:59 -05:00
johnnyq
8ff714fc6f Fixed Client Badge Tags not wrapping properly on client side nav 2022-01-23 12:54:18 -05:00
johnnyq
536e0df967 Leave Subnav tree open if sub menu item is accessed from the side nav 2022-01-23 12:43:39 -05:00
johnnyq
7664053710 Started Work on Campaign Details Page, Highlight Parent entity on side nav for child entities, example if in ticket details page mark tickets on the side nav as active. This helps with navigation 2022-01-23 12:10:00 -05:00
johnnyq
bbde88236c Forgot about the add modal 2022-01-23 11:34:31 -05:00
johnnyq
6ad98158db Updated File/Function naming convention for campaigns in accordance to #324 2022-01-23 11:31:25 -05:00
johnnyq
12f3e3c24f Added test mail campaign modal 2022-01-23 01:25:29 -05:00
johnnyq
fd77569bf1 Added more placeholder headers to mailing list, added modal for edit mail campaign, added status colors and status buttons 2022-01-23 01:08:19 -05:00
johnnyq
5e6ff09218 Updated Mailling List DB Structure 2022-01-22 23:54:05 -05:00
johnnyq
2fc80d9b78 More work on Mass Mailing List, almost complete 2022-01-22 23:52:15 -05:00
johnnyq
ee8739c763 Added Custom Export Modal to trips 2022-01-22 18:08:21 -05:00
johnnyq
270120c7fc Set login back to 10 failed attempts 2022-01-22 17:08:26 -05:00
johnnyq
efd0d28556 Used MySQL count function to count number of failed login attempts 2022-01-22 17:05:15 -05:00
Johnny
73d9f461af Merge pull request #319 from wrongecho/scheduled-tickets
Add functionality to delete scheduled tickets
2022-01-22 16:46:09 -05:00
Johnny
c47eac328d Merge pull request #320 from wrongecho/brute-force-login
Add basic IP login brute force protection
2022-01-22 16:45:36 -05:00
johnnyq
833d8996ed Client Assets Fix for Undefined Var, also affected add and edit asset 2022-01-22 16:44:00 -05:00
Marcus Hill
c819309fc4 Add basic IP login brute force protection 2022-01-22 19:54:39 +00:00
johnnyq
a3c63b0649 Added Export Expenses Records with custom from and to Date, Fixed Advanced Search under expenses some other minor code formatting fixups 2022-01-22 14:37:45 -05:00
Marcus Hill
aaa8682d00 Add functionality to delete scheduled tickets 2022-01-22 18:52:00 +00:00
johnnyq
d6749337d6 DB Structure added for document templates 2022-01-21 17:44:01 -05:00
johnnyq
e10bd46295 check to see if var is set to prevent undecaled php var errors 2022-01-21 17:25:26 -05:00
johnnyq
d6916c8d4b Fixed Searching within status condition under invoices 2022-01-21 17:21:15 -05:00
johnnyq
6ae65ef257 Fix Invoice Draft Click status would not work 2022-01-21 17:18:27 -05:00
johnnyq
4b61a2c082 Opps forgot to close my php statement 2022-01-21 15:56:50 -05:00
johnnyq
1f0d62fd00 Hide Certain fields on edit asset if Asset type matches criteria 2022-01-21 15:53:27 -05:00
johnnyq
7327802fb6 Hide Certain fields on add asset if Asset type is selected under client assets 2022-01-21 15:18:27 -05:00
johnnyq
4d14376370 forgot servers was plural 2022-01-21 14:50:39 -05:00
johnnyq
bedf808575 More column show/hide work based of of asset type selected 2022-01-21 14:47:26 -05:00
johnnyq
39de66cc22 Removed some unused files 2022-01-21 14:28:02 -05:00
johnnyq
5ba2beafac Added asset Type buttons under client assets and client asset type basge counts along with only display the nessessary fields based off the asset type chosen 2022-01-21 14:25:41 -05:00
johnnyq
08529ba193 UI reworking on modal import assets 2022-01-21 12:47:59 -05:00
johnnyq
e277289ed6 Added Assets Sample Template Download Link on import assets and cleaned up import assets 2022-01-21 12:40:44 -05:00
johnnyq
5e8d63f3a9 Spruced up Managed Document Tags UI 2022-01-21 11:13:16 -05:00
Johnny
06076c8b55 Merge pull request #308 from wrongecho/tags
Document Tags
2022-01-20 19:04:47 -05:00
Johnny
41f83bd926 Merge pull request #307 from wrongecho/new-ticket-main
Ticket enhancement
2022-01-20 19:04:28 -05:00
Marcus Hill
3da4e3ce46 Make name required. Make delete box select2 so it's filterable 2022-01-20 21:47:33 +00:00
Marcus Hill
4c2b91155d Add support to link asset to ticket at creation, if on client ticket page 2022-01-20 21:23:04 +00:00
Marcus Hill
13ce4afa5e Remove ticket updates option - this is managed by public/private notes 2022-01-20 21:17:00 +00:00
Marcus Hill
615c519d80 Remove ticket updates option - this is managed by public/private notes 2022-01-20 21:14:12 +00:00
johnnyq
f27a902b04 Move Full Calendar assets from main header to event section 2022-01-20 11:28:07 -05:00
johnnyq
34969bc475 Fix for #305 2022-01-19 17:17:18 -05:00
johnnyq
80355417fa Reworked the PDF Invoice / Quote footer so it can fit more than 2 lines of text, also fixed quote footer not displaying under guest view quote 2022-01-19 14:27:15 -05:00
johnnyq
4a8f399dc4 Invoice/Quote/Recurring now render Item Description and Notes with new lines if when a new line is formed during entry 2022-01-19 13:07:05 -05:00
johnnyq
9c7a87aa23 Partial Fix to # Invoice footer displaying everything on one line despite the fact that it is entered with a new lines under settings, Partially Fixes #300. Fixes the HTML Part but not the PDF part yet 2022-01-19 12:34:40 -05:00
johnnyq
a5b199a586 Switch Out Fetch for a Sync Icon button to fetch Certificate Data, also updated the field certificate_public_key to a text field instead of varchar as it was causing a crash with large pub keys 2022-01-18 16:19:27 -05:00
Johnny
f77df06004 Merge pull request #299 from wrongecho/ssl
Fetch SSL data/cert on add/update modal
2022-01-18 15:29:58 -05:00
Marcus Hill
4eed8be0aa Add fetch button to retrieve certifiate from domain provided #289 2022-01-18 20:04:00 +00:00