A very nice MDT System and really good support
1 Like
I’ve been using this MDT for about a week now - very clean and streamlined design along with lots of features that are available. Highly recommend
1 Like
definitely one of the best MDT’s on the market.
1 Like
v0.18.0 — VX_MDT — LAW / EMS / JUDICIAL RECORDS PLATFORM
New
• Codex (Knowledge Base) — department-scoped internal wiki with rich markdown editing, categories, pinning, draft/active/archived status, full-text search, and certificate-based access control. New permissions: codex.create, codex.edit, codex.delete, codex.manage.
• Medical Prescriptions — issue, track, and revoke prescriptions with dosage, frequency, expiration, and allergy warnings. Revocations require a reason. New permission: medical.prescribe.
• PCR Injury Tracking — visual body diagram (30+ regions, front/back) with injury types (GSW, laceration, fracture, burn, etc.), severity levels, and per-injury notes on Patient Care Reports.
• Nothing Design System — monochrome alternative theme with zero-saturation palette, squared corners, and Space Grotesk typography. Toggle in Settings > Appearance.
• Gallery Video Support — YouTube, Streamable, and direct video URLs now supported inline alongside images.
• Renewed-Banking Bridge — new billing bridge with fine transactions and player notifications.
• Medical Registry Redesign — condition types now support descriptions with clinical guidance. Searchable card-based UI grouped by category.
• Admin Migration Command — mdt_runmigration console command to manually re-run schema migrations.
Improvements
• Typography — new font stack: Geist (sans) and Ioskeley Mono (mono), driven by CSS variables for theme-level switching.
• Icon Migration — entire icon set migrated from mingcute/solar to Phosphor Icons for visual consistency across all tabs.
• Medical Batch Save — records, flags, and prescriptions save in a single atomic transaction instead of per-mutation writes.
• Localization — 398+ new locale keys covering all new features and standardized common actions.
• UI Restructure — full component restructure for better organization. Standardized imports and exports across the codebase.
• Color Palette — light theme refined for better contrast, dark theme shifted to true neutral backgrounds.
Fixes
• SQL Safety — nil-safe parameter builder prevents column/value misalignment in bulk insertions
• Dispatch Blips — default duration (300s) prevents permanent blips from nil values
• Prison Bridge — proper source validation and added reason/officer params to sentence calls
• Input Width — fields now properly fill available width
• Dispatch/Evidence — resolved each_key_duplicate errors
• Markdown Editor — fixed race condition during editor initialization