A dropdown for unit selection (Gram, Chi, or Tael).
An input field for base price per gram (VND).

A dropdown to select transaction mode: Buy or Sell.

A "Calculate Price" button to perform the computation.

A result area displaying the total estimated price in VND.
Function Detail:
• Input Fields:
。 Gold Purity: must be selected from the list; if not selected, default is 24K.
。
Weight: must be a positive numeric value.
o Unit: must be selected from the available units; if not selected, default is Gram.
。 Base Price: must be a positive numeric value (in VND per gram).
o Mode: optional; if not selected, default is Buy.
•
Gold Purity Options:
•
。 24K: 99.9% purity (factor = 1.000).
。 21K: 87.5% purity (factor = 0.875).
。 18K: 75.0% purity (factor = 0.750).
。 14K: 58.5% purity (factor = 0.585).
Unit Conversion:
o Gram: 1.00 gram.
o Chi: 3.75 grams.
o Tael: 37.5 grams.
Result Display: when the user clicks "Calculate Price", the system performs the following:
。 If the Weight or Base Price field is missing or invalid, the message appears: "Please
enter valid positive numbers!".
。 The system multiplies: Weight x Unit Base Price Purity Factor.
。 If Mode = Sell, then the result is multiplied by 0.98 (reducing 2%).
o The result is displayed in Vietnamese Dong (VND) with thousand separators.
Zoom
- FUO
+ 100%
Close