Project

General

Profile

Actions

Bug #1549

closed

V 22/11/25 Violation list is not updating

Added by Andre Mene about 2 months ago. Updated about 1 month ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
11/24/2025
Due date:
12/02/2025
% Done:

100%

Estimated time:
1:00 h
Spent time:

Description

Violation list is not updating

it is not showing the update number prices of violations


Files

Actions #1

Updated by Fahad Zahoor about 2 months ago

  • Assignee changed from mohsin mohsin to Ali Akbar
Actions #2

Updated by Fahad Zahoor about 2 months ago

  • Due date set to 11/28/2025
Actions #3

Updated by Fahad Zahoor about 2 months ago

  • Estimated time set to 1:00 h
Actions #4

Updated by Andre Mene about 2 months ago

  • Status changed from New to Feedback

What is the status?

Actions #5

Updated by Fahad Zahoor about 1 month ago

@Ali Akbar api for this task is ready.
Here is API Details

violations/calculate-fines/
request body {
"plate_numbers": ["ABC123", "XYZ789", "JKL012"]
}


{
"status": "success",
"total_fines": 2850.75,
"plate_count": 3,
"plates_found": 2,
"plates_not_found": 1,
"not_found_plates": ["ABC123"],
"breakdown": [
{
"plate_number": "JMK4829",
"total_fines": 1200.50,
"violation_count": 4
},
{
"plate_number": "LPJ2847",
"total_fines": 1650.25,
"violation_count": 6
}
]
}

{
"status": "error",
"message": "plate_numbers must be a list"
}

{
"status": "error",
"message": "plate_numbers list is required in request body"
}

Actions #6

Updated by Fahad Zahoor about 1 month ago

  • Due date changed from 11/28/2025 to 12/02/2025
Actions #8

Updated by Andre Mene about 1 month ago

  • Status changed from Feedback to Closed
  • Target version set to Version 03.12.2025.0018

Thanks

I will close this task

Actions

Also available in: Atom PDF