Introduce new feature 'Account groups'

Account groups are a simple way to group accounts. Currently the design
of the group is very sparse and supports only a name. However, as this
feature is a stepping stone for the much bigger 'Reports' feature this
will most likely be subject to change.
With this change new accounts are also required to get assigned to a group.

Also fix some translations.
This commit is contained in:
2019-06-16 01:34:55 +02:00
parent ac1988ad20
commit eaf11637a3
17 changed files with 225 additions and 24 deletions

View File

@@ -32,9 +32,19 @@ tr:hover {
#new-recurring-transaction-form * {
width: 100% !important;
}
#action-container * {
display: block !important;
margin-bottom: 0.1em;
}
}
#action-container *,
#action-container * {
display: inline-grid;
padding-inline-end: 0.2em;
margin-bottom: 0.2em;
}
#account-details-action-container *,
#recurring-transaction-list-table-actions-container *,
#account-transaction-table-actions-container * {
display: block;
@@ -56,7 +66,8 @@ tr:hover {
#new-account-form *,
#new-transaction-form *,
#new-recurring-transaction-form *,
#recurring-to-transaction-with-amount-form * {
#recurring-to-transaction-with-amount-form *,
#new-account-group-form * {
display: block;
margin-top: 1em;
width: 20em;