Docparse Get Distinct Bill Field
Find all the distinct values for a given field from all docparse bill in the database. You must supply both queryParams and a field value in the data paramater when calling this module. See below for an example
Dependency tracking by David
Usage
var getValues = var queryParams = supplierCode: 'FGS' billNumber: 'foo bill number'; var data = queryParams: queryParams field: 'bill_number';
Installation
npm install docparse-get-distinct-bill-field
Example Installation
npm install docparse-get-distinct-bill-field eyespect