mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
refactor: financial reports to nestjs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { TableSheetPdf } from './TableSheetPdf';
|
||||
import { PurchasesByItemsModule } from './modules/PurchasesByItems/PurchasesByItems.module';
|
||||
|
||||
@Module({
|
||||
providers: [TableSheetPdf],
|
||||
imports: [PurchasesByItemsModule],
|
||||
})
|
||||
export class FinancialStatementsModule {}
|
||||
Reference in New Issue
Block a user