PHD Help Desk 1.35 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PHD Help Desk 1.35 (Default branch)
# 1  
Old 03-17-2008
PHD Help Desk 1.35 (Default branch)

ImagePHD Help Desk is software conceived for theregistry and follow-up ofhelp desks incidents. Registry of incidents allowsclassification in twolevels (type and subtype), the state of theincident, a description,ticket assignment and priority, historicalregistry, and an audit.Information can be reported in consultationformat, to give reportsor export the information for later processing ina database orspreadsheet.License: GNU General Public License (GPL)Changes:
The date of the ticket follow up is from the workstation clock. There is an option to search tickets by comment field. You can sort the administrator tables by column.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MooseX::Types::CheckedUtilExports(3pm)			User Contributed Perl Documentation		    MooseX::Types::CheckedUtilExports(3pm)

NAME
MooseX::Types::CheckedUtilExports - Wrap Moose::Util::TypeConstraints to be safer for MooseX::Types VERSION
version 0.41 DESCRIPTION
Prevents errors like: subtype Foo => ... Which should be written as: subtype Foo, ... When using MooseX::Types. Exported by that module. Exports checked versions of the following subs: "type" "subtype" "maybe_type" "duck_type" "enum" "coerce" "from" "as" While "class_type" and "role_type" will also register the type in the library. From Moose::Util::TypeConstraints. See that module for syntax. SEE ALSO
MooseX::Types LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as perl itself. AUTHOR
Robert "phaylon" Sedlacek <rs@474.at> COPYRIGHT AND LICENSE
This software is copyright (c) 2007 by Robert "phaylon" Sedlacek. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.18.2 2013-12-21 MooseX::Types::CheckedUtilExports(3pm)