Block Features Table
Tabular feature comparison.
Características | Plan PYME | Plan Premium | Plan Pro | Plan Premier | Plan e600k |
---|---|---|---|---|---|
API Contribuyentes
Situación tributaria de terceros y actividades económicas. Link
|
|||||
API SII
Indicadores: UF e impuesto global complementario.
|
|||||
API DTE
Documentos tributarios electrónicos.
|
|||||
API BHE
Boletas de honorarios emitidas y recibidas.
|
|||||
API Vehículos
Tasación vehicular.
|
|||||
Consultas cada 24 horas
|
500 Link | 1.400 | 4.000 | 10.000 | 20.000 |
Precio del plan
+ IVA / mes
|
$40.000 | $80.000 | $150.000 | $300.000 | $600.000 |
{# derafu_twig:templates/pages/components/block-features-table.html.twig #}
{% extends 'layouts/default.html.twig' %}
{% block content %}
{% for theme, name in themes %}
<twig:block-features-table
title="Características"
:features="[
{
'icon': 'fa-solid fa-folder',
'name': 'API Contribuyentes',
'description': 'Situación tributaria de terceros y actividades económicas. <a href=https://derafu.org/>Link</a>',
'values': {
'Plan PYME': true,
'Plan Premium': true,
'Plan Pro': true,
'Plan Premier': true,
'Plan e600k': true
}
},
{
'icon': 'fa-solid fa-chart-line',
'name': 'API SII',
'description': 'Indicadores: UF e impuesto global complementario.',
'values': {
'Plan PYME': true,
'Plan Premium': true,
'Plan Pro': true,
'Plan Premier': true,
'Plan e600k': true
}
},
{
'icon': 'fa-solid fa-file-lines',
'name': 'API DTE',
'description': 'Documentos tributarios electrónicos.',
'values': {
'Plan PYME': true,
'Plan Premium': true,
'Plan Pro': true,
'Plan Premier': true,
'Plan e600k': true
}
},
{
'icon': 'fa-solid fa-file-invoice',
'name': 'API BHE',
'description': 'Boletas de honorarios emitidas y recibidas.',
'values': {
'Plan PYME': false,
'Plan Premium': false,
'Plan Pro': true,
'Plan Premier': true,
'Plan e600k': true
}
},
{
'icon': 'fa-solid fa-car',
'name': 'API Vehículos',
'description': 'Tasación vehicular.',
'values': {
'Plan PYME': false,
'Plan Premium': false,
'Plan Pro': false,
'Plan Premier': true,
'Plan e600k': true
}
},
{
'icon': 'fa-solid fa-chart-bar',
'name': 'Consultas cada 24 horas',
'values': {
'Plan PYME': '<span class=\'lead\'>500 <a href=https://www.billmysales.com/>Link</a></span>',
'Plan Premium': '<span class=\'lead\'>1.400</span>',
'Plan Pro': '<span class=\'lead\'>4.000</span>',
'Plan Premier': '<span class=\'lead\'>10.000</span>',
'Plan e600k': '<span class=\'lead\'>20.000</span>'
}
},
{
'icon': 'fa-solid fa-dollar',
'name': 'Precio del plan',
'description': '+ IVA / mes',
'values': {
'Plan PYME': '<span class=\'lead\'>$40.000</span>',
'Plan Premium': '<span class=\'lead\'>$80.000</span>',
'Plan Pro': '<span class=\'lead\'>$150.000</span>',
'Plan Premier': '<span class=\'lead\'>$300.000</span>',
'Plan e600k': '<span class=\'lead\'>$600.000</span>'
}
}
]"
/>
{% endfor %}
{% endblock %}