mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-12 10:50:31 +00:00
feat: apply credit note to invoice module
This commit is contained in:
@@ -82,6 +82,7 @@ import { AttachmentsModule } from '../Attachments/Attachment.module';
|
||||
import { S3Module } from '../S3/S3.module';
|
||||
import { ExportModule } from '../Export/Export.module';
|
||||
import { ImportModule } from '../Import/Import.module';
|
||||
import { CreditNotesApplyInvoiceModule } from '../CreditNotesApplyInvoice/CreditNotesApplyInvoice.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -169,6 +170,7 @@ import { ImportModule } from '../Import/Import.module';
|
||||
VendorCreditApplyBillsModule,
|
||||
VendorCreditsRefundModule,
|
||||
CreditNoteRefundsModule,
|
||||
CreditNotesApplyInvoiceModule,
|
||||
BillPaymentsModule,
|
||||
PaymentsReceivedModule,
|
||||
LedgerModule,
|
||||
|
||||
Reference in New Issue
Block a user