Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Структура за бенефициенти към проект
- beneficiaries: {
- totalCount: 0,
- totalAmountDistributed: 0,
- currency: 'BGN',
- list: [
- {
- id: 'ben_001',
- firstName: 'Мария',
- lastName: 'Петрова',
- profileImage: '/images/beneficiaries/maria_petrova.jpg',
- amountReceived: 1500.00,
- dateAdded: '2024-01-15',
- status: 'active', // active, completed
- phone: '+359 888 123 456',
- age: 74,
- location: 'София',
- notes: 'Получи помощ за медицински разходи'
- },
- {
- id: 'ben_002',
- firstName: 'Иван',
- lastName: 'Георгиев',
- profileImage: '/images/beneficiaries/ivan_georgiev.jpg',
- amountReceived: 800.00,
- dateAdded: '2024-02-01',
- status: 'completed',
- phone: '+359 888 234 567',
- age: 68,
- location: 'Пловдив',
- notes: 'Помощ за домашни нужди'
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment