Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2239

Přidáno uživatelem Ondřej Fibich před téměř 11 roky(ů)

Upravy v AXO DOC xml:
- pridani komentaru k akcim add/show/edit/delete/show_all
- schovani metod index a __construct

Zobrazit rozdíly:

freenetis/branches/1.1/application/vendors/axo_doc/axo_doc.xml
<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"></method>
<method name="index"></method>
<method name="show_all">
<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="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">
<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>
</object>
<object name="acl" type="controller" comment-en="Access rights" comment-cs="Přístupová práva">
<method name="index"></method>
<method name="show_all">
<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">
<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">
<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">
<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">
<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"></method>
<method name="show_all">
<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">
<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">
<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">
<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">
<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>
......
<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">
<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">
<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">
<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"></method>
<method name="index"></method>
<method name="add">
<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">
<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">
<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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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">
<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">
<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">
<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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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">
<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">
<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">
<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"></method>
<method name="show_all">
<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="delete" own="false"></axo>
<axo usage_type="links" section="Acl_Controller" value="acl" action="view" own="false"></axo>
</method>
<method name="show">
<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">
<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">
<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">
<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"></method>
<method name="index"></method>
<method name="show_all">
<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_transfers" action="view" own="false"></axo>
<axo usage_type="breadcrumbs" section="Members_Controller" value="members" action="view" own="false"></axo>
</method>
<method name="add">
<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">
<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">
<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">
<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">
<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"></method>
<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="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">
<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">
<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"></method>
<method name="index"></method>
<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="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">
<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>
</object>
<object name="clouds" type="controller" comment-en="Clods - clusters subnets" comment-cs="Cloudy - shlukují podsítě">
<method name="__construct"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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="breadcrumbs" section="Clouds_Controller" value="clouds" action="view" own="false"></axo>
</method>
<method name="add">
<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>
......
<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">
<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">
<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">
......
</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">
<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="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">
<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="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">
<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="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"></method>
<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"></method>
<method name="show_all">
<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="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">
<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">
<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="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">
<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="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">
<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="additional_contacts" action="view" own="true"></axo>
</method>
<method name="edit">
<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="additional_contacts" action="view" own="true"></axo>
</method>
<method name="delete">
<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>
......
</axo>
</method></object>
<object name="device_active_links" type="controller" comment-en="Device active links" comment-cs="Aktivní odkazy zařízení">
<method name="__construct"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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">
<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">
<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">
<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"></method>
<method name="edit">
<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>
</method>
<method name="delete">
<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"></method>
<method name="add">
<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="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">
<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"></method>
<method name="show_all">
<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>
</object>
<object name="device_templates" type="controller" comment-en="Device templates" comment-cs="Šablony zařízení">
<method name="__construct"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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">
<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">
<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">
<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">
......
</method>
</object>
<object name="devices" type="controller" comment-en="Administration of devices" comment-cs="Spravování zařízení">
<method name="__construct"></method>
<method name="index"></method>
<method name="show_all">
<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="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">
<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="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">
<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="breadcrumbs" section="Devices_Controller" value="devices" action="view" own="false"></axo>
</method>
<method name="add_from_connection_request"></method>
<method name="edit">
<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="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">
<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">
......
</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"></method>
<method name="index"></method>
<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">
<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"></method>
<method name="index"></method>
<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>
......
<method name="send">
<axo usage_type="access" section="Email_queues_Controller" value="email_queue" action="new" own="false"></axo>
</method>
<method name="delete">
<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">
......
</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"></method>
<method name="show_all">
<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">
<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">
<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">
<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>
......
</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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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">
<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">
<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"></method>
<method name="show_all">
<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"></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">
<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"></method>
<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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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="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">
<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="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">
<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="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">
<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">
......
<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"></method>
<method name="index"></method>
<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">
......
</method>
</object>
<object name="installation" type="controller" hide="true">
<method name="index"></method>
<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"></method>
<method name="index"></method>
<method name="show">
<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">
<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">
<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">
<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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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="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">
<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">
<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">
<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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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="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">
<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="Ip_addresses_Controller" value="ip_address" action="view" own="false"></axo>
</method>
<method name="edit">
<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">
<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"></method>
<method name="__construct" hide="true"></method>
<method name="_remap"></method>
</object>
<object name="json" type="controller" hide="true">
<method name="__construct"></method>
<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="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"></method>
<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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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="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">
<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">
<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">
<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"></method>
<method name="show_all">
<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">
<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>
......
<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"></method>
<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"></method>
<method name="show_all">
<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">
......
</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"></method>
<method name="show_all">
<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">
......
</method>
</object>
<object name="mail" type="controller" comment-en="User inner mail" comment-cs="Vnitřní uživatelská pošta">
<method name="index"></method>
<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>
......
<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"></method>
<method name="add"></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"></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"></method>
<method name="show_all">
<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">
......
<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">
<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="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">
<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="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">
<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>
......
</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"></method>
<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="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">
<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="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">
<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">
<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"></method>
<method name="index"></method>
<method name="show_all">
<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="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">
<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">
<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">
<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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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">
<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">
<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"></method>
<method name="show_all">
<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">
<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="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">
<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="true"></axo>
<axo usage_type="breadcrumbs" section="Membership_transfers_Controller" value="membership_transfer" action="view" own="false"></axo>
</method>
<method name="delete">
<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"></method>
<method name="index"></method>
<method name="show_all">
<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="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">
<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">
<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">
<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 name="deactivate">
<axo usage_type="access" section="Messages_Controller" value="deactivate" action="edit" own="false"></axo>
</method>
<method name="delete">
<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"></method>
<method name="show">
<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">
<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">
<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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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">
<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">
<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">
......
</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"></method>
<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>
......
</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"></method>
<method name="index"></method>
<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">
<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">
<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">
<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">
......
</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"></method>
<method name="index"></method>
<method name="show_all">
<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">
<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">
<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">
<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"></method>
<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="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">
<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="additional_contacts" action="view" own="true"></axo>
</method>
<method name="edit">
<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="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">
<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"></method>
<method name="index"></method>
<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="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"></method>
<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"></method>
<method name="index"></method>
<method name="show_all">
<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="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">
<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="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">
<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="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">
<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="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">
<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"></method>
<method name="index"></method>
<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"></method>
<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">
<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="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">
<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" 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"></method>
<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"></method>
<method name="index"></method>
<method name="show_all">
<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 name="delete_unsended">
<axo usage_type="access" section="Sms_Controller" value="sms" action="delete" own="false"></axo>
</method>
<method name="show">
<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">
......
</method>
</object>
... Rozdílový soubor je zkrácen, protože jeho délka přesahuje max. limit.

Také k dispozici: Unified diff