mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
refactor: credit notes and vendor credits to Nestjs
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
import { Knex } from 'knex';
|
||||
import { Inject, Injectable } from '@nestjs/common';
|
||||
import { EventEmitter2 } from '@nestjs/event-emitter';
|
||||
import { CustomerValidators } from './CustomerValidators.service';
|
||||
import {
|
||||
ICustomerActivatedPayload,
|
||||
ICustomerActivatingPayload,
|
||||
} from '../types/Customers.types';
|
||||
import { Customer } from '@/modules/Customers/models/Customer';
|
||||
import { EventEmitter2 } from '@nestjs/event-emitter';
|
||||
import { UnitOfWork } from '@/modules/Tenancy/TenancyDB/UnitOfWork.service';
|
||||
import { events } from '@/common/events/events';
|
||||
import { Knex } from 'knex';
|
||||
|
||||
@Injectable()
|
||||
export class ActivateCustomer {
|
||||
|
||||
Reference in New Issue
Block a user