Commit Graph

  • c8d83ca09c Fixed broken Client Print, added option to export client documentation with and without password johnnyq 2021-12-04 12:12:14 -05:00
  • c9065e8348 Added Array Tagging to Add Client also added Tag Icon Field johnnyq 2021-11-24 22:56:55 -05:00
  • ee1230e18a Added Tags CRUD and added to Side Menu johnnyq 2021-11-24 21:53:21 -05:00
  • f939ca41aa More work on Campaign Mailing List, started adding space in between Currency symbol and number johnnyq 2021-11-21 12:24:40 -05:00
  • 5352b3adbf Opps forgot php opening tag johnnyq 2021-11-20 17:02:01 -05:00
  • 32ff834dd6 Added you are up to date notification if updated johnnyq 2021-11-20 17:00:42 -05:00
  • 0bf1becd3e Updated Update Icon johnnyq 2021-11-20 16:54:23 -05:00
  • 627edc92b1 Added Update Successful message and auto redirect back johnnyq 2021-11-20 16:45:50 -05:00
  • 5aa02e346a update will now pull down the latest changes via git next up is schema upgrades between commits johnnyq 2021-11-20 16:43:03 -05:00
  • 1551ea7c9b Initial work on making the update function functionable johnnyq 2021-11-20 16:36:55 -05:00
  • cfd7333a1b Wrong var for currency symbol for receivables under dashboard fixed johnnyq 2021-11-19 20:47:24 -05:00
  • 0976a08730 Removed default currency and default country under settings added a company currency to the company table. Now currency default and country default uses company country and currency, updated the currency symbol to use companies currency under dashboard, expenses, profit loss reports johnnyq 2021-11-19 20:45:57 -05:00
  • cdae4ecfb6 Set Currency Symbols to Company's Default Currentcy Setting johnnyq 2021-11-19 20:04:03 -05:00
  • 0f60955120 Better naming for Dashboard items johnnyq 2021-11-18 18:19:52 -05:00
  • 8ddbbf4791 Removed some weird piece of mis-copy and pasted text in the dashboard johnnyq 2021-11-18 18:16:35 -05:00
  • 3ca92cd252 Added Truncated Description to Expense listing #203 johnnyq 2021-11-18 17:56:02 -05:00
  • 604d2a7417 Fix mis-spelling on dashboard johnnyq 2021-11-17 13:08:05 -05:00
  • e036bbf7cb Added Monthly and Yearly Recurring Invoice Amount Totals to the dashboard johnnyq 2021-11-17 13:02:09 -05:00
  • 40ed8761cb Removed Extra Scope under edit Quote johnnyq 2021-11-13 12:44:33 -05:00
  • c66d7fa7bd Made Invoice / Quote and Recurring more mobile responsive johnnyq 2021-11-09 15:42:21 -05:00
  • 100286738e Removed Unnessary DIVs under invoice/quote/recurring notes johnnyq 2021-11-09 15:17:38 -05:00
  • 592041087c Updated Ticket Details UI using the media Class and to include User avatar for Ticket replies and reducing the padding under ticket content and ticket replies by removing the <p> tag. Moved Edit and Delete for ticket replies to a elipsis using the card-tools class johnnyq 2021-11-09 14:08:51 -05:00
  • ee836291f5 Rename location to Address under client listings johnnyq 2021-11-08 18:10:16 -05:00
  • 6c80fa177d DB Update, reworked upcoming tagging feature in SQL, Added Province and Postal Code to address labels, changed the field document_details to document_content in SQL johnnyq 2021-11-08 18:07:36 -05:00
  • 50cd239cd4 Added all country currencies johnnyq 2021-11-04 00:31:19 -04:00
  • 72cf61ab61 Switched State to a text field instead of select field in all areas where state exist also added all countries to the country list johnnyq 2021-11-04 00:20:33 -04:00
  • bbcec94b80 Fixed an issue where if you edited a trip under clients it would break the client relation with the trip johnnyq 2021-10-21 11:23:39 -04:00
  • 0ec6b1eeae Highlight currently selected invoice under invoice history for guest_view invoice johnnyq 2021-10-17 15:18:23 -04:00
  • 7257664ae2 Allow uploading of .txt files under client files johnnyq 2021-10-17 15:02:02 -04:00
  • 540d5b0d30 Fixed Receipt Path under edit expense johnnyq 2021-10-17 14:59:50 -04:00
  • 2945f37a6e Merge pull request #198 from Brodur/patch-1 Johnny 2021-10-17 14:51:14 -04:00
  • 95ec59f353 Fix broken link in index.php Brodur 2021-09-26 14:05:16 -05:00
  • 6fb0d32b52 Added Certificate Expiration Notification as well as add the client name for both domain and certificate expiring alerts johnnyq 2021-09-23 10:15:23 -04:00
  • 5edde5a7f5 Added Expense ID at the end of expense receipt downloads johnnyq 2021-09-22 18:34:16 -04:00
  • 6c7155f4ac Fixed an issue under edit user where it would update a blank password if none was entered johnnyq 2021-09-22 10:10:10 -04:00
  • e772f107e7 Fix Client File Link johnnyq 2021-09-21 23:48:55 -04:00
  • 3a5ba00a52 Fix Add Photo under add location johnnyq 2021-09-21 23:44:45 -04:00
  • c7edadfd46 Fix Add Photo under add contact johnnyq 2021-09-21 23:38:15 -04:00
  • cb7a9bc8a3 Fixed Edit Upload receipt not deleting old receipt johnnyq 2021-09-21 23:19:08 -04:00
  • 9fe6abda11 fix file delete exisiting avatar if changed johnnyq 2021-09-21 23:01:37 -04:00
  • a939588cf2 New File upload logic complete Breaking changes New db dump johnnyq 2021-09-21 22:22:55 -04:00
  • 1d3cf6fd96 Updated to new file upload logic on locations as well this will break location photos johnnyq 2021-09-20 22:39:37 -04:00
  • 22d3564f04 BREAKING CHANGE New file upload method for contacts to not specify full path in database to reduce the db load and size as well as give better error control johnnyq 2021-09-20 22:10:57 -04:00
  • 6908bdcd30 Bumped PHPMailer from 6.4.0 to 6.5.1 johnnyq 2021-09-20 18:33:00 -04:00
  • 025e7caad2 Updated Toolbar for summernote and some more phone adjustments johnnyq 2021-09-12 14:58:50 -04:00
  • 55a9e87604 Do not show Primary Contact or Location in clients listing or client details if Contact or Location was deleted aka archived johnnyq 2021-09-12 00:08:45 -04:00
  • 2e5e1aee52 Phone numbers are all now formatted correctly per their length johnnyq 2021-09-11 22:41:50 -04:00
  • d5facbfc23 Removed all Input masks for phone numbers, now need to work on formating phone numbers for display based off digit length johnnyq 2021-09-11 21:51:36 -04:00
  • 118dba5c23 Removal of some phone number input masks to allow more phone number formats johnnyq 2021-09-11 21:35:10 -04:00
  • 55a2a7a96a Fixed Synatx error in post root 2021-09-10 10:55:38 -04:00
  • b7d0549ede Initial start to mailing list support johnnyq 2021-09-09 23:15:39 -04:00
  • 36370533cf Fixed Required Field Marker for miles / round trip johnnyq 2021-09-03 18:22:59 -04:00
  • e9336c1866 Fix Recent Logins Log front not updating due to VAR name johnnyq 2021-08-31 13:24:33 -04:00
  • 2ec79ef014 Did the same as previous commit for edit Quote Invoice Recurring johnnyq 2021-08-29 22:12:16 -04:00
  • 209bd7da4d Remove Currency Selection from invoice, quote and recurring as this will be determined by your company currency in settings, the payment is what matters as this is where it will be converted johnnyq 2021-08-29 22:07:46 -04:00
  • 4e4455d219 Moved Asset Icons from Type to the front of name in client asset listing johnnyq 2021-08-29 21:45:18 -04:00
  • f4e88f26db Reworked the UI on Add/Edit Location to make more sense also fixed default country select on add location johnnyq 2021-08-29 14:42:46 -04:00
  • 7ad7a11fc3 Fixed Missing location country var in client details johnnyq 2021-08-29 14:08:34 -04:00
  • 94577379d4 Fixed Edit Client Contact Title it was missing johnnyq 2021-08-29 14:01:04 -04:00
  • 22f5511b21 Make Item fields a requirement johnnyq 2021-08-28 19:51:44 -04:00
  • 09c62eb359 Fix delete Invoice Item not updating balance johnnyq 2021-08-28 19:48:06 -04:00
  • 3b3e6a0166 UI Update on Trip Forms contact forms and location forms also Contact / Location under add /edit contact now add or edit the primary location and contact johnnyq 2021-08-28 16:07:31 -04:00
  • 4412b7f084 Set placeholder for expense description johnnyq 2021-08-28 15:14:10 -04:00
  • f8cbe83c17 Updated Add/Edit Transfer UI to include notes in one pane also removed experimental check deposit code in transfer it will not work with split payments between invoices therefore it wont work johnnyq 2021-08-28 15:09:36 -04:00
  • c01794ea7c forgot the w in row johnnyq 2021-08-28 13:17:59 -04:00
  • c384db93d4 opps missing contact_id var johnnyq 2021-08-28 13:16:27 -04:00
  • b3d6f68b79 Fixed contact selected with edit ticket under client ticket listing views johnnyq 2021-08-28 13:14:38 -04:00
  • 6e9c9fd7d4 Fixed contact selected with edit ticket under ticket listing views johnnyq 2021-08-28 13:11:02 -04:00
  • fa6bb33c7a Fied Contact Email showing under ticket details and Phone Number formatting johnnyq 2021-08-28 12:54:21 -04:00
  • 735ccc2602 Adding Tickets under client details now shows a selectable contact also when adding a ticket it will automatically choose the primary_contact of the client if none are selected johnnyq 2021-08-28 12:47:50 -04:00
  • 3a9ea1d67e Fixed Post Redirection on edit and archive in categories johnnyq 2021-08-28 11:58:29 -04:00
  • 94c0ac2dd1 Removed dead comment code johnnyq 2021-08-28 11:46:51 -04:00
  • 7031fd4e59 Fix Alert Settings failing to apply johnnyq 2021-08-28 11:46:15 -04:00
  • f68e1ddca6 Recurring Invoice issue in cron johnnyq 2021-08-28 02:05:59 -04:00
  • 439fc87551 Fix item_tax_id var in force recurring invoice johnnyq 2021-08-28 01:44:12 -04:00
  • b3aaa3115f Fix issue where recurring invoices would not display if they were never sent out johnnyq 2021-08-28 01:38:01 -04:00
  • 209b28c48a Fixed Edit Transfer johnnyq 2021-08-28 01:10:27 -04:00
  • 3cc90e9b42 Fixed Transfer Account johnnyq 2021-08-28 00:54:07 -04:00
  • 69fa2b60d4 Removed Duplicate SQL Query in Recurring Invoice johnnyq 2021-08-28 00:35:44 -04:00
  • 451ac3ec97 Fixed Email Receipt in Add Payment johnnyq 2021-08-28 00:20:18 -04:00
  • a5ed572874 Added Quote Prefix and Number to Quote to Invoice Header Modal johnnyq 2021-08-28 00:15:36 -04:00
  • 1e8f852f73 Missing $ for var in POST johnnyq 2021-08-27 23:55:23 -04:00
  • 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 johnnyq 2021-08-27 23:14:06 -04:00
  • 7fc738382b Add - Filler to lcient listing if all Client Contact info is blank johnnyq 2021-08-22 20:50:04 -04:00
  • 24fcb04411 Moved Support to colored handshake icon boldered client name and only mark balance red instead of both balance and paid red johnnyq 2021-08-22 20:31:06 -04:00
  • 9a82ce4c1f More work on IT Documentation johnnyq 2021-08-21 21:25:11 -04:00
  • 3c322e1f2c Added IT Documentation PDF Export to client johnnyq 2021-08-21 21:05:28 -04:00
  • 6f33e3379c Updated all Client Data Listings and added CSV Exports to Client Data johnnyq 2021-08-21 16:37:40 -04:00
  • 13365c70af Added more CSV Exporting initial modification to client data listings UI starting with contacts johnnyq 2021-08-21 14:30:49 -04:00
  • a5048aa94b Removed Contact_inactive DB Field as we use archive_at for this purpose johnnyq 2021-08-21 02:33:19 -04:00
  • e9b31dbe63 Swapped Client and ticket subject under tickets johnnyq 2021-08-21 02:23:48 -04:00
  • f7b07cf107 Added total paid by client to client listing along with their current balance johnnyq 2021-08-21 01:54:18 -04:00
  • 89e0039515 Hide Select Company Drop Down on side nav if only 1 company, changed the company text to white johnnyq 2021-08-21 01:35:44 -04:00
  • 1dfa5de130 Redirect to dashboard when switching companies johnnyq 2021-08-21 01:24:08 -04:00
  • 6a8283200f Added More red text to delete and cancel dropdown options Some UI Cleanup in ticket details johnnyq 2021-08-21 01:06:29 -04:00
  • 61710eecf6 Added the Ability to assign a contact from client in tickets johnnyq 2021-08-21 00:42:06 -04:00
  • 34093b50f9 Initial support for ticket status changes and emailing client ticket updates johnnyq 2021-08-20 23:37:27 -04:00
  • 5c46e57a21 Added Edit and delete ticket updates funtionality johnnyq 2021-08-20 23:10:48 -04:00
  • 11a932194a Added Updatd by User to each ticket update johnnyq 2021-08-20 22:37:01 -04:00
  • 131e04915b Added the ability to assign or unassign tickets johnnyq 2021-08-20 22:12:29 -04:00