Ignore:
Timestamp:
9 Dec 2024, 16:08:31 (2 weeks ago)
Author:
Henrik Bettermann
Message:

Change JUPEB splitting ratio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/remita/browser.py

    r17973 r17974  
    202202            if self.context.p_category == 'clearance':
    203203                provider_amt = self.dynamic_provider_amt(self.context.student)
    204                 reduced_inst_amt = 0.7 * inst_amt
    205                 jupeb_amt = 0.3 * inst_amt
     204                reduced_inst_amt = 0.4 * inst_amt
     205                jupeb_amt = 0.6 * inst_amt
    206206            elif self.context.p_category in ('schoolfee', 'schoolfee_1') and \
    207207                not self.context.p_item == 'Balance':
     
    210210                #                               'LSC_JUP','MED_JUP','PSC_JUP'):
    211211                #    lab_amt = 10000
    212                 reduced_inst_amt = 0.7 * (inst_amt - lab_amt)
    213                 jupeb_amt = 0.3 * (inst_amt - lab_amt) + lab_amt
     212                reduced_inst_amt = 0.4 * (inst_amt - lab_amt)
     213                jupeb_amt = 0.6 * (inst_amt - lab_amt) + lab_amt
    214214            lineitems = (
    215215                          {"lineItemsId":"itemid1","beneficiaryName":"Uniben",
Note: See TracChangeset for help on using the changeset viewer.