Same four building blocks under every offer above — not separate products you buy.
A
QuickBooks/Xero migration and cutover rehearsal
Xero books export over read-only OAuth; QuickBooks uses the same connect-and-export shape. Field mapping and load sit inside the cutover loop when the engagement needs them. Rebuild the tenant, load what was scoped, exercise it, prove the books, tear down — then do it again until go-live is boring.
I export Xero cutover packs over OAuth, run the same connect-and-export path for QuickBooks, and rehearse cutovers on rebuildable hosts with seed data and recorded scenarios.
B
Acumatica tenant configuration as code
Live tenant out to Git, or a clean tenant up from versioned config. Every change is exercised against the same linked transaction history before it is applied — so drift and release work share one configuration tree.
I keep tenant configuration as versioned YAML and build, test, and apply from that configuration tree.
C
Acumatica host automation
Provision and rebuild the hosts the offers run on — cloud or on-prem — with two-layer backups and an off-site copy. Full rebuilds need a lab you control; every engagement states which path.
I automate provisioning, virtualization, and tested off-site backups for Acumatica hosts.
D
AI agents for one workflow
Tool access, retrieval, orchestration, and guardrails for a single business path — scenario generation and field mapping in the offers above, or a non-ERP workflow when that is the job.
I built MailPilot end-to-end: inbound mail answered from an indexed knowledge base in under 60 seconds (measured), declined when the answer is not in the data.