Skip to content

Commit

Permalink
fixing readme headers
Browse files Browse the repository at this point in the history
  • Loading branch information
readeral committed Jul 24, 2017
1 parent 4e14aa0 commit 01d2bc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ Dependencies: React Dropzone, React Radio Group, PapaParse

Both development and production builds utilise <https://cors-anywhere.herokuapp.com/>, 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)
Expand Down

0 comments on commit 01d2bc5

Please sign in to comment.