Add html files
This commit is contained in:
121
modules/Project/Popup.html
Executable file
121
modules/Project/Popup.html
Executable file
@@ -0,0 +1,121 @@
|
||||
<!--
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
-->
|
||||
|
||||
<!-- BEGIN: main -->
|
||||
<!-- BEGIN: SearchHeader -->
|
||||
|
||||
{SET_RETURN_JS}
|
||||
|
||||
<script type="text/javascript">
|
||||
function toggleDisplay(id)
|
||||
{
|
||||
if(this.document.getElementById( id).style.display=='none')
|
||||
{
|
||||
this.document.getElementById( id).style.display='inline'
|
||||
if(this.document.getElementById(id+"link") != undefined)
|
||||
{
|
||||
this.document.getElementById(id+"link").style.display='none';
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
this.document.getElementById( id).style.display='none'
|
||||
if(this.document.getElementById(id+"link") != undefined)
|
||||
{
|
||||
this.document.getElementById(id+"link").style.display='inline';
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="edit view">
|
||||
<tr>
|
||||
<td>
|
||||
<div id='divsearchform' style='display:inline'>
|
||||
<form>
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
|
||||
<tr>
|
||||
<td scope="row" nowrap="nowrap" width="40%">{MOD.LBL_NAME} <input type="text" size="20" name="name" value="{NAME}" /></td>
|
||||
<td width="10%" align="right">
|
||||
<input type="hidden" name="action" value="Popup" />
|
||||
<input type="hidden" name="query" value="true"/>
|
||||
<input type="hidden" name="module" value="{MODULE_NAME}" />
|
||||
<input type="hidden" name="parent_id" value="{parent_id}" />
|
||||
<input type="hidden" name="parent_name" value="{parent_name}" />
|
||||
<input type="submit" name="button" class="button"
|
||||
title="{APP.LBL_SEARCH_BUTTON_TITLE}"
|
||||
accesskey="{APP.LBL_SEARCH_BUTTON_KEY}"
|
||||
value="{APP.LBL_SEARCH_BUTTON_LABEL}" />
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</form></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<!-- END: SearchHeader -->
|
||||
|
||||
<!-- BEGIN: SearchHeaderEnd -->
|
||||
|
||||
<!-- END: SearchHeaderEnd -->
|
||||
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list view">
|
||||
<!-- BEGIN: list_nav_row -->
|
||||
{PAGINATION}
|
||||
<!-- END: list_nav_row -->
|
||||
<tr height="20">
|
||||
<td scope="col" width="65%" ><a href="{ORDER_BY}name" class="listViewThLinkS1">{MOD.LBL_LIST_NAME}{arrow_start}{name_arrow}{arrow_end}</a></td>
|
||||
<td scope="col" width="35%" ><a href="{ORDER_BY}assigned_user_name" class="listViewThLinkS1">{MOD.LBL_LIST_ASSIGNED_USER_ID}{arrow_start}{assigned_user_name_arrow}{arrow_end}</a></td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN: row -->
|
||||
<tr height="20" class="{ROW_COLOR}S1">
|
||||
|
||||
<td scope='row'><a href="#" onclick="set_return('{project.ID}', '{project.NAME}'); window.close();" >{project.NAME}</a></td>
|
||||
<td>{project.ASSIGNED_USER_NAME}</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<!-- END: row -->
|
||||
|
||||
</table>
|
||||
|
||||
<!-- END: main -->
|
||||
104
modules/Project/Popup_picker.html
Executable file
104
modules/Project/Popup_picker.html
Executable file
@@ -0,0 +1,104 @@
|
||||
<!--
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
-->
|
||||
|
||||
<!-- BEGIN: main -->
|
||||
<!-- BEGIN: SearchHeader -->
|
||||
<script type="text/javascript" src="include/JSON.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
|
||||
<script type="text/javascript" src="include/javascript/popup_helper.js?s={SUGAR_VERSION}&c={JS_CUSTOM_VERSION}"></script>
|
||||
|
||||
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="edit view">
|
||||
<tr>
|
||||
<td>
|
||||
<form action="index.php" method="post" name="popup_query_form" id="popup_query_form">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td scope="row" nowrap="nowrap" width="40%">{MOD.LBL_NAME} <input type="text" size="20" name="name" value="{NAME}" /></td>
|
||||
<td width="10%" align="right">
|
||||
<input type="hidden" name="module" value="{MODULE_NAME}" />
|
||||
<input type="hidden" name="action" value="Popup" />
|
||||
<input type="hidden" name="query" value="true" />
|
||||
<input type="hidden" name="func_name" value="" />
|
||||
<input type="hidden" name="request_data" value="{request_data}" />
|
||||
<input type="hidden" name="hide_clear_button" value="true" />
|
||||
<input type="hidden" name="populate_parent" value="false" />
|
||||
<input type="hidden" name="record_id" value="" />
|
||||
<input type="submit" name="button" class="button"
|
||||
title="{APP.LBL_SEARCH_BUTTON_TITLE}"
|
||||
accessKey="{APP.LBL_SEARCH_BUTTON_KEY}"
|
||||
value="{APP.LBL_SEARCH_BUTTON_LABEL}" />
|
||||
<input type="hidden" name="mode" value="{MULTI_SELECT}" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
/* initialize the popup request from the parent */
|
||||
|
||||
if(window.document.forms['popup_query_form'].request_data.value == "")
|
||||
{
|
||||
window.document.forms['popup_query_form'].request_data.value
|
||||
= JSON.stringify(window.opener.get_popup_request_data());
|
||||
}
|
||||
-->
|
||||
</script>
|
||||
|
||||
<!-- END: SearchHeader -->
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list view">
|
||||
<!-- BEGIN: list_nav_row -->
|
||||
{PAGINATION}
|
||||
<!-- END: list_nav_row -->
|
||||
<tr height="20">
|
||||
<td scope="col" NOWRAP>{CHECKALL}</td>
|
||||
<td scope="col" width="65%" ><a href="{ORDER_BY}name" class="listViewThLinkS1">{MOD.LBL_LIST_NAME}{arrow_start}{name_arrow}{arrow_end}</a></td>
|
||||
<td scope="col" width="35%" ><a href="{ORDER_BY}assigned_user_name" class="listViewThLinkS1">{MOD.LBL_LIST_ASSIGNED_USER_ID}{arrow_start}{assigned_user_name_arrow}{arrow_end}</a></td>
|
||||
</tr>
|
||||
<!-- BEGIN: row -->
|
||||
<tr height="20" class="{ROW_COLOR}S1">
|
||||
<td valign="top">{PREROW}</td>
|
||||
<td scope='row'><a href="#" onclick="send_back('Project','{PROJECT.ID}');" >{PROJECT.NAME}</a></td>
|
||||
<td>{PROJECT.ASSIGNED_USER_NAME}</td>
|
||||
</tr>
|
||||
|
||||
<!-- END: row -->
|
||||
</table>
|
||||
{ASSOCIATED_JAVASCRIPT_DATA}
|
||||
<!-- END: main -->
|
||||
66
modules/Project/SubPanelView.html
Executable file
66
modules/Project/SubPanelView.html
Executable file
@@ -0,0 +1,66 @@
|
||||
<!--
|
||||
/*********************************************************************************
|
||||
* SugarCRM is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
-->
|
||||
|
||||
<!-- BEGIN: main -->
|
||||
<table cellpadding="0" cellspacing="0" width="100%" border="0" class="list view">
|
||||
|
||||
<tr height="20" >
|
||||
<td scope="col" ><slot>{MOD.LBL_LIST_NAME}</slot></td>
|
||||
<td scope="col" ><slot>{MOD.LBL_LIST_ASSIGNED_USER_ID}</slot></td>
|
||||
<td scope="col" ><slot>{MOD.LBL_LIST_TOTAL_ESTIMATED_EFFORT}</slot></td>
|
||||
<td scope="col" ><slot>{MOD.LBL_LIST_TOTAL_ACTUAL_EFFORT}</slot></td>
|
||||
<td scope="col" ><slot> </slot></td>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN: row -->
|
||||
<tr height="20" class="{ROW_COLOR}S1">
|
||||
<td scope="row"><slot><a
|
||||
href="{URL_PREFIX}index.php?module=Project&action=DetailView&record={PROJECT.ID}"
|
||||
>{PROJECT.NAME}</a></slot></td>
|
||||
<td><slot>{PROJECT.ASSIGNED_USER_NAME}</slot></td>
|
||||
<td><slot>{PROJECT.TOTAL_ESTIMATED_EFFORT}</slot></td>
|
||||
<td><slot>{PROJECT.TOTAL_ACTUAL_EFFORT}</slot></td>
|
||||
<td nowrap align="center"><slot><a class="listViewTdToolsS1"
|
||||
href="{URL_PREFIX}index.php?module=Project&action=EditView&record={PROJECT.ID}{RETURN_URL}"
|
||||
>{EDIT_INLINE_PNG}</a> <a class="listViewTdToolsS1"
|
||||
href="{URL_PREFIX}index.php?module=Project&action=EditView&record={PROJECT.ID}{RETURN_URL}"
|
||||
>{APP.LNK_EDIT}</a></slot></td>
|
||||
</tr>
|
||||
<!-- END: row -->
|
||||
|
||||
</table>
|
||||
<!-- END: main -->
|
||||
43
modules/Project/language/pl_pl.help.Convert.html
Executable file
43
modules/Project/language/pl_pl.help.Convert.html
Executable file
@@ -0,0 +1,43 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//PL">
|
||||
|
||||
|
||||
<h1>Szkice Realizacji</h1>
|
||||
|
||||
<p>Click <span class="helpButton">Zapisz Jako Szkic</span> aby utworzyć nowy szkic z wybranego projektu.
|
||||
|
||||
45
modules/Project/language/pl_pl.help.Dashboard.html
Executable file
45
modules/Project/language/pl_pl.help.Dashboard.html
Executable file
@@ -0,0 +1,45 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//PL">
|
||||
|
||||
|
||||
<h1>Zestawienia Moich Realizacji</h1>
|
||||
|
||||
<p>Użyj tej strony zeby zobaczyć bierzący status przydzielonych Ci projektów</p>
|
||||
<p>Zestawienia wyświetlają przeterminiowane i nadchodzące Zadnia oraz Sprawy połączone z przydzielonymi Ci Projektami.
|
||||
<br>Żeby zobaczyć szczegóły strony projektu, kliknij nazwę projektu. Podobnie, gdy chcesz zobaczyć listę Zadań lub Spraw - kliknij w nazwę.
|
||||
|
||||
59
modules/Project/language/pl_pl.help.DetailView.html
Executable file
59
modules/Project/language/pl_pl.help.DetailView.html
Executable file
@@ -0,0 +1,59 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//PL">
|
||||
|
||||
|
||||
<h1>Strona Szczegółów Projektów</h1>
|
||||
|
||||
<p>Use this page to view project information.
|
||||
<ul>
|
||||
<li>To edit the project, click <span class="helpButton">Edit</span>, make the necessary revisions, and click <span class="helpButton">Save</span>.
|
||||
<li>To duplicate the information, click <span class="helpButton">Duplicate</span>. The system displays the new record in the list on the Projects Home page. You can then make modifications to the record and save it as a different project.
|
||||
<li>To delete the project, click <span class="helpButton">Delete</span>.
|
||||
</ul>
|
||||
Sub-panels for related records such as activities, history, contacts, accounts, opportunities, and quotes display on the page.
|
||||
<p>To add a new record such as a new contact, click <span class="helpButton">Select</span> in the appropriate sub-panel and select the record.
|
||||
|
||||
If you installed the advanced Project Management module, the following additional options are available:
|
||||
<ul>
|
||||
<li><span class="helpButton">View Gantt</span>. Click this button to edit an existing project task or add a new one.
|
||||
<li><span class="helpButton">Save as Template</span>. Click this button to save the project as a template. Creating a project template enables you to save the associated project tasks for use in other similar projects.
|
||||
<li><span class="helpButton">Export to MS Project</span>. Click this button to open the project in MS Project or save it as a .mpx file to your local machine.
|
||||
</ul>
|
||||
<p>To add project resources, in the Resources sub-panel, click <span class="helpButton">Select User</span> or <span class="helpButton">Select Contact</span>. Users are members of your organizations who are assigned to the project and contacts are other external individuals such as customers or vendors.
|
||||
<p>To take scheduled holidays and vacations into account, you will need to create a project holiday for the user in the Project Holidays sub-panel. Click <span class="helpButton">Create</span>, enter the holiday date, specify the user from the Resource drop-down list, and click <span class="helpButton">Save</span>.
|
||||
|
||||
57
modules/Project/language/pl_pl.help.EditGridView.html
Executable file
57
modules/Project/language/pl_pl.help.EditGridView.html
Executable file
@@ -0,0 +1,57 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Template</h1>
|
||||
|
||||
<p>Use this page to view a project template as a chart and to run a resource report. A resource report displays tasks across projects.
|
||||
|
||||
<ul>
|
||||
<li>For a grid view, click <span class="helpButton">Grid</span>.
|
||||
<li>For a Gantt view, click <span class="helpButton">Gantt</span>.
|
||||
<li>For a combination of the two views, click <span class="helpButton">Grid/Gantt</span>.
|
||||
<li>For a Gantt chart view of the template, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To run a resource report, click <span class="helpButton">Resource Report</span> and do the following:
|
||||
<ul>
|
||||
<li>Select a user from the Resource drop-down list.
|
||||
<li>Click in the <span class="helpButton">Tasks that Start or Finish After</span> field and select the date on which a task begins or ends
|
||||
<li>Click in the <span class="helpButton">And Before</span> field and select the date before which the task would end
|
||||
<li>Click <span class="helpButton">Report</span> to run the report
|
||||
</ul>
|
||||
</ul>
|
||||
<p>The report displays the daily status, the assigned project tasks, and any scheduled holidays.
|
||||
51
modules/Project/language/pl_pl.help.EditView.html
Executable file
51
modules/Project/language/pl_pl.help.EditView.html
Executable file
@@ -0,0 +1,51 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Projects</h1>
|
||||
|
||||
<p>To create a project, enter the following information:</p>
|
||||
<ul>
|
||||
<li><span class="helpButton">Name</span>. Enter a name for the project.</li>
|
||||
|
||||
<li><span class="helpButton">Team</span>. Enter the name of the team that is allowed to view the project; to select from the Team list, click <span class="helpButton">Select</span> and click the team name.</li>
|
||||
|
||||
<li><span class="helpButton">Assigned to</span>. Enter the name of the user who has ownership of the project. By default it is assigned to you.</li>
|
||||
<li><span class="helpButton">Description</span>. Enter a brief description of the project.</li>
|
||||
</ul>
|
||||
To create the project, click <span class="helpButton">Save</span>; click <span class="helpButton">Cancel</span> to exit the page without creating the project.
|
||||
55
modules/Project/language/pl_pl.help.ProjectTemplate.html
Executable file
55
modules/Project/language/pl_pl.help.ProjectTemplate.html
Executable file
@@ -0,0 +1,55 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Template</h1>
|
||||
|
||||
<p>Use this page to view a project template's details such as its name, assigned user, and associated project tasks.
|
||||
<ul>
|
||||
<li>To edit the template, click <span class="helpButton">Edit</span>, make the necessary revisions, and click <span class="helpButton">Save</span>.
|
||||
<li>To duplicate the template, click <span class="helpButton">Duplicate</span>. The system displays the new template in the Project Templates Home page. You can then make modifications and save it as a different template.
|
||||
<li>To delete the template, click <span class="helpButton">Delete</span>.
|
||||
<li>For a Gantt chart view of the template, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To create a new project from the template, click <span class="helpButton">Save as Project</span>.
|
||||
</ul>
|
||||
<p>
|
||||
Related project tasks are listed in the Project Tasks sub-panel below.
|
||||
<ul>
|
||||
<li>To view the tasks as a Gantt chart, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To view the details of a task, click its name.
|
||||
</ul>
|
||||
54
modules/Project/language/pl_pl.help.ProjectTemplatesDetailView.html
Executable file
54
modules/Project/language/pl_pl.help.ProjectTemplatesDetailView.html
Executable file
@@ -0,0 +1,54 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Template Detail Page</h1>
|
||||
|
||||
<p>Use this page to view the details of a project template.
|
||||
<ul>
|
||||
<li>To edit the template, click <span class="helpButton">Edit</span>, make the necessary revisions, and click <span class="helpButton">Save</span>.
|
||||
<li>To duplicate the template, click <span class="helpButton">Duplicate</span>. The system displays the new template in the list on the Project Templates Home page. You can then make modifications and save it as a different template.
|
||||
<li>To delete the template, click <span class="helpButton">Delete</span>.
|
||||
<li>To view a Gantt chart of the template, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To create a new project from the template, click <span class="helpButton">Save as Project</span>.
|
||||
</ul>
|
||||
<p>You can view related projects tasks in the sub-panel below.
|
||||
<ul>
|
||||
<li>To view a Gantt charts of the projects, click <span class="helpButton">View Gantt</span>.
|
||||
<li>To view the details of a task, click its name in the tasks list.
|
||||
</ul>
|
||||
54
modules/Project/language/pl_pl.help.ProjectTemplatesEditView.html
Executable file
54
modules/Project/language/pl_pl.help.ProjectTemplatesEditView.html
Executable file
@@ -0,0 +1,54 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Template</h1>
|
||||
|
||||
<p>Use this page to create a project template. After you create a template, you can save it as a new project whenever necessary.
|
||||
<p>To create a project template, enter the following information:</p>
|
||||
<ul>
|
||||
<li><span class="helpButton">Name</span>. Enter a name for the project template.</li>
|
||||
<li><span class="helpButton">Status</span>. From the drop-down list, select the template's status.</li>
|
||||
<li><span class="helpButton">Start Date</span>. Enter the template's start date; to select from the calendar, click the calendar icon and select the date.</li>
|
||||
<li><span class="helpButton">End Date</span>. Enter the template's end date; to select from the calendar, click the calendar icon and select the date.</li>
|
||||
<li><span class="helpButton">Team</span>. Enter the name of the team that is allowed to view the template; to select from the Team list, click <span class="helpButton">Select</span> and click the team name.</li>
|
||||
<li><span class="helpButton">Priority</span>. From the drop-down list, select the template's priority.</li>
|
||||
<li><span class="helpButton">Assigned to</span>. Enter the name of the user who has ownership of the template. By default it is assigned to you.</li>
|
||||
<li><span class="helpButton">Description</span>. Enter a brief description of the template.</li>
|
||||
</ul>
|
||||
To create the template, click <span class="helpButton">Save</span>; click <span class="helpButton">Cancel</span> to exit the page without creating the template.
|
||||
44
modules/Project/language/pl_pl.help.ProjectTemplatesListView.html
Executable file
44
modules/Project/language/pl_pl.help.ProjectTemplatesListView.html
Executable file
@@ -0,0 +1,44 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Project Templates Home</h1>
|
||||
|
||||
<p>Use this page view a list of existing project templates.
|
||||
|
||||
<p>To view the details of a template, click its name in the Project Templates list. Alternatively, you can also point the cursor on the down-arrow corresponding to a template name to view its description or edit the template.
|
||||
69
modules/Project/language/pl_pl.help.index.html
Executable file
69
modules/Project/language/pl_pl.help.index.html
Executable file
@@ -0,0 +1,69 @@
|
||||
<!--
|
||||
|
||||
/*********************************************************************************
|
||||
* LICENSE: The contents of this file are subject to the SugarCRM Professional
|
||||
* End User License Agreement ("License") which can be viewed at
|
||||
* http://www.sugarcrm.com/EULA. By installing or using this file, You have
|
||||
* unconditionally agreed to the terms and conditions of the License, and You
|
||||
* may not use this file except in compliance with the License. Under the
|
||||
* terms of the license, You shall not, among other things: 1) sublicense,
|
||||
* resell, rent, lease, redistribute, assign or otherwise transfer Your
|
||||
* rights to the Software, and 2) use the Software for timesharing or service
|
||||
* bureau purposes such as hosting the Software for commercial gain and/or for
|
||||
* the benefit of a third party. Use of the Software may be subject to
|
||||
* applicable fees and any use of the Software without first paying applicable
|
||||
* fees is strictly prohibited. You do not have the right to remove SugarCRM
|
||||
* copyrights from the source code or user interface.
|
||||
*
|
||||
* All copies of the Covered Code must include on each user interface screen:
|
||||
* (i) the "Powered by SugarCRM" logo and
|
||||
* (ii) the SugarCRM copyright notice
|
||||
* in the same form as they appear in the distribution. See full license for
|
||||
* requirements.
|
||||
*
|
||||
* Your Warranty, Limitations of liability and Indemnity are expressly stated
|
||||
* in the License. Please refer to the License for the specific language
|
||||
* governing these rights and limitations under the License. Portions created
|
||||
* by SugarCRM are Copyright (C) 2006 SugarCRM, Inc.; All Rights Reserved.
|
||||
********************************************************************************/
|
||||
|
||||
/*********************************************************************************
|
||||
|
||||
********************************************************************************/
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
|
||||
<h1>Projects</h1>
|
||||
|
||||
<p>
|
||||
Use the Projects module to create and manage projects for your organization. A project can be associated with multiple tasks and activities pertaining to one or more accounts and opportunities.</p>
|
||||
<p>The Project Home page displays the following information:</p>
|
||||
<ul>
|
||||
<li>A Search sub-panel where you can enter the project name to search for it. To find only projects assigned to you, select the <span class="helpButton">Only my items</span> box. To perform an advanced search using additional fields, click the <span class="helpButton">Advanced Search</span> tab. To customize and save the search layout and results, click the <span class="helpButton">Saved Search & Layout</span> tab.
|
||||
<li>A list of existing projects along with related information such as estimated time and actual effort.</li><ul>
|
||||
<li>To view the details of a project, click the name in the Project list.
|
||||
<li>To update or delete multiple projects, select the projects from the list and use the Mass Update sub-panel.
|
||||
</ul>
|
||||
<li>A Shortcuts section that displays the following options:
|
||||
<ul>
|
||||
<li><span class="helpShortcut">Create Project</span>. Click this option to create a new project. Alternatively, you can use the New Project quick form to create the project and add enter additional information after you save it.
|
||||
|
||||
<li><span class="helpShortcut">Create Project Template</span>. Click this option to create a template that you can use to create similar projects.
|
||||
|
||||
<li><span class="helpShortcut">Project List</span>. Click this option to navigate back to the Projects Home page from a project's detail page.
|
||||
|
||||
<li><span class="helpShortcut">Project Templates</span>. Click this option to view a list of existing templates.
|
||||
|
||||
<li><span class="helpShortcut">Create Project Task</span>. Click this option to create a new project task.
|
||||
<!--BEGIN SUGARCRM OS ONLY -->
|
||||
<li><span class="helpShortcut">Project Tasks</span>. Click this option to view a list of tasks for all your projects.
|
||||
<!--END SUGARCRM OS ONLY -->
|
||||
|
||||
<li><span class="helpShortcut">My Projects Dashboard</span>. Click this option for an overall view of the project's status.
|
||||
|
||||
<li>A New Project quick form that you can use to create a project with only the required fields. You can enter additional information after you save the project.
|
||||
</ul>
|
||||
Reference in New Issue
Block a user