Tms customfield close
From Sit
| Plugins: | tms_customfield_close |
| Tms Customfield Close | |
|---|---|
|
| |
| Current version | v1.02 |
| Maintainer | Carsten Jensen |
| Download |
|
| Release status | experimental |
| This plugin is experimental, it may do bad things to your system or refuse to work. | |
Contents |
tms_customfield_close plugin
The plugin extends incident closing page with a small field to enter an integer (number)
Installation
- Download the tms_customfield_close.php plugin from here, right click and choose save as
- Extract tms_add_timeused.tar.gz file to your plugins directory eg /var/www/plugins
- make SiT aware of the plugin, go to : SiT | Control Panel | Configuration
- Locate Load Plugins in the bottom of the screen, and add tms_customfield_close to the comma separated list.
- you need to add a column in the updates table aswell make sure your prefix (sit_) is in order
- ALTER TABLE `sit_updates` ADD COLUMN `tms_customfield` INT;
Usage
When ever you close an incident, you have the function to enter a number in the field.
If you reopen the incident, close it again, and enter the amount of minutes used, this amount will not overwrite the previously amount. In order for a future statistics page or other, the amount of time should not be added together.
Translation
Translate the plugin into your own language by copying en-GB.inc.php inside the i18n folder to the abbreviation for your language i.e. es-ES.inc.php and edit the text, save and quit.
