Commit Graph

  • f3c571f4eb Added Border on top of Card headers in Client Top Header johnnyq 2023-08-25 21:16:35 -04:00
  • 7b4efb4f17 Another Update to client header it does take little more space than the last one but it is collapsable, uncollapsed by default johnnyq 2023-08-25 20:54:31 -04:00
  • 0cfbe5f9f9 Client Header UI/UX Improvements: Reduced margin and padding, reduced font size in billing and support items, reworked some of the HTML code johnnyq 2023-08-25 17:43:00 -04:00
  • 38f31f3599 Updated more icons johnnyq 2023-08-25 15:39:33 -04:00
  • 125bc02323 Changed Zip / Postal to just Postal, chnaged locale to Language with a better icon and do not shot language code during select johnnyq 2023-08-25 15:11:37 -04:00
  • f6778b5ac1 Merge pull request #705 from chandachewe10/main Johnny 2023-08-24 20:56:51 -04:00
  • 6858d1f293 Feature: Vendors can now be linked to documents johnnyq 2023-08-24 17:03:45 -04:00
  • 4d563da860 Added single missing quotes to currecies chanda chewe 2023-08-24 21:32:04 +02:00
  • 3b63290911 Added single missing quotes to currecies chanda chewe 2023-08-24 21:26:33 +02:00
  • d931205798 Added single missing quotes to currecies chanda chewe 2023-08-24 21:24:49 +02:00
  • 2c807f433c Added single missing quotes to currecies chanda chewe 2023-08-24 21:22:14 +02:00
  • 37ad8cfd7f Added single missing quotes to currecies chanda chewe 2023-08-24 21:18:21 +02:00
  • a70f20ff20 Added single missing quotes to currecies chanda chewe 2023-08-24 21:14:20 +02:00
  • 6325301a00 Remove Licene Actions from Contact details this should be modified in licneses also removed the Login link with the asset as this can cause dupelicate assets if more than 1 password is assigned to an asset. This is due to 1 to 1 relation and really needs to be many to many relationship johnnyq 2023-08-24 14:44:50 -04:00
  • 01164e5415 Fixed Duplicating Licenes issue under client contact details page. This was becuase it was linking logins with licenses so if you had 5 logins for the license it would dupe 5 times. I need to change this code to be many to many relation in future. johnnyq 2023-08-24 14:33:18 -04:00
  • 597b7575d6 Reworked mail settings to include all mail related thing to be in one spot and easy to understand Also updated test email to test email from each email from address configured johnnyq 2023-08-24 13:23:03 -04:00
  • 19e355f1a1 Added Missing Currencies chanda chewe 2023-08-24 10:52:20 +02:00
  • 2c3ac9d554 Added Missing Currencies chanda chewe 2023-08-24 10:03:44 +02:00
  • c79c19bf8d Added Missing Currencies chanda chewe 2023-08-24 09:57:31 +02:00
  • 549fe8cc05 Added Missing Currencies chanda chewe 2023-08-24 09:37:00 +02:00
  • 44d84d2273 Added Missing Currencies chanda chewe 2023-08-24 09:25:49 +02:00
  • f2a5963d84 Added Missing Currencies chanda chewe 2023-08-24 09:24:46 +02:00
  • 606307d255 Added Missing Currencies chanda chewe 2023-08-24 09:23:39 +02:00
  • 0377eeb94e Add some padding between search and folders on phones in Client files and documents johnnyq 2023-08-23 18:17:53 -04:00
  • 12bbfd1db1 Add select2 Class on folder johnnyq 2023-08-23 18:12:59 -04:00
  • f88f04edd8 Feature: Added Folder support for files johnnyq 2023-08-23 18:02:51 -04:00
  • d200575aec Updated info to include only max 20 files can be uploaded at once johnnyq 2023-08-23 16:52:57 -04:00
  • 03e6e31f8c Also added 500MB Limit johnnyq 2023-08-23 16:51:10 -04:00
  • 1083ac88d9 Create some javascript that limits the amount of files to 20 that can be uploaded at once. johnnyq 2023-08-23 16:48:42 -04:00
  • 811f253470 DB Dump, store file hash in the db johnnyq 2023-08-23 16:27:59 -04:00
  • a95b32a57e Upon upload the file contents are not hashed in Sha256 and used for the reference file in the DB johnnyq 2023-08-23 16:10:15 -04:00
  • 2633477575 Added Commented code to has the file contents itself instead of the name johnnyq 2023-08-23 16:04:42 -04:00
  • 4ec7c686c3 Updated the checkFileUpload fucntion to use SHA256 instead of MD5 for file reference and check file ext before checking size, also adding some error returns johnnyq 2023-08-23 15:59:10 -04:00
  • 30a6b3dadf Added a hint about selecting multiple files for upload johnnyq 2023-08-23 15:50:51 -04:00
  • 0897217357 Major UI / UX enhancements to Client Files. Files are now searchable can select between thumbnail and list view, pagination enabled, file renaming capabilities johnnyq 2023-08-23 15:43:47 -04:00
  • 037ae820a1 Removed old files upload code johnnyq 2023-08-23 13:25:22 -04:00
  • 44c4beba1e Feature: You can now upload multiple files at a time in the client files section johnnyq 2023-08-23 13:24:05 -04:00
  • 8f9753489f Updated contact extention ui johnnyq 2023-08-23 10:41:14 -04:00
  • 8fdc93ebde Show contact extention in the listing johnnyq 2023-08-23 10:37:04 -04:00
  • 1cf015c0b7 Use correct icon for mail queue johnnyq 2023-08-22 18:36:56 -04:00
  • 8402ca99ae Use correct icon for audit logs johnnyq 2023-08-22 18:34:13 -04:00
  • c43b22ddd5 Fix initial DB Structure was causing new installs to direct to a non existent page dashboard.php johnnyq 2023-08-22 18:19:15 -04:00
  • 94e56f6d68 fixed an old unused var in client_locations which was allowing someone to delete a primary location which shouldnt be allowed johnnyq 2023-08-22 15:48:55 -04:00
  • 715938f367 Update login cred share guest sharing look johnnyq 2023-08-22 14:19:28 -04:00
  • e5fea3ab9b Further cleanup of the guest sharing page johnnyq 2023-08-22 13:55:42 -04:00
  • b361b3a384 Updated Guest sharing removed irrelevant info such as warnings about this will expire and notes as this will be sent in the pre email message, Removed App name and sharing from the top. Formatted the Style into a card, Added Company Info at the footer johnnyq 2023-08-22 13:41:04 -04:00
  • c49ac5eb80 oops fix, added company name to guest share johnnyq 2023-08-22 13:22:56 -04:00
  • 42e23b6f08 Fix issue with editing client if accounting module was disabled due to the handling of client currency johnnyq 2023-08-22 12:45:52 -04:00
  • 6231d7b43c Fix logic to always show tech dashboard if accountiong module is disabled johnnyq 2023-08-22 10:57:21 -04:00
  • 9a7bea6ef9 Fix logic for showing billing column under client Management User role is admin or accountant and Module Accounting / billing is enabled johnnyq 2023-08-22 10:50:40 -04:00
  • e31a0269b3 Make Client visible note optional in sharing johnnyq 2023-08-22 10:15:01 -04:00
  • 7c1cb0f617 Updated Sharing to include Unlimited Time and the option to use 0 for unlimited views johnnyq 2023-08-22 09:57:57 -04:00
  • 3f9c7fe220 Fixed empty var Last_login johnnyq 2023-08-21 18:49:42 -04:00
  • 8ef806ed1c Fix php error in users listing while fetching the last log it would return error if empty johnnyq 2023-08-21 18:39:41 -04:00
  • 9368a3b58d Fix user agent var is guest view johnnyq 2023-08-21 18:20:27 -04:00
  • 583fe9807d Updated placeholders for SMTP user and pass to inform users to leave blank if no auth is required johnnyq 2023-08-21 12:25:10 -04:00
  • 2fa442028a Updated sendSingleEmail function to allow for authless email sending johnnyq 2023-08-21 10:44:54 -04:00
  • 1ed4eeaafc Remove extra bottom margin below error msg on client login johnnyq 2023-08-20 15:43:39 -04:00
  • 880e1be08c Did the same for client portal login as well center forgot password johnnyq 2023-08-20 15:30:36 -04:00
  • 1d0e2ad758 Removed some of the right and left padding to allow for larger login messages johnnyq 2023-08-20 15:27:43 -04:00
  • 709cec8d7e More Icon Updating and matching johnnyq 2023-08-20 15:06:08 -04:00
  • 2d0fe45898 Enhance the client name font and place an arrow next to client to better indicate client section will be revealed when clicked on johnnyq 2023-08-19 14:48:40 -04:00
  • 257d3c0c9b UI: Updated icons for the client side nav johnnyq 2023-08-19 14:34:52 -04:00
  • b7fcfb90e5 UI: Updated icons in setting nav johnnyq 2023-08-19 14:21:05 -04:00
  • ff840bdeb5 UI: Updated some side nav icons that were more suitable for the item johnnyq 2023-08-19 14:08:26 -04:00
  • 7c3d6fc07a Rename side nav items again as the new names just took too much precious UI space johnnyq 2023-08-19 14:00:20 -04:00
  • c3fd6824bf More descriptive naming for the main side navigation menu johnnyq 2023-08-19 13:50:34 -04:00
  • c02448dff2 Small UI/UX update used mt-1 for better spaceing than <br> made export an outline button and cleaned up the small font in clients listing page johnnyq 2023-08-19 13:25:15 -04:00
  • 3652e9da08 sort recent tickets by created date johnnyq 2023-08-19 00:45:00 -04:00
  • c89dbb4df3 Properly format category name for HTML Displaying in budget johnnyq 2023-08-18 20:37:41 -04:00
  • 78de89271c Create Budget report johnnyq 2023-08-18 20:36:23 -04:00
  • 94a3a3fa0e Var Fix johnnyq 2023-08-18 20:07:28 -04:00
  • 35b3c844ad New Dashboard stat for recurring Invoice added for selected year johnnyq 2023-08-18 20:06:07 -04:00
  • d4510ddafb Fix Number of clients added on dashboard not directing to the right page when clicked johnnyq 2023-08-18 19:53:37 -04:00
  • c7e981646f Show recurring Monthly expenses on the dashboard johnnyq 2023-08-18 19:48:54 -04:00
  • 47753f4419 Fix wrong vars in budget johnnyq 2023-08-18 19:36:44 -04:00
  • b1aa8d3a91 Feature Budget working need to add some more features down the line johnnyq 2023-08-18 19:34:20 -04:00
  • adf313f183 Feature - Budgets - Part 1 - DB Structure Created johnnyq 2023-08-18 18:21:25 -04:00
  • 258287ae0c Fix Export Clients removed extra space in delimiter johnnyq 2023-08-18 17:37:01 -04:00
  • 4a36efce38 Fix issue with document not showing when sending a shared Link johnnyq 2023-08-18 16:58:29 -04:00
  • 0672063ddd Fix Incorrect var in mail_queue.php johnnyq 2023-08-18 16:35:54 -04:00
  • 169f542039 Show Alerts and Defaults in settings if module accounting is disabled johnnyq 2023-08-18 16:26:36 -04:00
  • cd27decb37 Fix issue when sending shared links it was using the ticket_from_email_address instead of the generic Email address programmed in settings > Mail > SMTP > Mail from Email johnnyq 2023-08-18 16:11:57 -04:00
  • 5e88bd4b37 Fix Opps johnnyq 2023-08-18 15:37:35 -04:00
  • 0d497163fe Feature: Login Message now complete can be set in settings > security johnnyq 2023-08-18 15:35:31 -04:00
  • b987782adb Feature - Login Message Part 1 - DB Structure johnnyq 2023-08-18 15:07:39 -04:00
  • d7ab2b2fec Fix issue with umlaught characters causing the contact name not to display properly in ticket details johnnyq 2023-08-17 21:04:18 -04:00
  • ed9cb5c997 Split Mail Settings into 2 form sections, one for SMTP and one IMAP johnnyq 2023-08-17 20:54:54 -04:00
  • ce2ba6d3d2 Feature: Records per page is now user specific and persists with logout/login sessions johnnyq 2023-08-17 19:42:42 -04:00
  • 94caee4aa6 Updated all expirations within 90 days in client overview, stale tickets now use the updated date and not created date and now only show tickets that havent been updated within 3 days as stale, added descriptors to the client overview cards johnnyq 2023-08-17 16:46:57 -04:00
  • 7d06be0946 Feature - Recurring Expenses - Cron Completed, project finished johnnyq 2023-08-17 16:03:52 -04:00
  • 3ee38c3fdd Feature - Recurring Expenses - Phase 3 - Completed POST Logic and create edit modals johnnyq 2023-08-17 15:08:25 -04:00
  • 7527b6d6f8 Feature: Recurring Expenses - Part - Added Side Menu and Listing code johnnyq 2023-08-16 18:31:52 -04:00
  • ba9c80cd7d Feature: Recurring Expenses - Part 1 - Initial DB Structure Created johnnyq 2023-08-16 17:56:32 -04:00
  • a207e0bc9a Fix Pagination Record select not showing the full number on Chromium based Browsers, fixed up pagination for Mobile view as well johnnyq 2023-08-16 15:18:59 -04:00
  • 04e22a60ec Fixed Importing Passwords was missing the uri insert field Fixes #704 johnnyq 2023-08-16 14:47:25 -04:00
  • d9dbe718bd Allow the reuse of colors in tags johnnyq 2023-08-16 14:37:35 -04:00
  • 2915d7a1b7 Replicated reworked tags code logic under client details and ticket details johnnyq 2023-08-16 14:07:25 -04:00
  • 86c36e08ab client tag cleanup in add and edit modal johnnyq 2023-08-16 13:56:35 -04:00
  • 514b5348cb For Client Tags If no icon is present use a tag icon johnnyq 2023-08-16 13:48:57 -04:00