mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-28 22:49:38 +01:00
Correzione denominazione copyright
This commit is contained in:
parent
d8c9670d11
commit
e326ee9a6a
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
||||||
* Copyright (C) DevCode s.n.c.
|
* Copyright (C) DevCode s.r.l.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
||||||
* Copyright (C) DevCode s.n.c.
|
* Copyright (C) DevCode s.r.l.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -166,7 +166,7 @@ echo '
|
|||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
caricaCadenza();
|
caricaCadenza();
|
||||||
get_prezzi();
|
get_prezzi();
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#scadenza").change(function(){
|
$("#scadenza").change(function(){
|
||||||
caricaCadenza();
|
caricaCadenza();
|
||||||
@ -175,17 +175,17 @@ echo '
|
|||||||
$("#data_inizio").focusout(function(){
|
$("#data_inizio").focusout(function(){
|
||||||
caricaCadenza();
|
caricaCadenza();
|
||||||
});
|
});
|
||||||
|
|
||||||
function caricaCadenza() {
|
function caricaCadenza() {
|
||||||
let container = $("#cadenza");
|
let container = $("#cadenza");
|
||||||
|
|
||||||
localLoading(container, true);
|
localLoading(container, true);
|
||||||
return $.get("'.$structure->fileurl('ajax_cadenza.php').'?id_module='.$id_module.'&id_record='.$id_record.'&scadenza="+$("#scadenza").val()+"&data_inizio="+$("#data_inizio").val(), function(data) {
|
return $.get("'.$structure->fileurl('ajax_cadenza.php').'?id_module='.$id_module.'&id_record='.$id_record.'&scadenza="+$("#scadenza").val()+"&data_inizio="+$("#data_inizio").val(), function(data) {
|
||||||
container.html(data);
|
container.html(data);
|
||||||
localLoading(container, false);
|
localLoading(container, false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$("input:checkbox").click(function(){
|
$("input:checkbox").click(function(){
|
||||||
var check = 0;
|
var check = 0;
|
||||||
@ -234,7 +234,7 @@ echo '
|
|||||||
|
|
||||||
var imponibile_riga = (riga.totale_imponibile/riga.qta)*qta;
|
var imponibile_riga = (riga.totale_imponibile/riga.qta)*qta;
|
||||||
imponibile_riga = imponibile_riga.toLocaleString()+" €";
|
imponibile_riga = imponibile_riga.toLocaleString()+" €";
|
||||||
|
|
||||||
var iva_riga = (riga.iva/riga.qta)*qta;
|
var iva_riga = (riga.iva/riga.qta)*qta;
|
||||||
iva_riga = iva_riga.toLocaleString()+" €";
|
iva_riga = iva_riga.toLocaleString()+" €";
|
||||||
|
|
||||||
@ -256,5 +256,5 @@ echo '
|
|||||||
$("#div_giorno_fisso").hide();
|
$("#div_giorno_fisso").hide();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
</script>';
|
</script>';
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
||||||
* Copyright (C) DevCode s.n.c.
|
* Copyright (C) DevCode s.r.l.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
||||||
* Copyright (C) DevCode s.n.c.
|
* Copyright (C) DevCode s.r.l.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
||||||
* Copyright (C) DevCode s.n.c.
|
* Copyright (C) DevCode s.r.l.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
||||||
* Copyright (C) DevCode s.n.c.
|
* Copyright (C) DevCode s.r.l.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
* OpenSTAManager: il software gestionale open source per l'assistenza tecnica e la fatturazione
|
||||||
* Copyright (C) DevCode s.n.c.
|
* Copyright (C) DevCode s.r.l.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user