Miglioramento della nuova impostazione
This commit is contained in:
parent
f412f3fd63
commit
528e614064
|
@ -20,6 +20,7 @@ $settings = [
|
|||
"Percentuale ritenuta d'acconto" => false,
|
||||
"Causale ritenuta d'acconto" => false,
|
||||
'Valuta' => true,
|
||||
'Utilizza prezzi di vendita con IVA incorporata' => false,
|
||||
];
|
||||
|
||||
if (!empty(setting("Percentuale ritenuta d'acconto"))) {
|
||||
|
@ -174,8 +175,8 @@ if (!$has_azienda) {
|
|||
<div class="col-md-12">
|
||||
{[ "type": "file", "placeholder": "'.tr('File').'", "name": "blob" ]}
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> </p><div class="col-md-12 alert alert-info text-center">'.tr('Per impostare il logo delle stampe, caricare un file ".jpg". Risoluzione consigliata 302x111 pixel').'.</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -161,14 +161,18 @@ $_SESSION['superselect']['id_categoria'] = $record['id_categoria'];
|
|||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<button type="button" class="btn btn-info btn-xs pull-right tip pull-right" title="<?php echo tr('Scorpora iva dal prezzo di vendita.'); ?>" id="scorpora_iva"><i class="fa fa-calculator" aria-hidden="true"></i></button>
|
||||
{[ "type": "number", "label": "<?php echo tr('Prezzo di vendita'); ?>", "name": "prezzo_vendita", "value": "$prezzo_vendita$", "icon-after": "<?php echo currency(); ?>" ]}
|
||||
<?php
|
||||
if (!setting('Utilizza prezzi di vendita con IVA incorporata')) {
|
||||
echo '
|
||||
<button type="button" class="btn btn-info btn-xs pull-right tip pull-right" title="'.tr('Scorpora iva dal prezzo di vendita.').'" id="scorpora_iva"><i class="fa fa-calculator" aria-hidden="true"></i></button>';
|
||||
}
|
||||
?>
|
||||
|
||||
{[ "type": "number", "label": "<?php echo tr('Prezzo di vendita'); ?>", "name": "prezzo_vendita", "value": "$prezzo_vendita$", "icon-after": "<?php echo currency(); ?>" ]}
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
|
|
Loading…
Reference in New Issue