itflow/agent
johnnyq fe8df66c67 Migrate Import/export clients to ajax-modals 2025-12-01 20:33:01 -05:00
..
css rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
custom Started updating href paths to absolute paths instead of relative paths as itflow should be installed in document root anyway and not a sub-directory 2025-09-24 12:56:01 -04:00
includes Fix Decimal not showing on the iphone for specific fields associated to price cost percentage etc 2025-11-26 13:54:24 -05:00
js Merge pull request #1244 from Flos/fix-timer-sleeping-chrome-tab-and-initialise-on-reload 2025-11-06 16:18:46 +00:00
modals Migrate Import/export clients to ajax-modals 2025-12-01 20:33:01 -05:00
post Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere. 2025-11-28 14:14:46 -05:00
reports Update All Side Nav Links to be absolute so the side bar includes can be navigatable when navs are included in custom code 2025-10-23 13:07:02 -04:00
user [Feature] Updated Invoice Ticket to include more details in the description, predefined along with optional Invoice Title, helper texts below qty and price to show how it gets its information, fixed ticket number not showing in ticket reply when adding ticket to an existing invoice. Add to Existing Invoice is default if open invoices exist, migrated many more ticket related modals to use ajax-modal 2025-11-04 17:48:21 -05:00
accounts.php Migrated add revenue, trip, quote, invoice, recurring invoice, product, document, folder, file, project, and asset interface over to the new ajax-modal 2025-11-03 14:06:44 -05:00
ajax.php When adding a domain, flag if no SOA record exists (prevents most sub-domains) 2025-11-06 10:41:52 +00:00
asset_details.php Conver the what should be the last bulk asset interfaces modals to the new ajax 2025-11-27 14:13:33 -05:00
assets.php Remove Duplicate get_query_strings code as this is all handled in the the filter header 2025-11-17 14:55:05 -05:00
blank.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
calendar.php [Feature] Updated Invoice Ticket to include more details in the description, predefined along with optional Invoice Title, helper texts below qty and price to show how it gets its information, fixed ticket number not showing in ticket reply when adding ticket to an existing invoice. Add to Existing Invoice is default if open invoices exist, migrated many more ticket related modals to use ajax-modal 2025-11-04 17:48:21 -05:00
certificates.php Certificates - Better empty date handling in agent ui 2025-11-06 14:44:03 +00:00
client_autopay.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
client_overview.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
clients.php Migrate Import/export clients to ajax-modals 2025-12-01 20:33:01 -05:00
contact_details.php Add Asset Tags Display in Contact Details, asset details, along with their detail modals 2025-11-11 21:05:59 -05:00
contacts.php Migrated the last of the bulk modals to the new ajax-modal 2025-11-06 22:49:44 -05:00
credentials.php Converted even more bulk modals to the new ajax-modal 2025-11-06 20:36:30 -05:00
dashboard.php Fix regression in dashboard has client 2025-11-16 17:40:06 -05:00
document_details.php Converted all Document Link Modals to the new ajax-modal, also switched trash icons for unlink icons in document details 2025-12-01 17:16:59 -05:00
documents.php Remove Duplicate get_query_strings code as this is all handled in the the filter header 2025-11-17 14:55:05 -05:00
domains.php Domains - show a dash instead of blank where there is no expiry 2025-11-06 12:29:07 +00:00
expenses.php Updated bulk action js to pass the checkboxe names into the get array this allows the use of multiple checkbox name arrays to be passed at once instead of just selected_ids had to update each bulk model from selected_ids to to the array that was passed. This was important so we could mix files and documents together 2025-11-27 12:48:59 -05:00
files.php Convert Document from Template modal to ajax 2025-11-27 13:17:14 -05:00
files_legacy.php Fix Decimal not showing on the iphone for specific fields associated to price cost percentage etc 2025-11-26 13:54:24 -05:00
global_search.php [FEATURE] Client Contracts, initial DB Schema, rates and net terms along with SLA Reponse / Resolution times will eventually be moved over to this 2025-11-07 16:49:35 -05:00
index.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
invoice.php Migrate Invoice to Recurring Invoice to an ajax modal 2025-11-28 15:15:01 -05:00
invoices.php Fix Pay With a Saved Card in Invoice Listing if Saved Cards are on files for that client 2025-11-16 17:34:37 -05:00
locations.php Updated bulk action js to pass the checkboxe names into the get array this allows the use of multiple checkbox name arrays to be passed at once instead of just selected_ids had to update each bulk model from selected_ids to to the array that was passed. This was important so we could mix files and documents together 2025-11-27 12:48:59 -05:00
networks.php Migrate credemtial, software, network, certificate, domain, service Add modals to the new ajax-modal 2025-11-02 19:39:34 -05:00
notifications.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
payments.php Remove Duplicate get_query_strings code as this is all handled in the the filter header 2025-11-17 14:55:05 -05:00
post.php [Feature] Updated Invoice Ticket to include more details in the description, predefined along with optional Invoice Title, helper texts below qty and price to show how it gets its information, fixed ticket number not showing in ticket reply when adding ticket to an existing invoice. Add to Existing Invoice is default if open invoices exist, migrated many more ticket related modals to use ajax-modal 2025-11-04 17:48:21 -05:00
products.php Convert Bulk Edit Product Category modal to ajax 2025-11-27 13:40:09 -05:00
project_details.php Converted even more bulk modals to the new ajax-modal 2025-11-06 20:36:30 -05:00
projects.php Migrate Add Ticket, Recurring Ticket, Project and Vendor to the new ajax-modal 2025-11-02 22:54:48 -05:00
quote.php Convert Quote to Invoice to use ajax-modal 2025-11-28 14:44:47 -05:00
quotes.php Update Invoice, Quote, Recurring Invoice Hyperlinks to take you directly to the client view instead of keeping you in global view. We also did this with tickets in the previous commit 2025-11-03 16:29:41 -05:00
racks.php [Feature] Updated Invoice Ticket to include more details in the description, predefined along with optional Invoice Title, helper texts below qty and price to show how it gets its information, fixed ticket number not showing in ticket reply when adding ticket to an existing invoice. Add to Existing Invoice is default if open invoices exist, migrated many more ticket related modals to use ajax-modal 2025-11-04 17:48:21 -05:00
recurring_expenses.php Remove Duplicate get_query_strings code as this is all handled in the the filter header 2025-11-17 14:55:05 -05:00
recurring_invoice.php Fix Decimal not showing on the iphone for specific fields associated to price cost percentage etc 2025-11-26 13:54:24 -05:00
recurring_invoices.php Update Invoice, Quote, Recurring Invoice Hyperlinks to take you directly to the client view instead of keeping you in global view. We also did this with tickets in the previous commit 2025-11-03 16:29:41 -05:00
recurring_tickets.php Converted even more bulk modals to the new ajax-modal 2025-11-06 20:36:30 -05:00
revenues.php Remove Duplicate get_query_strings code as this is all handled in the the filter header 2025-11-17 14:55:05 -05:00
services.php Migrate credemtial, software, network, certificate, domain, service Add modals to the new ajax-modal 2025-11-02 19:39:34 -05:00
software.php Migrate credemtial, software, network, certificate, domain, service Add modals to the new ajax-modal 2025-11-02 19:39:34 -05:00
ticket.php Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere. 2025-11-28 14:14:46 -05:00
ticket_kanban.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
ticket_list.php If ticket doesn't have a client dont show client section 2025-11-15 16:51:31 -05:00
tickets.php Converted even more bulk modals to the new ajax-modal 2025-11-06 20:36:30 -05:00
transfers.php Remove Duplicate get_query_strings code as this is all handled in the the filter header 2025-11-17 14:55:05 -05:00
trips.php Remove Duplicate get_query_strings code as this is all handled in the the filter header 2025-11-17 14:55:05 -05:00
vendor_details.php rename /user/ to /agent/ and update links to use agent/ instead 2025-09-23 18:04:23 -04:00
vendors.php Migrate Add Ticket, Recurring Ticket, Project and Vendor to the new ajax-modal 2025-11-02 22:54:48 -05:00