Files
kovakemlak-crm/src/app/(dashboard)/settings/billing/data/billing-history.json
T
egecankomur 37679e83e6 init: kovakemlak-crm project scaffold
- 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ı
2026-05-05 04:37:04 +03:00

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"
}
]