mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: document export functions
This commit is contained in:
@@ -27,9 +27,9 @@ export const getDataAccessor = (col: any) => {
|
||||
};
|
||||
|
||||
/**
|
||||
*
|
||||
* @param columns
|
||||
* @param data
|
||||
* Maps the data retrieved from the service layer to the pdf document.
|
||||
* @param {any} columns
|
||||
* @param {Record<stringm any>} data
|
||||
* @returns
|
||||
*/
|
||||
export const mapPdfRows = (columns: any, data: Record<string, any>) => {
|
||||
|
||||
Reference in New Issue
Block a user