mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
feat: wip financial reports printing
This commit is contained in:
@@ -40,4 +40,5 @@ function VendorsBalanceSummaryProvider({ filter, ...props }) {
|
||||
|
||||
const useVendorsBalanceSummaryContext = () =>
|
||||
React.useContext(VendorsBalanceSummaryContext);
|
||||
|
||||
export { VendorsBalanceSummaryProvider, useVendorsBalanceSummaryContext };
|
||||
|
||||
@@ -20,7 +20,7 @@ function VendorBalancePdfDialogRoot({ dialogName, payload, isOpen }) {
|
||||
return (
|
||||
<Dialog
|
||||
name={dialogName}
|
||||
title={'Vendor Balance Print Preview'}
|
||||
title={'Vendor Balance Summary Print Preview'}
|
||||
className={classNames(CLASSES.DIALOG_PDF_PREVIEW)}
|
||||
autoFocus={true}
|
||||
canEscapeKeyClose={true}
|
||||
|
||||
Reference in New Issue
Block a user