Skip to content

Commit

Permalink
added currency code for tanzania, kenya and uganda
Browse files Browse the repository at this point in the history
  • Loading branch information
husseinmkwizu committed Nov 25, 2023
1 parent 3b247a4 commit fbf86e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/metering_billing/utils/enums/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,11 @@ class CHARGEABLE_ITEM_TYPE(models.TextChoices):
("Nigerian Naira", "NGN", "₦"),
("Russian Ruble", "RUB", "₽"),
("Kazakhstani Tenge", "KZT", "₸"),
("Tanzanian Shilling", "TZS", "TSh"),
("Kenyan Shilling", "KES", "KSh"),
("Ugandan Shilling", "UGX", "UGX"),
]
SUPPORTED_CURRENCIES_VERSION = 3
SUPPORTED_CURRENCIES_VERSION = 4


class ACCOUNTS_RECEIVABLE_TRANSACTION_TYPES(models.IntegerChoices):
Expand Down

0 comments on commit fbf86e9

Please sign in to comment.