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
James Cole
fad2331d80
Give bills groups too.
2020-06-30 19:06:05 +02:00
James Cole
6f78c96cee
Fix piggy list.
2020-06-30 17:05:25 +02:00
James Cole
883342b2c8
Updated front matter
2020-06-29 08:04:38 +02:00
James Cole
1e35f0e7e3
You can logout other sessions.
2020-06-27 15:42:18 +02:00
James Cole
b83d06294d
Drop Sandstorm related code.
2020-06-27 15:19:00 +02:00
James Cole
5a03f3395c
Fix #3440
2020-06-26 07:28:25 +02:00
James Cole
d3bd1f4124
Escape names to fix #3489
2020-06-25 13:37:44 +02:00
James Cole
0d76fcd564
Fix #3398
2020-06-23 20:26:13 +02:00
James Cole
1c74db30ed
More layout stuff
2020-06-21 18:29:23 +02:00
James Cole
45eb758583
Fix list
2020-06-20 18:57:20 +02:00
James Cole
1a154a8d45
API for object groups.
2020-06-20 16:28:23 +02:00
James Cole
5b29e78c4b
Group management code.
2020-06-20 10:10:55 +02:00
James Cole
b7f48a19e8
Merge pull request #3467 from sephrat/days-left-for-bills
...
Fix #3437
2020-06-17 18:23:13 +00:00
James Cole
c8f1e4bbd7
Expand new layout code.
2020-06-17 07:06:45 +02:00
James Cole
5cc1369191
Expand debug.
2020-06-17 07:05:33 +02:00
Florian Dupret
7c78708865
Fix #3437
2020-06-16 14:07:40 +02:00
James Cole
dd5a179ba1
More stuff for new layout.
2020-06-14 19:17:45 +02:00
James Cole
7c1139e42b
First set of code for new layout based on AdminLTE 3.0
2020-06-14 15:51:20 +02:00
James Cole
caddf3d1c6
Fix #3461
2020-06-13 13:48:52 +02:00
James Cole
54d5778bf3
Add attachment to recurring.
2020-06-12 20:56:58 +02:00
James Cole
1bac3258da
Merge pull request #3455 from sephrat/debug_translation
...
Translate debug page
2020-06-09 15:18:17 +00:00
James Cole
d7181100ee
Merge pull request #3454 from sephrat/translations
...
Translations tweaks
2020-06-09 15:17:30 +00:00
James Cole
ccc82858ad
Fix drag/drop + sort
2020-06-09 17:16:21 +02:00