Hosh Sadiq
14dd185717
Use php-intl to format currencies
...
Currently the php function `number_format` is used to format currencies.
This is problematic as we have to figure out different things for
different currencies ourselves. These formats are determined based on
the libc's locale functions.
The issue arises where an OS doesn't have the proper locales installed,
or, in some cases, it's not supported (see below on multiple issues).
This addresses this issue by using the php-intl extensions to format the
numbers based on the locale. The extension is already a requirement in
`composer.json`. The solution does not rely on `LC_MONETARY` from the
underlying libc (which in Alpine Linux's case, which uses musl, is not
supported as of yet).
List of issues that are related and would potentially be fixed using
this PR:
- #2298
- #2946
- #3070
- #3306
- #3519
2020-07-19 18:34:39 +01:00
James Cole
3619427f60
Remove old tag cloud code.
2020-07-19 18:02:48 +02:00
James Cole
bd779c8156
Include Request class.
2020-07-19 17:43:12 +02:00
James Cole
8a4999406b
More auto-complete migration.
2020-07-19 17:24:29 +02:00
James Cole
fd6f1fbbf0
Expand autocomplete routes
2020-07-19 17:05:37 +02:00
James Cole
9cf99314d1
Fix logging
2020-07-19 13:18:25 +02:00
James Cole
fc7d8bb810
Auto complete route
2020-07-19 13:06:59 +02:00
James Cole
c1f0dedd09
API token thing
2020-07-19 13:06:22 +02:00
James Cole
3653469dda
Add command.
2020-07-19 13:06:01 +02:00
James Cole
1e313f80a4
Remove unused class.
2020-07-19 13:05:27 +02:00
James Cole
73f1f8aea0
Add new command
2020-07-19 13:05:15 +02:00
James Cole
f3a55e6cee
Add command to fix transaction types.
2020-07-19 13:03:18 +02:00
James Cole
c7eab7873e
Clean up requests
2020-07-18 08:42:13 +02:00
James Cole
58c1880219
Extend correct class
2020-07-18 08:36:42 +02:00
James Cole
d73195ec36
Point to all the right classes.
2020-07-18 08:34:00 +02:00
James Cole
427bcaa522
First basic remodelling of request classes
2020-07-18 08:25:25 +02:00
James Cole
d55cc03edf
Fix issue with reconciliation displayed amount.
2020-07-18 04:45:12 +02:00
James Cole
e2b698f166
Fix timezone call
2020-07-17 18:52:34 +02:00
James Cole
cd65d4d4c5
Call correct timezone.
2020-07-17 18:51:35 +02:00
James Cole
7aa3cd5ba4
Fix #3568
2020-07-17 17:26:36 +02:00
James Cole
0fe17d5458
Fix #3574
2020-07-17 17:24:36 +02:00
James Cole
254b004587
Fix #3566
2020-07-16 09:55:26 +02:00
James Cole
d813d0b7c2
Merge pull request #3565 from maroux/fix-monthly-date
...
Fix update monthly_payment_date using the API
2020-07-16 04:14:23 +00:00
Aniruddha Maru
53909fdd8a
Fix maybe?
2020-07-15 12:22:09 -07:00
James Cole
0b966ed541
Less verbose error logging for https://github.com/firefly-iii/firefly-iii/issues/3559
2020-07-13 15:03:19 +02:00
James Cole
8219b51e47
Skip error fix https://github.com/firefly-iii/firefly-iii/issues/3559
2020-07-13 14:22:00 +02:00
James Cole
8a9f6b1896
Double check on integers for https://github.com/firefly-iii/firefly-iii/issues/3554
2020-07-12 17:54:51 +02:00
James Cole
da77bcde04
Update version and API.
2020-07-12 17:34:06 +02:00
James Cole
c4979bdd27
Code for #3554
2020-07-12 17:32:48 +02:00
James Cole
0c9a25a073
Code cleanup and better auth check
2020-07-12 17:31:11 +02:00
James Cole
54d92f5b39
Code for #3546
2020-07-11 15:13:15 +02:00
James Cole
86600d4fcf
Fix timezone issues.
2020-07-11 08:16:31 +02:00
James Cole
22cb9dfbe0
make sure amount is a string.
2020-07-11 07:18:41 +02:00
James Cole
14e06bfedd
Experimental signed commit.
2020-07-10 06:48:39 +02:00
James Cole
886475740a
Fix issue with profile functions.
2020-07-09 20:03:11 +02:00
James Cole
32e0a5bd80
Fix validation for #3532
2020-07-06 06:55:27 +02:00
James Cole
26d19fab32
Slightly more robust configuration polling.
2020-07-06 06:49:48 +02:00
James Cole
a56cefda7d
Basic new dashboard.
2020-07-05 18:29:58 +02:00
James Cole
3893f59773
Fix some casting
2020-07-05 09:34:56 +02:00
James Cole
f48bc8d299
Budget and category charts in new layout.
2020-07-04 12:08:38 +02:00
James Cole
d33c87c565
Add error log for #3522
2020-07-03 18:41:16 +02:00
James Cole
2772275e62
Update meta files before release.
2020-07-03 05:59:36 +02:00
James Cole
34fd66c835
Remove income from category chart #3517
2020-07-03 05:42:57 +02:00
James Cole
6874d6469d
Fix bill
2020-07-02 20:13:47 +02:00
James Cole
5009cb5d55
New meta files.
2020-07-01 19:53:48 +02:00
James Cole
0c90171a49
Fix range for #3513
2020-07-01 19:47:32 +02:00
James Cole
d282cb4e34
Merge branch 'develop' of github.com:firefly-iii/firefly-iii into develop
2020-07-01 19:47:20 +02:00
James Cole
976f79b5a6
Add account info for #3513
2020-07-01 19:43:53 +02:00
James Cole
6693a5166f
Merge pull request #3506 from Johnny-Malizia/searchapi
...
Added transaction search api support
2020-07-01 19:35:44 +02:00
johnny
7b9906d493
Added transaction search api support
...
Transaction search api implemented using mostly the same process as the
existing search functionality.
Updated internal_reference and external_id search support to use exact
matches, expecting values in the database to be double quoted. This is
being done to ensure a specific transaction can be looked up at a later
time without prior knowledge of the internal transaction id.
2020-07-01 10:23:44 -07:00