Add Winax dependency back. Multiple bug fixes for estimate decoding.
This commit is contained in:
@@ -10,10 +10,10 @@ import {
|
||||
default as errorTypeCheck,
|
||||
} from "../util/errorTypeCheck";
|
||||
import ipcTypes from "../util/ipcTypes.json";
|
||||
import client from "./graphql/graphql-client";
|
||||
import ImportJob from "./decoder/decoder";
|
||||
import LocalServer from "./http-server/http-server";
|
||||
import store from "./store/store";
|
||||
import { TestQB } from "./quickbooks-desktop/quickbooks-desktop";
|
||||
import store from "./store/store";
|
||||
|
||||
log.initialize();
|
||||
const isMac = process.platform === "darwin";
|
||||
@@ -179,6 +179,12 @@ function createWindow(): void {
|
||||
TestQB();
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "Decode Hardcoded Estimate",
|
||||
click: (): void => {
|
||||
ImportJob(`C:\\EMS\\CCC\\9ee762f4.ENV`);
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user