2017-08-04 16:28:16 +02:00
< ? php
2020-09-07 15:04:06 +02:00
/*
* OpenSTAManager : il software gestionale open source per l ' assistenza tecnica e la fatturazione
2021-01-20 15:08:51 +01:00
* Copyright ( C ) DevCode s . r . l .
2020-09-07 15:04:06 +02:00
*
* This program is free software : you can redistribute it and / or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation , either version 3 of the License , or
* ( at your option ) any later version .
*
* 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 General Public License for more details .
*
* You should have received a copy of the GNU General Public License
* along with this program . If not , see < https :// www . gnu . org / licenses />.
*/
2017-08-04 16:28:16 +02:00
include_once __DIR__ . '/../../core.php' ;
2018-07-18 15:20:10 +02:00
if ( $record [ 'can_delete' ]) {
2018-06-26 14:30:26 +02:00
$attr = '' ;
} else {
$attr = 'readonly' ;
2020-01-14 18:31:46 +01:00
echo '<div class="alert alert-warning">' . tr ( 'Alcune impostazioni non possono essere modificate per questo stato attività.' ) . '</div>' ;
2018-06-07 15:47:31 +02:00
}
?>
2018-02-23 16:04:50 +01:00
< form action = " " method = " post " id = " edit-form " >
2017-08-04 16:28:16 +02:00
< input type = " hidden " name = " op " value = " update " >
< input type = " hidden " name = " backto " value = " record-edit " >
2018-02-18 19:53:23 +01:00
< input type = " hidden " name = " id_record " value = " <?php echo $id_record ; ?> " >
2017-08-04 16:28:16 +02:00
< div class = " row " >
2020-04-01 15:59:13 +02:00
< div class = " col-md-9 " >
< div class = " row " >
< div class = " col-md-3 " >
{[ " type " : " text " , " label " : " <?php echo tr('Codice'); ?> " , " name " : " codice " , " value " : " $codice $ " , " extra " : " <?php echo $attr ; ?> " ]}
</ div >
2018-07-03 12:28:38 +02:00
2020-04-01 15:59:13 +02:00
< div class = " col-md-6 " >
{[ " type " : " text " , " label " : " <?php echo tr('Descrizione'); ?> " , " name " : " descrizione " , " required " : 1 , " value " : " $descrizione $ " ]}
</ div >
2017-08-04 16:28:16 +02:00
2020-04-01 15:59:13 +02:00
< div class = " col-md-3 " >
{[ " type " : " text " , " label " : " <?php echo tr('Colore'); ?> " , " name " : " colore " , " required " : 1 , " class " : " colorpicker text-center " , " value " : " $colore $ " , " extra " : " maxlength='7' " , " icon-after " : " <div class='img-circle square'></div> " ]}
</ div >
</ div >
2020-03-12 22:07:28 +01:00
2020-04-01 15:59:13 +02:00
< div class = " row " >
2021-02-02 13:01:27 +01:00
< div class = " col-md-6 " >
{[ " type " : " checkbox " , " label " : " <?php echo tr('Abilita notifiche'); ?> " , " name " : " notifica " , " help " : " <?php echo tr('Quando l \ 'attività passa in questo stato viene inviata una notifica ai destinatari designati.'); ?>. " , " value " : " $notifica $ " ]}
</ div >
2020-04-01 15:59:13 +02:00
< div class = " col-md-6 " >
{[ " type " : " select " , " label " : " <?php echo tr('Template email'); ?> " , " name " : " email " , " value " : " $id_email $ " , " values " : " query=SELECT id, name AS descrizione FROM em_templates WHERE id_module = <?php echo Modules::get('Interventi')['id']; ?> AND deleted_at IS NULL " , " disabled " : < ? php echo intval ( empty ( $record [ 'notifica' ])); ?> ]}
</ div >
2018-09-20 11:39:03 +02:00
2021-02-02 13:01:27 +01:00
</ div >
< div class = " row " >
< div class = " col-md-3 " >
{[ " type " : " checkbox " , " label " : " <?php echo tr('Notifica al cliente'); ?> " , " name " : " notifica_cliente " , " help " : " <?php echo tr('Quando l \ 'attività passa in questo stato viene inviata una notifica al cliente.'); ?>. " , " value " : " $notifica_cliente $ " ]}
</ div >
< div class = " col-md-3 " >
{[ " type " : " checkbox " , " label " : " <?php echo tr('Notifica ai tecnici'); ?> " , " name " : " notifica_tecnici " , " help " : " <?php echo tr('Quando l \ 'attività passa in questo stato viene inviata una notifica ai tecnici assegnati.'); ?>. " , " value " : " $notifica_tecnici $ " ]}
</ div >
2020-04-01 15:59:13 +02:00
< div class = " col-md-6 " >
2021-02-02 13:01:27 +01:00
{[ " type " : " text " , " label " : " <?php echo tr('Destinatari aggiuntivi'); ?> " , " name " : " destinatari " , " value " : " $destinatari $ " , " disabled " : < ? php echo intval ( empty ( $record [ 'notifica' ])); ?> ]}
2020-04-01 15:59:13 +02:00
</ div >
2021-02-02 13:01:27 +01:00
2020-04-01 15:59:13 +02:00
</ div >
2018-09-20 11:39:03 +02:00
</ div >
2020-04-01 15:59:13 +02:00
< div class = " col-md-3 " >
< div class = " panel panel-primary " >
< div class = " panel-heading " >
< h3 class = " panel-title " >< ? php echo tr ( 'Flags' ); ?> </h3>
</ div >
2018-09-20 11:39:03 +02:00
2020-04-01 15:59:13 +02:00
< div class = " panel-body " >
{[ " type " : " checkbox " , " label " : " <?php echo tr('Completato?'); ?> " , " name " : " is_completato " , " value " : " $is_completato $ " , " help " : " <?php echo tr('Le attività che si trovano in questo stato verranno considerate come completate.'); ?> " , " placeholder " : " <?php echo tr('Completato'); ?> " , " extra " : " <?php echo $attr ; ?> " ]}
2021-02-02 13:01:27 +01:00
{[ " type " : " checkbox " , " label " : " <?php echo tr('Fatturabile?'); ?> " , " name " : " is_fatturabile " , " value " : " $is_fatturabile $ " , " help " : " <?php echo tr('Le attività che si trovano in questo stato verranno considerate come fatturabili.'); ?> " , " placeholder " : " <?php echo tr('Fatturabile'); ?> " , " extra " : " <?php echo $attr ; ?> " ]}
2020-04-01 15:59:13 +02:00
</ div >
</ div >
2018-09-20 11:39:03 +02:00
</ div >
</ div >
2017-08-04 16:28:16 +02:00
</ form >
< ? php
2018-02-16 15:06:54 +01:00
// Record eliminabile solo se permesso
2018-07-18 15:20:10 +02:00
if ( $record [ 'can_delete' ]) {
2017-08-04 16:28:16 +02:00
?>
< a class = " btn btn-danger ask " data - backto = " record-list " >
2018-02-18 19:53:23 +01:00
< i class = " fa fa-trash " ></ i > < ? php echo tr ( 'Elimina' ); ?>
2017-08-04 16:28:16 +02:00
</ a >
< ? php
}
?>
< script >
2020-07-31 14:25:50 +02:00
$ ( document ) . ready ( function () {
$ ( '.colorpicker' ) . colorpicker () . on ( 'changeColor' , function () {
2017-08-04 16:28:16 +02:00
$ ( '#colore' ) . parent () . find ( '.square' ) . css ( 'background' , $ ( '#colore' ) . val () );
});
$ ( '#colore' ) . parent () . find ( '.square' ) . css ( 'background' , $ ( '#colore' ) . val () );
2020-01-14 18:31:46 +01:00
2020-07-31 14:25:50 +02:00
$ ( " #notifica " ) . change ( function () {
2020-01-14 18:31:46 +01:00
if ( $ ( this ) . is ( " :checked " )) {
$ ( " #email " ) . attr ( " required " , true );
$ ( " #email " ) . attr ( " disabled " , false );
$ ( " #destinatari " ) . attr ( " disabled " , false );
2021-02-02 13:01:27 +01:00
$ ( " #notifica_cliente " ) . attr ( " disabled " , false );
$ ( " #notifica_tecnici " ) . attr ( " disabled " , false );
2020-01-14 18:31:46 +01:00
} else {
$ ( " #email " ) . attr ( " required " , false );
$ ( " #email " ) . attr ( " disabled " , true );
$ ( " #destinatari " ) . attr ( " disabled " , true );
2021-02-02 13:01:27 +01:00
$ ( " #destinatari " ) . val ( " " );
$ ( " #notifica_cliente " ) . attr ( " disabled " , true );
$ ( " #notifica_tecnici " ) . attr ( " disabled " , true );
$ ( " #notifica_cliente " ) . val ([ 0 ]);
$ ( " #notifica_tecnici " ) . val ([ 0 ]);
2020-01-14 18:31:46 +01:00
}
});
2017-08-04 16:28:16 +02:00
});
2018-07-03 12:28:38 +02:00
</ script >