init
This commit is contained in:
27
README.md
Normal file
27
README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# BizMatch QC Desktop 0.1.2
|
||||
|
||||
Desktop quality-control viewer for BizMatch buyer documents.
|
||||
|
||||
## Start
|
||||
|
||||
```bash
|
||||
deno task dev
|
||||
```
|
||||
|
||||
Open **Settings** and enter:
|
||||
|
||||
- the absolute path to the combined `buyers_vision.json`
|
||||
- the absolute PDF base directory
|
||||
|
||||
The final PDF path is:
|
||||
|
||||
```text
|
||||
PDF base directory / _letter / file_name
|
||||
```
|
||||
|
||||
Spaces and apostrophes in paths are supported. Settings are validated before they replace the current data. Errors are displayed in the Settings dialog and written to the terminal.
|
||||
|
||||
|
||||
## 0.1.3
|
||||
|
||||
Added Email, State, Notes Page, Buyer Info Page, and CA Page to the QC field panel.
|
||||
Reference in New Issue
Block a user