- fix: store children accounts with Redux store.

- fix: store expense payment date with transactions.
- fix: Total assets, liabilities and equity on balance sheet.
- tweaks: dashboard content and sidebar style.
- fix: reset form with contact list on journal entry form.
- feat: Add hints to filter accounts in financial statements.
This commit is contained in:
Ahmed Bouhuolia
2020-07-12 12:31:12 +02:00
parent 4bd8f1628d
commit 9d9c7c1568
60 changed files with 1685 additions and 929 deletions

View File

@@ -22,10 +22,10 @@
overflow-x: hidden;
.th{
padding: 0.75rem 0.5rem;
padding: 0.6rem 0.5rem;
background: #fafafa;
font-size: 14px;
color: rgb(59, 71, 91);
color: #445165;
font-weight: 500;
border-bottom: 1px solid rgb(224, 224, 224);
}
@@ -156,13 +156,17 @@
border: 0;
box-shadow: none;
padding: 5px 15px;
border-radius: 5px;
border-radius: 8px;
&:hover,
&:focus{
background-color: #CFDCEE;
}
svg{
color: #425361
}
.bp3-icon-more-h-16{
margin-top: 2px;
}
@@ -289,7 +293,7 @@
.tbody{
.tr .td{
border-bottom: 1px dotted #BBB;
border-bottom: 1px dotted #CCC;
}
}
}