antonym8 / Tentacle

0 stars 0 forks source link

Loan -> Null value in existing loan details #88

Closed antonym8 closed 4 months ago

antonym8 commented 10 months ago

Screenshot (221)

M8Balaji commented 4 months ago

@yogiofficemail https://tssapidemo.m8itsolutions.in/api/checkExistingFinance/150/loan - finance_category_name coming as empty

yogiofficemail commented 4 months ago

{ "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

yogiofficemail commented 4 months ago

@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

M8Balaji commented 4 months ago

Fixed

Gokilavani-m8 commented 4 months ago

Loan -> Null value in existing loan details - Not fixed

  1. Need to set the allignment propely

image

M8Balaji commented 4 months ago

@yogiofficemail https://tssapidemo.m8itsolutions.in/api/addFinanceDetails --- payment_type Coming empty

yogiofficemail commented 4 months ago

fixed now can add a loan and check

@yogiofficemail https://tssapidemo.m8itsolutions.in/api/addFinanceDetails --- payment_type Coming empty

Gokilavani-m8 commented 4 months ago

Not fixed

image

M8Balaji commented 4 months ago

Design issue Fixed

M8Balaji commented 4 months ago

@yogiofficemail Payment_type is not saving, Please check and fix it

yogiofficemail commented 4 months ago

image after newly adding it will show it in the list

Gokilavani-m8 commented 4 months ago

Pass