feat(missing inv): adding a way to check for missing data in case it dose pull on the correct days
This commit is contained in:
@@ -8,7 +8,6 @@ import { serverSettings } from "../../server/controller/settings/getSettings.js"
|
||||
import { query } from "../../sqlServer/prodSqlServer.js";
|
||||
import { activeArticle } from "../../sqlServer/querys/dataMart/article.js";
|
||||
import { totalInvNoRn } from "../../sqlServer/querys/dataMart/totalINV.js";
|
||||
import { deleteHistory } from "./removeHistorical.js";
|
||||
|
||||
export const historicalInvIMmport = async () => {
|
||||
const plantToken = serverSettings.filter((n) => n.name === "plantToken");
|
||||
|
||||
Reference in New Issue
Block a user