itflow
itflow copied to clipboard
Feature request: Asset service history
Would be nice to have the Asset service history to show on the ticket, so whoever taking a new ticket from same contact, would know what issues that asset had and what had be done so far
I like this idea! I think we'll need a new table called asset_services or something to track an asset id and the associated ticket/notes.
@wrongecho Ill take on this one.
For now i'm going to use the existing tables
ticket_asset_id and asset_id
The summary will be the ticket subject
So it will display like so Ticket Number (with a link) - Date Ticket Opened - Ticket Subject when viewing asset service history log. This will be viewableby clicking View Service History button under assets as well as ticket details asset section.
We can add to this later as we feel fit.
This has been added although we can add more to it at later date.
Also im going to do the same for client contacts and add the ability to view ticket history on them as well.
I recommend something else, but we will chat about that when we will have the chance. Not exactly what i had in mind for the asset service history, but this modal can be used for related tickets instead:
Problem is that I dont know how to show all other related open/closed tickets of the user. ATM shows only one.
Hi, Asset Service History displays correct information today, but the links to access the old ticket refer all to the current ticket ID.
Reproduce in the demo environnement
https://demo.itflow.org/ticket.php?ticket_id=228 Click on Service History click on any of the 2 links.
Ticket 7 should go to https://demo.itflow.org/ticket.php?ticket_id=227.
Hey @Wikiphil. Thanks for raising.
Looks like the hyperlink was pointing to the ticket you were on, not the one referenced in the service history. I've raised a PR to fix.
This feature has been added and is functional!