usdigitalresponse / cpf-reporter

CPF Reporter application maintained by the USDR Grants program.
Apache License 2.0
0 stars 3 forks source link

[Issue]: Treasury Report - Currency Fields #438

Open ClaireValdivia opened 1 week ago

ClaireValdivia commented 1 week ago

Why is this issue important?

currency fields need to be in correct format to be accepted in treasury portal

Current State

Currency fields display as whole numbers with no decimal ponts

Expected State

Implementation Plan

The following functions need to be added...

Relevant Code Snippets

No response

vshia commented 5 days ago

the condecimal type that we're using is deprecated and will be removed in Pydantic 3.0 Here are the change for this specific issue: https://github.com/usdigitalresponse/cpf-reporter/pull/441

vshia commented 5 days ago

Related PR for related constraints: https://github.com/usdigitalresponse/cpf-reporter/pull/442

ClaireValdivia commented 4 days ago

Looks great in staging for project files. Waiting on resolving the issue generating the subrecipient file in order to test there as well