28 lines
605 B
Markdown
28 lines
605 B
Markdown
# 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.
|