Change Language of Report Name
***********Purpose: Internal************
Environment:
iVend 6.5 Update 6 With SAPB1 9.2
Problem Statement:
There is a need to display a report name in iVend MC with another language such as Spanish etc.
Solution:
Changing the Language of a specific report is not possible from the application.
Workaround:
This can be handled by specific SQL Queries in each iVend database. For Example, there is a need to display Report Name in Spanish, one may use below SQL Queries with taking backup of existing ones.
UPDATE CfgReport
SET Description = 'Venta por artÃculo'
WHERE Id = 'SalesByItem'
Related Articles
Change cash Customer Name in a transaction
Environment: iVend 6.6 Problem Statement: Change Cash Customer Name at POS during transaction Symptoms: The POS user Changes the default Cash customer name to a temporary one using the F4(Sale Edit) button but upon completing the sale, the temporary ...
Changing UI Language for the user
Introduction This document contains information about changing the user language over the Management Console and POS. This gives a perfect balance for the retailers to maintain the different languages amongst the users for the POS/MC location wise. ...
iVend POS - Report with Sub-Report
Report with Sub-Report The following are the steps to create a Report displaying the Sub-Report data: On the report Designer right clock on the iVend Connection under the Data source. Then click on New Data Source Figure 1 Report Designer Click on ...
POS slowness issue due to selecting any language in preferred language option
Environment : iVend 6.6 Patch 8864 Problem Description: POS slowness issue due to selecting any language in preferred language option Scenario: POS facing slowness issue. Solution:Go to Human Resources > Select the Employee > Click on [F4 Edit], then ...
iVend Retail - Report Timeout
iVend Retail – iVend Report (Designer) Timeout Follow the steps mentioned below to set the timeout property in iVend Report Designer: 1. Open the Management Console, go to: Reports > Designer/Label > Report Designer Figure 1 Report Designer 2. Open ...