WAPT version: 2.6.0.17392 - Enterprise Edition
Server OS: Debian 12
Administration Machine OS: Windows Server 2022
Hello,
I currently work for a local authority, managing workstations for the town hall as well as various schools.
In the administration console, under the "Private Repository" tab, all the packages we use are grouped together. However, given the number of packages we have, it quickly becomes tedious to search for one specifically assigned to a school.
Would it be possible to create a way to display package groups according to PC groups?
Thank you for your feedback.
Request for an improved administration console
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Hello,
I'm having trouble understanding your needs. Do you have, for example, 12 different Firefox installations? And one for each school with a different name?
Otherwise,
"Enable AutoFilter" might be what you need.
To enable it, go to "View" -> "Display Preferences" -> "Enable advanced grid view options".
Once that's done, you can right-click on a column header to filter the values within it. This allows you to search for things in columns based on what you want.
I'm having trouble understanding your needs. Do you have, for example, 12 different Firefox installations? And one for each school with a different name?
Otherwise,
"Enable AutoFilter" might be what you need.
To enable it, go to "View" -> "Display Preferences" -> "Enable advanced grid view options".
Once that's done, you can right-click on a column header to filter the values within it. This allows you to search for things in columns based on what you want.
Good morning,
In addition to the municipal offices, we have 12 schools. Each entity has different software needs.
It is therefore quite difficult to quickly and generally determine which package group has been assigned to which group of PCs. We wondered if it was possible to define PC groups and have a view per group in the "private repository," something like this:
In addition to the municipal offices, we have 12 schools. Each entity has different software needs.
It is therefore quite difficult to quickly and generally determine which package group has been assigned to which group of PCs. We wondered if it was possible to define PC groups and have a view per group in the "private repository," something like this:
Hello clafon,
Groups in WAPT are a generic concept that doesn't necessarily represent a specific location or establishment, so I'm afraid that despite the clarity and usefulness of your request, it won't be followed up.
Your best approach is to generate the report you're asking about using SQL reporting with a clause like SELECT a, b, c, FROM hosts WHERE group IN ('group1', 'group2', etc.) GROUP BY "group". This way, you control what a group means to you.
You can easily find the database schema using https://wapt.tranquil.it/store/fr/detai ... _PROD.wapt.
Groups in WAPT are a generic concept that doesn't necessarily represent a specific location or establishment, so I'm afraid that despite the clarity and usefulness of your request, it won't be followed up.
Your best approach is to generate the report you're asking about using SQL reporting with a clause like SELECT a, b, c, FROM hosts WHERE group IN ('group1', 'group2', etc.) GROUP BY "group". This way, you control what a group means to you.
You can easily find the database schema using https://wapt.tranquil.it/store/fr/detai ... _PROD.wapt.
Vincent CARDON
Tranquil IT
Tranquil IT
- sfonteneau
- WAPT Expert
- Messages: 2318
- Registered: July 10, 2014 - 11:52 PM
- Contact :
Currently there is indeed:
Right-click on the package, show dependent packages.
which is: "on which package was this package put as a dependency.
But it's true that you can't do it on a multiple selection when there are several package names
