..
account.php
Update add and edit to accomodate type
2023-10-07 16:11:19 +00:00
account_type.php
Updated Account Types liasting and posting to use the new account_type_parent field, also update setup to inset the correct account types into the correct account_type_parent
2023-10-20 15:40:52 -04:00
admin.php
Cleaned up Contact Add/Edit Relabeled Secure tab to Access and moved Roles to Access Tab ss this is much more suitable
2024-04-06 20:05:53 -04:00
ai.php
Update the AI prompt to style with html formatting
2024-05-15 10:47:27 -04:00
api.php
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00
asset.php
Add move/transfer assets
2024-08-10 20:46:59 +01:00
budget.php
Updated Budget to now include easy updating and creating and viewing Yearly budgets in one POST
2024-06-14 13:13:28 -04:00
bulk_mail.php
Use the bulk mail function in bulk mailers for standardization, also fix unused vars in smtp settings form
2024-02-26 15:38:00 -05:00
category.php
Update constructs to not have parenthesis.
2023-10-20 15:25:52 -05:00
category_model.php
Update Categories Create and Edit Modals to take advantage of custom colors
2023-11-16 18:54:49 -05:00
certificate.php
Certificates Enhancement, Use Media CSS, add description create a new tab for notes
2024-03-21 15:46:14 -04:00
client.php
Updated Client Export Fields, and added Client Import along with download client sample file
2024-07-05 15:31:01 -04:00
client_locations_model.php
Add UI and logic for location Description, Tweak Location Listing UI to use the media class
2024-03-19 17:48:54 -04:00
client_logins_model.php
Added login uri 2, NAT IP and asset URI 2 to the UI, also created new tab in asset network and split form items between assignment and network
2024-01-15 13:50:46 -05:00
client_model.php
Added Definable Client Abbreviation
2024-06-07 18:18:42 -04:00
contact.php
Fixes on Image Uploading for assets
2024-06-13 14:31:46 -04:00
contact_model.php
Update the remaining logic to take advantage of the moved contact_primary and contact_location fields
2023-07-03 20:16:39 -04:00
custom_field.php
Update constructs to not have parenthesis.
2023-10-20 15:25:52 -05:00
custom_field_model.php
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00
document.php
Fix Creating Document from a template where is would not set the document_parent causing new documents to display revisions that dont exist
2024-06-01 15:24:30 -04:00
domain.php
Added Bulk Archive, unarchive support to domains
2024-06-08 19:17:06 -04:00
event.php
Feature: Calendar Names and Colors can now be edited
2024-06-01 18:48:06 -04:00
event_model.php
Feature added location to calendar events and created new tab called details in calendar events for description and location
2024-03-23 16:43:42 -04:00
expense.php
Feature: Bulk Edit Category, Client and Account for expenses
2024-01-31 17:09:35 -05:00
expense_model.php
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00
file.php
rename description
2024-06-04 16:40:33 -03:00
folder.php
Feature: Added Folder support for files
2023-08-23 18:02:51 -04:00
invoice.php
Update invoice.php
2024-07-02 17:37:34 -04:00
invoice_model.php
Update/Fix Mail Functions in POST/quote.php - sanitize POST vars instead the whole mail subject and body which prevents having a mixed of confusing redundant escaped and unescaped vars also
2024-01-20 20:10:33 -05:00
location.php
Added Bulk Archive, Unarchive, Delete actions to to logins
2024-06-08 16:00:29 -04:00
login.php
Added Bulk Archive, Unarchive, Delete actions to to logins
2024-06-08 16:00:29 -04:00
misc.php
When deactivating Shared Link delete it
2023-09-23 19:16:19 -04:00
network.php
Feature: Added Subnet Mask and primary and secondary DNS change the wording for network to IP / Network in case a single IP needs to be used for example an Internet Connection, Added more newe tabs to the Add/Edit Network so everything fits and is organized
2024-03-27 14:19:32 -04:00
product.php
Added Bulk Edit Category, Archive, Unarchive and Delete to Products
2024-06-10 17:26:43 -04:00
product_model.php
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00
profile.php
2FA
2024-06-09 12:57:42 +01:00
project.php
Added Project Prefix and Project Numbering System
2024-04-08 16:48:06 -04:00
quote.php
Feature: Allow copying a quote from one client to another
2024-05-10 21:56:13 -04:00
quote_model.php
Update/Fix Mail Functions in POST/quote.php - sanitize POST vars instead the whole mail subject and body which prevents having a mixed of confusing redundant escaped and unescaped vars also
2024-01-20 20:10:33 -05:00
rack.php
Remove Rack Photo on deletion and do not remove rack_units as the DB is set to cacade delete these
2024-06-14 17:44:29 -04:00
recurring_ticket_model.php
Added Billable Recurring Tickets, UI: changed the Billable option to switch. Added ticket settings option to automatically mark new tickets as billable
2024-05-29 17:55:39 -04:00
revenue.php
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00
service.php
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00
setting.php
Add audit log cleanup/retention period to cron
2024-06-30 11:51:39 +01:00
setting_company_model.php
Moved Company Details settings localiztion settings to its own seperate settings called localiztion
2023-09-07 15:22:16 -04:00
software.php
Software Licenese / Template Enhancements: Fixed create Software from template, added description, user media css for licenses and templates, reworked the add edit modal, Removed Software Login
2024-03-20 16:54:38 -04:00
tag.php
Update constructs to not have parenthesis.
2023-10-20 15:25:52 -05:00
tag_model.php
Updated Tag Create and Edit Modal UI, added icons, added ability to choose any color
2023-11-16 18:36:22 -05:00
tasks.php
Feature: Added the ability to edit the order of the tasks this is not the best solution but works we recommend setting them in orders of 5 or 10 so there is wiggle room to add tasks in between
2024-06-03 19:36:16 -04:00
tax.php
Require CSRF token to edit more admin settings - thanks again to @stehled
2023-11-25 18:15:25 +00:00
ticket.php
Fix Merging Ticket where the merging ticket HTML would be lost during the merge to the another ticket
2024-06-01 16:15:38 -04:00
transfer.php
Added Method of Transfer to Transfers frontend, currently uses payment type category and is optional useful to see how the money got transferred
2024-03-05 19:22:05 -05:00
transfer_model.php
Added Method of Transfer to Transfers frontend, currently uses payment type category and is optional useful to see how the money got transferred
2024-03-05 19:22:05 -05:00
trip.php
Fix trip export to csv
2023-11-05 08:24:19 +00:00
trip_model.php
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00
user.php
Client Access: Allow to select Client Access Restrictions for existing users
2024-05-10 14:01:20 -04:00
user_model.php
FEATURE: Force MFA Part 2 - Added to add, edit user
2023-09-05 23:44:42 -04:00
vendor.php
Added Bulk Archive, UnArchive and Delete support to client vendors
2024-06-08 18:49:18 -04:00
vendor_model.php
Post.php - Separate 9k lines into separate files by sub-modules (e.g. ticket, invoice, expense) for easier development and troubleshooting
2023-07-02 14:56:12 +01:00