feat: move Payment Document OCR section to bottom of payments page
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -212,9 +212,6 @@ export default function PaymentsPage() {
|
|||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* OCR Image Upload Section*/}
|
|
||||||
<PaymentOCRBlock />
|
|
||||||
|
|
||||||
{/* Recent Payments table */}
|
{/* Recent Payments table */}
|
||||||
<Card>
|
<Card>
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
@@ -239,6 +236,9 @@ export default function PaymentsPage() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
{/* OCR Image Upload Section*/}
|
||||||
|
<PaymentOCRBlock />
|
||||||
|
|
||||||
{/* Payment Edit Modal — modal will fetch payment by id and handle its own save/update */}
|
{/* Payment Edit Modal — modal will fetch payment by id and handle its own save/update */}
|
||||||
<PaymentEditModal
|
<PaymentEditModal
|
||||||
isOpen={isEditModalOpen}
|
isOpen={isEditModalOpen}
|
||||||
|
|||||||
Reference in New Issue
Block a user