- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Security
- Twig
- Doctrine
- Migrations
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
factura_filter
"App\Form\FacturaFilterType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "fecha" => [ "desde" => DateTime @1754006400 {#1129 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756676455 {#1128 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } ] "tipo" => 1 ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "#titulo" |
same as passed value |
data | [ "fecha" => [ "desde" => DateTime @1754006400 {#1129 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756676455 {#1128 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } ] "tipo" => 1 ] |
[ "fecha" => [ "desde" => DateTime @1754006400 {#1129 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756676455 {#1128 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } ] "tipo" => 1 ] |
Resolved Options
Option | Value |
---|---|
action | "#titulo" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data | [ "fecha" => [ "desde" => DateTime @1754006400 {#1129 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756676455 {#1128 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } ] "tipo" => 1 ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1277 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "get" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1276 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1278 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "#titulo" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "factura_filter" "_factura_filter" ] |
cache_key | "_factura_filter_factura_filter" |
compound | true |
data | [ "fecha" => [ "desde" => DateTime @1754006400 {#1129 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756676455 {#1128 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } ] "tipo" => 1 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1680 -form: Symfony\Component\Form\Form {#1463 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1628 …5} |
full_name | "factura_filter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "factura_filter" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_factura_filter" |
valid | true |
value | [ "fecha" => [ "desde" => DateTime @1754006400 {#1129 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756676455 {#1128 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } ] "tipo" => 1 ] |
fecha
"App\Form\Type\DesdeHastaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "desde" => DateTime @1754006400 {#1129 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756676455 {#1128 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "fecha " |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1319 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "fecha " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1318 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1320 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "desde_hasta" "_factura_filter_fecha" ] |
cache_key | "_factura_filter_fecha_desde_hasta" |
compound | true |
data | [ "desde" => DateTime @1754006400 {#1129 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756676455 {#1128 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1660 -form: Symfony\Component\Form\Form {#1488 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1659 …5} |
full_name | "factura_filter[fecha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_fecha" |
label | "fecha " |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fecha" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_factura_filter_fecha" |
valid | true |
value | [ "desde" => DateTime @1754006400 {#1129 date: 2025-08-01 00:00:00.0 UTC (+00:00) } "hasta" => DateTime @1756676455 {#1128 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } ] |
desde
"App\Form\Type\FechaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1754006400 {#1534 date: 2025-08-01 00:00:00.0 UTC (+00:00) } |
View Format |
"01-08-2025"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "filtroOperacion" => ">=" "class" => "date" ] |
[ "filtroOperacion" => ">=" "class" => "date" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "filtroOperacion" => ">=" "class" => "date" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "dd-MM-yyyy" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1473 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1470 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "filtroOperacion" => ">=" "class" => "date" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "fecha" "_factura_filter_fecha_desde" ] |
cache_key | "_factura_filter_fecha_desde_fecha" |
compound | false |
data | DateTime @1754006400 {#1534 date: 2025-08-01 00:00:00.0 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1672 -form: Symfony\Component\Form\Form {#1491 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1673 …5} |
full_name | "factura_filter[fecha][desde]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_fecha_desde" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "desde" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_factura_filter_fecha_desde" |
valid | true |
value | "01-08-2025" |
widget | "single_text" |
hasta
"App\Form\Type\FechaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | DateTime @1756676455 {#1540 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } |
View Format |
"31-08-2025"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "filtroOperacion" => "<=" "class" => "date" ] |
[ "filtroOperacion" => "<=" "class" => "date" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "filtroOperacion" => "<=" "class" => "date" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
format | "dd-MM-yyyy" |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "datetime" |
input_format | "Y-m-d" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
model_timezone | null |
months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
placeholder | [ "year" => null "month" => null "day" => null ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1484 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1485 …} } } |
validation_groups | null |
view_timezone | null |
widget | "single_text" |
years | [ 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 ] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "filtroOperacion" => "<=" "class" => "date" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "date" "fecha" "_factura_filter_fecha_hasta" ] |
cache_key | "_factura_filter_fecha_hasta_fecha" |
compound | false |
data | DateTime @1756676455 {#1540 date: 2025-08-31 21:40:55.011563 UTC (+00:00) } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1706 -form: Symfony\Component\Form\Form {#1494 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1618 …5} |
full_name | "factura_filter[fecha][hasta]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_fecha_hasta" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "hasta" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_factura_filter_fecha_hasta" |
valid | true |
value | "31-08-2025" |
widget | "single_text" |
contacto
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
class | "App\Entity\Contacto" |
same as passed value |
empty_data | null |
null
|
placeholder | "TODOS" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select2" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1272 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1418 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1297 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1412 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1419 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1274 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1293 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Contacto" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
em | ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1274 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1293 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "TODOS" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1302 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1270 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_factura_filter_contacto" ] |
cache_key | "_factura_filter_contacto_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1736 +label: "Eduardo Dr. Zarba" +value: "1" +data: App\Entity\Contacto {#1645 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1559 +label: " Dr. Pons" +value: "2" +data: App\Entity\Contacto {#1641 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1652 +label: "María Eugenia Dra. Capelli" +value: "3" +data: App\Entity\Contacto {#1636 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1651 +label: " Dra. Ragone" +value: "4" +data: App\Entity\Contacto {#1629 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1643 +label: "Ana Dra. Stok" +value: "5" +data: App\Entity\Contacto {#1619 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1717 +label: "Alejandro Dr. Bulacio" +value: "6" +data: App\Entity\Contacto {#1769 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1669 +label: "Jose Dr. Arredondo" +value: "7" +data: App\Entity\Contacto {#1775 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1649 +label: "Don Giuseppe Zapateria" +value: "8" +data: App\Entity\Contacto {#1780 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1666 +label: " ServiMoto" +value: "9" +data: App\Entity\Contacto {#1785 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1626 +label: "Barrio Norte Mensajeria" +value: "10" +data: App\Entity\Contacto {#1790 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1654 +label: "Marcelo Plomero" +value: "11" +data: App\Entity\Contacto {#1795 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1940 +label: "Marcos Cadete" +value: "12" +data: App\Entity\Contacto {#1800 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1941 +label: " Dr. pera" +value: "13" +data: App\Entity\Contacto {#1805 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1942 +label: "Almacen de Maria Almacen" +value: "14" +data: App\Entity\Contacto {#1810 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1943 +label: "Auditoria Medica Asunt" +value: "15" +data: App\Entity\Contacto {#1815 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1944 +label: "Roberto Ramon Dr. Manso" +value: "16" +data: App\Entity\Contacto {#1820 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1945 +label: "Diego Dr. Abdala" +value: "18" +data: App\Entity\Contacto {#1825 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1946 +label: "Fabian Dr. Landa" +value: "19" +data: App\Entity\Contacto {#1830 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1947 +label: " Prudencia Compañoa Argentina de Seguros Generales S.A." +value: "20" +data: App\Entity\Contacto {#1835 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1948 +label: " Seguros Galicia - Ex Sura" +value: "21" +data: App\Entity\Contacto {#1840 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1949 +label: " Federacion Patronal Seguros S.A.U." +value: "22" +data: App\Entity\Contacto {#1845 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1950 +label: " Estudio Beccar Varela" +value: "23" +data: App\Entity\Contacto {#1851 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1951 +label: " Oro Plata Sociedad Anonima" +value: "24" +data: App\Entity\Contacto {#1856 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1952 +label: " Provincia Aseguradora de Riesgo del Trabajo" +value: "25" +data: App\Entity\Contacto {#1861 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1953 +label: " Telefono de Claro" +value: "26" +data: App\Entity\Contacto {#1866 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1954 +label: " Compañia de Seguros La Mercantil Andina S.A." +value: "27" +data: App\Entity\Contacto {#1871 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1955 +label: " Satus Ager S.A." +value: "28" +data: App\Entity\Contacto {#1876 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1956 +label: "Roberto Dr. Manson" +value: "29" +data: App\Entity\Contacto {#1881 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1957 +label: " JUNCAL" +value: "30" +data: App\Entity\Contacto {#1886 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1958 +label: " Aceitera General Deheza S.A." +value: "31" +data: App\Entity\Contacto {#1892 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1959 +label: " Dr. Heredia" +value: "32" +data: App\Entity\Contacto {#1897 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1960 +label: " Provincia Seguros S.A." +value: "33" +data: App\Entity\Contacto {#1902 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1961 +label: " Unilever Argentina S.A" +value: "34" +data: App\Entity\Contacto {#1907 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1962 +label: " Arca - EX AFIP" +value: "35" +data: App\Entity\Contacto {#1912 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1963 +label: " Simplot Argentina S.R.L." +value: "36" +data: App\Entity\Contacto {#1917 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1964 +label: " Galicias Seguros SAU" +value: "37" +data: App\Entity\Contacto {#1922 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1965 +label: " Linea de Personal" +value: "38" +data: App\Entity\Contacto {#1927 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1966 +label: " Seguros Galicia S.A." +value: "39" +data: Proxies\__CG__\App\Entity\Contacto {#1617 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1967 +label: " Origenes Seguros de Retiro S.A." +value: "40" +data: App\Entity\Contacto {#1937 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1661 -form: Symfony\Component\Form\Form {#1497 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1751 …5} |
full_name | "factura_filter[contacto]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_contacto" |
is_selected | Closure($choice, $value) {#1970 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1253 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "contacto" |
placeholder | "TODOS" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_factura_filter_contacto" |
valid | true |
value | "" |
caja
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
class | "App\Entity\Caja" |
same as passed value |
placeholder | "TODOS" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select2" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1272 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1428 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1407 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1423 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1424 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1404 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1370 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Caja" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
em | ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1404 -om: ContainerC7aBe6J\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#353 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1370 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "TODOS" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1406 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1408 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select2" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_factura_filter_caja" ] |
cache_key | "_factura_filter_caja_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1972 +label: "caja de efectivo" +value: "1" +data: App\Entity\Caja {#1987 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1974 +label: "tranferencia" +value: "2" +data: App\Entity\Caja {#1996 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1969 -form: Symfony\Component\Form\Form {#1511 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1971 …5} |
full_name | "factura_filter[caja]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_caja" |
is_selected | Closure($choice, $value) {#1986 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1253 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "caja" |
placeholder | "TODOS" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_factura_filter_caja" |
valid | true |
value | "" |
detalle
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1435 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1436 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1438 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_factura_filter_detalle" ] |
cache_key | "_factura_filter_detalle_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1994 -form: Symfony\Component\Form\Form {#1513 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1973 …5} |
full_name | "factura_filter[detalle]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_detalle" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "detalle" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_factura_filter_detalle" |
valid | true |
value | "" |
estado
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"0"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "TODAS" => null "ACTIVAS" => 1 "CANCELADAS" => 0 ] |
[ "TODAS" => null "ACTIVAS" => 1 "CANCELADAS" => 0 ] |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "TODAS" => null "ACTIVAS" => 1 "CANCELADAS" => 0 ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1236 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1237 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1238 …} -namespace: Closure() {#1240 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1443 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1147 …} use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1442 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_factura_filter_estado" ] |
cache_key | "_factura_filter_estado_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1976 +label: "TODAS" +value: "0" +data: null +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1975 +label: "ACTIVAS" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1983 +label: "CANCELADAS" +value: "2" +data: 0 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1979 -form: Symfony\Component\Form\Form {#1516 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1988 …5} |
full_name | "factura_filter[estado]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "factura_filter_estado" |
is_selected | Closure($choice, $value) {#2000 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1253 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "estado" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_factura_filter_estado" |
valid | true |
value | "0" |
Filtrar
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_factura_filter_Filtrar" ] |
cache_key | "_factura_filter_Filtrar_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2002 …5} |
full_name | "factura_filter[Filtrar]" |
id | "factura_filter_Filtrar" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "Filtrar" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_factura_filter_Filtrar" |
value | null |