UNPKG

@cityssm/dynamics-gp

Version:

Read only inquiries into Microsoft Dynamics GP using a SQL Server connection.

5 lines (4 loc) 286 B
import type { config as MSSQLConfig } from 'mssql'; import type { GPInvoice } from '../gp/types.js'; import type { DiamondExtendedGPInvoice } from './types.js'; export default function _extendGpInvoice(mssqlConfig: MSSQLConfig, gpInvoice: GPInvoice): Promise<DiamondExtendedGPInvoice>;