29 require
'../../main.inc.php';
30 require_once DOL_DOCUMENT_ROOT.
'/comm/propal/class/propal.class.php';
31 require_once DOL_DOCUMENT_ROOT.
'/core/lib/propal.lib.php';
32 require_once DOL_DOCUMENT_ROOT.
'/core/lib/files.lib.php';
33 require_once DOL_DOCUMENT_ROOT.
'/core/lib/images.lib.php';
34 require_once DOL_DOCUMENT_ROOT.
'/core/class/html.formfile.class.php';
35 if (!empty($conf->project->enabled)) {
36 require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
40 $langs->loadLangs(array(
'propal',
'compta',
'other',
'companies'));
42 $action =
GETPOST(
'action',
'alpha');
43 $confirm =
GETPOST(
'confirm',
'alpha');
49 if (!empty($user->socid)) {
50 $socid = $user->socid;
55 $limit =
GETPOST(
'limit',
'int') ?
GETPOST(
'limit',
'int') : $conf->liste_limit;
56 $sortfield =
GETPOST(
'sortfield',
'aZ09comma');
57 $sortorder =
GETPOST(
'sortorder',
'aZ09comma');
59 if (empty($page) || $page == -1) {
62 $offset = $limit * $page;
63 $pageprev = $page - 1;
64 $pagenext = $page + 1;
66 if (!empty($conf->global->MAIN_DOC_SORT_FIELD)) {
67 $sortfield = $conf->global->MAIN_DOC_SORT_FIELD;
69 if (!empty($conf->global->MAIN_DOC_SORT_ORDER)) {
70 $sortorder = $conf->global->MAIN_DOC_SORT_ORDER;
81 $object->fetch($id, $ref);
83 $permissiontoadd = $user->rights->propale->creer;
86 if (!empty($user->socid)) {
87 $socid = $user->socid;
88 $object->id = $user->socid;
97 if ($object->id > 0) {
98 $object->fetch_thirdparty();
99 $upload_dir = $conf->propal->multidir_output[$object->entity].
'/'.
dol_sanitizeFileName($object->ref);
100 include DOL_DOCUMENT_ROOT.
'/core/actions_linkedfiles.inc.php';
107 $title = $langs->trans(
'Proposal').
" - ".$langs->trans(
'Documents');
108 $help_url =
'EN:Commercial_Proposals|FR:Proposition_commerciale|ES:Presupuestos';
113 if ($object->id > 0) {
114 $upload_dir = $conf->propal->multidir_output[$object->entity].
'/'.
dol_sanitizeFileName($object->ref);
120 $filearray =
dol_dir_list($upload_dir,
"files", 0,
'',
'(\.meta|_preview.*\.png)$', $sortfield, (strtolower($sortorder) ==
'desc' ?SORT_DESC:SORT_ASC), 1);
122 foreach ($filearray as $key => $file) {
123 $totalsize += $file[
'size'];
129 $linkback =
'<a href="'.DOL_URL_ROOT.
'/comm/propal/list.php?restore_lastsearch_values=1'.(!empty($socid) ?
'&socid='.$socid :
'').
'">'.$langs->trans(
"BackToList").
'</a>';
132 $morehtmlref =
'<div class="refidno">';
134 $morehtmlref .=
$form->editfieldkey(
"RefCustomer",
'ref_client', $object->ref_client, $object, 0,
'string',
'', 0, 1);
135 $morehtmlref .=
$form->editfieldval(
"RefCustomer",
'ref_client', $object->ref_client, $object, 0,
'string',
'', null, null,
'', 1);
137 $morehtmlref .=
'<br>'.$langs->trans(
'ThirdParty').
' : '.$object->thirdparty->getNomUrl(1,
'customer');
139 if (!empty($conf->project->enabled)) {
140 $langs->load(
"projects");
141 $morehtmlref .=
'<br>'.$langs->trans(
'Project').
' ';
142 if ($user->rights->propal->creer) {
143 if ($action !=
'classify') {
145 $morehtmlref .=
' : ';
147 if ($action ==
'classify') {
149 $morehtmlref .=
'<form method="post" action="'.$_SERVER[
'PHP_SELF'].
'?id='.$object->id.
'">';
150 $morehtmlref .=
'<input type="hidden" name="action" value="classin">';
151 $morehtmlref .=
'<input type="hidden" name="token" value="'.newToken().
'">';
152 $morehtmlref .= $formproject->select_projects($object->socid, $object->fk_project,
'projectid', $maxlength, 0, 1, 0, 1, 0, 0,
'', 1);
153 $morehtmlref .=
'<input type="submit" class="button valignmiddle" value="'.$langs->trans(
"Modify").
'">';
154 $morehtmlref .=
'</form>';
156 $morehtmlref .=
$form->form_project($_SERVER[
'PHP_SELF'].
'?id='.$object->id, $object->socid, $object->fk_project,
'none', 0, 0, 0, 1);
159 if (!empty($object->fk_project)) {
161 $proj->fetch($object->fk_project);
162 $morehtmlref .=
' : '.$proj->getNomUrl(1);
164 $morehtmlref .=
' - '.$proj->title;
171 $morehtmlref .=
'</div>';
173 dol_banner_tab($object,
'ref', $linkback, 1,
'ref',
'ref', $morehtmlref);
176 print
'<div class="fichecenter">';
177 print
'<div class="underbanner clearboth"></div>';
179 print
'<table class="border tableforfield centpercent">';
182 print
'<tr><td class="titlefield">'.$langs->trans(
"NbOfAttachedFiles").
'</td><td>'.count($filearray).
'</td></tr>';
183 print
'<tr><td>'.$langs->trans(
"TotalSizeOfAttachedFiles").
'</td><td>'.
dol_print_size($totalsize, 1, 1).
'</td></tr>';
192 $modulepart =
'propal';
193 $permissiontoadd = $user->rights->propal->creer;
194 $permtoedit = $user->rights->propal->creer;
195 $param =
'&id='.$object->id;
196 include DOL_DOCUMENT_ROOT.
'/core/tpl/document_actions_post_headers.tpl.php';
198 print $langs->trans(
"ErrorUnknown");
GETPOST($paramname, $check= 'alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
if($cancel &&!$id) if($action== 'add'&&!$cancel) if($action== 'delete') if($id) $form
Actions.
if(!defined('NOREQUIRESOC')) if(!defined('NOREQUIRETRAN')) if(!defined('NOCSRFCHECK')) if(!defined('NOTOKENRENEWAL')) if(!defined('NOREQUIREMENU')) if(!defined('NOREQUIREHTML')) if(!defined('NOREQUIREAJAX')) llxHeader()
Empty header.
if(GETPOST('button_removefilter_x', 'alpha')||GETPOST('button_removefilter.x', 'alpha')||GETPOST('button_removefilter', 'alpha')) if(GETPOST('button_search_x', 'alpha')||GETPOST('button_search.x', 'alpha')||GETPOST('button_search', 'alpha')) if($action=="save"&&empty($cancel)) $help_url
View.
GETPOSTISSET($paramname)
Return true if we are in a context of submitting the parameter $paramname from a POST of a form...
Class to manage projects.
dol_sanitizeFileName($str, $newstr= '_', $unaccent=1)
Clean a string to use it as a file name.
dol_dir_list($path, $types="all", $recursive=0, $filter="", $excludefilter=null, $sortcriteria="name", $sortorder=SORT_ASC, $mode=0, $nohook=0, $relativename="", $donotfollowsymlinks=0)
Scan a directory and return a list of files/directories.
restrictedArea($user, $features, $objectid=0, $tableandshare= '', $feature2= '', $dbt_keyfield= 'fk_soc', $dbt_select= 'rowid', $isdraft=0, $mode=0)
Check permissions of a user to show a page and an object.
propal_prepare_head($object)
Prepare array with list of tabs.
dol_get_fiche_head($links=array(), $active= '', $title= '', $notab=0, $picto= '', $pictoisfullpath=0, $morehtmlright= '', $morecss= '', $limittoshow=0, $moretabssuffix= '')
Show tabs of a record.
dol_print_size($size, $shortvalue=0, $shortunit=0)
Return string with formated size.
dol_get_fiche_end($notab=0)
Return tab footer of a card.
dol_banner_tab($object, $paramid, $morehtml= '', $shownav=1, $fieldid= 'rowid', $fieldref= 'ref', $morehtmlref= '', $moreparam= '', $nodbprefix=0, $morehtmlleft= '', $morehtmlstatus= '', $onlybanner=0, $morehtmlright= '')
Show tab footer of a card.
Class to manage proposals.