test-magenx / module-sales
N/A
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: 103.0.*
- magento/module-authorization: 100.4.*
- magento/module-backend: 102.0.*
- magento/module-bundle: 101.0.*
- magento/module-catalog: 104.0.*
- magento/module-catalog-inventory: 100.4.*
- magento/module-checkout: 100.4.*
- magento/module-config: 101.2.*
- magento/module-customer: 103.0.*
- magento/module-directory: 100.4.*
- magento/module-eav: 102.1.*
- magento/module-gift-message: 100.4.*
- magento/module-media-storage: 100.4.*
- magento/module-payment: 100.4.*
- magento/module-quote: 101.2.*
- magento/module-reports: 100.4.*
- magento/module-sales-rule: 101.2.*
- magento/module-sales-sequence: 100.4.*
- magento/module-shipping: 100.4.*
- magento/module-store: 101.1.*
- magento/module-tax: 100.4.*
- magento/module-theme: 101.1.*
- magento/module-ui: 101.2.*
- magento/module-widget: 101.2.*
- magento/module-wishlist: 101.2.*
Suggests
- magento/module-sales-sample-data: Sample Data version: 100.4.*
This package is auto-updated.
Last update: 2024-11-13 07:30:56 UTC
README
Purpose of module
Magento\Sales module is responsible for order processing and appearance in system, Magento\Sales module manages next system entities and flows:
- order management;
- invoice management;
- shipment management (including tracks management);
- credit memos management; Magento\Sales module is required for Magento\Checkout module to perform checkout operations.
Deployment
System requirements
The Magento_Sales module does not have any specific system requirements. Depending on how many orders are being placed, there might be consideration for the database size
Install
The Magento_Sales module is installed automatically (using the native Magento install mechanism) without any additional actions.