Commit Graph

1745 Commits

Author SHA1 Message Date
James Cole
0b308cb5f2
Fix #3791 2020-09-11 07:12:11 +02:00
James Cole
03cec69af3 Fix cash account display. 2020-09-03 06:55:00 +02:00
James Cole
9ae41b1645 Link in clone. 2020-09-03 06:52:09 +02:00
James Cole
f0fe8bf5c7 Fix #3759 2020-09-03 06:34:48 +02:00
James Cole
e159de9a6a
Expand warning with better text 2020-08-29 07:18:41 +02:00
James Cole
798c73394d
Code for #3712 2020-08-28 21:58:03 +02:00
James Cole
7f48043505
Fix #3729 2020-08-28 21:29:47 +02:00
James Cole
778af9f4e2
Fix #3735 2020-08-28 05:51:02 +02:00
James Cole
8c97754b64
Expand rule/search combination. 2020-08-27 20:22:52 +02:00
James Cole
2393344978
Correct params for search 2020-08-27 07:20:58 +02:00
James Cole
4c81a46af6
New features for rules in search. 2020-08-27 07:12:44 +02:00
James Cole
08aa61a2bf
Basic bread crumb code to replace obsolete package 2020-08-27 06:19:41 +02:00
James Cole
cd156d6991
Fix #3740 2020-08-26 20:18:27 +02:00
James Cole
9123454545
Migrate to new rule engine. 2020-08-24 07:31:50 +02:00
James Cole
d4029775ec
Fix #3586 2020-08-14 09:59:56 +02:00
James Cole
c7bf6fc866
Fix #3679 2020-08-09 22:32:00 +02:00
James Cole
83f441340c
Fix search for #3678 2020-08-09 18:58:18 +02:00
James Cole
bceffbc874
Better transaction overview. 2020-08-09 08:56:51 +02:00
James Cole
1191ec00db
Fix misaligned table 2020-08-08 11:07:29 +02:00
James Cole
73c1452aa9
Clean up profile 2020-08-07 12:05:58 +02:00
James Cole
7a7f1e7d97
Fix #3435 2020-08-07 11:38:31 +02:00
James Cole
eb256fced6
Fix #3475 2020-08-06 20:08:04 +02:00
James Cole
342626684b
Allows for a simpler fix for #3382 2020-08-05 18:55:51 +02:00
James Cole
8df6356abf
Simplify frontpage. 2020-08-05 18:51:17 +02:00
James Cole
9a4a2708c0
Merge pull request #3640 from sephrat/hide-empty-budget
Hide budgets list when it is empty
2020-08-02 15:22:57 +00:00
Florian Dupret
7208f8ae35 Indentation fix 2020-08-02 15:57:26 +02:00
Florian Dupret
9d9d1325bd Hide budget list when it is empty 2020-08-02 15:55:33 +02:00
Florian Dupret
e74bce197f Merge remote-tracking branch 'upstream/develop' into windows-locale 2020-08-02 15:33:22 +02:00
Florian Dupret
700579e06a Remove mention of Docker when not running Docker 2020-08-02 14:56:23 +02:00
Florian Dupret
bff6c81ed2 Remove warning about Windows locale 2020-08-02 14:48:12 +02:00
James Cole
b9b8c1168f
Fix #3246 2020-08-01 15:52:28 +02:00
James Cole
dc66163edd
Update libraries thanks to dependabot, fix some issues. 2020-07-28 20:40:08 +02:00
James Cole
8363efd1f9
Add locale to JS variables. 2020-07-28 06:25:28 +02:00
James Cole
83467ef2f2
Code for #3240 2020-07-26 07:57:48 +02:00
James Cole
5e1306282a
Code to fix #3213 2020-07-25 08:03:57 +02:00
James Cole
50ee1a11f6
UI updates for #3200 2020-07-24 16:40:32 +02:00
James Cole
e1f4cd7565
Fix #3187 2020-07-23 19:40:10 +02:00
James Cole
6a158a173d
Fix #3585 2020-07-22 20:10:48 +02:00
James Cole
7f3168cc55
Merge pull request #3578 from hoshsadiq/feature/use-intl-formatter
Use php-intl to format currencies
2020-07-19 18:05:25 +00:00
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
8a4999406b
More auto-complete migration. 2020-07-19 17:24:29 +02:00
James Cole
d55cc03edf
Fix issue with reconciliation displayed amount. 2020-07-18 04:45:12 +02:00
James Cole
e24c2491a6
Expand frontend 2020-07-12 17:30:24 +02:00
James Cole
54d92f5b39
Code for #3546 2020-07-11 15:13:15 +02:00
James Cole
14e06bfedd
Experimental signed commit. 2020-07-10 06:48:39 +02:00
James Cole
4271dc1638 Better frontend code and charts. 2020-07-05 21:03:35 +02:00
James Cole
45f5a38512 Update meta files. 2020-07-02 20:23:45 +02:00
James Cole
104a2379f3 Add fancy amounts. 2020-07-01 11:47:16 +02:00
James Cole
e337bcf8bd Can sort and group bills. 2020-07-01 06:33:21 +02:00
James Cole
d774b4e2e3 Remove locale if using Docker. 2020-06-30 20:43:53 +02:00