Add Winax dependency back. Multiple bug fixes for estimate decoding.

This commit is contained in:
Patrick FIc
2025-03-28 14:56:22 -07:00
parent c33b02f77e
commit bf3f0205d6
12 changed files with 267 additions and 2750 deletions

View File

@@ -49,7 +49,7 @@ const DecodeTtl = async (
return {
clm_total: rawTtlData.g_ttl_amt || 0,
depreciation_taxes: 0, //TODO: Find where this needs to be filled from
depreciation_taxes: rawTtlData.g_bett_amt || 0, //TODO: Find where this needs to be filled from
cieca_ttl: { data: rawTtlData },
};
};