How we rolled out e-document flow in 8 working days — Uyut-Dekor case, 2025
Home-textile maker Uyut-Dekor delayed e-document flow for three years. We launched it in 8 working days with zero shipping disruption and saved the client 1.4M ₽/year in paper and couriers.
Creastra Digest
- The real EDO risk is not IT — it is partner-side buyers refusing. A 14-day parallel loop fixes it
- We run a single adapter for Diadoc and SBIS, so switching operators does not stall work
- Payback for a mid-sized manufacturer: 4–6 months
Ivanovo-based bed-linen maker Uyut-Dekor entered 2025 with 480M ₽ turnover and 18 major counterparties — chains, distributors, marketplaces. UPD, TTN, acts — all on paper with couriers and postal services. They budgeted 1.4M ₽/year for document logistics alone and lost an average of 12 days on the «shipment → signed document → payment» cycle. We moved them to EDO in 8 working days. With zero shipping disruption.
Days 1–2: audit and operator choice
We checked which EDO operators counterparties already used. Of 18 partners: 12 on Diadoc, 4 on SBIS, 2 on Taxcom. Decision — Diadoc as primary (67% coverage), roaming for the rest. Pricing: 6,000 ₽/mo flat plus 18 ₽ per outbound document.
Days 3–4: 1C integration
The client ran 1C UT 11.5. We installed the off-the-shelf 1C-EDO module but wrapped it in our own adapter. Why: switching operators should not require rewriting business logic. The adapter lives in a separate processor and exposes a stable contract — «send UPD», «check status», «pull incoming» — regardless of the operator beneath.
// EDO adapter contract — pseudo-1C → JSON for clarity
{
"sendUPD": {
"in": { "docId": "GUID", "counterpartyINN": "string", "xml": "base64" },
"out": { "externalId": "string", "status": "queued|sent|error", "error": "string?" }
},
"pullStatus": {
"in": { "externalId": "string" },
"out": { "status": "sent|signed|rejected|expired", "signedAt": "ISO?" }
}
}Day 5: qualified signatures and PoAs
- Got the CEO's qualified signature at an FNS-accredited centre — one visit
- Issued machine-readable PoAs (MChD) for two chief accountants and the shipping manager
- Registered the MChDs with FNS — counterparties demand it
- Configured Diadoc roles: who sees inbound, who signs, who just forwards
- Enabled 2FA on every account — InfoSec audit blocks otherwise
Days 6–7: parallel loop
The common mistake is to flip everyone in one day. We do it differently: for 14 days the document goes both via EDO and on paper. The partner sees the EDO copy is identical to the paper one, gets comfortable inside a week, and asks to turn off paper themselves. Of Uyut-Dekor's 18 partners, 16 switched within two weeks; two stubborn ones, within six.
Day 8: team onboarding
A two-hour session for 11 people: accounting, shipping, key-account managers. Handed out a six-page playbook with the canonical scenarios — «send a UPD», «handle a rejection», «what to do on a discrepancy». A 30-minute follow-up two weeks later cleared accumulated questions.
Numbers at 90 days
- Average «shipment → signed doc» cycle cut from 12 days to 1.4
- Courier and postage spend dropped from 117,000 ₽/mo to 6,200 ₽
- Paper consumption down 78%
- Receivables overdue down 22% — money arrives faster
- Accounting freed up 1.5 FTE, redeployed one person to marketplace reconciliations