Sesha
Sesha is a simple online inventory application based on the Horde framework.
Sesha has been used in several locations to assist in network management by providing storage for an inventory of hardware and software assets. However it is sufficiently generic to be applicable to any set of inventory items.
Bugs
List any tickets on http://bugs.horde.org/ that cover this issue or are relevant to it.
People
- Bo Daley
- Andrew Coleman
- Johannes Huebner (huebner - at - b1-systems.de) is working on share-based, personalized inventory lists (assign inventory to people)
Description
Sesha for Horde 3 +++
Sesha is currently available in Horde git. https://github.com/horde/sesha
Sesha for Horde 5 +++
Sesha has been ported to Horde 5 and is scheduled to be released together with the next minor update.
At various points in the past Sesha has been able to hook into Whups so that tickets can be raised for inventory items. This feature currently requires uncommenting an API line in the registry.local.php file.
'sesha' =\> array\(
'name' =\> \_\("Inventory"\),
* Uncomment this line if you want Sesha to provide queue and version
* names instead of Whups:
// 'provides' =\> array\('tickets/listQueues',
'tickets/getQueueDetails', 'tickets/listVersions',