2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/reports/index.ts
18alantom cc493e9fb1 incr: start rewriting reports
- list type report eg GL almost done
2022-05-23 16:18:23 +05:30

3 lines
105 B
TypeScript

import { GeneralLedger } from './GeneralLedger/GeneralLedger';
export const reports = { GeneralLedger };