Installation Requirements For Magento 2.4.6: Operating systems Distributions of Linux, including RedHat Enterprise Linux (RHEL), CentOS, Ubuntu, Debian, macOS, and Windows. Memory requirement Magento2 requires 4 GB or higher RAM. Composer Composer 2.x will be supported by Magento. Web servers Apache 2.4 Database MySQL 8.0 MariaDB 10.4 PHP Magento 2.4.6 supports PHP 8.2 Elasticsearch As of 2.4.6 Magento, MySQL is no longer available for search purposes. You’re supposed to use Elasticsearch. Elasticsearch 2.x, 5.x, and 6.x are no longer supported by Magento. To get detailed information about system requirements, just visit… Continue reading Magento 2.4.6 Installation On Windows
Month: February 2025
The Planned Shipping Date should be calculated as: Current Due Date to Customer – 10 Working days
Formula is: {custcol_jj_ee_duedate} – CASE WHEN TO_NUMBER(TO_CHAR({custcol_jj_ee_duedate}, ‘D’)) = 1 THEN 13 — Sunday WHEN TO_NUMBER(TO_CHAR({custcol_jj_ee_duedate}, ‘D’)) = 7 THEN 12 — Saturday ELSE 14 — Other weekdays END How It Works Sunday (1): Subtract 13 days Saturday (7): Subtract 12 days Monday to Friday (2–6): Subtract 14 days
Add PO Number Filter to Print Purchase Orders Page
Navigate to Transactions > Management > Print Check and Forms Click Purchase Orders Click Customize button Under the Additional Filters tab, mark the field ‘Document Number/ID‘ that you want to add as a filter Click Save However, this setup is user-specific. If we apply this filter in our account, it won’t be reflected in the client’s… Continue reading Add PO Number Filter to Print Purchase Orders Page
Add Service Code to Bank Deposit Record
Enhance the Bank Deposit record in NetSuite by adding a ‘Service Code’ field, similar to its availability in other financial transactions like vendor bills and checks. This will ensure that all bank deposits are categorized with a Service Code, which is essential for aligning with organizational processes and reporting requirements. Unfortunately, the ability to Add… Continue reading Add Service Code to Bank Deposit Record
Explanation for Default stock and Salable Qty in Magento
Explanation for Default stock and Salable Qty Now magento has introduced MSI feature by-default in magento. In this you can use Multi-source inventory. First there is a need to understand three terms:- 1.Source:- You can relate this with warehouses. As you can have single warehouse or multi-warehouses for your website similarly you… Continue reading Explanation for Default stock and Salable Qty in Magento
STLExporter
An exporter for the STL file format. STL files describe only the surface geometry of a three-dimensional object without any representation of color, texture or other common model attributes. The STL format specifies both ASCII and binary representations, with binary being more compact. STL files contain no scale information or indexes, and the units are arbitrary.… Continue reading STLExporter
Effect of Inactivating Price Level and Defaulting to Base Price on Customer Master
Scope: Inactivating Price Level: Analyze the process of inactivating a price level and its effects on historical transactions, customer pricing, and future quotes or orders. Defaulting to Base Price: Evaluate how customers are impacted when the base price is applied as the default, especially in cases where a custom price level is in use. Review… Continue reading Effect of Inactivating Price Level and Defaulting to Base Price on Customer Master
Lut
Represents a lookup table for colormaps. It is used to determine the color values from a range of data values. Import Lut is an add-on, and must be imported explicitly. See Installation / Addons. import { Lut } from ‘three/addons/math/Lut.js’; Code Example const lut = new Lut( ‘rainbow’, 512 ); const color = lut.getColor( 0.5 );… Continue reading Lut
XREstimatedLight
XREstimatedLight uses WebXR’s light estimation to create a light probe, a directional light, and (optionally) an environment map that model the user’s real-world environment and lighting. As WebXR updates the light and environment estimation, XREstimatedLight automatically updates the light probe, directional light, and environment map. It’s important to specify light-estimation as an optional or required feature when… Continue reading XREstimatedLight
Update item fulfillments via upload
Some item fulfillments are missing the department and want to update only that. Can it be done via upload? Upon checking, the ability to update item fulfillment fields via CSV import is currently a system limitation and related concerns are logged under Enhancement #: 164772 Ability to update all Item Fulfillment transaction fields via CSV Import… Continue reading Update item fulfillments via upload