Skip to content

Reports refactoring to Base Templates v3.1#29

Open
silversword411 wants to merge 6 commits into
amidaware:masterfrom
silversword411:master
Open

Reports refactoring to Base Templates v3.1#29
silversword411 wants to merge 6 commits into
amidaware:masterfrom
silversword411:master

Conversation

@silversword411

@silversword411 silversword411 commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

Refactor to v3.1 base template

Major feature: Standardized Table handing improvements and features:

  • Sorting
  • Search filtering
  • Filtered Item multi selection
  • Clean Print to PDF after filtering

Major feature: Standardized Base Template versioning

The purpose of this will be to allow easy Whitelabeling of all reports with your companies information.

Base templates are now aligned by major and minor version to make report whitelabeling easier and more consistent.

This allows all reports in the same version family to share a compatible base template.

eg. a Report v3.x will be compatible with TRMM_Base v3.x.

Usage

After importing your first v3 report, a new base template will be created, for example:

TRMM_Base v3.1

Clone that base template and rename it for your company, for example:

TRMM_Base v3.1 MyCompany

Then update it with your company branding and information.

CUSTOMIZATION:
Search in the base template for CHANGEME to see standardized branding/customization points in the template.

Common customization points include:

  • CSS variables: Edit the :root section below (look for "COMPANY CUSTOMIZATION")
  • Logo: Edit the tag in (look for "COMPANY LOGO")
  • Company name: Edit the .header-company div (look for "COMPANY NAME")
  • Footer: Edit the .footer-company div (look for "FOOTER COMPANY INFO")
  • Date format: Edit the strftime pattern (look for "DATE FORMAT")

When importing additional v3 templates, update them to use your customized base template TRMM_Base v3.1 MyCompany


Reports Updated to 3.1

  • Agent Specs
  • Agent Uptime (html)
  • Agent Uptime_By Client (html)
  • Agents_Filtered by RAM (md)
  • Windows Updates Not Installed_By Client v3.1
  • Agents_Pending Reboot (and fix csv naming order)
  • Antivirus Report
  • Windows 11 Compatible List_By Client

Other changes

NOC Dashboard v1.32

  • Fixed long line wrapping to prevent horizontal scrolling

Thanks to @footofafish

Agent Specs
Agent Uptime (html)
Agent Uptime_By Client (html)
Agents_Filtered by RAM (md)
Windows Updates Not Installed_By Client v3.1
- Agents_Pending Reboot (and fix csv naming order)
- Antivirus Report
- Windows 11 Compatible List_By Client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant