johnnyq
619b93a545
Renamed Recurring to recurring_invoices updated a large portion of code, and updated many other fields to reflect recurring_invoice and not just recurring
2025-03-11 22:08:37 -04:00
johnnyq
a0598997d7
Update Recurring Tickets in a few more places
2025-03-11 19:55:08 -04:00
johnnyq
d0b8095bba
Feature: Added additional assets to Recurring Tickets as well
2025-03-11 19:36:39 -04:00
johnnyq
daab1bca3d
Rename the remain items from Scheduled Tickets to Recurring Tickets
2025-03-11 18:32:24 -04:00
johnnyq
a0a2fddd90
Feature: Additonal Assets can now be assigned to a single Ticket
2025-03-11 17:41:40 -04:00
johnnyq
f61c30bd5a
Started work on additional assets per ticket, added table ticket_assets, Fixed Legacy Check User Role Functions
2025-03-11 15:10:23 -04:00
johnnyq
82c7a64a25
Added Bulk Delete Asset Functionality and also deleted more asset reference tables as we are not using cascade delete yet
2025-03-10 17:35:16 -04:00
johnnyq
9b6ea851e7
Removed the prepended user_ from the fields in the user_roles table, moved user_role_id from user_settings directly to users table, rename table user_permissions to user_client_permissions, removed unused Sessions vars in login. This upedate will require to update using update_cli.php --db_update
2025-03-10 15:57:16 -04:00
johnnyq
3804e18e53
When cron or manually generating invoice from a Recurring Invoice insert referencing recurring Invoice ID into the invoice
2025-03-10 12:34:31 -04:00
johnnyq
4fdd5ae769
Fix Bug adding software license if no vendor is selected
2025-03-04 00:13:21 -05:00
wrongecho
a69b09c9e6
Bugfix: When exporting to CSV, the first asset isn't shown
2025-03-03 09:42:45 +00:00
wrongecho
8da3bb15e9
Add physical location field to asset csv import/export
2025-03-03 09:29:28 +00:00
Marcus Hill
ae59aa3326
Add SSL certificate history tracking
2025-03-02 10:12:47 +00:00
johnnyq
ac2b355399
updated Changelog and bumped app version to 25.02.2
2025-03-01 21:21:03 -05:00
johnnyq
9da736daee
Enhance the file picture upload optimization to read EXIF data when available and correctly adjust the image orientation for the optimized version.
2025-02-28 13:55:32 -05:00
johnnyq
04e624cc14
Added Purchase Reference to Software Licneses
2025-02-26 12:59:03 -05:00
johnnyq
f23afdd85c
Added Quick Category/Tag Add throughout utilizes the new ajax modal
2025-02-25 17:05:34 -05:00
johnnyq
bac76871c1
Added vendor UI select elements for software
2025-02-24 21:36:30 -05:00
johnnyq
56cbcf2921
Removed Single Link Vendor Login and single link software login. These are unused will be moved to multi to multi relationship, also added vendor_id to software to reference a vendor
2025-02-24 21:24:57 -05:00
johnnyq
f2dc25aedb
Added Link to and unlink Items in Asset Details
2025-02-24 19:08:00 -05:00
johnnyq
6cc6e80f92
Fixed ticket link for agent email notifications on scheduling tickets
2025-02-24 16:19:22 -05:00
johnnyq
a08393b4d4
Fix Redirect Link when scheduling tickets that conflict with other scheduled tickets
2025-02-24 12:52:35 -05:00
johnnyq
02c1446cb8
Fix Transfer Asset(s) to Client
2025-02-24 12:42:31 -05:00
johnnyq
915161d812
Fixed Revenue Edit category and account fields also removed currency selection there as its automatically determined by the company default
2025-02-22 15:04:11 -05:00
johnnyq
8d05633d7d
Auto set client abbreviation if not set in add or edit client
2025-02-22 14:02:31 -05:00
johnnyq
2a974c28b0
Remove old item ordering logic for invoice, recurring invoice and quote
2025-02-21 22:14:40 -05:00
johnnyq
ab3ffdf7fc
Update more links rearrange Client Overview Side menu to match client side nav, define 0 for the post vars now defined in form. update unbilled tickets report
2025-02-20 21:07:53 -05:00
johnnyq
713bd0dab7
Added Network to Global View and updated links
2025-02-20 16:43:59 -05:00
johnnyq
fc00b5e78f
Added Location to Global View, updated links and fixed password pop over moving you to the top of the page when clicked in asset and conact details
2025-02-20 16:25:07 -05:00
johnnyq
2795b4e15e
Added Global Views for Licenses, Credentials and Certificates
2025-02-20 14:58:25 -05:00
johnnyq
d76d405d5a
Make contacts global view compatible, remove bulk mail from admin as this is in contacts bulk actions, updated links, tidy
2025-02-20 00:38:40 -05:00
johnnyq
70495ef298
Created whole new section Client Overview to get a global view of all your clients things, merged domains and assets into one
2025-02-19 22:16:24 -05:00
johnnyq
19daa289b2
Merged Files Vendors with Client Vendors seperated them with some header logic
2025-02-19 14:18:16 -05:00
johnnyq
d228c30b03
Merged Global Tickets with Client Tickets seperated them with some header logic
2025-02-19 13:45:44 -05:00
johnnyq
17489e60c8
Merged Client Payments and Payments into one file using logic at the header to seperate between client and global section
2025-02-18 21:45:12 -05:00
johnnyq
f723450d51
Merged Client Invoices and Invoices into one file using logic at the header to seperate between client and global section
2025-02-18 21:20:40 -05:00
johnnyq
f8e4163c2f
Merged Client Trip and Global Trips along with exports into 1 managable file
2025-02-18 20:58:47 -05:00
johnnyq
b9f6871bae
Migrated Edit Line Item to new AJAX modal function, adjusted the logic to determine line item type (invoice, quote, recurring) in the post instead of the form
2025-02-18 18:06:31 -05:00
johnnyq
d8955f1f2d
Added Asset Purchase reference to assets to reference an invoice or PO number
2025-02-18 17:22:22 -05:00
johnnyq
43b50c44b1
Combined client_quotes.php and quotes.php into one file quotes.php checks if get client_id var is set and which chooses to display client top header and client side nav or global nav
2025-02-18 17:04:49 -05:00
wrongecho
64a6b7dc39
Client files - allow uploading .key files
2025-02-17 12:01:36 +00:00
wrongecho
72a84af1a7
Merge branch 'develop' into quote-upload
2025-02-17 11:27:05 +00:00
johnnyq
093fd69415
Migrated Ticket Priority, Assign Agent, Assign Contact, Ticket Billable, Task edit, task_template edit to the the new AJAX Modal
2025-02-16 18:27:43 -05:00
johnnyq
5ed5473b36
Add Nat IP Field to Interfaces
2025-02-13 16:34:27 -05:00
johnnyq
2e9e49a203
Added the Ability Set which interface is primary under add / edit interface section
2025-02-13 16:26:21 -05:00
johnnyq
c81b430318
Feature: Ability to import and export Asset Interfaces via CSV
2025-02-13 15:58:19 -05:00
johnnyq
33beae68e5
Tickets can not be categorized in bulk
2025-02-12 19:48:16 -05:00
johnnyq
fe762ef926
Asset Interfaces: Renamed Port to Description, added Interface Type
2025-02-12 17:13:39 -05:00
johnnyq
8d8b0f4a48
Feature: Ability to create multiple interfaces/ports in one swoop with interface name and port prefix along with network assignment and notes
2025-02-12 15:27:31 -05:00
johnnyq
2c85922788
Clone all Interfaces of asset when transfering to a new client jut the name, port, primary, mac
2025-02-10 17:15:46 -05:00
johnnyq
fc24bcb24f
Moved Transfer Asset to Client to a Bulk Action and create Primary Interface when moving with MAC address
2025-02-10 16:58:39 -05:00
johnnyq
a69b60703b
Dedup Notications code and move to a modal instead of a drop menu
2025-02-08 19:54:49 -05:00
Johnny
d92b803526
Merge pull request #1158 from ssteeltm/kanban_tickets
...
tickets views
2025-02-08 18:22:35 -05:00
wrongecho
2fe7bf6870
Taking a different approach. Utilize the existing file upload functionality and just link the file to the quote.
2025-02-05 22:48:15 +00:00
Hugo Sampaio
ee2e4b671d
ticket kanban settings
2025-02-04 17:07:42 -03:00
wrongecho
1bbf7c7662
rm old debugging message
2025-02-04 15:10:10 +00:00
Hugo Sampaio
e3ae8df4d8
new changes
2025-01-31 11:50:06 -03:00
wrongecho
badda09245
Prevent users disabling MFA when it is enforced
2025-01-29 21:29:04 +00:00
Hugo Sampaio
b31d1eba6a
update ticket_kanban.php
2025-01-29 16:12:32 -03:00
Hugo Sampaio
3aa26226e5
kanban post actions
2025-01-29 11:08:42 -03:00
johnnyq
52ad2ba322
Reworked the MFA Enforcement
2025-01-28 18:57:04 -05:00
Johnny
47eddfdf9c
Merge pull request #1155 from itflow-org/rec-payment-stripe
...
Autopay
2025-01-28 17:18:23 -05:00
johnnyq
9ea5fdf425
Further improve the MFA process, now when verification fails the modal will stay open and the secret remain the same
2025-01-28 16:34:07 -05:00
wrongecho
071352e32f
Autopay
...
- Stripe wasn't showing as an option in the modal
- Show the current payment method at the top of the recurring invoice
2025-01-28 11:19:56 +00:00
johnnyq
39adab734b
Enhanced the MFA Setup Flow
2025-01-27 23:26:10 -05:00
johnnyq
d5a03d3afc
remove cron key from the code and remove old cron script and setup and update cli scripts as they now reside in scripts directory
2025-01-25 21:44:46 -05:00
johnnyq
6473a84fb2
Bump plugin stripe-php from 10.5.0 to 16.4.0 and update links
2025-01-25 11:47:58 -05:00
johnnyq
ce7406b632
Fix stripe library link in invoice
2025-01-24 23:55:30 -05:00
johnnyq
87e1371318
Move app_version.php and database_version.php to includes folder update all assocoiated links, remove 2 legacy php files maintence and legacy_debug
2025-01-24 21:25:04 -05:00
johnnyq
f29d122376
Move totp.php out of functions folder into plugins then removed functions folder
2025-01-24 21:07:01 -05:00
johnnyq
6733d3cd24
Removed unused libs in the vendor folder and moved stripe to the plugins folder then elininated the vendor folder all together, updated all the stripe links
2025-01-24 20:44:36 -05:00
johnnyq
8e04e10753
Combine base32static.php and rfc6238.php into 1 file called totp.php and place it into the functions folder
2025-01-24 20:26:46 -05:00
johnnyq
d80d4803db
Moved TOTP dependent files rfc6238.php and base32static.php to /includes folder and updated links in pages
2025-01-24 19:20:49 -05:00
wrongecho
a3e94d1171
- Finish updating URLs from /portal to /client
...
- Add a basic Stripe management page to admin settings to remove cards/reset Stripe customer IDs
2025-01-24 15:08:09 +00:00
johnnyq
5f76a7989b
Move portal to client and rename and reorganize some client portal files
2025-01-23 17:12:11 -05:00
johnnyq
faa1f789b8
Update Function in bulk mail
2025-01-22 21:07:11 -05:00
johnnyq
2c51289d75
Remove mysqli connection vars when passing mail data to addToMailQueue Function
2025-01-22 20:56:24 -05:00
johnnyq
2abc6cd8ef
Fix Editing Recurring Expenses, update Changelog
2025-01-20 23:28:46 -05:00
johnnyq
22e9699b20
Fix Archive Taxes
2025-01-18 16:48:39 -05:00
johnnyq
360974d9f4
Refactor interface linking system:
...
- Remove 'interface_connected_asset_interface' column usage
- Introduce 'asset_interface_links' table for one-to-one connections
- Update add/edit/delete queries and modals to handle new schema
- Exclude already-connected interfaces in dropdowns
- Improve data integrity and simplify linking logic
2025-01-18 13:04:56 -05:00
Johnny
bddc406c1d
Merge pull request #1151 from itflow-org/domain-history
...
Add domain history
2025-01-17 16:47:05 -05:00
wrongecho
ecd83b6b11
Add domain history to domain refresher
2025-01-17 21:39:11 +00:00
johnnyq
269bddee9d
Feature: Ability to remove Company Logo, also small UI touch up in company details
2025-01-17 16:23:29 -05:00
johnnyq
cb7965a84f
Stripe Var Passthru attempt
2025-01-17 15:26:40 -05:00
wrongecho
99c4f9b92d
Add domain history
2025-01-15 18:04:56 +00:00
wrongecho
9a36ad2cea
Initial add Stripe Auto-payment with saved card
2025-01-14 00:28:49 +00:00
wrongecho
88c1b8cb8b
Initial add Stripe Auto-payment with saved card
2025-01-13 22:58:23 +00:00
wrongecho
731927d49c
Allow archiving roles
2025-01-11 22:08:28 +00:00
johnnyq
cc0b456312
Update all email content links to use the /guest directory now for ticket viewing, invoice, quote and item
2025-01-11 16:07:48 -05:00
wrongecho
64fd761934
Don't require a contact for recurring tickets
2025-01-09 16:23:35 +00:00
wrongecho
a67de7a8f1
Prevent post pages being accessed directly
2025-01-09 16:09:39 +00:00
wrongecho
1e777afa50
Stripe payments - Account selection
...
https://tasks.dev.itflow.org/task_details.php?task_id=22
2025-01-09 15:01:04 +00:00
wrongecho
d32e3a698f
Stripe payments - Account selection
...
https://tasks.dev.itflow.org/task_details.php?task_id=22
2025-01-09 14:56:36 +00:00
johnnyq
bc417b7cf3
Fix creating a recurring expense due to bad var name
2025-01-02 21:46:40 -05:00
johnnyq
3e52155d1c
Fix editing recurring expense due to bad var name
2025-01-02 21:26:29 -05:00
Marcus Hill
c85626a937
Tidying/General quality of life updates
...
General quality of life updates:
- Ticket contact edit: 'No one' should be logged when ticket isn't associated with any contact, rather than a blank space; also fix email content
- Ticket portal/guest: Only show 'Assigned to' if someone is actually assigned
- Ticket tasks: Don't allow adding/modifying tasks for tickets in a resolved state
- Portal contacts: Properly align word 'Contacts' in a similar way all other page headings are aligned
- Client PDF export/handover: Now opens in a new self-closing window
2024-12-28 01:12:59 +00:00
johnnyq
5611ac103d
Recurring Payments - Added Auto Pay via cron, removed auto pay amount as it uses the recurring invoice amount, next up integrate with stripe
2024-12-21 20:25:21 -05:00
johnnyq
87a86803ee
Added Recurring Payment Creation and Deletion and display in the recurring Invoice sections, still not operational need to add to cron
2024-12-21 18:49:42 -05:00
Marcus Hill
ac4a9b8ef2
Recurring tickets
...
- Allow forcing recurring tickets to run (e.g. cron broke, or you want to do a task early)
- Use new permissions system for recurring UI
- Bugfix: Ticket billable status wasn't saving/displaying on the edit modal
2024-12-16 12:11:29 +00:00
johnnyq
1a972d6a3e
Added Fax in the UI
2024-12-13 15:59:20 -05:00
johnnyq
0ffb39980f
Started work on vendor contact post code
2024-12-12 19:27:19 -05:00
Johnny
d35d6a93b0
Merge pull request #1117 from ssteeltm/master
...
Ticket Summary with detected language
2024-12-10 15:48:34 -05:00
johnnyq
bb6a1c3cc7
Feature: Allow AI to Generate Document Templates with a prompt example Generate AD Structure Documentation, File Share etc
2024-12-10 15:47:12 -05:00
Hugo Sampaio
52da072711
Ticket Summary with detected language
2024-12-10 16:54:57 -03:00
johnnyq
1e05c7d524
Fix Ticket Summary move js inline with ticket.php as js files cant read php vars
2024-12-10 14:24:48 -05:00
johnnyq
2ac32ab0c5
AI Feature Ticket Summary: Summarieze an entire ticket
2024-12-10 14:03:43 -05:00
johnnyq
1d8a78b279
Add Image Thumbnails and Previews for better image optimization update view image modal to JS and allow to move between images using previous and next arrows
2024-12-08 15:22:37 -05:00
wrongecho
4213a33652
TT for bulk resolve too
2024-12-04 21:14:35 +00:00
wrongecho
425b06e550
Add time tracking for bulk ticket replies
...
- TT for bulk replies
- Encourage the correct time format using a placeholder and pattern (client-side validation only)
2024-12-04 16:43:09 +00:00
johnnyq
a31387720c
Fix self avatar uploading
2024-11-27 13:34:39 -05:00
johnnyq
f731104375
Fix Credential Deleting
2024-11-27 12:24:37 -05:00
johnnyq
8eb32a09b2
Feature You can now Add and Remove User type Software Licenses in Contact Details
2024-11-26 16:58:37 -05:00
johnnyq
bbed55a8ff
Added Linking and unlinking services in contact details
2024-11-26 16:16:24 -05:00
johnnyq
5e8a6bfcd6
Added Unlinking of credentials and assets to contact details
2024-11-26 15:29:40 -05:00
johnnyq
cbbf8c27ba
Fix Ticket Watchers not getting emails when No Contact is selected on a ticket, and add the ability to link files in contact details
2024-11-26 14:06:34 -05:00
johnnyq
8968476b7c
Added Many to Many Linkage between contacts and documents, asset, credential linkage and unlinkage in contact details, more to come
2024-11-25 23:55:33 -05:00
johnnyq
137438f873
Added Archive, Unarchive functions for contact notes along with the ability to add a note under client contact details page
2024-11-24 12:38:59 -05:00
johnnyq
a80fddfc0d
Delete Contact Notes when contact is deleted also delete contact references when delting a client
2024-11-23 18:18:22 -05:00
johnnyq
724d4a347a
Feature: Contact Notes / Interactions - Create an Add Model and display cpontact notes under contact details
2024-11-23 17:52:03 -05:00
johnnyq
504b28ee4c
Fix Create / Copy Trips missing trip_id
2024-11-23 11:45:32 -05:00
wrongecho
a216f1bbf8
Bugfix: Creating users
2024-11-20 21:43:33 +00:00
johnnyq
fe24e3bcea
Update Breadcrumbs to always have a link to the client for fast access to the client section. The breadcrumb order will change depending how you access using the global view or within the client section on Invoice, Quote, Ticket, Recurring Invoice
2024-11-20 12:41:29 -05:00
johnnyq
1e4306381f
DB Optimizing in Ticket Selections and relogicify mark billable also more logging
2024-11-19 18:46:07 -05:00
johnnyq
050d15579d
More in depth logging ticket history and less passing vars from POT in ticket POAST
2024-11-19 18:18:32 -05:00
johnnyq
a10486a95c
Breaking AI Change you must update the URL to include the full URL in settings > AI example for openai: https://api.openai.com/v1/chat/completions
2024-11-19 15:42:48 -05:00
johnnyq
9d44d3e849
Uncomment contact add alert
2024-11-19 12:03:09 -05:00
johnnyq
b7163dad6d
Add isset check on file upload
2024-11-19 11:59:52 -05:00
johnnyq
c181954960
Fix alert
2024-11-19 11:45:01 -05:00
johnnyq
ff3df12523
allow webp for users and profile
2024-11-18 18:19:57 -05:00
johnnyq
097e1c7b5f
Add Acceptable File formats on the Client side, also allow webp for image file uploads in assets, locations, expenses and contact
2024-11-18 18:14:13 -05:00
johnnyq
34e09f32e0
Remove unessesary check if file has been uploaded as the function already does that
2024-11-18 16:29:42 -05:00
johnnyq
9d5818050e
Fix Contact Photo not uploading when editing the first contact, odd fix but worked the edit contact forms are wrapped in a parent form on the entire table itself for Bulk changes. For some reason it wouldnt take the first edit modal form if we didnt enctype = multipart/form-data fo the parent form even though each edit subform has it already. it doesnt make sense but works
2024-11-18 16:07:22 -05:00
johnnyq
1a968abb35
Fix var for Reccuring Item added alert
2024-11-18 14:10:07 -05:00
johnnyq
32158872b2
get client id for logging when adding recurring items
2024-11-18 14:08:13 -05:00
johnnyq
a81bcf350c
When Dismiss all notifications are clicked only dismiss the notificaitons of the logged in user only
2024-11-17 15:03:05 -05:00
johnnyq
acec430e28
Fix var name in client edit post
2024-11-17 14:59:54 -05:00
johnnyq
9c24a780be
More Checkbox enhancements, remove js from dashboard if finanacial isnt selected
2024-11-17 14:54:16 -05:00
johnnyq
b2fff24bd9
Change theme on click now instead of selecting them then hitting submit more ?? 0s for the form checkboxes
2024-11-17 14:33:31 -05:00
johnnyq
c2be946f7a
Switched contact to use ?? 0 in post for checkbox items that are not checked, this save from creating an extra hidden form field in the form model hence cleaner code
2024-11-16 17:45:16 -05:00
johnnyq
978c7c5db4
Switched location to use ?? 0 in post for checkbox items that are not checked, this save from creating an extra hidden form field hence cleaner code
2024-11-16 17:38:19 -05:00
johnnyq
20c87044b9
Only accept jpg, jpeg and png for company logo
2024-11-16 15:09:38 -05:00
johnnyq
5f4356546f
Fix ticket post missing )
2024-11-16 14:03:03 -05:00
johnnyq
7fd0a40ea1
logAction is used everywhere in ticket post, also did some logic tiday updates, but way more need to happen within ticket post so more to come
2024-11-16 14:01:08 -05:00
johnnyq
235d1641f0
Update Edit Ticket Logic, Moved fetching ticket info before check notify for logging and alerting and to reduce the amount of post data received
2024-11-16 12:34:13 -05:00
johnnyq
d5524f75b0
Format Alerting / Logging Currency for transfers
2024-11-15 16:05:57 -05:00
johnnyq
9d15721845
Fix Payment Amount logging
2024-11-15 16:00:02 -05:00
johnnyq
ed92592aa6
Check to see if arrays are set before executing for each loops to prevent php errors
2024-11-14 19:13:56 -05:00
johnnyq
77aede8bab
Updated the remaining posts except ticket to use new logAction function, tidy and added more details to logging
2024-11-14 17:32:26 -05:00
johnnyq
5bdd5d1f79
Finished Updating admin / settings posts to use new logAction function, tidy and added more details to logging
2024-11-14 17:20:52 -05:00
johnnyq
ef651f5248
Updated admin posts to use new logAction function, tidy and added more details to logging
2024-11-14 16:07:35 -05:00