2018-03-28 17:04:10 +02:00
|
|
|
<?php
|
2020-09-07 15:04:06 +02:00
|
|
|
/*
|
|
|
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
|
|
|
* Copyright (C) DevCode s.n.c.
|
|
|
|
*
|
|
|
|
* 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/>.
|
|
|
|
*/
|
2018-03-28 17:04:10 +02:00
|
|
|
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
|
2018-05-11 15:56:08 +02:00
|
|
|
?><form action="" method="post" id="edit-form">
|
2018-03-28 17:04:10 +02:00
|
|
|
<input type="hidden" name="backto" value="record-edit">
|
|
|
|
<input type="hidden" name="op" value="update">
|
|
|
|
|
|
|
|
<!-- DATI -->
|
|
|
|
<div class="panel panel-primary">
|
|
|
|
<div class="panel-heading">
|
|
|
|
<h3 class="panel-title"><?php echo tr('Dati'); ?></h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="row">
|
2020-09-09 16:55:45 +02:00
|
|
|
<div class="col-md-6">
|
|
|
|
{[ "type": "select", "label": "<?php echo tr('Anagrafica'); ?>", "name": "id_anagrafica", "required": "1", "value": "$id_anagrafica$", "ajax-source": "anagrafiche", "disabled": 1 ]}
|
2018-03-28 17:04:10 +02:00
|
|
|
</div>
|
2020-09-09 16:55:45 +02:00
|
|
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
{[ "type": "text", "label": "<?php echo tr('Nome'); ?>", "name": "nome", "required": "1", "value": "$nome$" ]}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-6">
|
2018-08-11 15:49:46 +02:00
|
|
|
{[ "type": "text", "label": "<?php echo tr('Filiale'); ?>", "name": "filiale", "value": "$filiale$" ]}
|
2018-03-28 17:04:10 +02:00
|
|
|
</div>
|
2020-09-09 16:55:45 +02:00
|
|
|
|
|
|
|
<div class="col-md-6">
|
2020-08-11 08:10:06 +02:00
|
|
|
{[ "type": "select", "label": "<?php echo tr('Conto predefinito'); ?>", "name": "id_pianodeiconti3", "value": "$id_pianodeiconti3$", "values": "query=SELECT id, descrizione FROM co_pianodeiconti3 WHERE idpianodeiconti2 = 1" ]}
|
2018-03-28 17:22:55 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-09-09 16:55:45 +02:00
|
|
|
|
2018-03-28 17:22:55 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-8">
|
2018-05-09 12:28:21 +02:00
|
|
|
{[ "type": "text", "label": "<?php echo tr('IBAN'); ?>", "name": "iban", "required": "1", "class": "alphanumeric-mask", "maxlength": 32, "value": "$iban$" ]}
|
2018-03-28 17:22:55 +02:00
|
|
|
</div>
|
2020-09-09 16:55:45 +02:00
|
|
|
|
2018-03-28 17:22:55 +02:00
|
|
|
<div class="col-md-4">
|
2018-08-11 15:49:46 +02:00
|
|
|
{[ "type": "text", "label": "<?php echo tr('BIC'); ?>", "name": "bic", "class": "alphanumeric-mask", "maxlength": 11, "value": "$bic$" ]}
|
2018-03-28 17:22:55 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-09-09 16:55:45 +02:00
|
|
|
|
2018-03-28 17:22:55 +02:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-12">
|
2018-08-03 09:34:06 +02:00
|
|
|
{[ "type": "textarea", "label": "<?php echo tr('Note'); ?>", "name": "note", "value": "$note$" ]}
|
2018-03-28 17:04:10 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-03-28 17:22:55 +02:00
|
|
|
</form>
|
2018-03-28 17:04:10 +02:00
|
|
|
|
|
|
|
<?php
|
2018-09-05 10:05:23 +02:00
|
|
|
// Collegamenti diretti (numerici)
|
2018-03-28 17:22:55 +02:00
|
|
|
$documenti = $dbo->fetchNum('SELECT idanagrafica FROM an_anagrafiche WHERE idbanca_vendite='.prepare($id_record).'
|
2018-12-28 00:04:41 +01:00
|
|
|
UNION SELECT idanagrafica FROM an_anagrafiche WHERE idbanca_acquisti='.prepare($id_record).'
|
|
|
|
UNION SELECT idanagrafica FROM co_documenti WHERE idbanca='.prepare($id_record));
|
2018-03-28 17:04:10 +02:00
|
|
|
|
2018-06-26 14:30:26 +02:00
|
|
|
if (!empty($documenti)) {
|
|
|
|
echo '
|
2018-03-28 17:22:55 +02:00
|
|
|
<div class="alert alert-danger">
|
|
|
|
'.tr('Ci sono _NUM_ documenti collegati', [
|
|
|
|
'_NUM_' => count($documenti),
|
|
|
|
]).'.
|
|
|
|
</div>';
|
2018-03-28 17:04:10 +02:00
|
|
|
}
|
|
|
|
?>
|
|
|
|
|
|
|
|
<a class="btn btn-danger ask" data-backto="record-list">
|
|
|
|
<i class="fa fa-trash"></i> <?php echo tr('Elimina'); ?>
|
|
|
|
</a>
|