Compare commits

...

2 Commits

Author SHA1 Message Date
5e304e5e66 Added documentation. 2023-09-24 18:32:48 +02:00
69781c8dd7 Initial commit. 2023-09-24 18:02:39 +02:00
5 changed files with 2760 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<otobo_config version="2.0" init="Application">
<Setting Name="Ticket::Search###IncludeInvalidAgents" Required="0" Valid="0">
<Description Translatable="1">When searching for tickets in agent attributes, include invalid agents.</Description>
<Navigation>Core::Ticket</Navigation>
<Value>
<Item ValueType="Checkbox">0</Item>
</Value>
</Setting>
</otobo_config>

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<otobo_package version="1.0">
<Name>TicketSearch-IncludeInvalidAgents</Name>
<Version>10.1.0</Version>
<Framework>10.1.x</Framework>
<Vendor>Rother OSS GmbH</Vendor>
<URL>https://rother-oss.com/</URL>
<License>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</License>
<Description Lang="en">This package adds the possibility to include invalid agents in the ticket search.</Description>
<Filelist>
<File Permission="660" Location="Custom/Kernel/Modules/AgentTicketSearch.pm" />
<File Permission="660" Location="Kernel/Config/Files/XML/TicketSearch-IncludeInvalidAgents.xml" />
</Filelist>
</otobo_package>

54
doc/content/index.rst Normal file
View File

@ -0,0 +1,54 @@
.. toctree::
:maxdepth: 2
:caption: Contents
Sacrifice to Sphinx
===================
Description
===========
This package adds the possibility to include invalid agents in the ticket search.
System requirements
===================
Framework
---------
OTOBO 10.1.x
Packages
--------
\-
Third-party software
--------------------
\-
Usage
=====
Setup
-----
Configuration Reference
-----------------------
Core::Ticket
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Ticket::Search###IncludeInvalidAgents
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
When searching for tickets in agent attributes, include invalid agents.
About
=======
Contact
-------
| Rother OSS GmbH
| Email: hello@otobo.de
| Web: https://otobo.de
Version
-------
Author: |doc-vendor| / Version: |doc-version| / Date of release: |doc-datestamp|

0
doc/en/index.rst Normal file
View File