fix: Filter financial reports by items, customers or vendors.

This commit is contained in:
a.bouhuolia
2021-07-25 03:59:02 +02:00
parent 504b380da6
commit 3a7f8a4512
71 changed files with 1021 additions and 350 deletions

View File

@@ -36,4 +36,13 @@
}
}
}
}
.financial-statement--AR-aging-summary{
.financial-header-drawer{
.bp3-drawer{
max-height: 450px;
}
}
}

View File

@@ -27,3 +27,23 @@
}
}
}
.financial-statement--sales-by-items,
.financial-statement--purchases-by-items{
.financial-header-drawer{
.bp3-drawer{
max-height: 400px;
}
}
}
.financial-statement--inventory-valuation{
.financial-header-drawer{
.bp3-drawer{
max-height: 350px;
}
}
}