note.php 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?php
  2. /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
  3. * Copyright (C) 2004-2016 Laurent Destailleur <eldy@users.sourceforge.net>
  4. * Copyright (C) 2005-2009 Regis Houssin <regis.houssin@inodbox.com>
  5. * Copyright (C) 2012 Marcos García <marcosgdf@gmail.com>
  6. * Copyright (C) 2017 Ferran Marcet <fmarcet@2byte.es>
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation; either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <https://www.gnu.org/licenses/>.
  20. */
  21. /**
  22. * \file htdocs/fourn/commande/note.php
  23. * \ingroup commande
  24. * \brief page for notes on supplier orders
  25. */
  26. // Load Dolibarr environment
  27. require '../../main.inc.php';
  28. require_once DOL_DOCUMENT_ROOT.'/core/lib/fourn.lib.php';
  29. require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.commande.class.php';
  30. if (isModEnabled('project')) {
  31. require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
  32. }
  33. // Load translation files required by the page
  34. $langs->loadLangs(array("suppliers", "orders", "companies", "stocks"));
  35. // Get Parameters
  36. $id = GETPOST('facid', 'int') ?GETPOST('facid', 'int') : GETPOST('id', 'int');
  37. $ref = GETPOST('ref');
  38. $action = GETPOST('action', 'aZ09');
  39. // Security check
  40. if ($user->socid) {
  41. $socid = $user->socid;
  42. }
  43. // Init Objects
  44. $hookmanager->initHooks(array('ordersuppliercardnote'));
  45. $result = restrictedArea($user, 'fournisseur', $id, 'commande_fournisseur', 'commande');
  46. $object = new CommandeFournisseur($db);
  47. $object->fetch($id, $ref);
  48. // Permissions
  49. $permissionnote = ($user->rights->fournisseur->commande->creer || $user->rights->supplier_order->creer); // Used by the include of actions_setnotes.inc.php
  50. $usercancreate = ($user->rights->fournisseur->commande->creer || $user->rights->supplier_order->creer);
  51. $permissiontoadd = $usercancreate; // Used by the include of actions_addupdatedelete.inc.php
  52. /*
  53. * Actions
  54. */
  55. $reshook = $hookmanager->executeHooks('doActions', array(), $object, $action); // Note that $action and $object may have been modified by some hooks
  56. if ($reshook < 0) {
  57. setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
  58. }
  59. if (empty($reshook)) {
  60. include DOL_DOCUMENT_ROOT.'/core/actions_setnotes.inc.php'; // Must be include, not include_once
  61. }
  62. /*
  63. * View
  64. */
  65. $title = $object->ref." - ".$langs->trans('Notes');
  66. $help_url = 'EN:Module_Suppliers_Orders|FR:CommandeFournisseur|ES:Módulo_Pedidos_a_proveedores';
  67. llxHeader('', $title, $help_url);
  68. $form = new Form($db);
  69. /* *************************************************************************** */
  70. /* */
  71. /* Mode vue et edition */
  72. /* */
  73. /* *************************************************************************** */
  74. $now = dol_now();
  75. if ($id > 0 || !empty($ref)) {
  76. if ($result >= 0) {
  77. $object->fetch_thirdparty();
  78. $author = new User($db);
  79. $author->fetch($object->user_author_id);
  80. $head = ordersupplier_prepare_head($object);
  81. $title = $langs->trans("SupplierOrder");
  82. print dol_get_fiche_head($head, 'note', $title, -1, 'order');
  83. // Supplier order card
  84. $linkback = '<a href="'.DOL_URL_ROOT.'/fourn/commande/list.php'.(!empty($socid) ? '?socid='.$socid : '').'">'.$langs->trans("BackToList").'</a>';
  85. $morehtmlref = '<div class="refidno">';
  86. // Ref supplier
  87. $morehtmlref .= $form->editfieldkey("RefSupplier", 'ref_supplier', $object->ref_supplier, $object, 0, 'string', '', 0, 1);
  88. $morehtmlref .= $form->editfieldval("RefSupplier", 'ref_supplier', $object->ref_supplier, $object, 0, 'string', '', null, null, '', 1);
  89. // Thirdparty
  90. $morehtmlref .= '<br>'.$object->thirdparty->getNomUrl(1);
  91. // Project
  92. if (isModEnabled('project')) {
  93. $langs->load("projects");
  94. $morehtmlref .= '<br>';
  95. if (0) {
  96. $morehtmlref .= img_picto($langs->trans("Project"), 'project', 'class="pictofixedwidth"');
  97. if ($action != 'classify' && $caneditproject) {
  98. $morehtmlref .= '<a class="editfielda" href="'.$_SERVER['PHP_SELF'].'?action=classify&token='.newToken().'&id='.$object->id.'">'.img_edit($langs->transnoentitiesnoconv('SetProject')).'</a> ';
  99. }
  100. $morehtmlref .= $form->form_project($_SERVER['PHP_SELF'].'?id='.$object->id, (empty($conf->global->PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS) ? $object->socid : -1), $object->fk_project, ($action == 'classify' ? 'projectid' : 'none'), 0, 0, 0, 1, '', 'maxwidth300');
  101. } else {
  102. if (!empty($object->fk_project)) {
  103. $proj = new Project($db);
  104. $proj->fetch($object->fk_project);
  105. $morehtmlref .= $proj->getNomUrl(1);
  106. if ($proj->title) {
  107. $morehtmlref .= '<span class="opacitymedium"> - '.dol_escape_htmltag($proj->title).'</span>';
  108. }
  109. }
  110. }
  111. }
  112. $morehtmlref .= '</div>';
  113. dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref);
  114. print '<div class="fichecenter">';
  115. print '<div class="underbanner clearboth"></div>';
  116. $cssclass = "titlefield";
  117. include DOL_DOCUMENT_ROOT.'/core/tpl/notes.tpl.php';
  118. print '</div>';
  119. print dol_get_fiche_end();
  120. } else {
  121. /* Order not found */
  122. $langs->load("errors");
  123. print $langs->trans("ErrorRecordNotFound");
  124. }
  125. }
  126. // End of page
  127. llxFooter();
  128. $db->close();