menzzo:v2:sales:fix:processing
Overview
This is a Symfony console command: menzzo:v2:sales:fix:processing
This command is executed by 7 different cron entries with varying schedules or options.
Schedules
30 16 * * *- Line 192 in system-crontab.md30 17 * * *- Line 193 in system-crontab.md30 7 * * 1- Line 194 in system-crontab.md30 7 * * 3- Line 195 in system-crontab.md30 7 * * 4- Line 196 in system-crontab.md30 8 * * *- Line 197 in system-crontab.md30 14 * * *- Line 198 in system-crontab.md
Command Details
menzzo:v2:sales:fix:processing -v --action=logidav"menzzo:v2:sales:fix:processing -v --action=fixChrono"menzzo:v2:sales:fix:processing -v --action=logidav --from=2022-01-01"menzzo:v2:sales:fix:processing -v --action=logidav --from=2022-11-01"menzzo:v2:sales:fix:processing -v --action=logidav --from=2023-01-01"menzzo:v2:sales:fix:processing -v --action=fixChrono"menzzo:v2:sales:fix:processing --action=fixGlsAsir
Intent & Purpose
Command class found at: src/AppBundle/Command/Sale/V2/FixProcessingSaleCommand.php
⚠️ Documentation needs to be completed by inspecting the command code.
Please review the command class to document:
- Business purpose and workflow
- Side effects and data mutations
- Dependencies on external systems
- Error handling and recovery procedures
Risk Assessment
Risk Level: critical
⚠️ CRITICAL: This command likely involves sales, payments, refunds, or stock mutations.
Documentation Status
- Command class located
- Business purpose documented
- Side effects identified
- Risk level confirmed
- @doc.* annotations added to code