-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from ya-erm/dev
Version 2.5.2 (merged from dev)
- Loading branch information
Showing
59 changed files
with
1,532 additions
and
185 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "client", | ||
"version": "2.3.0", | ||
"version": "2.5.2", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite dev", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
export const currencySymbols: Record<string, string> = { | ||
AED: 'د.إ', | ||
AFN: '؋', | ||
ALL: 'L', | ||
AMD: '֏', | ||
ANG: 'ƒ', | ||
AOA: 'Kz', | ||
ARS: '$', | ||
AUD: '$', | ||
AWG: 'ƒ', | ||
AZN: '₼', | ||
BAM: 'KM', | ||
BBD: '$', | ||
BDT: '৳', | ||
BGN: 'лв', | ||
BHD: '.د.ب', | ||
BIF: 'FBu', | ||
BMD: '$', | ||
BND: '$', | ||
BOB: '$b', | ||
BOV: 'BOV', | ||
BRL: 'R$', | ||
BSD: '$', | ||
BTC: '₿', | ||
BTN: 'Nu.', | ||
BWP: 'P', | ||
BYN: 'Br', | ||
BYR: 'Br', | ||
BZD: 'BZ$', | ||
CAD: '$', | ||
CDF: 'FC', | ||
CHE: 'CHE', | ||
CHF: 'CHF', | ||
CHW: 'CHW', | ||
CLF: 'CLF', | ||
CLP: '$', | ||
CNH: '¥', | ||
CNY: '¥', | ||
COP: '$', | ||
COU: 'COU', | ||
CRC: '₡', | ||
CUC: '$', | ||
CUP: '₱', | ||
CVE: '$', | ||
CZK: 'Kč', | ||
DJF: 'Fdj', | ||
DKK: 'kr', | ||
DOP: 'RD$', | ||
DZD: 'دج', | ||
EEK: 'kr', | ||
EGP: '£', | ||
ERN: 'Nfk', | ||
ETB: 'Br', | ||
ETH: 'Ξ', | ||
EUR: '€', | ||
FJD: '$', | ||
FKP: '£', | ||
GBP: '£', | ||
GEL: '₾', | ||
GGP: '£', | ||
GHC: '₵', | ||
GHS: 'GH₵', | ||
GIP: '£', | ||
GMD: 'D', | ||
GNF: 'FG', | ||
GTQ: 'Q', | ||
GYD: '$', | ||
HKD: '$', | ||
HNL: 'L', | ||
HRK: 'kn', | ||
HTG: 'G', | ||
HUF: 'Ft', | ||
IDR: 'Rp', | ||
ILS: '₪', | ||
IMP: '£', | ||
INR: '₹', | ||
IQD: 'ع.د', | ||
IRR: '﷼', | ||
ISK: 'kr', | ||
JEP: '£', | ||
JMD: 'J$', | ||
JOD: 'JD', | ||
JPY: '¥', | ||
KES: 'KSh', | ||
KGS: 'лв', | ||
KHR: '៛', | ||
KMF: 'CF', | ||
KPW: '₩', | ||
KRW: '₩', | ||
KWD: 'KD', | ||
KYD: '$', | ||
KZT: '₸', | ||
LAK: '₭', | ||
LBP: '£', | ||
LKR: '₨', | ||
LRD: '$', | ||
LSL: 'M', | ||
LTC: 'Ł', | ||
LTL: 'Lt', | ||
LVL: 'Ls', | ||
LYD: 'LD', | ||
MAD: 'MAD', | ||
MDL: 'lei', | ||
MGA: 'Ar', | ||
MKD: 'ден', | ||
MMK: 'K', | ||
MNT: '₮', | ||
MOP: 'MOP$', | ||
MRO: 'UM', | ||
MRU: 'UM', | ||
MUR: '₨', | ||
MVR: 'Rf', | ||
MWK: 'MK', | ||
MXN: '$', | ||
MXV: 'MXV', | ||
MYR: 'RM', | ||
MZN: 'MT', | ||
NAD: '$', | ||
NGN: '₦', | ||
NIO: 'C$', | ||
NOK: 'kr', | ||
NPR: '₨', | ||
NZD: '$', | ||
OMR: '﷼', | ||
PAB: 'B/.', | ||
PEN: 'S/.', | ||
PGK: 'K', | ||
PHP: '₱', | ||
PKR: '₨', | ||
PLN: 'zł', | ||
PYG: 'Gs', | ||
QAR: '﷼', | ||
RMB: '¥', | ||
RON: 'lei', | ||
RSD: 'Дин.', | ||
RUB: '₽', | ||
RWF: 'R₣', | ||
SAR: '﷼', | ||
SBD: '$', | ||
SCR: '₨', | ||
SDG: 'ج.س.', | ||
SEK: 'kr', | ||
SGD: 'S$', | ||
SHP: '£', | ||
SLL: 'Le', | ||
SOS: 'S', | ||
SRD: '$', | ||
SSP: '£', | ||
STD: 'Db', | ||
STN: 'Db', | ||
SVC: '$', | ||
SYP: '£', | ||
SZL: 'E', | ||
THB: '฿', | ||
TJS: 'SM', | ||
TMT: 'T', | ||
TND: 'د.ت', | ||
TOP: 'T$', | ||
TRL: '₤', | ||
TRY: '₺', | ||
TTD: 'TT$', | ||
TVD: '$', | ||
TWD: 'NT$', | ||
TZS: 'TSh', | ||
UAH: '₴', | ||
UGX: 'USh', | ||
USD: '$', | ||
UYI: 'UYI', | ||
UYU: '$U', | ||
UYW: 'UYW', | ||
UZS: 'лв', | ||
VEF: 'Bs', | ||
VES: 'Bs.S', | ||
VND: '₫', | ||
VUV: 'VT', | ||
WST: 'WS$', | ||
XAF: 'FCFA', | ||
XBT: 'Ƀ', | ||
XCD: '$', | ||
XOF: 'CFA', | ||
XPF: '₣', | ||
XSU: 'Sucre', | ||
XUA: 'XUA', | ||
YER: '﷼', | ||
ZAR: 'R', | ||
ZMW: 'ZK', | ||
ZWD: 'Z$', | ||
ZWL: '$', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import type { Grouping } from './interfaces'; | ||
import { BaseService } from './service'; | ||
|
||
export class GroupingsService extends BaseService<Grouping> { | ||
constructor() { | ||
super('GroupingsService', 'groupings', 'grouping'); | ||
} | ||
|
||
get groupings() { | ||
return this.items; | ||
} | ||
|
||
get $groupings() { | ||
return this.$items; | ||
} | ||
} | ||
|
||
export const groupingsService = new GroupingsService(); | ||
|
||
export const groupingsStore = groupingsService.$groupings; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
47be25c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
money-keeper – ./
mk-2.vercel.app
my-money-keeper.vercel.app
money-keeper-ya-erm.vercel.app
money-keeper-git-master-ya-erm.vercel.app
money.ya-erm.ru