itflow-org / itflow

Free and open-source web application for MSPs. Unifies IT documentation, ticketing, invoicing.
https://itflow.org
GNU General Public License v3.0
569 stars 147 forks source link

Assets report #759

Closed o-psi closed 1 year ago

o-psi commented 1 year ago

This PR introduces a feature to display all assets grouped by clients. Users can also print this list directly from the interface. The key components of this change are:

Database Queries:

A query to fetch all clients sorted by their names. For each client, a subsequent query retrieves their associated assets, sorted by asset name.

User Interface:

Assets are displayed in a table format within a card component. Each asset entry provides a direct link to view all assets for a specific client and a link to view the details of a particular asset. Users have the option to print the list via a button in the card's header.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

wrongecho commented 1 year ago

Test these changes at: https://AssetsReport759.pr-review.itflow.org
(automatic message)