Closed antonym8 closed 4 months ago
@yogiofficemail https://tssapidemo.m8itsolutions.in/api/checkExistingFinance/150/loan - finance_category_name coming as empty
{ "id": 24, "employee_id": 152, "type": "loan", "payment_type": "bank", "finance_category_id": null, "amount": "1000.00", "paid_amount": "0.00", "due_date": null, "remarks": null, "duration": 2, "interest": "0.00", "paid_status": 0, "status": 1, "approved_by": null, "created_by": null, "updated_by": null, "created_at": "2024-06-30T14:12:25.000000Z", "updated_at": "2024-06-30T14:12:25.000000Z", "finance_category_name": null, "employee_name": null, "EmployeeCode": null, "fathers_name": null, "voucher_no": "VOD-0193", "department_name": null, "designation_name": null, "created_by_name": null }
while adding a loan for a staff the parameters are sending like this send finance_category_name and finance_category_id from the frontend so it will work
@M8Balaji check this api https://tssapidemo.m8itsolutions.in/api/addFinanceDetails
{ "id": 24, "employee_id": 152, "type": "loan", "payment_type": "bank", "finance_category_id": null, "amount": "1000.00", "paid_amount": "0.00", "due_date": null, "remarks": null, "duration": 2, "interest": "0.00", "paid_status": 0, "status": 1, "approved_by": null, "created_by": null, "updated_by": null, "created_at": "2024-06-30T14:12:25.000000Z", "updated_at": "2024-06-30T14:12:25.000000Z", "finance_category_name": null, "employee_name": null, "EmployeeCode": null, "fathers_name": null, "voucher_no": "VOD-0193", "department_name": null, "designation_name": null, "created_by_name": null }
while adding a loan for a staff the parameters are sending like this send finance_category_name and finance_category_id from the frontend so it will work
Fixed
Loan -> Null value in existing loan details - Not fixed
@yogiofficemail https://tssapidemo.m8itsolutions.in/api/addFinanceDetails --- payment_type Coming empty
fixed now can add a loan and check
@yogiofficemail https://tssapidemo.m8itsolutions.in/api/addFinanceDetails --- payment_type Coming empty
Not fixed
Design issue Fixed
@yogiofficemail Payment_type is not saving, Please check and fix it
after newly adding it will show it in the list
Pass