◆
How to use this console
Working method · not a deliverable
Each of the six process tabs has the same six panels, so you always know where to look. Open a tab, expand the panels you want, brainstorm in the yellow notes box (it saves as you type), and tick off questions as you resolve them.
| Panel | What goes here |
|---|---|
| 01 · The TDR ask | What DNIT literally requires for this process (TO-BE), in plain terms. |
| 02 · Qntrl team's view | Exactly what the Zoho answer document says Qntrl does — the Board, Form, Blueprint stages — plus the fit rating. |
| 03 · TO-BE flow | A stage pipeline for the process, marking where an external component is needed (red). |
| 04 · Questions to resolve | The open decisions. Tick them off as we get answers from DNIT or internally. |
| 05 · How we approach it | Our planned method and the apps assigned. Draft — edit freely. |
| 06 · Gaps & decisions | The external add-ons / integrations to scope and price for this process. |
Everything you type in a notes box and every checkbox is stored in this browser only (localStorage). Nothing is uploaded. Use “Print / Save PDF” from the browser to hand a snapshot around — printing expands every panel automatically.
✎ Cross-cutting notes (apply to all six)saved ✓
1
Electronic File
Expediente Electrónico DNIT · the container process
Fit: good, with add-ons
The ask: receive, manage, process, store and deliver every filing digitally, with guaranteed traceability and document inviolability, real-time status for taxpayer/operator/third party/internal units, and a living catalogue of procedures. Procedures better served on their own (Form 10, payment facilities, non-withholding) split off.
Qntrl stagework/handoffexternal component
Qntrl Blueprint per the Zoho note — Submitted → Under review → Processing → Resolution → Closed, with route-back. Red = not native.
Gap they flag: legally binding digital signature + guaranteed inviolability need an external qualified e-signature provider (API/webhook); very large document volumes may exceed Qntrl's 65 MB per-file attachment limit → external DMS.
- Catalogue first. Inventory every current paper trámite; classify keep-in-Expediente vs split-out; this catalogue becomes the Creator picker that drives the whole Board.
- Model in BPMN 2.0 the generic file lifecycle + the per-type variations as sub-flows, then translate to one Qntrl Blueprint with criteria-based paths.
- Prototype the taxpayer portal in Creator/CRM portal for real-time status; validate the “what does the taxpayer see” question with DNIT early.
- Specify the e-signature interface contract against the accredited provider; mark each step where signature is legally required vs optional.
- Decide the DMS question on evidence — measure real document sizes in Phase 1 before committing.
- Qualified e-signature provider — integration + per-signature/licensing cost.
- External DMS — only if the 65 MB limit is hit; decide after Phase 1 measurement.
- OCR / classification engine — see Process-wide §07 options (in-house vs AWS/Google/Azure).
- BPMN modelling tool — the diagrams are a required deliverable Qntrl can't produce.
✎ Brainstorm — Electronic Filesaved ✓
2
Operational Tax Procedures
Trámites Operativos Tributarios · ex-Form 10 & public certificates
Fit: good, with add-ons
The ask: let taxpayers file electronically and get automatic/semi-automatic processing of the Form 10 operations (DJ application/annulment/correction, doc copies, RUC unblocking, account clean-up, compliance certificate under dispute…), plus a public track for persons/entities requesting statements, RUC certs, etc. — individually or in bulk, with confidentiality review for third-party requests.
automaticmanual/officergatewayexternal
Registered → Auto-validation → (Auto-approve | Manual analysis) → Approved/Rejected → Posted, branching by operation type.
Gap they flag: real-time verification of filing/compliance status and current-account effects requires Marangatu integration; the native bulk-entry UI is limited and best complemented by the REST API.
- Decompose Form 10 operation by operation; for each, define inputs, validation rules, auto vs manual, and current-account effect.
- Two tracks, one model: authenticated taxpayer track + public-request track (statements, RUC certs). Model both, share the certificate-issuance sub-flow with Process 4.
- Nail the Marangatu contract early — this is the critical dependency; specify each read (compliance status) and write (posting) as a Catalyst function.
- Design bulk deliberately — line items for small batches, REST/file path for large; decide threshold with DNIT.
- Confidentiality by design — Directory roles + legal review deliverable for third-party access.
- Marangatu integration — compliance-status reads + posting writes (the big one for this process).
- Bulk API / file-ingest — beyond native table entry.
- E-signature — where issued documents need it.
- Legal review of third-party confidential-access rules (consulting deliverable).
✎ Brainstorm — Operational Proceduressaved ✓
3
Payment Facilities
Facilidades de Pago · installment plans
Fit: good — heaviest integration
The ask: systematise, automate and digitalise for all operation types — including foreign-trade obligations that today need an in-person visit — from intake through approval to current-account posting. Risk criteria for non-standard requests, plus a subprocess monitoring compliance and applying lapse on default.
automaticofficer/risksubprocessexternal
Requested → Validation → (General auto | Non-standard risk analysis → Approval) → Initial payment → Approved → Posted, with a compliance/lapse subprocess.
Gap they flag: installment-schedule generation, current-account posting and foreign-trade/customs linkage depend on Marangatu + customs integration; advanced risk scoring beyond rule-based criteria would need an external risk/AI engine.
- Separate the three intake variants (DJ-origin, non-standard, foreign-trade) in the AS-IS, then unify them into one TO-BE Blueprint with branches.
- Keep computation where it's authoritative. If Marangatu owns the plan maths, Qntrl orchestrates and displays; if not, Deluge computes and posts. Decide with DNIT — don't assume.
- Model the lapse subprocess explicitly as scheduled Catalyst functions against installment due-dates.
- Start rule-based on risk; design the gateway so a real scoring engine can slot in later without reopening the flow.
- Kill the in-person foreign-trade step — this is the headline “win” to showcase; map the customs linkage carefully.
- Marangatu integration — plan posting + current-account effects.
- Customs system integration — foreign-trade obligations (unique to this process).
- Payment-detection webhook — bank / collection network.
- External risk engine — optional, if scoring beyond rules is wanted.
- E-signature — on the approval document.
✎ Brainstorm — Payment Facilitiessaved ✓
4
Non-Withholding Certificate
Constancia de No Retención · VAT / Income
Fit: good, with add-ons
The ask: unify both taxpayer situations (no active obligation vs active with credit balances) into one digital process — intake with annexes, requirement validation, analysis, issuance. Validity redefined by tax type & closing month (not fixed 31 Dec). Risk criteria to speed resolution; full case log.
fast pathfull analysisgatewayexternal
Submitted → (fast path if no active obligation | requirement validation → analysis) → Certificate issued → Notified.
Gap they flag: actually issuing the certificate as a formatted PDF (with dynamic validity) needs a custom function paired with an external PDF/document-generation service; e-signature again external.
- Model the two taxpayer conditions as one flow with a fast path — the “no active obligation” case auto-resolves; the credit-balance case gets full analysis.
- Encode validity as data, not a hard-coded date — a rule table keyed by tax type + closing month.
- Reuse the certificate-issuance sub-flow shared with Process 2's public certificates — one PDF+signature component, many callers.
- Test Writer merge first for the PDF; fall back to an external service only if fidelity/volume demands it.
- PDF / certificate generation — shared component with Process 2.
- Qualified e-signature — if legally required on the certificate.
- Marangatu read — to verify obligation status & credit balances.
✎ Brainstorm — Non-Withholding Certificatesaved ✓
5
Administrative Litigation Tracking
Seguimiento de Juicios
Fit: strongest native — our showcase
The ask: one platform replacing spreadsheets, auto-linked to precedent processes (audit, sumarios, recursos, créditos), with counsel assignment, event log (date/time/user), document repository, deadline control with escalating alerts, and performance/statistics dashboards. Avoid missed procedural deadlines.
precedentrecurring eventsdeadline (native strength)
Registered → Counsel assigned → Event tracking (recurring) → Deadline monitoring → Resolved/Closed, auto-linked to precedent cards. Almost entirely native.
Gap they flag (small): only e-signature and any current-account interaction need an external component; ingesting data from prior processes may require light integration.
- Lead our Qntrl demonstration here. Near-zero integration, and it visibly solves the pain DNIT feels most (missed deadlines).
- Build the deadline model with the tax-law specialist — legal durations → SLA definitions → escalation ladder.
- Design the precedent-link as a soft link first (reference + manual attach) and harden to integration only where a digital source exists.
- Co-design the dashboard with DNIT's litigation area — indicators are worthless if they're not the ones managers use.
- Light integration to precedent processes — only where they're already digital.
- E-signature — if litigation documents require it.
- Current-account read — where amounts are relevant.
- Smallest gap set of all six — which is exactly why it's the showcase.
✎ Brainstorm — Litigation Trackingsaved ✓
6
Current Account
Cuenta Corriente DNIT · cross-cutting
Fit: orchestrator only — respect the boundary
The ask: every TO-BE process records its obligation events in the Current Account; auto-register/update obligations, detect non-compliance in real time (Cumplido/Incumplido), integrate records, and guarantee full traceability of each obligation from generation to extinction.
Qntrl orchestrationMarangatu = ledgerboundary
Event received → Consolidated → Transmitted → Confirmation → Status updated. Qntrl records and links; Marangatu stays the system of record.
Hard boundary they state: obligation computation, real-time balances, offsetting and statute-of-limitations must remain in Marangatu — Qntrl records and links but does not, and should not, become the system of record for the Current Account.
- Treat this as an integration specification, not a process to automate. Our deliverable is the event contract each of the other five processes emits, and the consolidation logic.
- Respect the boundary loudly. In the proposal, state that Marangatu remains the ledger — it signals we understand the domain and de-risks the bid.
- Define one canonical obligation-event schema that all five processes reuse, so the automation firm builds one integration, not five.
- Make Marangatu's real capabilities a Phase-1 discovery priority — everything downstream depends on it.
- Marangatu integration — the single largest technical dependency in the whole engagement; likely straddles our scope and the automation contract.
- Event schema & consolidation logic — our design deliverable.
- Reconciliation tooling — DataPrep or equivalent.
- No e-signature or PDF here — this process is pure integration.
✎ Brainstorm — Current Accountsaved ✓