add: unfinish product export
This commit is contained in:
@@ -9,6 +9,8 @@ import { TransactionType } from './entities/transaction-type.entity';
|
||||
import { TransactionJournal } from './entities/transaction-journal.entity';
|
||||
import { Transactions } from './entities/transactions.entity';
|
||||
import { CoaService } from './coa.service';
|
||||
import { ProductService } from '../product/product.service';
|
||||
import { ProductSubCategoriesService } from '../product/product-sub-categories.service';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -19,6 +21,7 @@ import { CoaService } from './coa.service';
|
||||
TransactionJournal,
|
||||
Transactions,
|
||||
]),
|
||||
ProductService,
|
||||
],
|
||||
controllers: [TransactionController, PpobCallbackController],
|
||||
providers: [TransactionService, CoaService],
|
||||
|
||||
Reference in New Issue
Block a user