refactor: add code gen for receipt and invoice

This commit is contained in:
Methapon Metanipat 2024-11-07 09:27:17 +07:00
parent daebea490f
commit dddb434914
4 changed files with 39 additions and 1 deletions

View file

@ -395,7 +395,6 @@ export class QuotationController extends Controller {
const currentYear = new Date().getFullYear();
const currentMonth = new Date().getMonth() + 1;
const currentDate = new Date().getDate();
const lastQuotation = await tx.runningNo.upsert({
where: {