refactor: inventory cost to nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-03-11 22:12:08 +02:00
parent 40b7daa2e3
commit 67ae7ad037
44 changed files with 1436 additions and 1763 deletions

View File

@@ -2,7 +2,7 @@ import { Injectable } from "@nestjs/common";
import { Knex } from "knex";
import { InventoryAdjustment } from "../models/InventoryAdjustment";
import { InventoryTransaction } from "@/modules/InventoryCost/models/InventoryTransaction";
import { InventoryTransactionsService } from "@/modules/InventoryCost/InventoryTransactions.service";
import { InventoryTransactionsService } from "@/modules/InventoryCost/commands/InventoryTransactions.service";
@Injectable()
export class InventoryAdjustmentInventoryTransactions {