diff --git a/ci4/app/Language/en/Presupuestos.php b/ci4/app/Language/en/Presupuestos.php
index e2f2f966..54f795ad 100644
--- a/ci4/app/Language/en/Presupuestos.php
+++ b/ci4/app/Language/en/Presupuestos.php
@@ -10,6 +10,7 @@ return [
'datosPresupuesto' => 'Budget information',
'datosLibro' => 'Book information',
+ 'datosPresupuestoCliente' => 'Client budget data (comparator)',
'id' => 'Budget Number',
'created_at' => 'Date',
@@ -45,6 +46,9 @@ return [
'marcapaginas' => 'Bookmark',
'merma' => 'Weakening',
'mermaportada' => 'Cover weakening',
+ 'tipoImpresion' => 'Printing type',
+ 'papelesComparador' => 'Interior, cover and dust jacket papers',
+ 'posicionPagColor' => 'Color pages position',
/* '4x0' => '4x0',
diff --git a/ci4/app/Language/es/Presupuestos.php b/ci4/app/Language/es/Presupuestos.php
index 64bd1f37..16d3fc0a 100644
--- a/ci4/app/Language/es/Presupuestos.php
+++ b/ci4/app/Language/es/Presupuestos.php
@@ -10,6 +10,7 @@ return [
'datosPresupuesto' => 'Datos generales del presupuesto',
'datosLibro' => 'Datos del libro',
+ 'datosPresupuestoCliente' => 'Datos presupuesto cliente (comparador)',
'id' => 'Número Presupuesto',
'created_at' => 'Fecha',
@@ -45,7 +46,10 @@ return [
'marcapaginas' => 'Marcapáginas',
'merma' => 'Merma',
'mermaportada' => 'Merma portada',
-
+ 'tipoImpresion' => 'Tipo de impresión',
+ 'papelesComparador' => 'Papeles interior, cubierta y sobrecubierta',
+ 'posicionPagColor' => 'Posición páginas a color',
+
/* '4x0' => '4x0',
'4x4' => '4x4',
diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoClienteItems.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoClienteItems.php
new file mode 100644
index 00000000..5d9ea302
--- /dev/null
+++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoClienteItems.php
@@ -0,0 +1,182 @@
+
+
+
+
+
+
+
+
+
+
+
= lang("Presupuestos.tipoImpresion") ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
= lang("Presupuestos.papelesComparador") ?>
+
+
+
+
+
+
+
+
+
= lang('MaquinasTarifasImpresions.negro') ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
= lang('MaquinasTarifasImpresions.color') ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
= lang('PapelImpresion.cubierta') ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
= lang('PapelImpresion.sobrecubierta') ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
= lang("Presupuestos.posicionPagColor") ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaForm.php b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaForm.php
index 6523e90d..7755c98b 100644
--- a/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaForm.php
+++ b/ci4/app/Views/themes/backend/vuexy/form/presupuestos/cosidotapablanda/viewCosidotapablandaForm.php
@@ -14,6 +14,7 @@
= !empty($validation->getErrors()) ? $validation->listErrors("bootstrap_style") : "" ?>
= view("themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoItems") ?>
= view("themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosLibroItems") ?>
+ = view("themes/backend/vuexy/form/presupuestos/cosidotapablanda/_datosPresupuestoClienteItems") ?>
endSection() ?>
@@ -79,6 +84,10 @@
= $this->section("additionalInlineJs") ?>
+
+
+ autosize($('#compCalPaginasColor'));
+
$('#papelFormatoPersonalizado').on("click",function(){
var checkbox = document.getElementById('papelFormatoPersonalizado');
if(checkbox.checked == true){
@@ -98,3 +107,10 @@
}
});
= $this->endSection() ?>
+
+
+
+= $this->section('additionalExternalJs') ?>
+
+=$this->endSection() ?>
+