Skip to main content

menzzo:sale:export-clients-information-for-google-ads

Overview

This is a Symfony console command: menzzo:sale:export-clients-information-for-google-ads

Schedules

  1. 0 5 * * * - Line 309 in system-crontab.md

Command Details

  1. menzzo:sale:export-clients-information-for-google-ads --part-of-the-data=1

Intent & Purpose

⚠️ Intent unclear from cron definition alone. Requires code inspection.

The command class could not be automatically located. Manual investigation is needed to:

  • Locate the corresponding Command class in the codebase
  • Document the business purpose and side effects
  • Identify any data mutations (sales, payments, refunds, stock)

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