Admin Usage¶
Operation Types¶
Administering Operation Types¶
Any user with the Admin role can create, edit, or delete operation type entries. To do so, go to Settings -> Operation Type Admin. You will see an option to create a new operation type, a list of existing operation types, along with edit links for each type.
Creating Operation Types¶
To create an operation type, click the "Create new operation type" link and fill in the fields on the page. You will then have access to that type on all your tickets.
Modifying Operation Types¶
To update an existing operation type, click the edit link next to the operation type name. You can edit the name and the rate. This will not modify any existing ticket rates.
Deleting An Operation Type¶
This feature is currently not supported.
Modules¶
Modules enable you to add or modify application behavior in Argentum.
Installing Modules¶
To install a module, place the module inside the /modules/argentum/ folder on the server.
Please read the README file included with the module. In some modules, certain files will need to be made writable by the web server process.
Activating Modules¶
To activate a module, go to Settings -> Modules and check the applicable module checkbox. Then hit save. The module will run it's install method and set everything up for you.
When a module is active, it may have specific module settings that you can access under the Settings page.
Deactivating Modules¶
To deactivate a module, go to Settings -> Modules and uncheck the applicable module checkbox. All the module settings will be saved if you want to re-enable the module at a later point in time.
Uninstalling Modules¶
To uninstall a module, go to Settings -> Modules and click the "Uninstall" link next to the module. This will delete all settings, remove all database tables, etc. This process is not recoverable. Only uninstall a module if you are sure you don't need the settings.