homebox/backend/internal/data/ent
tctlrd 5438898b49
feat: add currencies XAG and XAU (#535)
* Added currencies XAG and XAU to currency.ts

I added XAG and XAU for myself and others who prefer to measure value with something of substance.

Review the ISO 4217 standard to view a full list of official currency codes including the ones I have added.

https://www.iso.org/iso-4217-currency-codes.html
https://en.wikipedia.org/wiki/ISO_4217

Example:
https://www.xe.com/currencyconverter/convert/?Amount=100&From=XAG&To=USD

API for exchange rates:
https://openexchangerates.org/

* Added field values xag and xau to group.go

* Update group.go
2023-08-23 09:29:22 -08:00
..
attachment chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authroles chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authtokens chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
document chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
enttest refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
group feat: add currencies XAG and XAU (#535) 2023-08-23 09:29:22 -08:00
groupinvitationtoken chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
hook feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
item chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
itemfield chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
label chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
location chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
maintenanceentry chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
migrate feat: more currency support (#520) 2023-07-31 05:59:36 -08:00
notifier chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
predicate feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
runtime chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
schema feat: add currencies XAG and XAU (#535) 2023-08-23 09:29:22 -08:00
user chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
attachment.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
attachment_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
attachment_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
attachment_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
attachment_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authroles.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authroles_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authroles_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authroles_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authroles_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authtokens.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authtokens_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authtokens_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authtokens_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
authtokens_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
client.go feat: goreleaser + remove cgo dependency (#363) 2023-03-22 20:49:49 -08:00
document.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
document_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
document_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
document_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
document_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
ent.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
external.go refactor: remove empty services (#116) 2022-10-29 20:05:38 -08:00
generate.go feat: maintenance log (#170) 2022-12-09 20:57:57 -09:00
group.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
group_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
group_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
group_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
group_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
groupinvitationtoken.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
groupinvitationtoken_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
groupinvitationtoken_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
groupinvitationtoken_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
groupinvitationtoken_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
has_id.go feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
item.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
item_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
item_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
item_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
item_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
itemfield.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
itemfield_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
itemfield_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
itemfield_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
itemfield_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
label.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
label_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
label_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
label_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
label_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
location.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
location_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
location_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
location_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
location_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
maintenanceentry.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
maintenanceentry_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
maintenanceentry_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
maintenanceentry_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
maintenanceentry_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
mutation.go feat: goreleaser + remove cgo dependency (#363) 2023-03-22 20:49:49 -08:00
notifier.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
notifier_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
notifier_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
notifier_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
notifier_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
runtime.go feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
tx.go feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
user.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
user_create.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
user_delete.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
user_query.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00
user_update.go chore: bump all go deps (#507) 2023-07-22 19:57:51 -08:00