Migliorie minori

This commit is contained in:
Luca 2021-10-26 10:18:32 +02:00
parent 7a27d3815d
commit c724505853
9 changed files with 29 additions and 20 deletions

View File

@ -1096,3 +1096,13 @@ div.tip {
-ms-user-select: none;
user-select: none;
}
.table-extra-condensed > thead > tr > th,
.table-extra-condensed > tbody > tr > th,
.table-extra-condensed > tfoot > tr > th,
.table-extra-condensed > thead > tr > td,
.table-extra-condensed > tbody > tr > td,
.table-extra-condensed > tfoot > tr > td {
padding: 2px;
}

View File

@ -267,7 +267,7 @@ function verificaPrezzoArticolo() {
let div = prezzo_unitario_input.closest("div").parent().find("div[id*=errors]");
if (prezzo_previsto === prezzo_unitario) {
if (prezzo_previsto === prezzo_unitario || prezzo_previsto === 0 ) {
div.css("padding-top", "0");
div.html("");
@ -275,7 +275,7 @@ function verificaPrezzoArticolo() {
}
div.css("padding-top", "5px");
div.html(`<small class="label label-warning" >'.tr('Prezzo suggerito').': ` + prezzo_previsto.toLocale() + globals.currency + `<button type="button" class="btn btn-xs btn-info pull-right" onclick="aggiornaPrezzoArticolo()"><i class="fa fa-refresh"></i> '.tr('Aggiorna').'</button></small>`);
div.html(`<small class="label label-info" >'.tr('Prezzo suggerito').': ` + prezzo_previsto.toLocale() + " " + globals.currency + `<button type="button" class="btn btn-xs btn-info pull-right" onclick="aggiornaPrezzoArticolo()"><i class="fa fa-refresh"></i> '.tr('Aggiorna').'</button></small>`);
}
/**
@ -297,7 +297,7 @@ function verificaScontoArticolo() {
}
div.css("padding-top", "5px");
div.html(`<small class="label label-warning" >'.tr('Sconto suggerito').': ` + sconto_previsto.toLocale() + `%<button type="button" class="btn btn-xs btn-info pull-right" onclick="aggiornaScontoArticolo()"><i class="fa fa-refresh"></i> '.tr('Aggiorna').'</button></small>`);
div.html(`<small class="label label-info" >'.tr('Sconto suggerito').': ` + sconto_previsto.toLocale() + `%<button type="button" class="btn btn-xs btn-info pull-right" onclick="aggiornaScontoArticolo()"><i class="fa fa-refresh"></i> '.tr('Aggiorna').'</button></small>`);
}
/**

View File

@ -268,7 +268,7 @@ function verificaPrezzoArticolo(tr) {
let div = prezzo_unitario_input.closest("div").parent().find("div[id*=errors]");
if (prezzo_previsto === prezzo_unitario) {
if (prezzo_previsto === prezzo_unitario || prezzo_previsto === 0) {
div.css("padding-top", "0");
div.html("");
@ -276,7 +276,7 @@ function verificaPrezzoArticolo(tr) {
}
div.css("padding-top", "5px");
div.html(`<small class="label label-warning" >'.tr('Prezzo suggerito').': ` + prezzo_previsto.toLocale() + globals.currency + `<button type="button" class="btn btn-xs btn-info pull-right" onclick="aggiornaPrezzoArticolo(this)"><i class="fa fa-refresh"></i> '.tr('Aggiorna').'</button></small>`);
div.html(`<small class="label label-info" >'.tr('Prezzo suggerito').': ` + prezzo_previsto.toLocale() + " " + globals.currency + `<button type="button" class="btn btn-xs btn-info pull-right" onclick="aggiornaPrezzoArticolo(this)"><i class="fa fa-refresh"></i> '.tr('Aggiorna').'</button></small>`);
}
/**
@ -314,7 +314,7 @@ function verificaScontoArticolo(tr) {
}
div.css("padding-top", "5px");
div.html(`<small class="label label-warning" >'.tr('Sconto suggerito').': ` + sconto_previsto.toLocale() + `%<button type="button" class="btn btn-xs btn-info pull-right" onclick="aggiornaScontoArticolo(this)"><i class="fa fa-refresh"></i> '.tr('Aggiorna').'</button></small>`);
div.html(`<small class="label label-info" >'.tr('Sconto suggerito').': ` + sconto_previsto.toLocale() + `%<button type="button" class="btn btn-xs btn-info pull-right" onclick="aggiornaScontoArticolo(this)"><i class="fa fa-refresh"></i> '.tr('Aggiorna').'</button></small>`);
}
/**

View File

@ -76,7 +76,7 @@ if ($options['dir'] == 'entrata') {
var mediaponderata = parseFloat($("#idarticolo").selectData().media_ponderata);
div.html("<table cellpadding=1>\
div.html("<table class=\"table table-extra-condensed\" style=\"margin-top:7px;\" >\
<tr>\
<td>\
<small>&nbsp;'.tr('Guadagno').':</small>\
@ -84,7 +84,7 @@ if ($options['dir'] == 'entrata') {
<td align=\"right\">\
<small>" + guadagno.toLocale() + "</small>\
</td>\
<td align=\"right\">\
<td align=\"center\">\
<small>" + globals.currency + "</small>\
</td>\
</tr>\
@ -95,7 +95,7 @@ if ($options['dir'] == 'entrata') {
<td align=\"right\">\
<small>" + margine.toLocale() + "<small>\
</td>\
<td align=\"right\">\
<td align=\"center\">\
<small>&nbsp;%<small>\
</td>\
</tr>\
@ -106,7 +106,7 @@ if ($options['dir'] == 'entrata') {
<td align=\"right\">\
<small>" + mediaponderata.toLocale() + "</small>\
</td>\
<td align=\"right\">\
<td align=\"center\">\
<small>" + globals.currency + "</small>\
</td>\
</tr>\
@ -160,7 +160,7 @@ if (in_array($module['name'], ['Ordini cliente', 'Ordini fornitore', 'Preventivi
$confermato = $result['confermato'];
}
echo '
<div class="box box-warning collapsable collapsed-box">
<div class="box box-info collapsable collapsed-box">
<div class="box-header with-border">
<h3 class="box-title">'.tr('Informazioni aggiuntive').'</h3>
<div class="box-tools pull-right">

View File

@ -173,7 +173,7 @@ include_once __DIR__.'/../../core.php';
<div class="row">
<div class="col-md-12">
{[ "type": "select", "label": "<?php echo tr('Fornitore predefinito'); ?>", "name": "id_fornitore", "ajax-source": "fornitori-articolo", "select-options": <?php echo json_encode(['id_articolo' => $id_record]); ?>, "value":"$id_fornitore$", "help": "<?php echo tr('Fornitore predefinito selezionabile tra i fornitori presenti nel plugin \"Prezzi di listino\"'); ?>." ]}
{[ "type": "select", "label": "<?php echo tr('Fornitore predefinito'); ?>", "name": "id_fornitore", "ajax-source": "fornitori-articolo", "select-options": <?php echo json_encode(['id_articolo' => $id_record]); ?>, "value":"$id_fornitore$", "help": "<?php echo tr('Fornitore predefinito selezionabile tra i fornitori presenti nel plugin \"Listino fornitori\"'); ?>." ]}
</div>
</div>

View File

@ -43,7 +43,7 @@ $id_anagrafica = filter('id_anagrafica');
</div>
<div class="col-md-4">
{[ "type": "select", "label": "<?php echo tr('Tecnico assegnato'); ?>", "name": "idtecnico", "ajax-source": "tecnici" ]}
{[ "type": "select", "label": "<?php echo tr('Tecnico assegnato'); ?>", "name": "idtecnico", "ajax-source": "tecnici", "icon-after": "add|<?php echo Modules::get('Anagrafiche')['id']; ?>|tipoanagrafica=Tecnico&readonly_tipo=1" ]}
</div>
</div>

View File

@ -23,7 +23,7 @@ use Plugins\ListinoClienti\DettaglioPrezzo;
include_once __DIR__.'/../../core.php';
$id_articolo = $id_record;
$module_anagrafiche = Modules::get('Anagrafiche');
echo '
<div class="box">
<div class="box-header">
@ -33,7 +33,7 @@ echo '
<div class="box-body">
<div class="row">
<div class="col-md-9">
{[ "type": "select", "label": "'.tr('Cliente').'", "name": "id_cliente_informazioni", "required":"1", "ajax-source": "clienti", "icon-after": "add|'.$module_anagrafiche['id'].'|tipoanagrafica=Cliente&readonly_tipo=1" ]}
{[ "type": "select", "label": "'.tr('Cliente').'", "name": "id_cliente_informazioni", "required":"1", "ajax-source": "clienti", "icon-after": "add|'.Modules::get('Anagrafiche')['id'].'|tipoanagrafica=Cliente&readonly_tipo=1" ]}
</div>
<div class="col-md-3">

View File

@ -38,9 +38,9 @@ if (!empty($id_riga)) {
}
echo '
<p>'.tr('Informazioni relative al fornitore _NAME_', [
'_NAME_' => $anagrafica->ragione_sociale,
]).'.</p>
<p>'.tr('Informazioni relative al fornitore: _NAME_', [
'_NAME_' => '<b>'.$anagrafica->ragione_sociale.'</b>',
]).'</p>
<form action="" method="post">
<input type="hidden" name="backto" value="record-edit">

View File

@ -23,7 +23,6 @@ use Plugins\ListinoFornitori\DettaglioFornitore;
include_once __DIR__.'/../../core.php';
$id_articolo = $id_record;
$module_anagrafiche = Modules::get('Anagrafiche');
echo '
<div class="box">
<div class="box-header">
@ -33,7 +32,7 @@ echo '
<div class="box-body">
<div class="row">
<div class="col-md-9">
{[ "type": "select", "label": "'.tr('Fornitore').'", "name": "id_fornitore_informazioni", "required":"1", "ajax-source": "fornitori","icon-after": "add|'.$module_anagrafiche['id'].'|tipoanagrafica=Fornitore&readonly_tipo=1" ]}
{[ "type": "select", "label": "'.tr('Fornitore').'", "name": "id_fornitore_informazioni", "required":"1", "ajax-source": "fornitori","icon-after": "add|'.Modules::get('Anagrafiche')['id'].'|tipoanagrafica=Fornitore&readonly_tipo=1" ]}
</div>
<div class="col-md-3">