Rebuild frontend

This commit is contained in:
James Cole
2020-12-30 18:43:16 +01:00
parent a19e116a15
commit 2a0af839f9
13 changed files with 575 additions and 197 deletions

View File

@@ -1,3 +1,5 @@
var sessionStart = '{{ start }}';
var sessionEnd = '{{ end }}';
var allowedOpposingTypes = {{ config('firefly.allowed_opposing_types')|json_encode|raw }};
var accountToTransaction = {{ config('firefly.account_to_transaction')|json_encode|raw }};