Commit Graph

  • 5be0f9f934 add calculate invoice balance function o-psi 2023-12-13 16:10:08 +00:00
  • 8e17dbf5ba Add side nav button for statements o-psi 2023-12-13 16:09:42 +00:00
  • 74aa0e829f Fix Invoice Item order in Ticketing, When creating an invoice from a ticket make sure the item added has an item_order of 1 johnnyq 2023-12-09 16:31:28 -05:00
  • 594c8565ce Remove Weekly option when converting an invoice to a recurring invoice johnnyq 2023-12-09 16:17:19 -05:00
  • 72e448e4f0 Item Ordering Fix for Copy Quote or Invoice, Recurring Invoice to Invoice Cron, Force Recurring, Invoice to Recurring. It was not carrying over the item order on these tasks causing item ordering to break johnnyq 2023-12-09 16:12:31 -05:00
  • 3b7fe290af Removed Weekly option for Recurring Invoices soon will add Quarterly and Bi Annually johnnyq 2023-12-09 15:24:41 -05:00
  • b6bc13ddd4 Removed Action Column on Client Tickets similar to the previous commit regarding Global Tickets johnnyq 2023-12-09 15:08:32 -05:00
  • dccec2d5f5 Removed actions column from tickets as edit ticket and Delete should be done within the ticket itself, however you can still change priotity and assigned to within the list view. This makes a tremendous impact on performance as ticket details wont need loaded for each row Soon we will impelment bulk actions johnnyq 2023-12-09 15:04:30 -05:00
  • 0eaf9febeb Merge pull request #830 from stehled/master Johnny 2023-12-06 08:44:03 -05:00
  • aad7b21b24 Merge pull request #831 from twetech/master Johnny 2023-12-06 08:43:28 -05:00
  • 0aa08dac83 Fix for guest pay stripe with fees o-psi 2023-12-04 21:44:31 +00:00
  • f47c5cca84 Fix domain edit for .eu and other domains. Eduard Stehlík 2023-12-04 18:40:53 +01:00
  • 7d0813a163 Opps forgot to dump DB when remember_me_token was added causing remember_me on new installs to fail johnnyq 2023-12-01 11:53:30 -05:00
  • 469c8aa501 Merge pull request #828 from wrongecho/quote-fix Johnny 2023-11-30 12:50:15 -05:00
  • d36dca508f Merge pull request #829 from twetech/stripe-pays-fees-undeclared-variable Johnny 2023-11-30 12:50:01 -05:00
  • a74bd5ade1 Fix undeclared variable on Guest Online Pay o-psi 2023-11-30 16:29:29 +00:00
  • a0a4e5524a Bugfix: Quotes to invoice item ordering Marcus Hill 2023-11-29 21:36:03 +00:00
  • 5772146d14 Merge pull request #827 from wrongecho/loc-primary Johnny 2023-11-25 14:14:41 -05:00
  • 59aeb1e976 Merge pull request #826 from wrongecho/admin-settings-csrf Johnny 2023-11-25 14:07:31 -05:00
  • e50fbd76ae Merge pull request #824 from wrongecho/disable-personal-dash-link Johnny 2023-11-25 13:34:25 -05:00
  • e261651370 Merge pull request #823 from wrongecho/agent-email-key Johnny 2023-11-25 13:34:10 -05:00
  • 0196e86c16 Merge pull request #822 from wrongecho/client-tickets-default-open Johnny 2023-11-25 13:33:55 -05:00
  • fe369a4078 Bugfix: New locations are set as the primary Marcus Hill 2023-11-25 18:31:05 +00:00
  • 8068cb6081 Require CSRF token to edit more admin settings - thanks again to @stehled Marcus Hill 2023-11-25 18:15:25 +00:00
  • 51ac53dc50 Merge pull request #825 from wrongecho/csrf-stripe wrongecho 2023-11-25 16:39:14 +00:00
  • 432488eca3 Require CSRF token to edit Stripe settings - thanks to @stehled Marcus Hill 2023-11-25 16:36:05 +00:00
  • 3158353921 Update first-interaction.yml wrongecho 2023-11-25 14:37:10 +00:00
  • 55b35d16f1 Temporarily disable the personal dashboard link to prevent confusion as it is not yet in use Marcus Hill 2023-11-25 14:31:09 +00:00
  • 48c381ac2d Include login key in agent invitation email Marcus Hill 2023-11-25 12:12:45 +00:00
  • c0eb94efc3 Ticketing updates Marcus Hill 2023-11-25 11:29:08 +00:00
  • c1d0a2368d Merge pull request #821 from twetech/Fix-collections-link wrongecho 2023-11-25 10:31:35 +00:00
  • 5653518f50 Merge branch 'master' into Fix-collections-link Andrew Malsbury 2023-11-22 12:22:57 -06:00
  • fe86d3982c Fix the link to client overvier in collections Andrew Malsbury 2023-11-22 18:18:17 +00:00
  • d90280011f Revert "Add scheduled ticket end date field" Andrew Malsbury 2023-11-22 17:45:01 +00:00
  • d81a04a1d4 Add scheduled ticket end date field Andrew Malsbury 2023-11-22 17:44:43 +00:00
  • 2adb500612 Merge pull request #819 from twetech/fix-collections-formatting Johnny 2023-11-22 11:47:24 -05:00
  • d19706e0c9 Merge pull request #818 from twetech/Fix-new-trips-modal-for-trips.php Johnny 2023-11-22 11:47:05 -05:00
  • 61f6735ceb added missing currency variable Andrew Malsbury 2023-11-22 16:31:14 +00:00
  • 7c93a073b2 fix option Andrew Malsbury 2023-11-22 15:01:49 +00:00
  • dc04deaada Fix new trip on trips.php Andrew Malsbury 2023-11-22 15:00:42 +00:00
  • b3c37b6c5f Added ability revoke a users Remember Me Token from the users listing johnnyq 2023-11-21 18:28:42 -05:00
  • 41ba04b881 Spacing Tidy johnnyq 2023-11-21 17:37:30 -05:00
  • 90bb9499d5 Moved Remember Me to the Enter MFA Screen Only johnnyq 2023-11-21 17:36:45 -05:00
  • be10ac0b46 Merge pull request #817 from twetech/remove-gateway-fees-from-client-invoice Johnny 2023-11-21 17:00:34 -05:00
  • 6ce72e7cc1 Remove Stripe fee from main invoice display Andrew Malsbury 2023-11-21 21:57:04 +00:00
  • c95060727c Merge pull request #816 from twetech/collections-report Johnny 2023-11-21 16:55:35 -05:00
  • a01269ccea Updated Tax Rate to be a floatval instead of a intval johnnyq 2023-11-21 16:51:05 -05:00
  • c1d6220e6a Added Tax Name and Rate to the products listing johnnyq 2023-11-21 16:34:26 -05:00
  • 48177e4250 Updated Quote and Recurring to Automatically select the Tax based off the product tax johnnyq 2023-11-21 16:17:17 -05:00
  • 3ec2e79e91 Attempt to automatically select Tax based off the products tax code in invoices, it works just doesnt update the select box to show selected johnnyq 2023-11-21 16:06:12 -05:00
  • 1f9c6578d5 Sanitize each Status in Array johnnyq 2023-11-21 15:41:03 -05:00
  • 3749cbfca1 Updated multiple ticket status selection johnnyq 2023-11-21 15:22:38 -05:00
  • 73e14c164b Add collections report Andrew Malsbury 2023-11-21 19:03:38 +00:00
  • 900ec75303 Reverted Multi Status Select using select2 in Ticket filtering as it broke existing filtering johnnyq 2023-11-21 12:36:37 -05:00
  • 5c89e9849b Merge pull request #813 from twetech/fix-balance-sheet Johnny 2023-11-21 11:57:03 -05:00
  • af7ef5cf20 Merge pull request #814 from twetech/fix-ticket-query Johnny 2023-11-21 11:55:58 -05:00
  • c28727f9a7 Update Array Andrew Malsbury 2023-11-21 16:27:10 +00:00
  • 230e649e2c Redo Balance Sheet Report Andrew Malsbury 2023-11-21 16:04:41 +00:00
  • f18bb340bf Keep the Remember Me checkbox selected upon inital submit johnnyq 2023-11-20 21:18:35 -05:00
  • 0d6c58f1d0 Added Remember Me option by checking this you wont have to enter your MFA for up to 14 days on the device johnnyq 2023-11-20 20:49:33 -05:00
  • dcd5103819 Hide Financial Reports, Financial Dashboard, Client Portal Invoices/Quotes of Accounting module is disabled, also included the settings into the client portal, so all settings vars are easily accessable within the portal johnnyq 2023-11-20 17:20:49 -05:00
  • ed625b2d98 Fix Client Side Menu Wording johnnyq 2023-11-20 17:00:04 -05:00
  • 26b439554b Merge pull request #810 from twetech/client-pays-fees Johnny 2023-11-20 16:49:16 -05:00
  • a997896c46 Merge pull request #812 from wrongecho/comment-maintenance-unused Johnny 2023-11-20 12:33:07 -05:00
  • e9881ff32c Merge pull request #811 from wrongecho/cron-schd-tickets-agent-notif Johnny 2023-11-20 12:32:50 -05:00
  • 774531836a Merge pull request #809 from twetech/tax-report Johnny 2023-11-20 12:24:36 -05:00
  • 208f55fad2 Merge pull request #806 from twetech/add-client-replied-to-ticket-status-sort Johnny 2023-11-20 12:23:34 -05:00
  • 88392d0dea Add Stripe fee calculation to guest_ajax.php and guest_view_invoice.php Andrew Malsbury 2023-11-20 16:42:29 +00:00
  • 6ab96b3b16 Update settings Andrew Malsbury 2023-11-20 16:42:11 +00:00
  • 02e0692b85 Fix Badge colors not working correctly after custom color tag update johnnyq 2023-11-19 14:56:49 -05:00
  • b65b8c1c43 Hide currently unused "Maintenance" from Settings side navbar Marcus Hill 2023-11-18 12:34:37 +00:00
  • 41cfd8d27b Scheduled tickets Marcus Hill 2023-11-18 11:53:24 +00:00
  • cc5d274596 Update database version to 0.9.5 and add config_stripe_client_pays_fees field Andrew Malsbury 2023-11-17 22:44:10 +00:00
  • 5cfae2520e Add functions for retrieving setting values and calculating taxes Andrew Malsbury 2023-11-17 21:43:37 +00:00
  • fe1b8ce88f minor UI update on update johnnyq 2023-11-17 15:19:48 -05:00
  • 75238ce0fb Merge pull request #803 from twetech/See-All-Timers Johnny 2023-11-17 14:28:06 -05:00
  • 3781026c79 Commented Out Remember me as it is not feature complete yet johnnyq 2023-11-17 14:21:41 -05:00
  • 955b7cc53b Refactor variable declarations to use let instead of var Andrew Malsbury 2023-11-17 18:30:43 +00:00
  • feea83d380 Merge branch 'master' into See-All-Timers Andrew Malsbury 2023-11-17 12:28:20 -06:00
  • 011bacd1a2 Add ticket timer functionality and clear all timers button Andrew Malsbury 2023-11-17 18:27:31 +00:00
  • b1c60fa4d8 Update Categories Create and Edit Modals to take advantage of custom colors johnnyq 2023-11-16 18:54:49 -05:00
  • 76e348a3a1 Updated UI Create Calendar Modal johnnyq 2023-11-16 18:42:21 -05:00
  • 2779d6543e Updated Tag Create and Edit Modal UI, added icons, added ability to choose any color johnnyq 2023-11-16 18:36:22 -05:00
  • d54a026a33 Wording: Change Passwords to Logins under global search johnnyq 2023-11-16 18:14:02 -05:00
  • e8f4c5a672 Fixed Where clause in services johnnyq 2023-11-16 18:08:21 -05:00
  • 8eccdc6b6a Merge pull request #807 from twetech/add-asset-uri-to-ticket-information Johnny 2023-11-16 13:23:51 -05:00
  • 7f7e05873a Bump InputMask from 5.07 to 5.08 johnnyq 2023-11-16 11:31:44 -05:00
  • b85e045202 Bump PDFMake 0.2.7 to 0.2.8 johnnyq 2023-11-16 11:15:14 -05:00
  • 9cfb9b2f04 Bump JQuery 3.5.1 to 3.7.1 johnnyq 2023-11-16 11:11:47 -05:00
  • 7baceb8c5a Bump TinyMCE from 6.7.0 to 6.7.3 johnnyq 2023-11-16 11:00:46 -05:00
  • 834956624b Reduced the heading font sizes on the the right side ticket details to allow more info to be displayed johnnyq 2023-11-16 10:40:54 -05:00
  • 32203565a7 UI update for ticket timer, removed the appended H S M to free some clutter johnnyq 2023-11-16 10:27:14 -05:00
  • 48b153613f Changd Passwords to Logins, made Licenese icon consistent johnnyq 2023-11-16 00:20:36 -05:00
  • 41748a03b6 Merge branch 'See-All-Timers' of https://github.com/twetech/itflow into See-All-Timers Andrew Malsbury 2023-11-15 16:30:13 +00:00
  • bdda03d8b2 Update ticket link in header_timers.js Andrew Malsbury 2023-11-15 16:30:10 +00:00
  • e5752dc335 Add asset URI to client asset details page Andrew Malsbury 2023-11-15 15:32:37 +00:00
  • 94b4d4aeca Merge branch 'master' into See-All-Timers Andrew Malsbury 2023-11-14 20:00:13 -06:00
  • a6a49604a8 Merge branch 'itflow-org:master' into add-client-replied-to-ticket-status-sort Andrew Malsbury 2023-11-14 19:52:02 -06:00
  • 201860798a Fix Ticket Timer to allow for 00 for hour johnnyq 2023-11-14 18:02:12 -05:00
  • 35b709fa18 Merge branches Andrew Malsbury 2023-11-14 18:31:30 +00:00