Added fixtures for currency

This commit is contained in:
Ali 2025-03-04 20:12:45 +04:00
parent 8c4af6c7d3
commit f7f2e9312a
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
[
{
"doctype": "Currency",
"name": "AZN",
"currency_name": "Azerbaijani Manat",
"symbol": "₼",
"fraction": "Qəpik",
"fraction_units": 100,
"smallest_currency_fraction_value": 0.01,
"number_format": "#,###.##",
"enabled": 1
}
]

View File

@ -7,6 +7,8 @@ app_license = "unlicense"
after_install = "az_locale.install.after_install"
fixtures = ["fixtures/currency.json"]
# Apps
# ------------------