mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: rendering pdf templates on the server-side
This commit is contained in:
7
packages/server/src/services/Sales/Estimates/utils.ts
Normal file
7
packages/server/src/services/Sales/Estimates/utils.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { EstimatePdfBrandingAttributes } from './constants';
|
||||
|
||||
export const transformEstimateToPdfTemplate = (
|
||||
estimate
|
||||
): Partial<EstimatePdfBrandingAttributes> => {
|
||||
return {};
|
||||
};
|
||||
Reference in New Issue
Block a user