mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
feat: report to pdf
This commit is contained in:
@@ -19,6 +19,8 @@ import * as errors from './utils/errors';
|
||||
import { format } from './utils/format';
|
||||
import { t, T } from './utils/translation';
|
||||
import { ErrorLog } from './utils/types';
|
||||
import type { reports } from 'reports/index';
|
||||
import type { Report } from 'reports/Report';
|
||||
|
||||
export class Fyo {
|
||||
t = t;
|
||||
@@ -234,6 +236,7 @@ export class Fyo {
|
||||
deviceId: '',
|
||||
openCount: -1,
|
||||
appFlags: {} as Record<string, boolean>,
|
||||
reports: {} as Record<keyof typeof reports, Report | undefined>,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user