KPI Meter portlet KPI portlet displays a visual representation of KPI data, a semi-circular meter providing comparison, date range, and threshold values at a glance. We can add up to three KPI Meter portlets to a dashboard. Each meter visually represents data for one KPI that is displayed in the dashboard’s Key Performance Indicators portlet.… Continue reading Setting up KPI Meter for Sales
Month: April 2022
Typography
Typography is the art of arranging letters and text in a way that makes the copy legible, clear, and visually appealing to the reader. Typography involves font style, appearance, and structure, which aims to elicit certain emotions and convey specific messages. In short, typography is what brings the text to life. Typography is so much… Continue reading Typography
How to Refresh / Reload a Component and Page in React
Refresh Page To refresh a page you don’t need react-router. We want to reload a page by clicking a button. Here’s the example: Refresh Component Using this.setState() method, we’re able to refresh a component only: By using useState() react hook, we can reload a component too:
How to create a Daily Sales Report
1. Navigate to Reports>Sales>Sale by Customers>Customize.2. Under Edit Columns, expand Sales > Add Amount (Gross).3. Add in five columns for Amount (Gross) and set the last column as: Alternate Date Range Type=Relative to Report dateAlternate Date Range = today 4. On the other Amount (Gross) Columns, use the following:Alternate Date Range Type=Relative to Report dateAlternate… Continue reading How to create a Daily Sales Report
suitelet customer record load and getvalue
To Create New section
Custom role can’t see custom entity field
After creating a custom entity field from the administrator role Project manager role can’t see that particular field. Solution Add access to the project manager role in the custom entity field setup.
Replace transaction sublist via CSV Import
Scenario: The requirement was to completely update the transaction expense/item lines as it was created with incorrect data.Solution:– Prepared CSV import file with the correct expense line data.– Add a column for Line ID.And fill the column starting from 1 for each line that belongsto one record. That is if one record has 3 item… Continue reading Replace transaction sublist via CSV Import
Update minicart section after adding a product
whenever we add a product from custom plp page or custom page, auto update to cart is not enabled from magento. Adding the following code to the script will enable auto update of the cart section in any page. This can be also used with ajax call also to update the minicart section after adding… Continue reading Update minicart section after adding a product
Not shows some Tax Codes in Transaction Item lines
In transaction records, we can select tax codes at the item line level. These tax codes come from the entity of the transaction. For example, in a sales order, the tax code depends on the customer record. To be precise, it depends on the country of the customer address. That is the Tax code is… Continue reading Not shows some Tax Codes in Transaction Item lines