Project

General

Profile

Bug #4929

Updated by Vengadeshwaran R about 1 month ago

Steps to Reproduce: 

 # Log in to Lauditor. 
 # Navigate to the Invoice module. 
 # Click on the Create tab. 
 # In the item table, locate the Rate column heading. 

 Expected Behavior: 
   

     A dropdown should appear next to the Rate heading with a default value like INR, and a list of other currency options (e.g., USD, EUR) should be available. 

 
     Once a currency is selected from the dropdown: 

 
 * The selected currency symbol should appear as a prefix in the Rate input field. 
 * This prefix should not be editable by the user. 
 * The Amount field should also reflect the same currency symbol.

Back