2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/reports/index.ts
18alantom ad22005cc2 incr: get PNL to display
- needs a few more fixes
2022-05-23 16:18:23 +05:30

5 lines
184 B
TypeScript

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