Feature #6259
closedAdd due date filter & paid by fields in the vendor record payment screen both backend & frontend
Subtasks
Related issues
Updated by Pavan Kumar Murala about 1 month ago
- Status changed from New to In Progress
Updated by Pavan Kumar Murala about 1 month ago
- % Done changed from 0 to 20
- Estimated time changed from 2:00 h to 3:00 h
Updated by Pavan Kumar Murala 30 days ago
- Status changed from In Progress to Resolved
- % Done changed from 20 to 100
1️⃣ Integrated Users API
- While adding a payment, the user can be selected from the Users list.
2️⃣ Saved paidBy in DB schema - Added a new field paidBy in the vendor invoice schema.
- The selected user is stored with the payment record.
3️⃣ Updated Backend APIs - Passed paidBy from frontend to backend.
- Added paidBy to POST/PUT APIs.
- GET API now populates user details using paidBy (first name + last name).
4️⃣ Invoice List Behavior - Only the latest payment is shown in the table.
- Previous records remain in Action History.
5️⃣ Action History Enhancements - Updated schema to store paidBy.
- Updated Action History API.
- Populated user details for each entry.
- UI now displays Paid By (First Name + Last Name).