Projekt

Obecné

Profil

Stáhnout (277 KB) Statistiky
| Větev: | Tag: | Revize:
<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE axoDocumentation SYSTEM "axo_doc.dtd">

<axoDocumentation>
<object name="accounts" type="controller" comment-en="Credit accounts and recalculation of fees and balances" comment-cs="Kreditní účty a přepočítání poplatků a stavů účtů">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo section="Accounts_Controller" value="accounts" action="view" own="false" usage_type="access"></axo>
<axo section="Accounts_Controller" value="accounts" action="edit" own="false" usage_type="links"></axo>
<axo section="Accounts_Controller" value="accounts" action="new" own="false" usage_type="links"></axo>
<axo section="Accounts_Controller" value="transfers" action="view" own="false" usage_type="grid-action"></axo>
<axo section="Accounts_Controller" value="accounts" action="edit" own="false" usage_type="grid-action"></axo>
</method>
<method name="add_project">
<axo section="Accounts_Controller" value="accounts" action="new" own="false" usage_type="access"></axo>
<axo section="Accounts_Controller" value="accounts" action="view" own="false" usage_type="breadcrumbs"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo section="Accounts_Controller" value="accounts" action="edit" own="false" usage_type="access"></axo>
<axo section="Accounts_Controller" value="accounts" action="view" own="false" usage_type="breadcrumbs"></axo>
</method>
<method name="recalculate_account_balances">
<axo section="Accounts_Controller" value="accounts" action="edit" own="false" usage_type="access"></axo>
</method>
<method name="recalculate_fees">
<axo section="Accounts_Controller" value="accounts" action="edit" own="false" usage_type="access"></axo>
</method>
</object>
<object name="acl" type="controller" comment-en="Access rights" comment-cs="Přístupová práva">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo section="Acl_Controller" value="acl" action="view" own="false" usage_type="access"></axo>
<axo section="Acl_Controller" value="acl" action="new" own="false" usage_type="links"></axo>
<axo section="Acl_Controller" value="acl" action="edit" own="false" usage_type="grid-action"></axo>
<axo section="Acl_Controller" value="acl" action="delete" own="false" usage_type="grid-action"></axo>
<axo section="Aro_groups_Controller" value="aro_group" action="view" own="false" usage_type="links"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo section="Acl_Controller" value="acl" action="view" own="false" usage_type="access"></axo>
<axo section="Acl_Controller" value="acl" action="new" own="false" usage_type="grid-action"></axo>
<axo section="Acl_Controller" value="acl" action="edit" own="false" usage_type="grid-action"></axo>
<axo section="Acl_Controller" value="acl" action="view" own="false" usage_type="breadcrumbs"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo section="Acl_Controller" value="acl" action="new" own="false" usage_type="access"></axo>
<axo section="Acl_Controller" value="acl" action="view" own="false" usage_type="breadcrumbs"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo section="Acl_Controller" value="acl" action="edit" own="false" usage_type="access"></axo>
<axo section="Acl_Controller" value="acl" action="view" own="false" usage_type="breadcrumbs"></axo>
<axo section="Acl_Controller" value="acl" action="view" own="false" usage_type="breadcrumbs"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo section="Acl_Controller" value="acl" action="delete" own="false" usage_type="access"></axo>
</method>
</object>
<object name="address_points" type="controller" comment-en="Address points" comment-cs="Adresní body">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="address_point" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="address_point" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Address_points_Controller" value="address_point" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Address_points_Controller" value="address_point" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Address_points_Controller" value="address_point" action="delete" own="false"></axo>
</method>
<method name="get_gps_by_address"></method>
<method name="autocomplete_gps"></method>
</object>
<object name="allowed_subnets" type="controller" comment-en="Allowed subnets of a member" comment-cs="Povolené podsítě člena">
<method name="show_by_member">
<axo usage_type="access" section="Allowed_subnets_Controller" value="allowed_subnet" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Allowed_subnets_Controller" value="allowed_subnet" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Allowed_subnets_Controller" value="allowed_subnet" action="delete" own="true"></axo>
</method>
<method name="change">
<axo usage_type="access" section="Allowed_subnets_Controller" value="allowed_subnet" action="edit" own="true"></axo>
</method></object>
<object name="allowed_subnets_counts" type="controller" comment-en="Count of allow subnets of a member" comment-cs="Počet povolených podsítí člena">
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Allowed_subnets_Controller" value="allowed_subnet" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method></object>
<object name="approval_template_items" type="controller" comment-en="Approval template items" comment-cs="Položky schvalovací šablony">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="approval" value="template_items" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="types" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="template_items" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="approval" value="template_items" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="types" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="template_items" action="view" own="false"></axo>
</method>
<method name="move_up"></method>
<method name="move_down"></method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="approval" value="template_items" action="delete" own="false"></axo>
</method>
</object>
<object name="approval_templates" type="controller" comment-en="Approval templates - defines vote rules" comment-cs="Schvalovací šablony - definují hlasovací pravidla">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="approval" value="templates" action="view" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="approval" value="templates" action="view" own="false"></axo>
<axo usage_type="links" section="approval" value="templates" action="new" own="false"></axo>
<axo usage_type="grid-action" section="approval" value="templates" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="approval" value="templates" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="templates" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="approval" value="templates" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="templates" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="approval" value="templates" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="templates" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="approval" value="templates" action="delete" own="false"></axo>
</method>
</object>
<object name="approval_types" type="controller" comment-en="Approval types - defines who should vote about works/requests" comment-cs="Hlasovací typy - definuje kdo by měl hlasovat o pracích/požadavcích">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="approval" value="types" action="view" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="approval" value="types" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="types" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="approval" value="types" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="types" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="approval" value="types" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="approval" value="types" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="approval" value="types" action="delete" own="false"></axo>
</method>
</object>
<object name="aro_groups" type="controller" comment-en="Access rights - users groups" comment-cs="Přístupová práva - skupiny uživatelů">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Aro_groups_Controller" value="aro_group" action="view" own="false"></axo>
<axo usage_type="links" section="Aro_groups_Controller" value="aro_group" action="edit" own="false"></axo>
<axo usage_type="links" section="Aro_groups_Controller" value="aro_group" action="delete" own="false"></axo>
<axo usage_type="links" section="Aro_groups_Controller" value="aro_group" action="edit" own="false"></axo>
<axo usage_type="links" section="Aro_groups_Controller" value="aro_group" action="delete" own="false"></axo>
<axo usage_type="links" section="Acl_Controller" value="acl" action="view" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Aro_groups_Controller" value="aro_group" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Acl_Controller" value="acl" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Acl_Controller" value="acl" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Acl_Controller" value="acl" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Aro_groups_Controller" value="aro_group" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Aro_groups_Controller" value="aro_group" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Aro_groups_Controller" value="aro_group" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Aro_groups_Controller" value="aro_group" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Aro_groups_Controller" value="aro_group" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Aro_groups_Controller" value="aro_group" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Aro_groups_Controller" value="aro_group" action="delete" own="false"></axo>
</method>
</object>
<object name="bank_accounts" type="controller" comment-en="Bank accounts" comment-cs="Bankovní účty">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_accounts" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_transfers" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_statements" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_transfers" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_account_auto_down_config" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_accounts" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_accounts" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_transfers" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Accounts_Controller" value="bank_accounts" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Accounts_Controller" value="bank_accounts" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
</object>
<object name="bank_accounts_auto_down_settings" type="controller" comment-en="Manages configuration of automatical downloading and importing of bank statements" comment-cs="Spravuje konfiguraci automatického stahování a importování bankovních výpisů">
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Accounts_Controller" value="bank_account_auto_down_config" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_account_auto_down_config" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_account_auto_down_config" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Accounts_Controller" value="bank_account_auto_down_config" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Accounts_Controller" value="bank_account_auto_down_config" action="delete" own="false"></axo>
</method></object>
<object name="bank_statements" type="controller" comment-en="Bank statements - imported from association bank accounts" comment-cs="Bankovní výpisy - omportované z bankovních účtů organizace">
<method name="__construct" hide="true"></method>
<method name="show_by_bank_account">
<axo usage_type="access" section="Accounts_Controller" value="bank_statements" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_transfers" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_transfers" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_statements" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="bank_statements" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Accounts_Controller" value="bank_statements" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Accounts_Controller" value="bank_statements" action="delete" own="false"></axo>
</method>
</object>
<object name="bank_transfers" type="controller" comment-en="Bank transfers - enables to view transfers by bank accounts or bank statements, manages unidenfified transfers and enables to add new transfers" comment-cs="Bankovní převody - umožňují zobrazit převody dle účtu nebo výpisu, spravovat neidentifikkovatelné převody a umožňuje přidavat nové převody">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_by_bank_account">
<axo usage_type="access" section="Accounts_Controller" value="bank_transfers" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_transfers" action="new" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_statements" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_transfers" action="new" own="false"></axo>
<axo usage_type="access" section="Accounts_Controller" value="bank_transfers" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="transfers" action="view" own="false"></axo>
</method>
<method name="show_by_bank_statement">
<axo usage_type="access" section="Accounts_Controller" value="bank_transfers" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Accounts_Controller" value="bank_transfers" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="transfers" action="view" own="false"></axo>
</method>
<method name="unidentified_transfers" comment-en="Shows unidentified bank transfers" comment-cs="Zobrazuje neidentifikovatelné bankovní převody">
<axo usage_type="access" section="Accounts_Controller" value="unidentified_transfers" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
</method>
<method name="assign_transfer" comment-en="Enables to assign an unidentified bank transfer" comment-cs="Umožňuje přiřadit neidentifikovatelný bankovní převod">
<axo usage_type="access" section="Accounts_Controller" value="unidentified_transfers" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Accounts_Controller" value="bank_transfers" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
</method>
<method name="add_fee" comment-en="Enables to add a new bank transfer without counteraccount" comment-cs="Umožňuje přidat nový bankovní převod bez protiúčtu">
<axo usage_type="access" section="Accounts_Controller" value="bank_transfers" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
</method>
</object>
<object name="clouds" type="controller" comment-en="Clods - clusters subnets" comment-cs="Cloudy - shlukují podsítě">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
<axo usage_type="links" section="Clouds_Controller" value="clouds" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="new" own="false"></axo>
<axo usage_type="links" section="Clouds_Controller" value="clouds" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Clouds_Controller" value="clouds" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
</method>
<method name="add_admin">
<axo usage_type="access" section="Clouds_Controller" value="clouds" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
</method>
<method name="add_subnet">
<axo usage_type="access" section="Clouds_Controller" value="clouds" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Clouds_Controller" value="clouds" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
</method>
<method name="remove_admin">
<axo usage_type="access" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
</method>
<method name="remove_subnet">
<axo usage_type="access" section="Clouds_Controller" value="clouds" action="delete" own="false"></axo>
</method>
</object>
<object name="comments" type="controller" comment-en="Comments joined to threads used multiple system parts" comment-cs="Komentáře shlukované do vláken použité ve více částích systému">
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Comments_Controller" value="works" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Log_queues_Controller" value="comments" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Comments_Controller" value="requests" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Comments_Controller" value="requests" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Log_queues_Controller" value="comments" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Comments_Controller" value="works" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Comments_Controller" value="requests" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Comments_Controller" value="requests" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Log_queues_Controller" value="comments" action="delete" own="false"></axo>
<axo usage_type="access-partial" section="Comments_Controller" value="works" action="delete" own="true"></axo>
<axo usage_type="access-partial" section="Comments_Controller" value="requests" action="edit" own="false"></axo>
</method></object>
<object name="comments_threads" type="controller" comment-en="Comment threads" comment-cs="Vlákna komentářů">
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky"></method>
</object>
<object name="connection_requests" type="controller" comment-en="Connection requests" comment-cs="Požadavky o připojení">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Connection_Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
</method>
<method name="show_by_member">
<axo usage_type="access" section="Connection_Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Connection_Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="links" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Connection_Requests_Controller" value="request" action="new" own="true"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Connection_Requests_Controller" value="request" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="access" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="true"></axo>
</method>
<method name="approve_request">
<axo usage_type="access" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Connection_requests_Controller" value="request" action="view" own="true"></axo>
</method>
<method name="reject_request">
<axo usage_type="access" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
</method>
</object>
<object name="contacts" type="controller" comment-en="Users contacts" comment-cs="Uživatelské kontakty">
<method name="show_by_user">
<axo usage_type="access" section="Users_Controller" value="additional_contacts" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="additional_contacts" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="additional_contacts" action="delete" own="true"></axo>
<axo usage_type="access-partial" section="Private_phone_contacts_Controller" value="contacts" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="additional_contacts" action="new" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Users_Controller" value="additional_contacts" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="additional_contacts" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Users_Controller" value="additional_contacts" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="additional_contacts" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Users_Controller" value="additional_contacts" action="delete" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="additional_contacts_admin_delete" action="delete" own="false">
<comment lang="en">Deletion of last e-mail/phone number of a user</comment>
<comment lang="cs">Mazání posledního e-mailu/telefoního čísla uživatele</comment>
</axo>
</method></object>
<object name="device_active_links" type="controller" comment-en="Device active links" comment-cs="Aktivní odkazy zařízení">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Device_active_links_Controller" value="active_links" action="view" own="false"></axo>
<axo usage_type="links" section="Device_active_links_Controller" value="active_links" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Device_active_links_Controller" value="active_links" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Device_active_links_Controller" value="active_links" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Device_active_links_Controller" value="active_links" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Device_active_links_Controller" value="active_links" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_active_links_Controller" value="active_links" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Device_active_links_Controller" value="active_links" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_active_links_Controller" value="active_links" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Device_active_links_Controller" value="active_links" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_active_links_Controller" value="active_links" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_active_links_Controller" value="active_links" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Device_active_links_Controller" value="active_links" action="delete" own="false"></axo>
</method>
</object>
<object name="device_admins" type="controller" comment-en="Device admins - edits users who can connect administrate device over SSH" comment-cs="Správci zařízení - upravuje uživatele, kteří mohou spravovat zařízení přes SSH">
<method name="__construct" hide="true"></method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Devices_Controller" value="admin" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
</method>
<method name="edit_user">
<axo usage_type="access" section="Devices_Controller" value="admin" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Devices_Controller" value="admin" action="delete" own="false"></axo>
</method>
</object>
<object name="device_engineers" type="controller" comment-en="Device engineers - Engineers who has performed installation, replacement or repair of device" comment-cs="Technici zařízení - Technici kteří provedli instalace, výměnu nebo opravu zažízení">
<method name="__construct" hide="true"></method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Devices_Controller" value="engineer" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Devices_Controller" value="engineer" action="delete" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="main_engineer" action="delete" own="false"></axo>
</method>
</object>
<object name="device_logs" type="controller" comment-en="Device logs - syslog viewer" comment-cs="Logy zařízení - prohlížeč syslog">
<method name="__construct" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Device_logs_Controller" value="device_log" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
</method>
<method name="show_by_device">
<axo usage_type="access" section="Device_logs_Controller" value="device_log" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
</method>
</object>
<object name="device_templates" type="controller" comment-en="Device templates" comment-cs="Šablony zařízení">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
<axo usage_type="links" section="Device_templates_Controller" value="device_template" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Device_templates_Controller" value="device_template" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Device_templates_Controller" value="device_template" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
<axo usage_type="links" section="Device_active_links_Controller" value="active_links" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Device_templates_Controller" value="device_template" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Device_templates_Controller" value="device_template" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Device_templates_Controller" value="device_template" action="delete" own="false"></axo>
</method>
<method name="import_from_file">
<axo usage_type="access" section="Device_templates_Controller" value="device_template" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
</method>
<method name="export_to_json">
<axo usage_type="access" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
</method>
</object>
<object name="devices" type="controller" comment-en="Administration of devices" comment-cs="Spravování zařízení">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="links" section="Notifications_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Device_active_links_Controller" value="display_device_active_links" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="delete" own="false"></axo>
</method>
<method name="show_all_dhcp_servers">
<axo usage_type="access" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="view" own="false"></axo>
</method>
<method name="show_by_user">
<axo usage_type="access" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Device_active_links_Controller" value="display_device_active_links" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="delete" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="links" section="Devices_Controller" value="engineer" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="engineer" action="delete" own="true"></axo>
<axo usage_type="links" section="Devices_Controller" value="admin" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="engineer" action="delete" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Devices_Controller" value="devices" action="new" own="true"></axo>
<axo usage_type="access" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="engineer" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="login" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="password" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="login" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="password" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
</method>
<method name="add_simple">
<axo usage_type="access" section="Devices_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="engineer" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="login" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="password" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="login" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="password" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
</method>
<method name="add_from_connection_request"></method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="login" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="password" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="login" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="password" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Devices_Controller" value="devices" action="delete" own="true"></axo>
</method>
<method name="export">
<axo usage_type="access" section="Devices_Controller" value="export" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
</method>
<method name="map">
<axo usage_type="access" section="Devices_Controller" value="map" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="access" section="Devices_Controller" value="map" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
</method>
<method name="get_map"></method>
<method name="show_iface"></method>
<method name="show_ip_address"></method>
<method name="topology">
<axo usage_type="access" section="Devices_Controller" value="topology" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
</method>
<method name="ports_vlans_settings">
<axo usage_type="access" section="Devices_Controller" value="ports_vlans_settings" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
</method>
</object>
<object name="email" type="controller" comment-en="E-mail - allows sending e-mail" comment-cs="E-mail - umožňuje odesílání mailů">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="send"></method>
<method name="send_email_to_developers"></method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Email_queues_Controller" value="email_queue" action="view" own="false"></axo>
</method>
</object>
<object name="email_queues" type="controller" comment-en="E-mail queues - administrate sended and unsended e-mail" comment-cs="Fronta e-mailů - spravuje odeslané a neodeslané e-maily">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all_unsent">
<axo usage_type="access" section="Email_queues_Controller" value="email_queue" action="view" own="false"></axo>
<axo usage_type="links" section="Email_queues_Controller" value="email_queue" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Email_queues_Controller" value="email_queue" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Email_queues_Controller" value="email_queue" action="delete" own="false"></axo>
</method>
<method name="show_all_sent">
<axo usage_type="access" section="Email_queues_Controller" value="email_queue" action="view" own="false"></axo>
<axo usage_type="links" section="Email_queues_Controller" value="email_queue" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Email_queues_Controller" value="email_queue" action="new" own="false"></axo>
</method>
<method name="send">
<axo usage_type="access" section="Email_queues_Controller" value="email_queue" action="new" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Email_queues_Controller" value="email_queue" action="delete" own="false"></axo>
</method>
<method name="delete_unsent">
<axo usage_type="access" section="Email_queues_Controller" value="email_queue" action="delete" own="false"></axo>
</method>
<method name="delete_sent">
<axo usage_type="access" section="Email_queues_Controller" value="email_queue" action="delete" own="false"></axo>
</method>
</object>
<object name="enum_types" type="controller" comment-en="Enumeration types - user types of antennas, devices, contacts etc." comment-cs="Výčtové typy - uživatelské typy antén, zařízení, kontaktů atd.">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Enum_types_Controller" value="enum_types" action="view" own="false"></axo>
<axo usage_type="links" section="Enum_types_Controller" value="enum_types" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Enum_types_Controller" value="enum_types" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Enum_types_Controller" value="enum_types" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Enum_types_Controller" value="enum_types" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Enum_types_Controller" value="enum_types" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Enum_types_Controller" value="enum_types" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Enum_types_Controller" value="enum_types" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Enum_types_Controller" value="enum_types" action="delete" own="false"></axo>
</method>
</object>
<object name="errors" type="controller" comment-en="Displays error page" comment-cs="Zobrazuje chybovou stránku">
<method name="e404"></method>
</object>
<object name="export" type="controller" comment-en="Exports data from FreenetIS to file" comment-cs="Exportuje data z FreenetISu do souboru">
<method name="csv">
<axo usage_type="access" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="access" section="Email_queues_Controller" value="email_queue" action="view" own="false"></axo>
<axo usage_type="access" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="access" section="Export_Controller" value="all_tables" action="view" own="false"></axo>
</method>
<method name="vcard">
<axo usage_type="access" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
<method name="logo"></method>
<method name="isdoc_invoices">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="xml_invoices">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="dbf_invoices">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="eform_invoices">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
</object>
<object name="fees" type="controller" comment-en="Fees - tarifs for members fees" comment-cs="Poplatky - tarify pro členské příspěvky">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Fees_Controller" value="fees" action="view" own="false"></axo>
<axo usage_type="links" section="Fees_Controller" value="fees" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Fees_Controller" value="fees" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Fees_Controller" value="fees" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Fees_Controller" value="fees" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Fees_Controller" value="fees" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Fees_Controller" value="fees" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Fees_Controller" value="fees" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Fees_Controller" value="fees" action="delete" own="false"></axo>
</method>
</object>
<object name="filter_queries" type="controller" comment-en="Management of stored filter queries of all grids (tables)" comment-cs="Správa uložených dotazů všech gridů (tabulek)">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Filter_queries_Controller" value="filter_queries" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Filter_queries_Controller" value="filter_queries" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Filter_queries_Controller" value="filter_queries" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky"></method>
<method name="set_default" comment-en="Enables to set default filter query for a grid (table)" comment-cs="Umožňuje nastavit výchozí dotaz filtru gridu (tabulky)">
<axo usage_type="access" section="Filter_queries_Controller" value="filter_queries" action="edit" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Filter_queries_Controller" value="filter_queries" action="delete" own="false"></axo>
</method>
</object>
<object name="forgotten_password" type="controller" comment-en="Forgotten password - this part of system is available to an unlogged user" comment-cs="Zapomenuté heslo - tato část sytému je dostupná nepřihlášenému uživateli">
<method name="index" hide="true"></method>
</object>
<object name="ifaces" type="controller" comment-en="Ifaces - enable to manage ifaces of devices (ports, vlans, eth ifaces, bridges, etc.)" comment-cs="Rozhraní - umožňuje spravovat rozhraní zařízení (porty, vlany, eth rozhraní, bridge, atd.)">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Ifaces_Controller" value="iface" action="view" own="false"></axo>
<axo usage_type="links" section="Ifaces_Controller" value="iface" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Ifaces_Controller" value="iface" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Ifaces_Controller" value="iface" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Ifaces_Controller" value="iface" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Ifaces_Controller" value="iface" action="view" own="true"></axo>
<axo usage_type="links" section="Ip_addresses_Controller" value="ip_address" action="new" own="true"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Ip_addresses_Controller" value="ip_address" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Ip_addresses_Controller" value="ip_address" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Ip_addresses_Controller" value="ip_address" action="delete" own="true"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Ifaces_Controller" value="iface" action="view" own="false"></axo>
<axo usage_type="links" section="Ifaces_Controller" value="iface" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Ifaces_Controller" value="iface" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Ifaces_Controller" value="iface" action="delete" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Ifaces_Controller" value="iface" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Ifaces_Controller" value="iface" action="view" own="false"></axo>
</method>
<method name="add_iface_to_link" comment-en="Enables to add an existing iface to an existing link" comment-cs="Umožňuje přidat existující rozhraní k existující lince">
<axo usage_type="access" section="Ifaces_Controller" value="iface" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Links_Controller" value="link" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Links_Controller" value="link" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Ifaces_Controller" value="iface" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Ifaces_Controller" value="iface" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Ifaces_Controller" value="iface" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Ifaces_Controller" value="iface" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Ifaces_Controller" value="iface" action="delete" own="true"></axo>
</method>
<method name="remove_from_bridge" comment-en="Enables to remove an iface from bridge" comment-cs="Umožňuje odstranit rozhraní z bridge">
<axo usage_type="access" section="Ifaces_Controller" value="iface" action="delete" own="true"></axo>
</method>
<method name="remove_from_link" comment-en="Enables to remove an iface from a link" comment-cs="Umožňuje odstranit rozhraní z linky">
<axo usage_type="access" section="Ifaces_Controller" value="iface" action="delete" own="true"></axo>
</method>
<method name="test"></method>
</object>
<object name="import" type="controller" comment-en="Import - enables to import data from a file to FreenetIS" comment-cs="Import - umo6ňuje nahrát data ze souboru do FreenetISu">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="upload_bank_file" comment-en="Enables to import bank statement from a file" comment-cs="Umožňuje nahrát bankovní výpis ze souboru">
<axo usage_type="access" section="Accounts_Controller" value="bank_transfers" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Messages_Controller" value="message" action="edit" own="false">
<comment lang="en">Enables to reactivate debtor redirection after import and send notification about received payments of members that have send them</comment>
<comment lang="cs">Umožňuje reaktivovat přesměrování dlužníků po importu a zaslat upozornění o přijatých platbách členům, kteří je zaslali</comment>
</axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
</method>
</object>
<object name="installation" type="controller" hide="true">
<method name="index" hide="true"></method>
</object>
<object name="invoice_items" type="controller" comment-en="Invoice items" comment-cs="Položky faktury">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="delete" own="false"></axo>
</method>
</object>
<object name="invoices" type="controller" comment-en="Invoices" comment-cs="Faktury">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="invoices" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="invoices" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="invoices" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="invoices" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="invoices" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="import" comment-en="Enables to import invoice from a file" comment-cs="Umožňuje načíst fakturu ze souboru">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="export_single" comment-en="Enables to export a single invoice to a file" comment-cs="Umoňuje exportovat samostatnou fakturu do souboru">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="export_filter" comment-en="Enables to export filtered invoices to a single file" comment-cs="Umoňuje exportovat vyfiltrované faktury do jednoho souboru">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Accounts_Controller" value="invoices" action="delete" own="false"></axo>
</method>
<method name="partner_field"></method>
</object>
<object name="ip_addresses" type="controller" comment-en="IP addresses - enables to manage IP addresses of ifaces" comment-cs="IP adresy - umoňuje spravovat IP adresy rozhraní">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Ip_addresses_Controller" value="ip_address" action="view" own="false"></axo>
<axo usage_type="links" section="Ip_addresses_Controller" value="ip_address" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Ip_addresses_Controller" value="ip_address" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Ip_addresses_Controller" value="ip_address" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Ip_addresses_Controller" value="ip_address" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Ip_addresses_Controller" value="ip_address" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Ifaces_Controller" value="iface" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Ip_addresses_Controller" value="ip_address" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Ip_addresses_Controller" value="ip_address" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Ifaces_Controller" value="iface" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Ifaces_Controller" value="iface" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Ip_addresses_Controller" value="ip_address" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Ip_addresses_Controller" value="ip_address" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Ip_addresses_Controller" value="ip_address" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Ip_addresses_Controller" value="ip_address" action="delete" own="true"></axo>
</method>
</object>
<object name="js" type="controller" hide="true">
<method name="__construct" hide="true"></method>
<method name="_remap"></method>
</object>
<object name="json" type="controller" hide="true">
<method name="__construct" hide="true"></method>
<method name="get_accounts_by_type">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="true"></axo>
</method>
<method name="get_fees_by_type">
<axo usage_type="access" section="Fees_Controller" value="fees" action="view" own="false"></axo>
</method>
<method name="member_name"></method>
<method name="obtain_mac_address"></method>
<method name="organization_identifier"></method>
<method name="vat_organization_identifier"></method>
<method name="variable_symbol"></method>
<method name="town_name"></method>
<method name="quarter_name"></method>
<method name="zip_code"></method>
<method name="street_name"></method>
<method name="user_name"></method>
<method name="user_surname"></method>
<method name="user_fullname"></method>
<method name="user_login"></method>
<method name="user_email"></method>
<method name="user_phone"></method>
<method name="user_icq"></method>
<method name="user_jabber"></method>
<method name="mac_address_check"></method>
<method name="ip_address_check"></method>
<method name="iface_mac"></method>
<method name="link_name"></method>
<method name="device_name"></method>
<method name="subnet_name"></method>
<method name="device_login"></method>
<method name="device_password"></method>
<method name="device_trade_name"></method>
<method name="country_name"></method>
<method name="gps"></method>
<method name="address_point_name"></method>
<method name="bank_account_name"></method>
<method name="get_link_by_iface"></method>
<method name="get_iface_and_device_connected_to_iface"></method>
<method name="ssid"></method>
<method name="get_device_name"></method>
<method name="get_device_template_value"></method>
<method name="get_device_template_active_links"></method>
<method name="get_device_templates_by_type"></method>
<method name="get_streets_by_town"></method>
<method name="get_suggestion_for_connecting_to"></method>
<method name="get_members"></method>
<method name="get_devices"></method>
<method name="get_filtered_devices"></method>
<method name="get_ifaces"></method>
<method name="get_user_address"></method>
<method name="calculate_additional_payment_of_applicant"></method>
<method name="get_free_ip_addresses"></method>
<method name="invoice_name"></method>
<method name="invoice_street"></method>
<method name="invoice_town"></method>
<method name="invoice_zip_code"></method>
<method name="invoice_street_number"></method>
<method name="invoice_company"></method>
<method name="invoice_country"></method>
<method name="invoice_organization_id"></method>
<method name="invoice_vat_organization_id"></method>
<method name="invoice_account_nr"></method>
<method name="invoice_phone_nr"></method>
<method name="invoice_email"></method>
<method name="get_connected_to_device_and_iface"></method>
<method name="load_member_data_from_ares"></method>
</object>
<object name="languages" type="controller" comment-en="Enables to change language that is displayed to a logged user" comment-cs="Umoňuje změnit jazyk, který je zobrazený přihlášenému uživateli">
<method name="index" hide="true"></method>
<method name="change"></method>
</object>
<object name="links" type="controller" comment-en="Links - enables to manage links of between ifaces" comment-cs="Linky - umožňuje spravovat linky mezi rozhraními">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Links_Controller" value="link" action="view" own="false"></axo>
<axo usage_type="links" section="Links_Controller" value="link" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Links_Controller" value="link" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Links_Controller" value="link" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Links_Controller" value="link" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Links_Controller" value="link" action="view" own="false"></axo>
<axo usage_type="links" section="Ifaces_Controller" value="iface" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Ifaces_Controller" value="iface" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Ifaces_Controller" value="iface" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Ifaces_Controller" value="link" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Links_Controller" value="link" action="view" own="false"></axo>
<axo usage_type="links" section="Links_Controller" value="link" action="edit" own="false"></axo>
<axo usage_type="links" section="Links_Controller" value="link" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Links_Controller" value="link" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Links_Controller" value="link" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Links_Controller" value="link" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Links_Controller" value="link" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Links_Controller" value="link" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Links_Controller" value="link" action="delete" own="false"></axo>
</method>
</object>
<object name="log_queues" type="controller" comment-en="Log queues - manages errors and logs in system" comment-cs="Záznamy činnosti - spravuje chyby a záznamy činnosti v systému">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Log_queues_Controller" value="log_queue" action="view" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Log_queues_Controller" value="log_queue" action="view" own="false"></axo>
<axo usage_type="links" section="Log_queues_Controller" value="comments" action="new" own="false"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Log_queues_Controller" value="comments" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Log_queues_Controller" value="comments" action="delete" own="false"></axo>
</method>
<method name="close_log">
<axo usage_type="access" section="Log_queues_Controller" value="log_queue" action="edit" own="false"></axo>
</method>
<method name="close_logs"></method>
</object>
<object name="login" type="controller" comment-en="Login - this part of system is available to an unlogged user" comment-cs="Přihlášení - tato část sytému je dostupná nepřihlášenému uživateli">
<method name="index" hide="true"></method>
<method name="logout"></method>
</object>
<object name="login_logs" type="controller" comment-en="Login logs - who and when logged in" comment-cs="Logy přihlášení - kdo a kdy se přihlásil">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Login_logs_Controller" value="logs" action="view" own="false"></axo>
</method>
<method name="show_by_user">
<axo usage_type="access" section="Login_logs_Controller" value="logs" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
</object>
<object name="logs" type="controller" comment-en="Logs - manages last modifications of objects" comment-cs="Logy akcí - spravuje poslední úpravy objektů">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Logs_Controller" value="logs" action="view" own="false"></axo>
</method>
<method name="show_by_user">
<axo usage_type="access" section="Logs_Controller" value="logs" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Logs_Controller" value="logs" action="view" own="false"></axo>
</method>
<method name="show_object">
<axo usage_type="access" section="Logs_Controller" value="logs" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Logs_Controller" value="logs" action="view" own="false"></axo>
</method>
</object>
<object name="mail" type="controller" comment-en="User inner mail" comment-cs="Vnitřní uživatelská pošta">
<method name="index" hide="true"></method>
<method name="inbox" comment-en="Incomint messages" comment-cs="Příchozí zprávy">
<axo usage_type="access-partial" section="Users_Controller" value="additional_contacts" action="edit" own="true">
<comment lang="en">Enables to set mail redirection to a user e-mail</comment>
<comment lang="cs">Umožňuje nastavit přesměrování pošty na e-mail uživatele</comment>
</axo>
</method>
<method name="sent"></method>
<method name="show_message"></method>
<method name="write_message"></method>
<method name="delete_message"></method>
<method name="mark_inbox_read"></method>
</object>
<object name="mail_messages" type="controller" comment-en="User inner mail - messages" comment-cs="Vnitřní uživatelská pošta - zprávy">
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku"></method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky"></method>
<method name="write"></method>
</object>
<object name="members" type="controller" comment-en="Manages members, applicants, membership end and registration export" comment-cs="Spravuje členy, zájemce o členstí, ukončení členství a export přhlášky">
<method name="index" hide="true"></method>
<method name="show_all" >
<axo usage_type="access" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="members" action="new" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="registration" action="edit" own="false">
<comment lang="en">Enables to edit members registrations</comment>
<comment lang="cs">Umožňuje editovat přihlašky členů</comment>
</axo>
<axo usage_type="access" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="links" section="Notifications_Controller" value="members" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="members" action="edit" own="false"></axo>
</method>
<method name="applicants" comment-en="Applicants of membership" comment-cs="Zájemci o členství">
<axo usage_type="access" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="members" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="members" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
<method name="approve_multiple_applicants" comment-en="Approving of applicants of membership (multiple)" comment-cs="Schválení zájemců o členství (více najednou)">
<axo usage_type="access" section="Variable_Symbols_Controller" value="variable_symbols" action="edit" own="false"></axo>
<axo usage_type="access" section="Members_Controller" value="qos_ceil" action="edit" own="false"></axo>
<axo usage_type="access" section="Members_Controller" value="qos_rate" action="edit" own="false"></axo>
</method>
<method name="approve_applicant" comment-en="Approving of applicants of membership" comment-cs="Schválení zájemců o členství">
<axo usage_type="access" section="Members_Controller" value="members" action="new" own="false"></axo>
<axo usage_type="access" section="Members_Controller" value="entrance_date" action="edit" own="false"></axo>
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="registration" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Variable_Symbols_Controller" value="variable_symbols" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_ceil" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_rate" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="registration" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Variable_Symbols_Controller" value="variable_symbols" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_ceil" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_rate" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="delete_applicant" comment-en="Deny applicant of membership" comment-cs="Nepřijetí zajemce o členství">
<axo usage_type="access" section="Members_Controller" value="members" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="members" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="VoIP_Controller" value="voip" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="links" section="VoIP_Controller" value="voip" action="view" own="true"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="new" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="new" own="false"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="delete" own="true"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="edit" own="true"></axo>
<axo usage_type="links" section="Members_Controller" value="membership_interrupts" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="membership_interrupts" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="membership_interrupts" action="delete" own="false"></axo>
<axo usage_type="links" section="Redirect_Controller" value="redirect" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Messages_Controller" value="member" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Redirect_Controller" value="redirect" action="delete" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="members" action="edit" own="true"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
<axo usage_type="links" section="Members_Controller" value="fees" action="view" own="true"></axo>
<axo usage_type="links" section="Allowed_subnets_Controller" value="allowed_subnet" action="view" own="true"></axo>
<axo usage_type="links" section="Notifications_Controller" value="member" action="new" own="false"></axo>
<axo usage_type="links" section="Members_whitelists_Controller" value="whitelist" action="view" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="registration_export" action="view" own="true"></axo>
<axo usage_type="links" section="Members_Controller" value="members" action="edit" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="members" action="edit" own="false"></axo>
<axo usage_type="links" section="Membership_transfers_Controller" value="membership_transfer" action="new" own="true"></axo>
<axo usage_type="links" section="Membership_transfers_Controller" value="membership_transfer" action="edit" own="true"></axo>
<axo usage_type="links" section="Membership_transfers_Controller" value="membership_transfer" action="delete" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="edit" own="true"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="links" section="Connection_Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="links" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="links" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="links" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="password" action="edit" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="application_password" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Members_Controller" value="members" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="organization_id" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="vat_organization_identifier" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="organization_id" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="vat_organization_identifier" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Members_Controller" value="members" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="name" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="type" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="organization_id" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="vat_organization_identifier" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="address" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="en_fee" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="debit" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_ceil" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_rate" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="entrance_date" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="locked" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="registration" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="user_id" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="address" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="type" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="organization_id" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="vat_organization_identifier" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="locked" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="registration" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="user_id" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="entrance_date" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="name" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_ceil" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_rate" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="en_fee" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="debit" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="end_membership">
<axo usage_type="access" section="Members_Controller" value="members" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="restore_membership">
<axo usage_type="access" section="Members_Controller" value="members" action="edit" own="true"></axo>
</method>
<method name="registration_export">
<axo usage_type="access" section="Members_Controller" value="registration_export" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
</object>
<object name="members_fees" type="controller" comment-en="Members fees - manages members fees, their amount, date from and to and fee state" comment-cs="Tarify člena - spravuje tarify člena, jejich výši, datum od a do a stav tarifu">
<method name="__construct" hide="true"></method>
<method name="show_by_member">
<axo usage_type="access" section="Members_Controller" value="fees" action="view" own="true"></axo>
<axo usage_type="links" section="Members_Controller" value="fees" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="fees" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="fees" action="delete" own="true"></axo>
<axo usage_type="links" section="Members_Controller" value="fees" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access-partial" section="Members_Controller" value="fees" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="fees" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="fees" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Members_Controller" value="fees" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="fees" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Members_Controller" value="fees" action="delete" own="true"></axo>
</method>
</object>
<object name="members_whitelists" type="controller" comment-en="Members whitelists - manages members whitelists to prevent member notification" comment-cs="Bílé listiny - spravuje bílé listiny členů pro zabránění upozorňování">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Members_whitelists_Controller" value="whitelist" action="view" own="false"></axo>
</method>
<method name="show_by_member">
<axo usage_type="access" section="Members_whitelists_Controller" value="whitelist" action="view" own="true"></axo>
<axo usage_type="links" section="Members_whitelists_Controller" value="whitelist" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Members_whitelists_Controller" value="whitelist" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Members_whitelists_Controller" value="whitelist" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Members_whitelists_Controller" value="whitelist" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_whitelists_Controller" value="whitelist" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Members_whitelists_Controller" value="whitelist" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_whitelists_Controller" value="whitelist" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Members_whitelists_Controller" value="whitelist" action="delete" own="true"></axo>
</method>
</object>
<object name="membership_interrupts" type="controller" comment-en="Membership interrupts - manages membership interrupts" comment-cs="Přerušená členství - spravuje přerušená členství">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Members_Controller" value="membership_interrupts" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="membership_interrupts" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Members_Controller" value="membership_interrupts" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Members_Controller" value="membership_interrupts" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Members_Controller" value="membership_interrupts" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="membership_interrupts" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="membership_interrupts" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Members_Controller" value="membership_interrupts" action="delete" own="true"></axo>
</method>
</object>
<object name="membership_transfers" type="controller" comment-en="Membership transfers - manages membership transfers to another member" comment-cs="Převody členství spravuje převody členů na jiného člena">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Membership_transfers_Controller" value="membership_transfer" action="view" own="false"></axo>
<axo usage_type="links" section="Membership_transfers_Controller" value="membership_transfer" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Membership_transfers_Controller" value="membership_transfer" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Membership_transfers_Controller" value="membership_transfer" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access-partial" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="access" section="Membership_transfers_Controller" value="membership_transfer" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="access" section="Membership_transfers_Controller" value="membership_transfer" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Membership_transfers_Controller" value="membership_transfer" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Membership_transfers_Controller" value="membership_transfer" action="edit" own="true"></axo>
<axo usage_type="access" section="Membership_transfers_Controller" value="membership_transfer" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Membership_transfers_Controller" value="membership_transfer" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Membership_transfers_Controller" value="membership_transfer" action="delete" own="true"></axo>
<axo usage_type="access" section="Membership_transfers_Controller" value="membership_transfer" action="delete" own="true"></axo>
</method>
</object>
<object name="messages" type="controller" comment-en="Messages - manages messages for redirection, notification e-mails and smss" comment-cs="Zprávy - spravuje zprávy pro přerušení, upozorňovací emaily a sms">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Messages_Controller" value="message" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Messages_Controller" value="preview" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Messages_Controller" value="activate" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Messages_Controller" value="deactivate" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Messages_Controller" value="message" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Messages_Controller" value="message" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Messages_Controller" value="message" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Messages_Controller" value="message" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Messages_Controller" value="message" action="view" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Messages_Controller" value="message" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Messages_Controller" value="message" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Messages_Controller" value="message" action="edit" own="false">
</axo>
<axo usage_type="breadcrumbs" section="Messages_Controller" value="message" action="view" own="false"></axo>
</method>
<method name="activate">
<axo usage_type="access" section="Messages_Controller" value="activate" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Messages_Controller" value="message" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Messages_Controller" value="message" action="view" own="false"></axo>
</method>
<method name="deactivate">
<axo usage_type="access" section="Messages_Controller" value="deactivate" action="edit" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Messages_Controller" value="message" action="delete" own="false"></axo>
</method>
</object>
<object name="messages_auto_settings" type="controller" comment-en="Messages auto settings - manages automatic activation of messages" comment-cs="Nastavení automatické aktivace - spravuje automatickou aktivaci zpráv">
<method name="__construct" hide="true"></method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Messages_Controller" value="auto_config" action="view" own="false"></axo>
<axo usage_type="links" section="Messages_Controller" value="auto_config" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Messages_Controller" value="auto_config" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Messages_Controller" value="message" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Messages_Controller" value="auto_config" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Messages_Controller" value="message" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Messages_Controller" value="auto_config" action="delete" own="false"></axo>
</method>
</object>
<object name="monitoring" type="controller" comment-en="Monitoring - allows to show which devices are not running" comment-cs="Monitoring - uložňuje zobrazit, která zařízení nefungují">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Monitoring_Controller" value="monitoring" action="view" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Monitoring_Controller" value="monitoring" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Monitoring_Controller" value="monitoring" action="edit" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Monitoring_Controller" value="monitoring" action="delete" own="true"></axo>
</method>
<method name="action">
<axo usage_type="access-partial" section="Monitoring_Controller" value="monitoring" action="new" own="true"></axo>
<axo usage_type="access-partial" section="Monitoring_Controller" value="monitoring" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Monitoring_Controller" value="monitoring" action="delete" own="true"></axo>
</method>
</object>
<object name="notifications" type="controller" comment-en="Notification - activates notificaton messages to members" comment-cs="Upozornění - aktivuje upozorňovací zprávy členům">
<method name="__construct" hide="true"></method>
<method name="member">
<axo usage_type="access" section="Notifications_Controller" value="member" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="members">
<axo usage_type="access" section="Notifications_Controller" value="members" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
<method name="subnet">
<axo usage_type="access" section="Notifications_Controller" value="subnet" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
</method>
<method name="cloud">
<axo usage_type="access" section="Notifications_Controller" value="cloud" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
</method>
<method name="device">
<axo usage_type="access" section="Notifications_Controller" value="device" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
</method>
<method name="devices">
<axo usage_type="access" section="Notifications_Controller" value="devices" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
</method>
</object>
<object name="phone_invoices" type="controller" comment-en="Phone invoices - manages user phone invoices" comment-cs="Telefonní faktury - spravuje uživatelské telefonní faktury">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="import">
<axo usage_type="access" section="Phone_invoices_Controller" value="invoices" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Phone_invoices_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Phone_invoices_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Phone_invoices_Controller" value="details" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Phone_invoices_Controller" value="details" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Phone_invoices_Controller" value="details" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Phone_invoices_Controller" value="details" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Phone_invoices_Controller" value="invoices" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Phone_invoices_Controller" value="invoices" action="delete" own="false"></axo>
</method>
<method name="delete_user_invoice">
<axo usage_type="access" section="Phone_invoices_Controller" value="details" action="delete" own="false"></axo>
</method>
<method name="lock_set">
<axo usage_type="access" section="Phone_invoices_Controller" value="lock" action="new" own="false"></axo>
</method>
<method name="post_mail_warning">
<axo usage_type="access" section="Phone_invoices_Controller" value="mail_warning" action="new" own="false"></axo>
</method>
<method name="pay">
<axo usage_type="access" section="Phone_invoices_Controller" value="pay" action="new" own="false"></axo>
</method>
<method name="show_by_user">
<axo usage_type="access" section="Phone_invoices_Controller" value="user_invoices" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Phone_invoices_Controller" value="dumps" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Phone_invoices_Controller" value="dumps" action="edit" own="true"></axo>
</method>
<method name="show_details">
<axo usage_type="access" section="Phone_invoices_Controller" value="dumps" action="view" own="false"></axo>
<axo usage_type="access" section="Phone_invoices_Controller" value="dumps" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Phone_invoices_Controller" value="dumps" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Phone_invoices_Controller" value="dumps" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Phone_invoices_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Phone_invoices_Controller" value="details" action="view" own="false"></axo>
</method>
<method name="show_history">
<axo usage_type="access" section="Phone_invoices_Controller" value="dumps" action="view" own="false"></axo>
<axo usage_type="access" section="Phone_invoices_Controller" value="dumps" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Phone_invoices_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Phone_invoices_Controller" value="details" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Phone_invoices_Controller" value="dumps" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Phone_invoices_Controller" value="dumps" action="view" own="true"></axo>
</method>
<method name="intelligent_select_ajax">
<axo usage_type="access-partial" section="Phone_invoices_Controller" value="dumps" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Phone_invoices_Controller" value="dumps" action="view" own="true"></axo>
</method>
<method name="user_details_set_private_ajax">
<axo usage_type="access-partial" section="Phone_invoices_Controller" value="dumps" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Phone_invoices_Controller" value="dumps" action="view" own="true"></axo>
</method>
</object>
<object name="phone_operators" type="controller" comment-en="Phone operators - manages phone operators" comment-cs="Telefonní operátoři - spravuje telefonní operátory">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Phone_operators_Controller" value="phone_operators" action="view" own="false"></axo>
<axo usage_type="links" section="Phone_operators_Controller" value="phone_operators" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Phone_operators_Controller" value="phone_operators" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Phone_operators_Controller" value="phone_operators" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Phone_operators_Controller" value="phone_operators" action="new" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Phone_operators_Controller" value="phone_operators" action="edit" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Phone_operators_Controller" value="phone_operators" action="delete" own="false"></axo>
</method>
</object>
<object name="private_phone_contacts" type="controller" comment-en="Private phone contacts - manages private phone contacts of user" comment-cs="Soukromé uživatelské kontakty - spravuje soukromé uživatelské kontakty uživatele">
<method name="index" hide="true"></method>
<method name="import">
<axo usage_type="access" section="Private_phone_contacts_Controller" value="contacts" action="new" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="additional_contacts" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="additional_contacts" action="view" own="true"></axo>
</method>
<method name="import_save_ajax">
<axo usage_type="access-partial" section="Private_phone_contacts_Controller" value="contacts" action="new" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="additional_contacts" action="new" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Private_phone_contacts_Controller" value="contacts" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="additional_contacts" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Private_phone_contacts_Controller" value="contacts" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="additional_contacts" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="additional_contacts" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Private_phone_contacts_Controller" value="contacts" action="delete" own="true"></axo>
</method>
</object>
<object name="redirect" type="controller" comment-en="Manages redirections - activation, viewing and deleting" comment-cs="Spravuje přesměrování - aktivaci, zobrazení a mazání">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Shows all activated redirections" comment-cs="Zobrazuje všechny aktivovaná přesměrování">
<axo usage_type="access" section="Redirect_Controller" value="redirect" action="view" own="false"></axo>
</method>
<method name="activate_to_ip_address" comment-en="Enables to activate a redirection to an IP address" comment-cs="Umožňuje aktivovat přesměrování na IP adresu">
<axo usage_type="access" section="Redirect_Controller" value="redirect" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Ifaces_Controller" value="iface" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Ip_addresses_Controller" value="ip_address" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Ip_addresses_Controller" value="ip_address" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Ip_addresses_Controller" value="ip_address" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Deletes member redirection" comment-cs="Zruší členské přesměrování">
<axo usage_type="access" section="Redirect_Controller" value="redirect" action="delete" own="false"></axo>
</method>
<method name="activate_to_member" comment-en="Enables to activate a redirection to a member" comment-cs="Umožňuje aktivovat členovi přesměrování">
<axo usage_type="access" section="Redirect_Controller" value="redirect" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="delete_from_member" comment-en="Deletes all members redirections" comment-cs="Zruší všechny přesměrování člena">
<axo usage_type="access" section="Redirect_Controller" value="redirect" action="delete" own="false"></axo>
</method>
<method name="logo"></method>
</object>
<object name="registration" type="controller" comment-en="Registration of an applicant - this part of system is available to an unlogged user" comment-cs="Registrace žadatele o členství - tato část sytému je dostupná nepřihlášenému uživateli">
<method name="index" hide="true"></method>
<method name="complete"></method>
</object>
<object name="requests" type="controller" comment-en="Requests" comment-cs="Požadavky">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="links" section="Requests_Controller" value="request" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Requests_Controller" value="request" action="delete" own="false"></axo>
</method>
<method name="show_by_user">
<axo usage_type="access" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="links" section="Requests_Controller" value="request" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Requests_Controller" value="request" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Requests_Controller" value="request" action="delete" own="true"></axo>
<axo usage_type="grid-action" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Requests_Controller" value="request" action="new" own="true"></axo>
<axo usage_type="access-partial" section="Comments_Controller" value="requests" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="links" section="Requests_Controller" value="request" action="edit" own="true"></axo>
<axo usage_type="links" section="Requests_Controller" value="request" action="delete" own="true"></axo>
<axo usage_type="access-partial" section="Comments_Controller" value="requests" action="view" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Requests_Controller" value="request" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Requests_Controller" value="request" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Requests_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Requests_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Requests_Controller" value="approval_template" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Requests_Controller" value="request" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Requests_Controller" value="approval_template" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Requests_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Requests_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Requests_Controller" value="request" action="delete" own="true"></axo>
</method>
</object>
<object name="scheduler" type="controller" hide="true">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="run"></method>
</object>
<object name="search" type="controller" hide="true">
<method name="index" hide="true"></method>
<method name="simple"></method>
<method name="ajax"></method>
</object>
<object name="settings" type="controller" comment-en="Settings" comment-cs="Nastavení">
<method name="__construct" hide="true">
<axo usage_type="access-partial" section="Settings_Controller" value="info" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="system_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="users_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="finance_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="approval_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="networks_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="email_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="sms_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="voip_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="notification_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="qos_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="monitoring_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="vtiger_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="logging_settings" action="edit" own="false"></axo>
</method>
<method name="index" hide="true">
<axo usage_type="access-partial" section="Settings_Controller" value="info" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="system_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="users_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="finance_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="approval_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="networks_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="email_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="sms_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="voip_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="notification_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="qos_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="monitoring_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="vtiger_settings" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Settings_Controller" value="logging_settings" action="edit" own="false"></axo>
</method>
<method name="info">
<axo usage_type="access" section="Settings_Controller" value="info" action="view" own="false"></axo>
</method>
<method name="system">
<axo usage_type="access" section="Settings_Controller" value="system_settings" action="edit" own="false"></axo>
</method>
<method name="users">
<axo usage_type="access" section="Settings_Controller" value="users_settings" action="edit" own="false"></axo>
</method>
<method name="finance">
<axo usage_type="access" section="Settings_Controller" value="finance_settings" action="edit" own="false"></axo>
</method>
<method name="qos">
<axo usage_type="access" section="Settings_Controller" value="qos_settings" action="edit" own="false"></axo>
</method>
<method name="email">
<axo usage_type="access" section="Settings_Controller" value="email_settings" action="edit" own="false"></axo>
</method>
<method name="approval">
<axo usage_type="access" section="Settings_Controller" value="approval_settings" action="edit" own="false"></axo>
</method>
<method name="networks">
<axo usage_type="access" section="Settings_Controller" value="networks_settings" action="edit" own="false"></axo>
</method>
<method name="voip">
<axo usage_type="access" section="Settings_Controller" value="voip_settings" action="edit" own="false"></axo>
</method>
<method name="sms">
<axo usage_type="access" section="Settings_Controller" value="sms_settings" action="edit" own="false"></axo>
</method>
<method name="notifications">
<axo usage_type="access" section="Settings_Controller" value="notification_settings" action="edit" own="false"></axo>
</method>
<method name="logging">
<axo usage_type="access" section="Settings_Controller" value="logging_settings" action="edit" own="false"></axo>
</method>
<method name="monitoring">
<axo usage_type="access" section="Settings_Controller" value="monitoring_settings" action="edit" own="false"></axo>
</method>
<method name="vtiger">
<axo usage_type="access" section="Settings_Controller" value="vtiger_settings" action="edit" own="false"></axo>
</method></object>
<object name="setup_config" type="controller" comment-en="Configures database connection and .htaccess file before instalation" comment-cs="Před instalací konfiguruje připojení k databázi a soubor .htaccess">
<method name="index" hide="true"></method>
<method name="htaccess"></method>
<method name="setup"></method>
</object>
<object name="sms" type="controller" comment-en="Manages history of sended and unsended smss" comment-cs="Spravuje historii odeslaných a neodeslaných sms">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Sms_Controller" value="sms" action="view" own="false"></axo>
<axo usage_type="links" section="Sms_Controller" value="sms" action="delete" own="false"></axo>
<axo usage_type="links" section="Sms_Controller" value="sms" action="new" own="false"></axo>
</method>
<method name="show_unread">
<axo usage_type="access" section="Sms_Controller" value="sms" action="view" own="false"></axo>
</method>
<method name="delete_unsended">
<axo usage_type="access" section="Sms_Controller" value="sms" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Sms_Controller" value="sms" action="view" own="false"></axo>
</method>
<method name="send">
<axo usage_type="access" section="Sms_Controller" value="sms" action="new" own="false"></axo>
</method>
</object>
<object name="speed_classes" type="controller" comment-en="Manages members speed classes for QoS" comment-cs="Spravuje třídy rychlosti členů pro Qos">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Speed_classes_Controller" value="speed_classes" action="view" own="false"></axo>
<axo usage_type="links" section="Speed_classes_Controller" value="speed_classes" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Speed_classes_Controller" value="speed_classes" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Speed_classes_Controller" value="speed_classes" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Speed_classes_Controller" value="speed_classes" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Speed_classes_Controller" value="speed_classes" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku"></method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Speed_classes_Controller" value="speed_classes" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Speed_classes_Controller" value="speed_classes" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Speed_classes_Controller" value="speed_classes" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Speed_classes_Controller" value="speed_classes" action="view" own="false"></axo>
</method>
<method name="set_default">
<axo usage_type="access" section="Speed_classes_Controller" value="speed_classes" action="edit" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Speed_classes_Controller" value="speed_classes" action="delete" own="false"></axo>
</method>
</object>
<object name="stats" type="controller" comment-en="Members stats" comment-cs="Statistiky členů">
<method name="__construct" hide="true">
<axo usage_type="access-partial" section="Stats_Controller" value="members_increase_decrease" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Stats_Controller" value="members_growth" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Stats_Controller" value="incoming_member_payment" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Stats_Controller" value="members_fees" action="view" own="false"></axo>
</method>
<method name="index" hide="true">
<axo usage_type="access-partial" section="Stats_Controller" value="members_increase_decrease" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Stats_Controller" value="members_growth" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Stats_Controller" value="incoming_member_payment" action="view" own="false"></axo>
</method>
<method name="members_increase_decrease">
<axo usage_type="access" section="Stats_Controller" value="members_increase_decrease" action="view" own="false"></axo>
</method>
<method name="members_growth">
<axo usage_type="access" section="Stats_Controller" value="members_growth" action="view" own="false"></axo>
</method>
<method name="incoming_member_payment">
<axo usage_type="access" section="Stats_Controller" value="incoming_member_payment" action="view" own="false"></axo>
</method>
<method name="members_fees">
<axo usage_type="access" section="Stats_Controller" value="members_fees" action="view" own="false"></axo>
</method></object>
<object name="streets" type="controller" comment-en="Streets" comment-cs="Ulice">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Address_points_Controller" value="street" action="view" own="false"></axo>
<axo usage_type="links" section="Address_points_Controller" value="town" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="street" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="street" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="street" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Address_points_Controller" value="street" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="street" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Address_points_Controller" value="street" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="street" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Address_points_Controller" value="street" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="street" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="street" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Address_points_Controller" value="street" action="delete" own="false"></axo>
</method>
<method name="check_street"></method>
</object>
<object name="subnets" type="controller" comment-en="Device subnets" comment-cs="Podsítě zařízení">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="new" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="redirect" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dhcp" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dns" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="qos" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Subnets_Controller" value="subnet" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Subnets_Controller" value="subnet" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Subnets_Controller" value="subnet" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="redirect" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dhcp" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dns" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="qos" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dhcp" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dns" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="qos" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="redirect" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Subnets_Controller" value="subnet" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="redirect" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dhcp" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dns" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="qos" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="redirect" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dhcp" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="dns" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Subnets_Controller" value="qos" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Subnets_Controller" value="subnet" action="delete" own="false"></axo>
</method>
<method name="address_map">
<axo usage_type="access" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
</method>
</object>
<object name="tools" type="controller" comment-en="Tools for network management" comment-cs="Nástroje pro správu sítě">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="ssh">
<axo usage_type="access" section="Tools_Controller" value="tools" action="view" own="false"></axo>
</method>
<method name="whois">
<axo usage_type="access" section="Tools_Controller" value="tools" action="view" own="false"></axo>
</method>
</object>
<object name="towns" type="controller" comment-en="Towns" comment-cs="Města">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Address_points_Controller" value="town" action="view" own="false"></axo>
<axo usage_type="links" section="Address_points_Controller" value="town" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="town" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="town" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Address_points_Controller" value="town" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Address_points_Controller" value="town" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="town" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Address_points_Controller" value="town" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="town" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Address_points_Controller" value="town" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="town" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Address_points_Controller" value="town" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Address_points_Controller" value="town" action="delete" own="false"></axo>
</method>
<method name="check_town"></method>
</object>
<object name="traffic" type="controller" comment-en="Network traffic" comment-cs="Síťový provoz">
<method name="__construct" hide="true">
<axo usage_type="access-partial" section="Ulogd_Controller" value="total" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Ulogd_Controller" value="ip_address" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Ulogd_Controller" value="member" action="view" own="false"></axo>
</method>
<method name="index" hide="true">
<axo usage_type="access-partial" section="Ulogd_Controller" value="total" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Ulogd_Controller" value="ip_address" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Ulogd_Controller" value="member" action="view" own="false"></axo>
</method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Ulogd_Controller" value="total" action="view" own="false"></axo>
</method>
<method name="ip_addresses">
<axo usage_type="access" section="Ulogd_Controller" value="ip_address" action="view" own="false"></axo>
</method>
<method name="members">
<axo usage_type="access" section="Ulogd_Controller" value="member" action="view" own="false"></axo>
</method>
<method name="show_by_member">
<axo usage_type="access" section="Ulogd_Controller" value="member" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method></object>
<object name="transfers" type="controller" comment-en="Transfers between double-entry accounts" comment-cs="Převody mezi podvojnámi účty">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Accounts_Controller" value="transfers" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="transfers" action="view" own="false"></axo>
</method>
<method name="show_by_account">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
<axo usage_type="access" section="Members_Controller" value="currentcredit" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="new" own="true"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="view" own="true"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
</method>
<method name="add_from_account">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
</method>
<method name="add_voip">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="true"></axo>
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="edit" own="false"></axo>
</method>
<method name="deduct_member_fees">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
</method>
<method name="deduct_entrance_fees">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
</method>
<method name="deduct_device_fees">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
</method>
<method name="add_member_fee_payment_by_cash">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="payment_calculator">
<axo usage_type="access" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
</method>
</object>
<object name="translations" type="controller" comment-en="Translations" comment-cs="Překlady">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Translations_Controller" value="translation" action="view" own="false"></axo>
<axo usage_type="links" section="Translations_Controller" value="translation" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Translations_Controller" value="translation" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Translations_Controller" value="translation" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Translations_Controller" value="translation" action="new" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Translations_Controller" value="translation" action="edit" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Translations_Controller" value="translation" action="delete" own="false"></axo>
</method>
</object>
<object name="unit_tester" type="controller" hide="true" comment-en="Unit tester" comment-cs="Unit tester">
<method name="unit_tester_exception_handler"></method>
<method name="unit_tester_error_handler"></method>
<method name="unit_tester_handle_shutdown"></method>
<method name="models"></method>
<method name="helpers"></method>
</object>
<object name="user_favourite_pages" type="controller" comment-en="User's favourite pages" comment-cs="Oblíbené stránky uživatelů">
<method name="toggle"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="set_default"></method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky"></method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky"></method>
</object>
<object name="users" type="controller" comment-en="Users of members" comment-cs="Uživatelé členů">
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Users_Controller" value="users" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="view" own="false"></axo>
</method>
<method name="show_by_member">
<axo usage_type="access" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Users_Controller" value="users" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Users_Controller" value="users" action="delete" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Users_Controller" value="users" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="member" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="login" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="comment" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="login" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="comment" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="admin" action="view" own="false"></axo>
<axo usage_type="links" section="Devices_Controller" value="admin" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="admin" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="admin" action="delete" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Users_Controller" value="users" action="new" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="login" action="new" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="comment" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="show_work"></method>
<method name="show_work_report"></method>
<method name="show_request"></method>
<method name="change_password">
<axo usage_type="access" section="Users_Controller" value="password" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="password" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="change_application_password">
<axo usage_type="access" section="Users_Controller" value="application_password" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="show_login_logs"></method>
<method name="get_users"></method>
<method name="get_usernames"></method>
<method name="check_password"></method>
</object>
<object name="users_keys" type="controller" comment-en="SSH keys of users" comment-cs="SSH klíče uživatelů">
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Users_Controller" value="keys" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Users_Controller" value="keys" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Users_Controller" value="keys" action="new" own="true"></axo>
</method></object>
<object name="variable_symbols" type="controller" comment-en="Variable symbols of double-entry accounts" comment-cs="Variabilní symboly podvojných účtů">
<method name="__construct" hide="true"></method>
<method name="show_by_account">
<axo usage_type="access" section="Variable_Symbols_Controller" value="variable_symbols" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Variable_Symbols_Controller" value="variable_symbols" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Variable_Symbols_Controller" value="variable_symbols" action="delete" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Variable_Symbols_Controller" value="variable_symbols" action="new" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Variable_Symbols_Controller" value="variable_symbols" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Variable_Symbols_Controller" value="variable_symbols" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Variable_Symbols_Controller" value="variable_symbols" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Variable_Symbols_Controller" value="variable_symbols" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Variable_Symbols_Controller" value="variable_symbols" action="delete" own="true"></axo>
</method>
</object>
<object name="vlans" type="controller" comment-en="VLANs - enable to management virtual LAN networks" comment-cs="VLANy - umožňuje správu virtuálních LAN sítí">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Vlans_Controller" value="vlan" action="view" own="false"></axo>
<axo usage_type="links" section="Vlans_Controller" value="vlan" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Vlans_Controller" value="vlan" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Vlans_Controller" value="vlan" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Vlans_Controller" value="vlan" action="delete" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Vlans_Controller" value="vlan" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Devices_Controller" value="devices" action="delete" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Vlans_Controller" value="vlan" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Vlans_Controller" value="vlan" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Vlans_Controller" value="vlan" action="edit" own="false"></axo>
<axo usage_type="breadcrumbs" section="Vlans_Controller" value="vlan" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Vlans_Controller" value="vlan" action="view" own="false"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Vlans_Controller" value="vlan" action="delete" own="false"></axo>
</method>
<method name="remove_from_port"></method>
</object>
<object name="voip" type="controller" comment-en="VoIP - enable to management VoIP manager" comment-cs="VoIP - umožňuje spravovat VoIP ústřednu">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="VoIP_Controller" value="voip" action="view" own="false"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="VoIP_Controller" value="voip" action="view" own="true"></axo>
</method>
<method name="change_password">
<axo usage_type="access" section="VoIP_Controller" value="voip_password" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="VoIP_Controller" value="voip" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="VoIP_Controller" value="voip" action="view" own="true"></axo>
</method>
<method name="change_voicemail_password">
<axo usage_type="access" section="VoIP_Controller" value="voip_password" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="VoIP_Controller" value="voip" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="VoIP_Controller" value="voip" action="view" own="true"></axo>
</method>
<method name="edit_voicemail">
<axo usage_type="access" section="VoIP_Controller" value="voip_password" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="VoIP_Controller" value="voip" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="VoIP_Controller" value="voip" action="view" own="true"></axo>
</method>
<method name="change_member_limit">
<axo usage_type="access" section="VoIP_Controller" value="voip_password" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="VoIP_Controller" value="voip" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
</object>
<object name="voip_calls" type="controller" comment-en="VoIP - enable to management VoIP calls" comment-cs="VoIP - umožňuje spravovat VoIP volání">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="VoIP_Controller" value="voip" action="view" own="false"></axo>
</method>
<method name="show_by_member">
<axo usage_type="access" section="VoIP_Controller" value="voip" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
</method>
<method name="show_by_user">
<axo usage_type="access" section="VoIP_Controller" value="voip" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="voip_call_price"></method>
</object>
<object name="votes" type="controller" comment-en="Votes - enable to management votes about works, work reports and requests" comment-cs="Hlasy - umožňuje spravovat hlasy o pracích, pracovních výkazech a požadavcích">
<method name="__construct" hide="true"></method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Requests_Controller" value="request" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky"></method>
</object>
<object name="web_interface" type="controller" comment-en="Interface for communication between FreenetIS and other systems (redirection, QoS, ...)" comment-cs="Rozhraní pro komunikaci mezi FreenetISem a jinými systémy (přesměrování, QoS, ...)">
<method name="index" hide="true"></method>
<method name="redirected_ranges"></method>
<method name="allowed_ip_addresses"></method>
<method name="unallowed_ip_addresses"></method>
<method name="self_cancelable_ip_addresses"></method>
<method name="local_subnets"></method>
<method name="voip_callback"></method>
<method name="authorized_keys"></method>
<method name="key"></method>
<method name="members_qos_ceil_rate"></method>
<method name="ip_addresses_qos_ceil_rate"></method>
<method name="monitoring_hosts"></method>
<method name="monitoring_states"></method>
<method name="qos_prometheus"></method>
</object>
<object name="work_reports" type="controller" comment-en="Work reports - enable to management work reports" comment-cs="Pracovní výkazy - umožňuje spravovat pracovní výkazy">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Work_reports_Controller" value="work_report" action="view" own="false"></axo>
<axo usage_type="links" section="Work_reports_Controller" value="work_report" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="delete" own="false"></axo>
</method>
<method name="show_by_user">
<axo usage_type="access" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="links" section="Work_reports_Controller" value="work_report" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="edit" own="true"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="delete" own="true"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="delete" own="false"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Work_reports_Controller" value="work_report" action="view" own="false"></axo>
<axo usage_type="links" section="Work_reports_Controller" value="work_report" action="edit" own="true"></axo>
<axo usage_type="links" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="links" section="Work_reports_Controller" value="work_report" action="delete" own="true"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Work_reports_Controller" value="work_report" action="new" own="true"></axo>
<axo usage_type="access" section="Work_reports_Controller" value="work_report" action="new" own="false"></axo>
<axo usage_type="access-partial" section="Work_reports_Controller" value="approval_template" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Work_reports_Controller" value="approval_template" action="edit" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Work_reports_Controller" value="work_report" action="view" own="false"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Work_reports_Controller" value="work_report" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Work_reports_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Work_reports_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Work_reports_Controller" value="work_report" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Work_reports_Controller" value="work_report" action="delete" own="true"></axo>
</method>
<method name="export">
<axo usage_type="access" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
</method>
<method name="concept_change"></method>
</object>
<object name="works" type="controller" comment-en="Works - enable to management works" comment-cs="Práce - umožňuje spravovat práce">
<method name="__construct" hide="true"></method>
<method name="index" hide="true"></method>
<method name="show_all" comment-en="Show all items" comment-cs="Zobrazuje všechny položky">
<axo usage_type="access" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="links" section="Works_Controller" value="work" action="new" own="false"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="edit" own="false"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="delete" own="false"></axo>
</method>
<method name="show_by_user">
<axo usage_type="access" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="links" section="Works_Controller" value="work" action="new" own="true"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="delete" own="true"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="grid-action" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
</method>
<method name="show" comment-en="Show an item" comment-cs="Zobrazuje položku">
<axo usage_type="access" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="false"></axo>
</method>
<method name="add" comment-en="Add a new item" comment-cs="Přidání položky">
<axo usage_type="access" section="Works_Controller" value="work" action="new" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="access" section="Works_Controller" value="work" action="new" own="false"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Works_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Works_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Works_Controller" value="approval_template" action="view" own="true"></axo>
</method>
<method name="edit" comment-en="Edit an item" comment-cs="Úprava položky">
<axo usage_type="access" section="Works_Controller" value="work" action="edit" own="true"></axo>
<axo usage_type="access-partial" section="Works_Controller" value="work" action="edit" own="false"></axo>
<axo usage_type="access-partial" section="Works_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Works_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Works_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Works_Controller" value="work" action="view" own="true"></axo>
</method>
<method name="delete" comment-en="Delete an item" comment-cs="Odstranění položky">
<axo usage_type="access" section="Works_Controller" value="work" action="delete" own="true"></axo>
</method>
</object>
<object name="action_logs" type="helper"></object>
<object name="address" type="helper"></object>
<object name="arr" type="helper"></object>
<object name="breadcrumbs" type="helper"></object>
<object name="callback" type="helper">
<method name="device_active_link_url_prepare">
<axo usage_type="access-partial" section="Devices_Controller" value="login" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="password" action="view" own="false"></axo>
</method>
</object>
<object name="condition" type="helper"></object>
<object name="cookie" type="helper"></object>
<object name="date" type="helper"></object>
<object name="db" type="helper"></object>
<object name="debug" type="helper"></object>
<object name="dns" type="helper"></object>
<object name="download" type="helper"></object>
<object name="email" type="helper"></object>
<object name="expires" type="helper"></object>
<object name="feed" type="helper"></object>
<object name="file" type="helper"></object>
<object name="form" type="helper"></object>
<object name="gps" type="helper"></object>
<object name="guid" type="helper"></object>
<object name="help" type="helper"></object>
<object name="html" type="helper"></object>
<object name="inflector" type="helper"></object>
<object name="mail_message" type="helper"></object>
<object name="module" type="helper"></object>
<object name="money" type="helper"></object>
<object name="network" type="helper"></object>
<object name="notification" type="helper"></object>
<object name="num" type="helper"></object>
<object name="period" type="helper"></object>
<object name="request" type="helper"></object>
<object name="resource" type="helper"></object>
<object name="security" type="helper"></object>
<object name="server" type="helper"></object>
<object name="special" type="helper"></object>
<object name="status" type="helper"></object>
<object name="text" type="helper"></object>
<object name="upload" type="helper"></object>
<object name="url" type="helper"></object>
<object name="url_lang" type="helper"></object>
<object name="valid" type="helper"></object>
<object name="variable_symbol" type="helper"></object>
<object name="AGI" type="library"></object>
<object name="AsteriskManager" type="library"></object>
<object name="Bank_Account_Settings" type="library"></object>
<object name="Bank_Statement_File_Importer" type="library"></object>
<object name="Billing" type="library"></object>
<object name="Curl_HTTP_Client" type="library"></object>
<object name="ExcelWriterXML" type="library"></object>
<object name="ExcelWriterXML/ExcelWriterXML_Sheet" type="library"></object>
<object name="ExcelWriterXML/ExcelWriterXML_Style" type="library"></object>
<object name="Filter" type="library"></object>
<object name="Filter_form" type="library"></object>
<object name="Forge" type="library"></object>
<object name="Grid" type="library"></object>
<object name="Image" type="library"></object>
<object name="MY_Controller" type="library">
<method name="build_menu">
<axo usage_type="links" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
<axo usage_type="links" section="Members_Controller" value="currentcredit" action="view" own="false"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="links" section="Connection_Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="links" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="links" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="links" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="links" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="members" action="view" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="membership_interrupts" action="view" own="false"></axo>
<axo usage_type="links" section="Membership_transfers_Controller" value="membership_transfer" action="view" own="false"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="unidentified_transfers" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_accounts" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="accounts" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="links" section="Works_Controller" value="work" action="view" own="false"></axo>
<axo usage_type="links" section="Work_reports_Controller" value="work_report" action="view" own="false"></axo>
<axo usage_type="links" section="Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="links" section="Connection_Requests_Controller" value="request" action="view" own="false"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="links" section="Ifaces_Controller" value="iface" action="view" own="false"></axo>
<axo usage_type="links" section="Ip_addresses_Controller" value="ip_address" action="view" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="links" section="Links_Controller" value="link" action="view" own="false"></axo>
<axo usage_type="links" section="Vlans_Controller" value="vlan" action="view" own="false"></axo>
<axo usage_type="links" section="VoIP_Controller" value="voip" action="view" own="false"></axo>
<axo usage_type="links" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
<axo usage_type="links" section="Tools_Controller" value="tools" action="view" own="false"></axo>
<axo usage_type="links" section="Ulogd_Controller" value="total" action="view" own="false"></axo>
<axo usage_type="links" section="Ulogd_Controller" value="ip_address" action="view" own="false"></axo>
<axo usage_type="links" section="Ulogd_Controller" value="member" action="view" own="false"></axo>
<axo usage_type="links" section="Monitoring_Controller" value="monitoring" action="view" own="false"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="view" own="false"></axo>
<axo usage_type="links" section="Messages_Controller" value="message" action="view" own="false"></axo>
<axo usage_type="links" section="Members_whitelists_Controller" value="whitelist" action="view" own="false"></axo>
<axo usage_type="links" section="Redirect_Controller" value="redirect" action="view" own="false"></axo>
<axo usage_type="links" section="Log_queues_Controller" value="log_queue" action="view" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="info" action="view" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="system_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="users_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="finance_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="approval_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="networks_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="email_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="sms_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="voip_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="notification_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="qos_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="monitoring_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="qos_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="vtiger_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Settings_Controller" value="logging_settings" action="edit" own="false"></axo>
<axo usage_type="links" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
<axo usage_type="links" section="Sms_Controller" value="sms" action="view" own="false"></axo>
<axo usage_type="links" section="Email_queues_Controller" value="email_queue" action="view" own="false"></axo>
<axo usage_type="links" section="Device_templates_Controller" value="device_template" action="view" own="false"></axo>
<axo usage_type="links" section="Device_active_links_Controller" value="active_links" action="view" own="false"></axo>
<axo usage_type="links" section="approval" value="templates" action="view" own="false"></axo>
<axo usage_type="links" section="Acl_Controller" value="acl" action="view" own="false"></axo>
<axo usage_type="links" section="Aro_groups_Controller" value="aro_group" action="view" own="false"></axo>
<axo usage_type="links" section="Fees_Controller" value="fees" action="view" own="false"></axo>
<axo usage_type="links" section="Login_logs_Controller" value="logs" action="view" own="false"></axo>
<axo usage_type="links" section="Logs_Controller" value="logs" action="view" own="false"></axo>
<axo usage_type="links" section="Stats_Controller" value="members_fees" action="view" own="false"></axo>
<axo usage_type="links" section="Stats_Controller" value="incoming_member_payment" action="view" own="false"></axo>
<axo usage_type="links" section="Stats_Controller" value="members_growth" action="view" own="false"></axo>
<axo usage_type="links" section="Stats_Controller" value="members_increase_decrease" action="view" own="false"></axo>
<axo usage_type="links" section="Translations_Controller" value="translation" action="view" own="false"></axo>
<axo usage_type="links" section="Enum_types_Controller" value="enum_types" action="view" own="false"></axo>
<axo usage_type="links" section="Phone_invoices_Controller" value="invoices" action="view" own="false"></axo>
<axo usage_type="links" section="Speed_classes_Controller" value="speed_classes" action="view" own="false"></axo>
<axo usage_type="links" section="Phone_operators_Controller" value="phone_operators" action="view" own="false"></axo>
<axo usage_type="links" section="Filter_queries_Controller" value="filter_queries" action="view" own="false"></axo>
</method></object>
<object name="MY_ORM" type="library"></object>
<object name="Menu_builder" type="library"></object>
<object name="Parser_ED_Invoice" type="library"></object>
<object name="Parser_Phone_Invoice" type="library"></object>
<object name="Parser_Pohoda_Invoice" type="library"></object>
<object name="Path" type="library"></object>
<object name="Selector" type="library"></object>
<object name="Settings" type="library"></object>
<object name="Sms" type="library"></object>
<object name="Sms_Klikniavolej" type="library"></object>
<object name="Sms_Soudvinv100" type="library"></object>
<object name="Snmp_Factory" type="library"></object>
<object name="TextEditor" type="library"></object>
<object name="Time_Activity_Rule" type="library"></object>
<object name="Variable_Key_Generator" type="library"></object>
<object name="Version" type="library"></object>
<object name="bank_account_settings/Fio_Bank_Account_Settings" type="library"></object>
<object name="bank_account_settings/Raiffeisenbank_Bank_Account_Settings" type="library"></object>
<object name="bank_account_settings/Unicredit_Bank_Account_Settings" type="library"></object>
<object name="dbase/Dbase_Column" type="library"></object>
<object name="dbase/Dbase_Table" type="library"></object>
<object name="forge/Form_Checkbox" type="library"></object>
<object name="forge/Form_Checklist" type="library"></object>
<object name="forge/Form_Date" type="library"></object>
<object name="forge/Form_Dateselect" type="library"></object>
<object name="forge/Form_Dropdown" type="library"></object>
<object name="forge/Form_Group" type="library"></object>
<object name="forge/Form_Hidden" type="library"></object>
<object name="forge/Form_Html_textarea" type="library"></object>
<object name="forge/Form_Input" type="library"></object>
<object name="forge/Form_Password" type="library"></object>
<object name="forge/Form_Radio" type="library"></object>
<object name="forge/Form_Submit" type="library"></object>
<object name="forge/Form_Textarea" type="library"></object>
<object name="forge/Form_Upload" type="library"></object>
<object name="grid/Action_conditional_field" type="library"></object>
<object name="grid/Action_field" type="library"></object>
<object name="grid/Callback_field" type="library"></object>
<object name="grid/Field" type="library"></object>
<object name="grid/Form_field" type="library"></object>
<object name="grid/Grouped_action_field" type="library"></object>
<object name="grid/Link_field" type="library"></object>
<object name="grid/Order_callback_field" type="library"></object>
<object name="grid/Order_field" type="library"></object>
<object name="grid/Order_form_field" type="library"></object>
<object name="grid/Order_link_field" type="library"></object>
<object name="importers/Csv_Fio_Bank_Statement_File_Importer" type="library"></object>
<object name="importers/Duplicity_Exception" type="library"></object>
<object name="importers/Fio/FioParser" type="library"></object>
<object name="importers/Fio_Bank_Statement_File_Importer" type="library"></object>
<object name="importers/Json_Fio_Bank_Statement_File_Importer" type="library"></object>
<object name="importers/Raiffeisenbank/Parser_Ebanka" type="library"></object>
<object name="importers/Raiffeisenbank/Parser_Html_Table" type="library"></object>
<object name="importers/Raiffeisenbank/RB_Exception" type="library"></object>
<object name="importers/Raiffeisenbank/RB_Importer" type="library"></object>
<object name="importers/Raiffeisenbank/RB_Statistics" type="library"></object>
<object name="importers/Unicredit/UnicreditException" type="library"></object>
<object name="importers/Unicredit/UnicreditImport" type="library"></object>
<object name="importers/Unicredit/UnicreditParser" type="library"></object>
<object name="importers/Unicredit/UnicreditSaver" type="library"></object>
<object name="parser_vodafone_invoice_models/Bill_Data" type="library"></object>
<object name="parser_vodafone_invoice_models/Call_Service" type="library"></object>
<object name="parser_vodafone_invoice_models/Fixed_Call_Service" type="library"></object>
<object name="parser_vodafone_invoice_models/Internet_Service" type="library"></object>
<object name="parser_vodafone_invoice_models/Object" type="library"></object>
<object name="parser_vodafone_invoice_models/Pay_Service" type="library"></object>
<object name="parser_vodafone_invoice_models/RoamingSms_Service" type="library"></object>
<object name="parser_vodafone_invoice_models/Service" type="library"></object>
<object name="parser_vodafone_invoice_models/Services" type="library"></object>
<object name="parser_vodafone_invoice_models/Sms_Service" type="library"></object>
<object name="parser_vodafone_invoice_models/Vpn_Call_Service" type="library"></object>
<object name="phone_invoice_parsers/Parser_Phone_Invoice_Vodafone" type="library"></object>
<object name="phone_invoice_parsers/Parser_Phone_Invoice_Vodafone2" type="library"></object>
<object name="phone_invoice_parsers/Vodafone_Onenet_Xml" type="library"></object>
<object name="snmp/Abstract_Snmp" type="library"></object>
<object name="snmp/Edgecore_Snmp" type="library"></object>
<object name="snmp/HP_Snmp" type="library"></object>
<object name="snmp/Linux_Snmp" type="library"></object>
<object name="snmp/Mikrotik_Snmp" type="library"></object>
<object name="snmp/SignamaxOld_Snmp" type="library"></object>
<object name="snmp/Signamax_Snmp" type="library"></object>
<object name="variable_key_generators/Checksum_Variable_Key_Generator" type="library"></object>
<object name="variable_key_generators/Pvfree_Variable_Key_Generator" type="library"></object>
<object name="vtwsclib/Vtiger/Net/HTTP_Client" type="library"></object>
<object name="vtwsclib/Vtiger/WSClient" type="library"></object>
<object name="vtwsclib/Vtiger/WSVersion" type="library"></object>
<object name="vtwsclib/third-party/Zend/Exception" type="library"></object>
<object name="vtwsclib/third-party/Zend/Json" type="library"></object>
<object name="vtwsclib/third-party/Zend/Json/Decoder" type="library"></object>
<object name="vtwsclib/third-party/Zend/Json/Encoder" type="library"></object>
<object name="vtwsclib/third-party/Zend/Json/Exception" type="library"></object>
<object name="access_rights/acl_show" type="view">
<axo usage_type="links" section="Acl_Controller" value="acl" action="edit" own="false"></axo>
<axo usage_type="links" section="Acl_Controller" value="acl" action="delete" own="false"></axo>
</object>
<object name="access_rights/aro_groups_show" type="view">
<axo usage_type="links" section="Aro_groups_Controller" value="aro_group" action="edit" own="false"></axo>
<axo usage_type="links" section="Aro_groups_Controller" value="aro_group" action="delete" own="false"></axo>
<axo usage_type="links" section="Aro_groups_Controller" value="aro_group" action="view" own="false"></axo>
</object>
<object name="access_rights/aro_groups_show_all" type="view">
<axo usage_type="links" section="Aro_groups_Controller" value="aro_group" action="new" own="false"></axo>
</object>
<object name="address_points/show" type="view">
<axo usage_type="links" section="Address_points_Controller" value="address_point" action="edit" own="false"></axo>
</object>
<object name="allowed_subnets/show_by_member" type="view"></object>
<object name="approval/show_all" type="view"></object>
<object name="approval/templates_show" type="view">
<axo usage_type="links" section="approval" value="templates" action="edit" own="false"></axo>
<axo usage_type="links" section="approval" value="templates" action="delete" own="false"></axo>
</object>
<object name="approval/types_show" type="view">
<axo usage_type="links" section="approval" value="types" action="edit" own="false"></axo>
<axo usage_type="links" section="approval" value="types" action="delete" own="false"></axo>
</object>
<object name="bank_accounts/show_all" type="view"></object>
<object name="bank_transfers/assign_transfer" type="view"></object>
<object name="bank_transfers/show_by_bank_account" type="view"></object>
<object name="clouds/show" type="view">
<axo usage_type="links" section="Clouds_Controller" value="clouds" action="edit" own="false"></axo>
<axo usage_type="links" section="Notifications_Controller" value="cloud" action="new" own="false"></axo>
</object>
<object name="connection_requests/show" type="view">
<axo usage_type="links" section="Connection_Requests_Controller" value="request" action="edit" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="members" action="view" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
</object>
<object name="contacts/edit" type="view"></object>
<object name="contacts/show_by_user" type="view"></object>
<object name="device_active_links/add" type="view"></object>
<object name="device_active_links/show" type="view">
<axo usage_type="links" section="Device_active_links_Controller" value="active_links" action="edit" own="false"></axo>
<axo usage_type="links" section="Device_active_links_Controller" value="active_links" action="delete" own="false"></axo>
</object>
<object name="device_export_templates/debian-etc-dhcp-dhcpd" type="view"></object>
<object name="device_export_templates/debian-etc-network-interfaces" type="view"></object>
<object name="device_export_templates/mikrotik-all" type="view"></object>
<object name="device_export_templates/mikrotik-ip-dhcp-server-lease" type="view"></object>
<object name="device_export_templates/mikrotik-ip-dhcp-server" type="view"></object>
<object name="device_templates/show" type="view">
<axo usage_type="links" section="Devices_Controller" value="devices" action="edit" own="false"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="delete" own="false"></axo>
<axo usage_type="access-partial" section="Device_active_links_Controller" value="active_links" action="view" own="false">
<comment lang="en">Enables to display active links that are assigned to template</comment>
<comment lang="cs">Umožňuje zobrazit grid (tabulku) s aktivními odkazy přiřazenými k šabloně</comment>
</axo>
</object>
<object name="device_templates/ubnt" type="view"></object>
<object name="devices/add" type="view"></object>
<object name="devices/map" type="view"></object>
<object name="devices/ports_vlans_settings" type="view"></object>
<object name="devices/show" type="view">
<axo usage_type="links" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="delete" own="true"></axo>
<axo usage_type="links" section="Device_logs_Controller" value="device_log" action="view" own="true"></axo>
<axo usage_type="links" section="Devices_Controller" value="export" action="view" own="true"></axo>
<axo usage_type="links" section="Notifications_Controller" value="device" action="view" own="false"></axo>
<axo usage_type="links" section="Devices_Controller" value="map" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Devices_Controller" value="login" action="view" own="false">
<comment lang="en">Enables to view login of device</comment>
<comment lang="cs">Umožňuje zobrazit přihlašovací jméno k zařízení</comment>
</axo>
<axo usage_type="access-partial" section="Devices_Controller" value="password" action="view" own="false">
<comment lang="en">Enables to view password of device</comment>
<comment lang="cs">Umožňuje zobrazit heslo k zařízení</comment>
</axo>
<axo usage_type="links" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Device_active_links_Controller" value="display_device_active_links" action="view" own="false">
<comment lang="en">Enables to display active links of device grid</comment>
<comment lang="cs">Umožňuje zobrazit grid (tabulku) s aktivními odkazy zařízení</comment>
</axo>
<axo usage_type="access-partial" section="Ifaces_Controller" value="iface" action="view" own="true">
<comment lang="en">Enables to display ifaces of device grid</comment>
<comment lang="cs">Umožňuje zobrazit grid (tabulku) s rozhraními zařízení</comment>
</axo>
<axo usage_type="access-partial" section="Ip_addresses_Controller" value="ip_address" action="view" own="true">
<comment lang="en">Enables to display IP addresses of device grid</comment>
<comment lang="cs">Umožňuje zobrazit grid (tabulku) s IP adresami zařízení</comment>
</axo>
<axo usage_type="access-partial" section="Devices_Controller" value="engineer" action="view" own="true">
<comment lang="en">Enables to display engineers of device grid</comment>
<comment lang="cs">Umožňuje zobrazit grid (tabulku) s technici zařízení</comment>
</axo>
<axo usage_type="access-partial" section="Devices_Controller" value="admin" action="view" own="true">
<comment lang="en">Enables to display admins of device grid</comment>
<comment lang="cs">Umožňuje zobrazit grid (tabulku) se správci zařízení</comment>
</axo>
</object>
<object name="devices/show_by_user" type="view">
<axo usage_type="links" section="Devices_Controller" value="devices" action="new" own="true"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="edit" own="true"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="delete" own="true"></axo>
<axo usage_type="access-partial" section="Ip_addresses_Controller" value="ip_address" action="view" own="true">
<comment lang="en">Enables to display IP addresses of device grid</comment>
<comment lang="cs">Umožňuje zobrazit grid (tabulku) s IP adresami zařízení</comment>
</axo>
<axo usage_type="access-partial" section="Ifaces_Controller" value="iface" action="view" own="true">
<comment lang="en">Enables to display ifaces of device grid</comment>
<comment lang="cs">Umožňuje zobrazit grid (tabulku) s rozhraními zařízení</comment>
</axo>
</object>
<object name="devices/topology" type="view">
<axo usage_type="links" section="Devices_Controller" value="topology" action="view" own="true"></axo>
</object>
<object name="email/show" type="view"></object>
<object name="email/write" type="view"></object>
<object name="export/export_eform" type="view"></object>
<object name="export/export_isdoc" type="view"></object>
<object name="export/export_xml" type="view"></object>
<object name="fees/add" type="view"></object>
<object name="fees/edit" type="view"></object>
<object name="filter_form_template" type="view"></object>
<object name="forge_template" type="view"></object>
<object name="forgotten_password/index" type="view"></object>
<object name="form" type="view"></object>
<object name="grid_template" type="view"></object>
<object name="ifaces/add" type="view"></object>
<object name="ifaces/detail" type="view"></object>
<object name="ifaces/show" type="view">
<axo usage_type="links" section="Ifaces_Controller" value="iface" action="edit" own="true"></axo>
<axo usage_type="links" section="Ifaces_Controller" value="iface" action="delete" own="true"></axo>
<axo usage_type="links" section="Links_Controller" value="link" action="view" own="false"></axo>
</object>
<object name="installation/done" type="view"></object>
<object name="installation/index" type="view"></object>
<object name="invoices/import" type="view"></object>
<object name="invoices/items_show" type="view"></object>
<object name="invoices/show" type="view"></object>
<object name="ip_addresses/show" type="view">
<axo usage_type="links" section="Ip_addresses_Controller" value="ip_address" action="edit" own="false"></axo>
<axo usage_type="links" section="Ip_addresses_Controller" value="ip_address" action="delete" own="false"></axo>
<axo usage_type="links" section="Redirect_Controller" value="redirect" action="new" own="false"></axo>
<axo usage_type="links" section="Redirect_Controller" value="redirect" action="view" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
</object>
<object name="js/__pieces/address_point_street" type="view"></object>
<object name="js/__pieces/application_password" type="view"></object>
<object name="js/__pieces/domicile" type="view"></object>
<object name="js/__pieces/google_jsapi" type="view"></object>
<object name="js/__pieces/gps" type="view"></object>
<object name="js/__pieces/invoice" type="view"></object>
<object name="js/__pieces/ip_addresses_complete" type="view"></object>
<object name="js/__pieces/members_ares" type="view"></object>
<object name="js/__pieces/notification_activate" type="view"></object>
<object name="js/__pieces/notification_message" type="view"></object>
<object name="js/__pieces/time_activity_rule" type="view"></object>
<object name="js/__pieces/voip_calculator" type="view"></object>
<object name="js/__pieces/work_report_form_functions" type="view"></object>
<object name="js/address_points_edit" type="view"></object>
<object name="js/address_points_show_all" type="view"></object>
<object name="js/base" type="view"></object>
<object name="js/clouds_show" type="view"></object>
<object name="js/connection_requests" type="view"></object>
<object name="js/contacts_add" type="view"></object>
<object name="js/device_templates_add" type="view"></object>
<object name="js/devices_add" type="view"></object>
<object name="js/devices_map" type="view"></object>
<object name="js/devices_ports_vlans_settings" type="view"></object>
<object name="js/devices_show" type="view"></object>
<object name="js/devices_show_by_user" type="view"></object>
<object name="js/devices_topology" type="view"></object>
<object name="js/email_queues_show_all_sent" type="view"></object>
<object name="js/ifaces_add" type="view"></object>
<object name="js/links_add" type="view"></object>
<object name="js/links_edit" type="view"></object>
<object name="js/logs_show_all" type="view"></object>
<object name="js/mail_write_message" type="view"></object>
<object name="js/members_approve_applicant" type="view"></object>
<object name="js/members_end_membership" type="view"></object>
<object name="js/members_fees_add" type="view"></object>
<object name="js/members_fees_edit" type="view"></object>
<object name="js/members_show_all" type="view"></object>
<object name="js/members_whitelists" type="view"></object>
<object name="js/monitoring_action" type="view"></object>
<object name="js/monitoring_show_all" type="view"></object>
<object name="js/phone_invoices_import" type="view"></object>
<object name="js/ports" type="view"></object>
<object name="js/settings_email" type="view"></object>
<object name="js/settings_system" type="view"></object>
<object name="js/sms_send" type="view"></object>
<object name="js/traffic" type="view"></object>
<object name="js/transfers_add_from_account" type="view"></object>
<object name="js/transfers_payment_calculator" type="view"></object>
<object name="js/transfers_show_by_account" type="view"></object>
<object name="js/ulogd_time_members_traffic" type="view"></object>
<object name="js/users_show" type="view"></object>
<object name="js/variable_symbols_add" type="view"></object>
<object name="js/work_reports_show" type="view"></object>
<object name="languages/change" type="view"></object>
<object name="links/show" type="view"></object>
<object name="log_queues/show" type="view">
<axo usage_type="links" section="Log_queues_Controller" value="log_queue" action="edit" own="false"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="view" own="true"></axo>
</object>
<object name="login/index" type="view"></object>
<object name="mail/main" type="view">
<axo section="Acl_Controller" value="acl" action="new" own="false" usage_type="access-partial"></axo>
<axo section="Acl_Controller" value="acl" action="edit" own="false" usage_type="access-partial"></axo>
</object>
<object name="mail/show" type="view"></object>
<object name="main" type="view"></object>
<object name="members/fees_show_by_member" type="view"></object>
<object name="members/show" type="view">
<axo usage_type="access-partial" section="Variable_Symbols_Controller" value="variable_symbols" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Variable_Symbols_Controller" value="variable_symbols" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="entrance_date" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Membership_transfers_Controller" value="membership_transfer" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="leaving_date" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Membership_transfers_Controller" value="membership_transfer" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="organization_id" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="vat_organization_identifier" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Address_points_Controller" value="address_point" action="view" own="false"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="view" own="true"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="new" own="false"></axo>
<axo usage_type="links" section="Members_Controller" value="comment" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_ceil" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="qos_rate" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Ulogd_Controller" value="member" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Ulogd_Controller" value="member" action="view" own="true"></axo>
<axo usage_type="links" section="Ulogd_Controller" value="member" action="view" own="true"></axo>
<axo usage_type="links" section="Ulogd_Controller" value="member" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="application_password" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="comment" action="view" own="true"></axo>
<axo usage_type="links" section="Sms_Controller" value="sms" action="new" own="false"></axo>
<axo usage_type="links" section="Users_Controller" value="additional_contacts" action="view" own="false"></axo>
<axo usage_type="links" section="Users_Controller" value="additional_contacts" action="view" own="true"></axo>
</object>
<object name="menu" type="view"></object>
<object name="messages/show" type="view"></object>
<object name="monitoring/show" type="view"></object>
<object name="monitoring/show_all" type="view"></object>
<object name="phone_invoices/import" type="view"></object>
<object name="phone_invoices/main" type="view"></object>
<object name="phone_invoices/show" type="view">
<axo usage_type="links" section="Phone_invoices_Controller" value="mail_warning" action="new" own="false"></axo>
</object>
<object name="phone_invoices/show_by_user" type="view"></object>
<object name="phone_invoices/show_details" type="view"></object>
<object name="phone_invoices/show_history" type="view"></object>
<object name="registration/done" type="view"></object>
<object name="registration/index" type="view"></object>
<object name="requests/show" type="view"></object>
<object name="requests/show_by_user" type="view"></object>
<object name="search/simple" type="view"></object>
<object name="selector" type="view"></object>
<object name="settings/main" type="view"></object>
<object name="setup_config/index" type="view"></object>
<object name="setup_config/main" type="view"></object>
<object name="setup_config/setup" type="view"></object>
<object name="show_all" type="view"></object>
<object name="sms/not_enabled" type="view"></object>
<object name="sms/show" type="view"></object>
<object name="statesbox" type="view"></object>
<object name="stats/members_growth" type="view"></object>
<object name="stats/members_increase_decrease" type="view"></object>
<object name="stats/members_monthly_payments_and_fees" type="view"></object>
<object name="streets/show" type="view">
<axo usage_type="links" section="Address_points_Controller" value="street" action="edit" own="false"></axo>
</object>
<object name="subnets/address_map" type="view"></object>
<object name="subnets/show" type="view">
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="edit" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="delete" own="false"></axo>
<axo usage_type="links" section="Notifications_Controller" value="subnet" action="new" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="subnet" action="view" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="redirect" action="view" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="dhcp" action="view" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="dns" action="view" own="false"></axo>
<axo usage_type="links" section="Subnets_Controller" value="qos" action="view" own="false"></axo>
</object>
<object name="table" type="view"></object>
<object name="table_2_columns" type="view"></object>
<object name="table_n_columns" type="view"></object>
<object name="template" type="view"></object>
<object name="tools/index" type="view"></object>
<object name="tools/ssh" type="view"></object>
<object name="tools/whois" type="view"></object>
<object name="towns/show" type="view">
<axo usage_type="links" section="Address_points_Controller" value="town" action="edit" own="false"></axo>
</object>
<object name="traffic/show" type="view"></object>
<object name="traffic/show_all" type="view"></object>
<object name="traffic/show_by_member" type="view"></object>
<object name="transfers/payment_calculator" type="view"></object>
<object name="transfers/show" type="view">
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
<axo usage_type="links" section="Members_Controller" value="currentcredit" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
<axo usage_type="links" section="Members_Controller" value="currentcredit" action="view" own="false"></axo>
<axo usage_type="links" section="Users_Controller" value="users" action="view" own="true"></axo>
<axo usage_type="links" section="Work_reports_Controller" value="work_report" action="view" own="true"></axo>
<axo usage_type="links" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
<axo usage_type="links" section="Accounts_Controller" value="transfers" action="view" own="true"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_transfers" action="view" own="false"></axo>
<axo usage_type="links" section="Accounts_Controller" value="bank_transfers" action="view" own="false"></axo>
</object>
<object name="transfers/show_by_account" type="view">
<axo usage_type="links" section="Members_Controller" value="comment" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Members_Controller" value="comment" action="view" own="true"></axo>
</object>
<object name="unit_tester/index" type="view"></object>
<object name="users/change_application_password" type="view">
<axo usage_type="access-partial" section="Users_Controller" value="application_password" action="view" own="true"></axo>
</object>
<object name="users/contacts_import" type="view"></object>
<object name="users/private_phone_contacts" type="view"></object>
<object name="users/show" type="view">
<axo usage_type="links" section="Users_Controller" value="users" action="edit" own="true"></axo>
<axo usage_type="links" section="Devices_Controller" value="devices" action="view" own="true"></axo>
<axo usage_type="links" section="Works_Controller" value="work" action="view" own="true"></axo>
<axo usage_type="links" section="Requests_Controller" value="request" action="view" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="password" action="edit" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="application_password" action="edit" own="true"></axo>
<axo usage_type="links" section="Login_logs_Controller" value="logs" action="view" own="true"></axo>
<axo usage_type="access-partial" section="Users_Controller" value="application_password" action="view" own="true"></axo>
<axo usage_type="links" section="Users_Controller" value="additional_contacts" action="view" own="true"></axo>
</object>
<object name="variable_symbols/edit" type="view"></object>
<object name="variable_symbols/show_by_account" type="view"></object>
<object name="vlans/show" type="view">
<axo usage_type="links" section="Vlans_Controller" value="vlan" action="edit" own="false"></axo>
<axo usage_type="links" section="Vlans_Controller" value="vlan" action="delete" own="false"></axo>
</object>
<object name="voip/add" type="view"></object>
<object name="voip/calls" type="view"></object>
<object name="voip/not_enabled" type="view">
<axo usage_type="links" section="Settings_Controller" value="voip_settings" action="edit" own="false"></axo>
</object>
<object name="voip/show" type="view"></object>
<object name="work_reports/add" type="view">
<axo usage_type="links" section="Work_reports_Controller" value="approval_template" action="view" own="true"></axo>
<axo usage_type="links" section="Work_reports_Controller" value="approval_template" action="view" own="true"></axo>
</object>
<object name="work_reports/edit" type="view">
<axo usage_type="links" section="Work_reports_Controller" value="approval_template" action="view" own="true"></axo>
</object>
<object name="work_reports/show" type="view"></object>
<object name="work_reports/show_all" type="view"></object>
<object name="work_reports/show_by_user" type="view"></object>
<object name="works/show" type="view"></object>
<object name="works/show_all" type="view"></object>
<object name="works/show_by_user" type="view"></object>
</axoDocumentation>
(2-2/2)