mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
refactor: gl entries
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { Injectable } from '@nestjs/common';
|
||||
import { ApplyVendorCreditToBillsService } from './command/ApplyVendorCreditToBills.service';
|
||||
import { DeleteApplyVendorCreditToBillService } from './command/DeleteApplyVendorCreditToBill.service';
|
||||
import { GetAppliedBillsToVendorCreditService } from './queries/GetAppliedBillsToVendorCredit.service';
|
||||
import { GetVendorCreditToApplyBills } from './queries/GetVendorCreditToApplyBills.service';
|
||||
import { IVendorCreditApplyToInvoicesDTO } from './types/VendorCreditApplyBills.types';
|
||||
|
||||
@Injectable()
|
||||
export class VendorCreditApplyBillsApplicationService {
|
||||
/**
|
||||
* @param {ApplyVendorCreditToBillsService} applyVendorCreditToBillsService
|
||||
|
||||
Reference in New Issue
Block a user