bcgov / SIMS

Student Information Management System. Post-Secondary Student Financial Aid System
Apache License 2.0
22 stars 13 forks source link

PT Assessment - Bug Fixes from testing (Rounding Assessment) #3001

Open CarlyCotton opened 4 months ago

CarlyCotton commented 4 months ago

User Story As a ministry, I need to calculate the awards accurately. This includes displaying the amounts correctly to the student so they know what to expect and to send the request to NSLSC to fund the student in the correct amount to prevent rejection. If the amounts are rounded at the wrong stage or not rounded to the nearest dollar it could result in a

Current Behaviour $0.20 calculations round up to $1 in the front end TC3831 (Astrid's Run)

SIMS

Student Name: Mightymouse EIGHTYONE Application: 2024000037 BCAG: SIMS: $588, Mass: $587 CSPT: SIMS: $1943, Mass: $1942

image.png

Camunda

ProcessInstance: 4503600048565924 finalFederalAwardNetCSPTAmount: 1942.08 finalProvincialAwardNetBCAGAmount: 587.2033

Questions for Analysis - provide answers in comments and ping carly

  1. The display in the assessment seems to show a full round up to the nearest full number. Do we store the final amounts as 1942 / 587 respectively or do we keep the 1942.08 and 587.20?
  2. Which value do we send on the ecert?
CarlyCotton commented 3 weeks ago

@Joshua-Lakusta I've added some questions to the bottom for analysis. If you have any other please add