[add]: Salary table

This commit was merged in pull request #49.
This commit is contained in:
VivianDee
2025-06-18 12:34:28 +01:00
parent 5040002c54
commit eb7f783b18
6 changed files with 110 additions and 3 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ class OfferAnalysis:
logger.info(f"These are the salarie amounts ***** : {str(salaries)}", exc_info=True)
logger.info(f"These are the salary amounts ***** : {str(salaries)}", exc_info=True)
#Least salary in the last 6 months
min_salary = min(salaries)
@@ -113,7 +113,7 @@ class OfferAnalysis:
else: # Income is not consistent
eligible_amount = 0
logger.info("Applying np percentage on least salary due unstable income.")
logger.info("Applying no percentage on least salary due unstable income.")