Ignore:
Timestamp:
17 Apr 2023, 07:12:42 (19 months ago)
Author:
Henrik Bettermann
Message:

New instalment ratio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/students/utils.py

    r17208 r17380  
    8585                if category == 'secondinstal':
    8686                    if student.is_fresh:
    87                         amount = 0.34 * getattr(certificate, 'school_fee_1', 0.0)
     87                        amount = 0.305 * getattr(certificate, 'school_fee_1', 0.0)
    8888                    else:
    89                         amount = 0.34 * getattr(certificate, 'school_fee_2', 0.0)
     89                        amount = 0.305 * getattr(certificate, 'school_fee_2', 0.0)
    9090                if student.state == CLEARED:
    9191                    amount = getattr(certificate, 'school_fee_1', 0.0)
     
    114114                            ), None                   
    115115                if category == 'schoolfee_1':
    116                     amount *= 0.66
     116                    amount *= 0.695
    117117        elif category == 'clearance':
    118118            try:
Note: See TracChangeset for help on using the changeset viewer.