BIG-3: add filtering non-zero items.

This commit is contained in:
elforjani13
2021-09-24 19:41:23 +02:00
parent a3f1857e91
commit 4e99607b06
25 changed files with 273 additions and 73 deletions

View File

@@ -32,7 +32,8 @@
.financial-statement--balance-summary {
.financial-header-drawer {
.bp3-drawer {
max-height: 350px;
// max-height: 350px;
max-height: 415px;
}
}
}

View File

@@ -84,7 +84,8 @@
.financial-statement--transactions {
.financial-header-drawer {
.bp3-drawer {
max-height: 350px;
// max-height: 350px;
max-height: 415px;
}
}
}

View File

@@ -19,7 +19,7 @@
padding-bottom: 0.4rem;
}
.tr.row_type--total .td {
border-top: 1px solid #BBB;
border-top: 1px solid #bbb;
font-weight: 500;
border-bottom: 3px double #000;
}
@@ -29,21 +29,19 @@
}
.financial-statement--sales-by-items,
.financial-statement--purchases-by-items{
.financial-header-drawer{
.bp3-drawer{
max-height: 400px;
.financial-statement--purchases-by-items {
.financial-header-drawer {
.bp3-drawer {
// max-height: 400px;
max-height: 415px;
}
}
}
.financial-statement--inventory-valuation{
.financial-header-drawer{
.bp3-drawer{
.financial-statement--inventory-valuation {
.financial-header-drawer {
.bp3-drawer {
max-height: 350px;
}
}
}
}