TorbatYar/frontend/app/accounting/sales/invoices/page.tsx
Mortezakoohjani 067b499193 Connect Accounting frontend to domain APIs for phases 5.1-5.11.
Wire sales/purchase posting, settlements, compliance, payroll employees, and ops edit flows; document the integration report.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-25 22:17:41 +03:30

6 lines
166 B
TypeScript

import { SalesInvoiceAccountingPage } from "@/components/accounting/DomainScreens";
export default function Page() {
return <SalesInvoiceAccountingPage />;
}