-
2
- #1
Hi, I'm sharing this simple tool because there might be someone interested in this little app.
My team use a shared folder for the KnownUnits.csv-file so everyone using IP Office Manager will automatically update when loading a configuration.
I thought that this KnownUnits.csv could be useful for more than just the Manager app itself, so I wrote a script that creates an HTML page from the CSV.
You get an offline overview of the systems with these features:
[ul]
[li]Web Manager link - Click to open a browser tab to login page.[/li]
[li]IP address copy, Click to copy it (for use in System Status and Monitor app)[/li]
[li]Color-code software version[/li]
[li]Extra feature: show Nodal licenses (requires a separate app, using TFTP, to fetch license file)
(The sales team can use the Nodal license page instead of asking technicians every time how many licenses they sold to the customer )
[/li]
[/ul]
Copy the app/script to the folder where you have the csv file, Run the script, select the path to your shared KnownUnits.csv and click convert.
The HTML page pops up. Save it as a favorite in your browser. done.
We're fine with manually updating/converting every now and then, so there is no automated/scheduled update in this version, but you may update the script to automatically convert each time it is started, instead of manually have to click Convert... It's written in Autohotkey v 1.x so you can check the source code that there's no hidden backdoor or anything.
My team use a shared folder for the KnownUnits.csv-file so everyone using IP Office Manager will automatically update when loading a configuration.
I thought that this KnownUnits.csv could be useful for more than just the Manager app itself, so I wrote a script that creates an HTML page from the CSV.
You get an offline overview of the systems with these features:
[ul]
[li]Web Manager link - Click to open a browser tab to login page.[/li]
[li]IP address copy, Click to copy it (for use in System Status and Monitor app)[/li]
[li]Color-code software version[/li]
[li]Extra feature: show Nodal licenses (requires a separate app, using TFTP, to fetch license file)
(The sales team can use the Nodal license page instead of asking technicians every time how many licenses they sold to the customer )
[/li]
[/ul]
Copy the app/script to the folder where you have the csv file, Run the script, select the path to your shared KnownUnits.csv and click convert.
The HTML page pops up. Save it as a favorite in your browser. done.
We're fine with manually updating/converting every now and then, so there is no automated/scheduled update in this version, but you may update the script to automatically convert each time it is started, instead of manually have to click Convert... It's written in Autohotkey v 1.x so you can check the source code that there's no hidden backdoor or anything.