How to Enable Quick Links On Dashboard

Step 1: Check Existing Quick Link Settings  Run the following SQL query to view the current configuration of the Quick Links feature for specific users: SELECT * FROM settings WHERE txtKey LIKE ‘%displayQuickLinksForUser%’;   This query will return a list of users and whether the Quick Links feature is enabled or disabled for each. Look […]

Read More

DataTable Issue in CheckBox Column

Issue: The issue was that a sort icon was appearing in the checkbox column of a DataTable, which is typically used to allow users to sort the table by that column. Since checkboxes are not meant to be sorted, the sort icon created confusion and interfered with the user experience. The goal was to remove […]

Read More

How to Enable Ecommerce Dashboard

Overview of the Ecommerce Dashboard The E-Commerce Dashboard in our ERP system is an innovative, all-in-one tool designed to give you real-time, actionable insights into your business. With intuitive features like detailed sales and purchase breakdowns for Today, This Week, and This Month, as well as total invoices, profit and loss calculations, and revenue vs. […]

Read More

How to Add Dynamic Logos to Reports

Dynamic logos can be used to provide a GUI-based interface from where logos, titles and other report details can be configured. The following happens after adding domain configuration: Site Configuration https://kidsmania.itserver.biz/admin/indexyii.php?r=settings/DomainConfiguration This page can be used to add details to be displayed on reports. You must enter the title for it to start working. The […]

Read More