-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca2ec64
commit d70e494
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# eddie | ||
Various efficiency scripts for the farm | ||
|
||
Generate Picklist (generatepicklist.js) | ||
|
||
Square -> Integromat -> Google Sheets -> CSV collation of order picklist | ||
|
||
Integromat imports orders from Square and saves them in a Google sheet that is ultimately imported into OnFleet to generate our itineraries. For the purposes of collecting orders, we save a copy of that Google sheet, remove all columns except for the orders, save the file as a CSV, and then use it as input for generatepicklist.js, which will take those individual orders and aggregate the items so the inventory manager will know how many units of each product they need. | ||
|
||
The program is simple and brittle right now, expecting /Users/chrisnewman/desktop/orders.txt as the input file. | ||
|
||
To run: > node generatepicklist.js |