Skip to content

title: "menzzo:amine" type: cronjob source: system-crontab status: active last_verified: 2026-01-08 schedule: - "0 0 * * " - "/5 * * * *" - "0 5 * * *" command: - "menzzo:amine --action=fixAsirWeight" - "menzzo:amine --action=checkDisabledAsirProducts" - "menzzo:amine --action=fillPricesIntoProductSheet "" risk_level: unknown command_class: "src/ErpBundle/Command/AmineCommand.php" regeneration: trigger: "Cron definition or command code changed" instruction: "Re-run documentation agent starting from system-crontab.md"


menzzo:amine

Overview

This is a Symfony console command: menzzo:amine

This command is executed by 3 different cron entries with varying schedules or options.

Schedules

  1. 0 0 * * * - Line 257 in system-crontab.md
  2. */5 * * * * - Line 304 in system-crontab.md
  3. 0 5 * * * - Line 361 in system-crontab.md

Command Details

  1. menzzo:amine --action=fixAsirWeight
  2. menzzo:amine --action=checkDisabledAsirProducts
  3. menzzo:amine --action=fillPricesIntoProductSheet "

Intent & Purpose

Command class found at: src/ErpBundle/Command/AmineCommand.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: unknown

UNKNOWN: Risk level needs to be assessed through code inspection.

Documentation Status

  • Command class located
  • Business purpose documented
  • Side effects identified
  • Risk level confirmed
  • @doc.* annotations added to code