feat: PDF producción cambia caption y filename a 'año'
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
b0462a7675
commit
db46ced033
@@ -211,8 +211,8 @@ $configJson = [
|
|||||||
'endpoint_key' => 'produccion_total_bot_dn',
|
'endpoint_key' => 'produccion_total_bot_dn',
|
||||||
'date_mode' => 'current_month',
|
'date_mode' => 'current_month',
|
||||||
'next_endpoint_key' => 'produccion_total_pdf_bot_dn',
|
'next_endpoint_key' => 'produccion_total_pdf_bot_dn',
|
||||||
'next_caption' => '📊 Producción del mes (PDF)',
|
'next_caption' => '📊 Producción del año (PDF)',
|
||||||
'next_filename' => 'produccion_mes.pdf',
|
'next_filename' => 'produccion_año.pdf',
|
||||||
]],
|
]],
|
||||||
'produccion_lotes' => ['type' => 'function', 'function' => 'api_report', 'params' => [
|
'produccion_lotes' => ['type' => 'function', 'function' => 'api_report', 'params' => [
|
||||||
'endpoint_key' => 'produccion_lotes_bot_dn',
|
'endpoint_key' => 'produccion_lotes_bot_dn',
|
||||||
|
|||||||
Reference in New Issue
Block a user