Ejemplo n.º 1
0
 def get_expense_category_text(expense_cat):
     return get_text_of_choices_enum(
         expense_cat, RetirementPlan.ExpenseCategory.choices())
Ejemplo n.º 2
0
 def get_filing_status_text(civil_status):
     return get_text_of_choices_enum(civil_status,
                                     PersonalData.CivilStatus.choices())
Ejemplo n.º 3
0
 def get_lifestyle_text(lifestyle):
     return get_text_of_choices_enum(
         lifestyle, RetirementPlan.LifestyleCategory.choices())