0.6.2 • Published 2 years ago

quick-order-product-lookup v0.6.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

product lookup

looks up product descriptor (upc, itemcode, or name) to item line. They can be in json or csv/txt format, but must be from breakpoint

Installation

npm i -g quick-order-product-lookup

Usage

To use, specify the following command line arguments

quick-order --productsPath data/in/products.json --searchPath data/in/myOrder.txt --outPath data/out

Arguments explained: productsPath

  • path to where your product master file is in json format or csv/txt format

searchPath

  • path to where your notes file is

outPath

  • path where you want the output to be sent to

Note File Syntax Glossary:

#my note   - initiate a note
- subnote  - initiate a subnote
@442123  - speicfy item code
112  - specify upc search
##banana - sepcify search
kill 112  - removes all instances of itemcode or upc above (not below)
0.6.2

2 years ago

0.5.3

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.5.2

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago