Page 1 of 1

TKNIVAL

Posted: 11 Mar 2026, 10:20
by raidend
Hi all Mantis user.

I use Mantis everyday but it lacks of a Clients Database to automatic fullfill the tickets and gain productivity. I decide to code with Perl Tk and with help of Claude a little software to Interact with Mantis.

Perl + Tk + SQLITE database a very simple and efficient program with all settings in config files. Feel free to test it, it's GPLV2.
https://codeberg.org/raiden/TKNIVAL

In codeberg you can find all the code and an example of a SQLITE Database.
1- Check the projet1.json to put your Mantis URL and your API KEY.
2- Use the Test API Mantis tool to check the ID of your project and the different categories.
3- Analyze your Database to retrieve the right fields to put on your project configuration.

I think i'm going to improve it with a lot of good features in the future but i need some times to do it.

Re: TKNIVAL

Posted: 13 Mar 2026, 09:03
by raidend
Here a screenshot of the program.
tknival_screen.png
tknival_screen.png (228.68 KiB) Viewed 17 times
If you want to use it you need to have Perl + TK and this libs:

Code: Select all

cpan install DBI DBD::SQLite JSON LWP::UserAgent HTTP::Request Tk Tk::BrowseEntry Tk::HList Tk::ItemStyle
I only use this program on GNU/Linux so if you encounter some bugs with Windows i wiil be glad to fix it.