Skip to content

Prism117/dp_toast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toast Adapter for Data Plus

This repository works with Toast's Order and Configuration APIs to produce an array or CSV file for importing into the DPHS ERP system.

Setup

  1. Install Packages
$ npm install
  1. Create Configuration Files
$ touch credentials.json
$ touch properties.json
  1. Add Credentials - credentials.json
{
  "hostname": "xx.xxxx.com",
  "clientID": "xxxx",
  "clientSecret": "xxxx"
}
  1. Map Property GUIDs - properties.json
{"000": "xxxxx"}
  1. Run Program
$ npm start [property] [date]
$ npm start 000 2024-04-28

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors