Stock Listing

Stock Listing: Product wise stock listing against the customer can be viewed in this report. Go to Sales, then click on Reports and then click on Stock Listing. Following page will open as shown in the screenshot below. Now select the Date Range as per the requirement. Also select the product against which the stock […]

Read More

Product Godown Wise Opening

Product Godown Wise Opening: The opening inventory of the products which are available in relevant Godowns can be viewed through this report. Go to Sales, then click on Reports and then click on Product Godown Wise Opening. Following page will open as shown in the screenshot below. Now select the Date as per the requirement […]

Read More

Material Consumption

Material Consumption: Material Consumption Summary Report can be generated through this feature. Go to Sales, then click on Reports and then click on Material Consumption. Following page will open as shown in the screenshot below. Now select the Date Range as per the requirement. Once the Date Range is selected, click on the Report button […]

Read More

Months Sales Performance

Months Sales Performance: Monthly Sales Performance can be viewed through this report. Go to Sales then click on Reports and then click on Months Sales Performance. Following page will open as shown in the screenshot below. Now select the date range for which the report is required. Also you may select the desired Report Type. […]

Read More

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