From 01d2bc5a6625776a19ab5aef699b1ac8f157abad Mon Sep 17 00:00:00 2001 From: Alan Reader Date: Mon, 24 Jul 2017 18:31:42 +1000 Subject: [PATCH] fixing readme headers --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b71afc4..0318dd0 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,17 @@ Dependencies: React Dropzone, React Radio Group, PapaParse Both development and production builds utilise , due to the changing nature of the target API URL. As such, it is subject to usage limits and not recommended as a permanent solution. It is recommended that for regular use, you fork this project and deploy on your own server, resolving CORS issues that way. -##Goals: +## Goals: My aim has been to create something that would enable warehouse staff to drag and drop a CSV when the stock arrives (typically a 'restock alert report' file), and assuming everything ordered is delivered, to submit for immediate updates of all stock in the file. -##Limitations: +## Limitations: Currently there are a few limitations: - The stock qty column must be the leftmost field of the CSV - The stock qty field parameter must be set Case-Sensitively - There is no test/warning for parameters present - There is no support for drag and drop of multiple files at once - however there is support for adding multiple files if dragged one at a time. -##Use: +## Use: 1. Click the 'parameters' button (below the console) and enter your Neto details (URL, API key, and CSV qty field name - defaults to 'Reorder Quantity') 2. Set your update method for your next CSV upload (defaults to 'increment', default can be changed via parameter screen) - can be increment, set or decrement 3. Drag and drop your CSV file onto the drop field, and use the output on the right hand side of the screen to check all is well (adding files one after the other will display the preview reverse-chronologically, with the first added at the bottom)