37679e83e6
- Next.js 16 + Appwrite multi-tenant emlak CRM - Database: kovakemlak-db (properties, customers, customer_searches, property_matches, presentations, investors, activities, tenant_settings) - Same stack as isletmem-kovakcrm (shadcn/ui template base) - Modules: portföy, müşteri takibi, arama kriterleri, otomatik eşleştirme, sunum linki, yatırımcı portalı
24 lines
392 B
JSON
24 lines
392 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"month": "December 2024",
|
|
"plan": "Professional Plan",
|
|
"amount": "$79.00",
|
|
"status": "Paid"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"month": "November 2024",
|
|
"plan": "Professional Plan",
|
|
"amount": "$79.00",
|
|
"status": "Paid"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"month": "October 2024",
|
|
"plan": "Professional Plan",
|
|
"amount": "$79.00",
|
|
"status": "Paid"
|
|
}
|
|
]
|