# Import/export handoff — Monjasa STS + Pricing Copilot

This prototype is designed to fit the current Monjasa infrastructure without requiring immediate live ERP access.

## Week-one handoff package

| File | Purpose | Production equivalent |
|---|---|---|
| `data/navision-export-customers.csv` | Read-only customer fixture with credit/KYC context | Business Central `customers` REST/OData or legacy NAV customer export |
| `data/navision-export-items.csv` | Fuel item/product fixture | Business Central `items` REST/OData or NAV item export |
| `data/navision-export-open-quotes.csv` | Open quote fixture matched to vessels/ports | Sales quote page/query export or REST/OData sales quote lines |
| `data/approved-quote-export.json` | Human-review quote draft package | Future approved write-back payload or finance-controlled import |

## Safe rollout

1. Start with read-only sandbox or CSV exports.
2. Validate field mapping and exceptions in the copilot.
3. Generate quote/document/invoice draft packages.
4. Review drafts with Commercial Ops, Finance, Compliance, and IT.
5. Enable scoped Business Central/Navision write-back only after explicit approval, credential setup, rollback planning, and audit controls.

## Approval boundaries

- No production ERP mutation in the prototype.
- No secrets in files.
- No paid APIs.
- No customer/vendor contact.
- Competitor data remains estimated market-range intelligence, not exact confidential quotes.
