bcgov / SIMS

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

Updates to Provincial Daily Disbursement - Import Data Changes #2869

Closed dheepak-aot closed 5 months ago

dheepak-aot commented 8 months ago

Story Description As a Ministry of Finance partner, I want to receive a daily summary log of all disbursements which were issued the previous day in SIMS, so I can keep my accounting records up to date.

Acceptance Criteria

Business Context: EDU.PBC.DISyyyyjjj.001 File Layouts

image.png

Funding Totals Mapped to PBC.EDU.DIS.yyyyjjj.001 "Receipts File":

BC Funding Totals.jpg

Technical Context Currently we have a scheduler fin-process-provincial-daily-disbursements-integration which runs daily and creates Provincial Daily Disbursement report and uploads the report to SFTP location.

Save data in database, generate email as needed, and email or report can be re-generated on demand in case of issue.

Current Report looks like this:

image.png

Technical

HRAGANBC commented 8 months ago

@HRAGANBC to precisely map specific award types as displayed through Receipt file formatting into ACs to avoid miscommunication

HRAGANBC commented 7 months ago

@andrewsignori-aot

From EDU.PBC.DIS.yyyyjjj.001 layouts:

image.png

You're right, the trailer records already SUM certain columns from the individual records. However, the SUM values in the trailer are a SUM of PT and FT records. On the DISB001 we want to report PT and FT SUM values seperately.

So from my perspective, we can't do a 1:1 from the EDU.PBC.DIS.yyyyjjj.001 to DISB001. Can we still SUM the columns ourselves even with the proposed file generation process we landed on? I.e. to SUM the values ourselves do we need to go back to a scheduler, etc...?

andrewsignori-aot commented 7 months ago
  • FT BC loans
  • FT BC grants
  • FT BC total
  • PT BC Grants (NEW)
  • PT BC total (NEW)
  • **BC Total (FT+PT) (NEW)
  • Total # of records
  • File Date (NEW) (Row 11 in File Layouts) (Note: this reflects the date when the NSLSC file was produced)
  • Batch Run Date (NEW) This should correspond to the date the disbursement receipts were received through EDU.PBC.DIS.yyyyjjj.001.
  • Sequence Number (NEW) (Row 10 in Excel) (Note: this reflects sequence number as produced by NSLSC report

@HRAGANBC I was not referring to the trailer information. My point was that we have total grants described award per award (DISB-GR-TYPE and DISB-GR-AMT) and we also have the total for each disbursement (e.g. DISB-TOT-DISB-AMT, DISB-TOT-GRANT-DISB) and we also have total entitled, total paid for to the student and total paid for the institution.

So, can we assume that the below ones are the ones that we will SUM per offering intensity (also per record type FE vs BC)?