You are not logged in.
Bonjour!
Chers développeurs et les utilisateurs, ont besoin d'aide.
Comment ajouter la "date d'installation" pour le logiciel?
Dans l'image du résultat souhaité.
____________
nouvelle image
Last edited by 9mik09 (2015-09-01 18:20:05)
Offline
glpi_computers_softwareversions
Si vous ajoutez à "date_d'installation", il ne reste plus qu'à montrer à la droite tab?
Offline
Depuis l'ordinateur concerné, onglet logiciel, vous sélectionnez le logiciel soushité ainsi que la version et vous cliquez sur installer
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
Google's translator working stupid. You do not understand me.
------
en
I want to add a new field
on a picture - "date d'installation"
in mysql base "glpi" in table "glpi_computers_softwareversions" I add new field "date_dinstallation"
how to display?
ru
Я хочу добавить новое поле "Дата установки". Это дата когда было установленно програмное обеспечение на компьютер.
В GLPI нет встроенных полей которые можно было бы использовать для этого.
В базе данных glpi в таблице glpi_computers_softwareversions я добавил поле "date_dinstallation".
Теперь хочу показать это поле "Дата установки" как на рисунке.
Поле должно иметь возможность редактирования и после нажатия на кнопку "Save" значения полей "Дата установки" должны быть сохраненны в базу данных.
Как это сделать?
(если кто может изложить это на французком, буду благодарен)
Offline
en It works, but I can not edit the fields of this tab
fr Il fonctionne, mais je ne peux pas modifier les champs de cet onglet
фото хостинг
Offline
add fields date
show, can edit.
no save....
how to edit options button SAVE?
хостинг изображений png
Last edited by 9mik09 (2015-09-02 17:59:48)
Offline
code field in file computer_softwareversion.class.php
in function showInstallations
echo "<td>";
Html::showDateFormItem('date_installs', $data['date_installs'], true, $editcalendar=true);
echo "</td>";
Offline
can someone tell me which file * .php have information button "Save"?
Offline
?
Offline
in your screenshot #6 save button is displayed by :
glpi/inc/software.class.php
function : ShowForm
Trouver la panne avant de réparer...
GLPI10.0.16 (ubuntu 22.04 PHP8.1 Mariadb10.6 ) plugins : comportements 2.7.3 reports 1.16.0 formcreator 2.13.9, datainjection 2.13.5 fields 1.21.9
Offline
in your screenshot #6 save button is displayed by :
glpi/inc/software.class.php
function : ShowForm
Thank you!
Trying ... not successfully
Offline
wrong
this button in commondbtm.class.php
Offline
Button Save is a global button for all items in GLPI not only for Software.
If you add a column in the list of result, you can't change this save button because it's not the same form.
You must change this result form en submit form and don't forget to change massive actions.
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline