Stile del codice

This commit is contained in:
Dasc3er 2020-12-04 15:40:47 +01:00
parent eee9e08913
commit 7f333d1358
9 changed files with 34 additions and 36 deletions

View File

@ -58,7 +58,6 @@ class Anagrafiche extends Resource implements RetrieveInterface, CreateInterface
'an_anagrafiche.deleted_at'
)->orderBy('an_anagrafiche.ragione_sociale');
$filters = [];
if ($request['resource'] != 'anagrafiche') {
$type = 'Cliente';

View File

@ -21,11 +21,11 @@ namespace Modules\Articoli\Import;
use Carbon\Carbon;
use Importer\CSVImporter;
use Modules\Anagrafiche\Anagrafica;
use Modules\Anagrafiche\Sede;
use Modules\Articoli\Articolo;
use Modules\Articoli\Categoria;
use Modules\Iva\Aliquota;
use Modules\Anagrafiche\Anagrafica;
/**
* Struttura per la gestione delle operazioni di importazione (da CSV) degli Articoli.

View File

@ -28,7 +28,6 @@ function renderChecklist($check, $level = 0)
<span class="text">'.$check->content.'</span>';
if (empty($check->user) || $check->user->id == $user->id) {
$result .= '
<div class="tools">

View File

@ -18,8 +18,8 @@
*/
use Modules\Anagrafiche\Anagrafica;
use Modules\Iva\Aliquota;
use Modules\Fatture\Gestori\Bollo;
use Modules\Iva\Aliquota;
include_once __DIR__.'/../../core.php';
@ -893,7 +893,7 @@ if($dir=='entrata'){
function bolloAutomatico() {
let bollo_automatico = input("bollo_automatico");
let addebita_bollo = input("addebita_bollo");
let has_bollo ='.($bollo->getBollo()>0 ? "true" : "false").';
let has_bollo ='.($bollo->getBollo() > 0 ? 'true' : 'false').';
if(bollo_automatico.get()==0){
$(".bollo").show();
input("bollo").enable();
@ -902,7 +902,7 @@ if($dir=='entrata'){
} else {
$(".bollo").show();
input("bollo").disable();
$("#bollo").val('.setting("Importo marca da bollo").');
$("#bollo").val('.setting('Importo marca da bollo').');
}
}
$(document).ready(function() {

View File

@ -89,7 +89,7 @@ echo '
<div class="row">
<div class="col-md-4">
{[ "type": "checkbox", "label": "'.tr("Imposta prezzo per questa anagrafica").'", "name": "modifica_prezzi", "value": "'.intval(!empty($dettaglio_predefinito)).'" ]}
{[ "type": "checkbox", "label": "'.tr('Imposta prezzo per questa anagrafica').'", "name": "modifica_prezzi", "value": "'.intval(!empty($dettaglio_predefinito)).'" ]}
</div>
</div>