feat: add readonly entriese details as oneline with tooltip for more details.

This commit is contained in:
a.bouhuolia
2022-04-15 06:24:24 +02:00
parent 0ef6bebfb8
commit 91a38b34cc
20 changed files with 527 additions and 202 deletions

View File

@@ -12,7 +12,6 @@ function VendorsBalanceSummaryProvider({ filter, ...props }) {
const query = React.useMemo(() => transformFilterFormToQuery(filter), [
filter,
]);
// Fetching vendors balance summary report based on the given query.
const {
data: VendorBalanceSummary,