mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-22 21:28:08 +01:00
Fix Pagato di Scadenzario
This commit is contained in:
parent
dc19a85004
commit
2e4ebadefb
@ -59,7 +59,13 @@ if ($options != '' && $options != 'menu' && $options != 'custom') {
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-right">
|
||||
<button type="button" class="btn btn-warning pull-righ" onclick="testQuery()"><i class="fa fa-file-text-o "></i> '.tr('Testa la query').'</button>
|
||||
<button type="button" class="btn btn-warning" onclick="testQuery()">
|
||||
<i class="fa fa-file-text-o"></i> '.tr('Testa la query').'
|
||||
</button>
|
||||
|
||||
<button type="submit" class="btn btn-success">
|
||||
<i class="fa fa-check"></i> '.tr('Salva').'
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -86,13 +92,6 @@ if (!empty($options) && $options != 'custom') {
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
<!--div class="row">
|
||||
<div class="text-right">
|
||||
<button type="submit" class="btn btn-success"><i class="fa fa-check"></i> '.tr('Salva').'</button>
|
||||
</div>
|
||||
</div>
|
||||
<hr-->
|
||||
|
||||
<div class="data">';
|
||||
|
||||
$key = 0;
|
||||
@ -161,35 +160,19 @@ if (!empty($options) && $options != 'custom') {
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
{[ "type": "checkbox", "label": "'.tr('Ricercabile').'", "name": "search['.$key.']", "value": "'.$field['search'].'"';
|
||||
if (!$editable) {
|
||||
echo ', "readonly": "1"';
|
||||
}
|
||||
echo ', "help": "'.tr('Indica se il campo è ricercabile').'" ]}
|
||||
{[ "type": "checkbox", "label": "'.tr('Ricercabile').'", "name": "search['.$key.']", "value": "'.$field['search'].'", "help": "'.tr('Indica se il campo è ricercabile').'" ]}
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
{[ "type": "checkbox", "label": "'.tr('Ricerca lenta').'", "name": "slow['.$key.']", "value": "'.$field['slow'].'"';
|
||||
if (!$editable) {
|
||||
echo ', "readonly": "1"';
|
||||
}
|
||||
echo ', "help": "'.tr("Indica se la ricerca per questo campo è lenta (da utilizzare nel caso di evidenti rallentamenti, mostra solo un avviso all'utente").'" ]}
|
||||
{[ "type": "checkbox", "label": "'.tr('Ricerca lenta').'", "name": "slow['.$key.']", "value": "'.$field['slow'].'", "help": "'.tr("Indica se la ricerca per questo campo è lenta (da utilizzare nel caso di evidenti rallentamenti, mostra solo un avviso all'utente").'" ]}
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
{[ "type": "checkbox", "label": "'.tr('Sommabile').'", "name": "sum['.$key.']", "value": "'.$field['summable'].'"';
|
||||
if (!$editable) {
|
||||
echo ', "readonly": "1"';
|
||||
}
|
||||
echo ', "help": "'.tr('Indica se il campo è da sommare').'" ]}
|
||||
{[ "type": "checkbox", "label": "'.tr('Sommabile').'", "name": "sum['.$key.']", "value": "'.$field['summable'].'", "help": "'.tr('Indica se il campo è da sommare').'" ]}
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
{[ "type": "checkbox", "label": "'.tr('Formattabile').'", "name": "format['.$key.']", "value": "'.$field['format'].'"';
|
||||
if (!$editable) {
|
||||
echo ', "readonly": "1"';
|
||||
}
|
||||
echo ', "help": "'.tr('Indica se il campo è formattabile in modo automatico').'" ]}
|
||||
{[ "type": "checkbox", "label": "'.tr('Formattabile').'", "name": "format['.$key.']", "value": "'.$field['format'].'", "help": "'.tr('Indica se il campo è formattabile in modo automatico').'" ]}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -218,8 +201,13 @@ if (!empty($options) && $options != 'custom') {
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-right">
|
||||
<button type="button" class="btn btn-info" id="add"><i class="fa fa-plus"></i> '.tr('Aggiungi nuovo campo').'</button>
|
||||
<button type="submit" class="btn btn-success"><i class="fa fa-check"></i> '.tr('Salva').'</button>
|
||||
<button type="button" class="btn btn-info" id="add">
|
||||
<i class="fa fa-plus"></i> '.tr('Aggiungi nuovo campo').'
|
||||
</button>
|
||||
|
||||
<button type="submit" class="btn btn-success">
|
||||
<i class="fa fa-check"></i> '.tr('Salva').'
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -327,13 +315,6 @@ if (!empty($options) && $options != 'custom') {
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
<!--div class="row">
|
||||
<div class="text-right">
|
||||
<button type="submit" class="btn btn-success"><i class="fa fa-check"></i> '.tr('Salva').'</button>
|
||||
</div>
|
||||
</div>
|
||||
<hr-->
|
||||
|
||||
<div class="data">';
|
||||
|
||||
$num = 0;
|
||||
@ -368,7 +349,7 @@ if (!empty($options) && $options != 'custom') {
|
||||
echo '
|
||||
</div>
|
||||
<div id="additional-'.$additional['id'].'" class="box-body collapse">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{[ "type": "textarea", "label": "'.tr('Query').'", "name": "query['.$num.']", "value": "'.prepareToField($additional['clause']).'"';
|
||||
@ -378,11 +359,11 @@ if (!empty($options) && $options != 'custom') {
|
||||
echo ' ]}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<input type="hidden" value="'.$additional['id'].'" name="id['.$num.']">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-6">
|
||||
{[ "type": "text", "label": "'.tr('Name').'", "name": "name['.$num.']", "value": "'.$additional['name'].'" ]}
|
||||
</div>
|
||||
@ -412,8 +393,13 @@ if (!empty($options) && $options != 'custom') {
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-right">
|
||||
<button type="button" class="btn btn-info" id="add_filter"><i class="fa fa-plus"></i> '.tr('Aggiungi nuovo filtro').'</button>
|
||||
<button type="submit" class="btn btn-success"><i class="fa fa-check"></i> '.tr('Salva').'</button>
|
||||
<button type="button" class="btn btn-info" id="add_filter">
|
||||
<i class="fa fa-plus"></i> '.tr('Aggiungi nuovo filtro').'
|
||||
</button>
|
||||
|
||||
<button type="submit" class="btn btn-success">
|
||||
<i class="fa fa-check"></i> '.tr('Salva').'
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -428,13 +414,13 @@ if (!empty($options) && $options != 'custom') {
|
||||
<h3 class="box-title">'.tr('Nuovo filtro').'</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{[ "type": "textarea", "label": "'.tr('Query').'", "name": "query[-id-]" ]}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<input type="hidden" value="" name="id[-id-]">
|
||||
|
||||
@ -484,6 +470,8 @@ function replaceAll(str, find, replace) {
|
||||
}
|
||||
|
||||
$(document).ready(function(){
|
||||
$("#save").addClass("hide");
|
||||
|
||||
var n = '.$key.';
|
||||
$(document).on("click", "#add", function(){
|
||||
$("#template .superselect, #template .superselectajax").select2().select2("destroy");
|
||||
|
@ -271,8 +271,9 @@ DELETE FROM `zz_settings` WHERE `nome` = 'Stampa i prezzi sui preventivi';
|
||||
-- Lo stato 'In programmazione' non può essere eliminato/modificato
|
||||
UPDATE `in_statiintervento` SET `can_delete` = '0' WHERE `in_statiintervento`.`idstatointervento` = 'WIP';
|
||||
|
||||
-- Importo per scadenzario, summable
|
||||
-- Campi Importo e Pagato dello Scadenzario sommabili
|
||||
UPDATE `zz_views` SET `summable` = '1' WHERE `zz_views`.`id_module` = (SELECT `id` FROM `zz_modules` WHERE `name` = 'Scadenzario') AND name = 'Importo';
|
||||
UPDATE `zz_views` SET `summable` = '1' WHERE `zz_views`.`id_module` = (SELECT `id` FROM `zz_modules` WHERE `name` = 'Scadenzario') AND name = 'Pagato';
|
||||
|
||||
-- Collego il preventivo alla riga dell'ordine
|
||||
ALTER TABLE `or_righe_ordini` ADD `idpreventivo` INT(11) NOT NULL AFTER `idarticolo`;
|
||||
|
Loading…
Reference in New Issue
Block a user