Wire DocumentNumberSequence allocator, ledger-based subsidiary/detail reports, and posted-voucher reopen flow without mock ops forms. Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
401 B
TypeScript
17 lines
401 B
TypeScript
"use client";
|
|
|
|
import { OperationalDocumentPage } from "@/components/accounting/OperationalDocumentPage";
|
|
|
|
export default function Page() {
|
|
return (
|
|
<OperationalDocumentPage
|
|
title="سفارش خرید"
|
|
createLabel="سفارش خرید جدید"
|
|
module="purchase"
|
|
docType="order"
|
|
partyLabel="تأمینکننده"
|
|
kind="order"
|
|
/>
|
|
);
|
|
}
|