Expand sales, treasury, and parties modules with Jalali calendar and FunZone integrations

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Shayan Azadi
2026-07-03 03:15:52 +03:30
parent d7252f1d21
commit 4508be582a
55 changed files with 5083 additions and 799 deletions

View File

@@ -0,0 +1,14 @@
import { FunZonePartySection } from '../../parties/FunZonePartySection'
export function PurchaseSuppliers() {
return (
<FunZonePartySection
config={{
kind: 'supplier',
title: 'تأمین‌کنندگان',
subtitle: 'مالکان مجموعه‌ها از اپلیکیشن مالکان — منبع داده فان‌زون، مشابه «تأمین‌کنندگان» در سپیدار',
externalSource: 'funzone_owner',
}}
/>
)
}