Files
accounting-frontend/src/pages/purchases/PurchaseSuppliers.tsx

15 lines
488 B
TypeScript

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