mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
refactor: banking modules to nestjs
This commit is contained in:
@@ -46,10 +46,8 @@ export class PaymentReceivesApplication {
|
||||
|
||||
/**
|
||||
* Edit details the given payment receive with associated entries.
|
||||
* @param {number} tenantId
|
||||
* @param {number} paymentReceiveId
|
||||
* @param {IPaymentReceivedEditDTO} paymentReceiveDTO
|
||||
* @param {ISystemUser} authorizedUser
|
||||
* @param {number} paymentReceiveId - Payment receive id.
|
||||
* @param {IPaymentReceivedEditDTO} paymentReceiveDTO - Payment receive data.
|
||||
* @returns
|
||||
*/
|
||||
public editPaymentReceive(
|
||||
|
||||
@@ -49,7 +49,7 @@ import { AccountsModule } from '../Accounts/Accounts.module';
|
||||
PaymentReceivedGLEntriesSubscriber,
|
||||
PaymentReceivedSyncInvoicesSubscriber,
|
||||
],
|
||||
exports: [PaymentReceivesApplication],
|
||||
exports: [PaymentReceivesApplication, CreatePaymentReceivedService],
|
||||
imports: [
|
||||
ChromiumlyTenancyModule,
|
||||
TemplateInjectableModule,
|
||||
|
||||
Reference in New Issue
Block a user