diff --git a/public/v1/css/firefly.css b/public/v1/css/firefly.css
index 520c32df7a..6d9493b98a 100644
--- a/public/v1/css/firefly.css
+++ b/public/v1/css/firefly.css
@@ -90,6 +90,9 @@ p.tagcloud .label {
.piggy-handle {
cursor: move;
}
+.object-handle {
+ cursor: move;
+}
.rule-handle {
cursor: move;
}
diff --git a/public/v1/js/ff/accounts/index.js b/public/v1/js/ff/accounts/index.js
new file mode 100644
index 0000000000..9f5e57d507
--- /dev/null
+++ b/public/v1/js/ff/accounts/index.js
@@ -0,0 +1,97 @@
+/*
+ * index.js
+ * Copyright (c) 2020 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
| {{ trans('list.name') }} | + +{{ trans('list.name') }} | {% if objectType == 'asset' %} - + {% endif %} {% if objectType == 'liabilities' %} -{{ trans('list.liability_type') }} | -{{ trans('list.interest') }} ({{ trans('list.interest_period') }}) | +{{ trans('list.liability_type') }} | +{{ trans('list.interest') }} ({{ trans('list.interest_period') }}) | {% endif %} - -{{ trans('list.currentBalance') }} | + +{{ trans('list.currentBalance') }} | {# hide last activity to make room for other stuff #} {% if objectType != 'liabilities' %} - + {% endif %} - +
|---|---|---|---|---|---|---|---|
| + | {{ account.name }} {% if account.location %} @@ -57,17 +51,17 @@ {% endif %} {% if objectType == 'liabilities' %} | {{ account.accountTypeString }} | -+ | {{ account.interest }}% ({{ account.interestPeriod|lower }}) | {% endif %} -+ | {{ formatAmountByAccount(account, account.endBalance) }} | - {% else %} - {% endif %} {% endif %} - - +