This commit is contained in:
2026-07-15 16:42:28 -05:00
commit 201f5c1b95
11 changed files with 592 additions and 0 deletions

27
README.md Normal file
View 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.