Skip to content

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

License

Notifications You must be signed in to change notification settings

cityssm/node-dynamics-gp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Dynamics GP

npm (scoped) Maintainability codecov Build Status DeepSource

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

The purpose of this project to make it easy to incorporate on prem Dynamics GP data into custom business applications. It connects to the underlying SQL Server directly, and returns data in easy-to-use Javascript objects.

Built to validate transactions linked from the City of Sault Ste. Marie's Lot Occupancy System.

Tested with Microsoft Dynamics GP 2018.

Features

  • 🙌 TypeScript types. Easy to get started.

  • 🙌 Temporary caching to reduce database hits and function return times.

  • 🙌 All whitespace trimmed from the end of the char data. Strings are ready to use!

  • 🙌