Update CSV export column headers to use underscores instead of spaces for better compatibility with data processing tools:
- Vendor Product number → Vendor_product_number
- Vendor code → Vendor_code
- Vendor name → Vendor_name
- Dealer product number → Dealer_product_number
- Zip code → Zip_code
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Updated default order_status configuration to include all common Magento
order statuses except 'fraud' (Suspected Fraud). This provides a more
inclusive default filter that captures all legitimate orders while
excluding potentially fraudulent ones.
Default statuses now include: pending, processing, complete, closed,
canceled, holded, payment_review, pending_payment, and PayPal-specific
statuses.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Created view/adminhtml/layout/default.xml to load vendor-report.css on all admin pages
- Updated menu.xml formatting and added dependsOnModule attribute
- This ensures the CSS rules that hide the menu icon placeholder are applied globally
The rectangle/box appearing next to the menu item was caused by the CSS
not being loaded on the admin menu navigation. The default.xml layout file
ensures the CSS loads everywhere in the admin, properly hiding the icon.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Added missing 'title' and 'translate' attributes to all parent ACL resources
to resolve "The attribute 'title' is required but missing" error. This fixes
the LogicException that prevented the admin from loading after module installation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Clarify subject template placeholders in system.xml comment
- Update README.md to be more explicit about {{month}} and {{year}} usage
- Add example in copilot-instructions.md for better clarity