helpcenter/Web/Controls/Help/MobApps/MobileProjects/CommonOperations/CommonOperations.ascx
2019-12-19 15:52:48 +03:00

96 lines
8.9 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "ONLYOFFICE Projects for iOS - Common operations";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption">Common operations</h1>
<div class="keyword_block">
<%--<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/basic-editing-operations/basic-editing-operations.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/operations-with-files/operations-with-files.ascx" /></li>
</ul>--%>
</div>
<div class="video_ground video_trips" id="ManageFiles">
<div class="block_of_step">
<div class="screen_text">
<h3>Search for an item</h3>
<p>To quickly find the necessary item (e.g. project, milestone, project document) by name, go to the corresponding section and use the <b>Search</b> field on the top. Tap this field, enter the required item name and tap the <b>Search</b> button on the keyboard.</p>
<p>
<img alt="Search field" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/searchfield.png")%>" /></p>
<p>Use the <img alt="Reset query" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/resetquery.png")%>" /> icon to reset the search query. To close the search field tap <b>Cancel</b> on the right.</p>
<h3>Sort and filter items</h3>
<p>You can sort items by different parameters and apply a filter or several filters to display the necessary items only. Available sort and filter options may differ depending on the selected section of the <b>Projects</b> module (<a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/project-management.aspx")%>"><b>projects</b></a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/milestones.aspx")%>"><b>milestones</b></a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/tasks.aspx")%>"><b>tasks</b></a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/discussions.aspx")%>"><b>discussions</b></a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/project-documents.aspx")%>"><b>project documents</b></a>). All the available sort and filter parameters for different items are listed in the corresponding sections of the documentation.</p>
<p>To <b>sort items</b> in the corresponding section:</p>
<ol>
<li>tap the <img alt="Sort icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/sortfiltericon.png")%>" /> icon in the upper right corner,</li>
<li>tap the arrow next to the <b>Sort by</b> menu item and select the necessary sorting criterion. For example, projects can be sorted by <b>Title</b> or <b>Creation date</b>,</li>
<li>turn the <b>Ascending</b> switcher on to sort the items in ascending order or turn it off to sort the items in descending order,</li>
<li>tap <b>Done</b> in the upper right corner.</li>
</ol>
<p>To <b>filter items</b> in the corresponding section:</p>
<ol>
<li>tap the <img alt="Filter icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/sortfiltericon.png")%>" /> icon in the upper right corner,</li>
<li>tap the necessary filter in the <b>Filter</b> list. For example, projects can be filtered by <b>Status</b>, <b>Project manager</b>, or <b>Team member</b>,</li>
<li>choose the necessary parameters for the selected filter, e.g. if you want to filter projects by <b>Status</b> select the necessary status (<b>Active</b>, <b>Paused</b> or <b>Closed</b>) on the next screen and tap <b>Done</b>,</li>
<li>if necessary, apply another available filters,</li>
<li>tap <b>Done</b> in the upper right corner.</li>
</ol>
<p>When one or several filter options are applied, the filter icon looks like this: <img alt="Filter icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/filterapplied.png")%>" />. </p>
<p>To clear the filter, tap the <img alt="Filter icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/filterapplied.png")%>" /> icon and use the <b>Reset Filters</b> option at the bottom of the screen.</p>
<h3>Select several items</h3>
<p>In the <b>Milestones</b>, <b>Tasks</b> and <b>Project documents</b> sections, you can select several items and perform some operations with all the selected items at once.</p>
<p>Tap the
<img alt="Select objects" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/selectobjects.png")%>" />
icon in the upper right corner and tap empty circles
<img alt="Select item" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/selectitem.png")%>" />
on the left hand of the necessary items one at a time. Tap the caption at the bottom of the screen that corresponds to the action you want to perform on the selected items, e.g. you can:</p>
<ul>
<li><b>Delete</b> several selected milestones,</li>
<li>Change status (e.g. <b>Close</b> several selected active tasks) or <b>Delete</b> several selected tasks,</li>
<li><b>Delete</b> several selected project documents.</li>
</ul>
<h3>Perform actions on a single item</h3>
<p class="note"><b>Note</b>: available options may differ depending on the selected app section (<a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/project-management.aspx")%>"><b>projects</b></a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/milestones.aspx")%>"><b>milestones</b></a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/tasks.aspx")%>"><b>tasks</b></a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/discussions.aspx")%>"><b>discussions</b></a>, <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/mobile-applications/documents/projects/project-documents.aspx")%>"><b>project documents</b></a>). All the available options for different items are listed in the corresponding sections of the documentation.</p>
<p>To <b>change the item status</b> touch close to the edge of the screen to the left of the necessary item in the corresponding section and swipe right to access the menu, then tap the necessary menu item, e. g., for active projects, the <b>Paused</b> and <b>Closed</b> options are available. For paused projects, the <b>Active</b> and <b>Closed</b> options are available. For closed projects, the <b>Active</b> option is only available.</p>
<p>Touch close to the edge of the screen to the right of the necessary item in the corresponding section and swipe left to access the menu and choose the necessary action:</p>
<p>
<img alt="Actions on an item" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/morebutton.png")%>" />
- allows to choose one of the following actions:</p>
<ul>
<li><b>View</b> the selected item (project, milestone, task),</li>
<li><b>Edit</b> the selected item (project, milestone, task),</li>
<li><b>Delete</b> the selected item (project, milestone, task),</li>
<li><b>Add new task</b> - available for milestones only.</li>
<li><b>Notify responsible</b> or <b>Add subtask</b> - available for tasks only.</li>
</ul>
<p>
<img alt="Edit item" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/editbutton.png")%>" />
- allows to edit the selected item.</p>
<p>
<img alt="Delete item" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/Mobile/Projects/deletebutton.png")%>" />
- allows to delete the selected item.</p>
</div>
</div>
</div>
</div>