TorbatYar/frontend/app/accounting/compliance/violations/page.tsx
Mortezakoohjani 7953e47f8b Ship accounting UX: Rial integers, auto doc numbers, reverse-and-edit, real reports, customers nav.
Wire DocumentNumberSequence allocator, ledger-based subsidiary/detail reports, and posted-voucher reopen flow without mock ops forms.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-26 15:52:06 +03:30

4 lines
173 B
TypeScript

"use client";
import { ComplianceViolationsPage } from "@/components/accounting/WorkflowScreens";
export default function Page() { return <ComplianceViolationsPage />; }