Wire DocumentNumberSequence allocator, ledger-based subsidiary/detail reports, and posted-voucher reopen flow without mock ops forms. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
"use client";
|
|
import { PayrollStructuresPage } from "@/components/accounting/WorkflowScreens";
|
|
export default function Page() { return <PayrollStructuresPage />; }
|