WAIVE LEDGER FEES WHEN THERE IS INSUFFICIENT BAL
- emushaija
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 57
- Thank you received: 4
13 years 5 months ago #7834
by emushaija
WAIVE LEDGER FEES WHEN THERE IS INSUFFICIENT BAL was created by emushaija
Hello Good People
We are facing the problem ,ledger fees overdraws accounts with insufficients funds to negative balance .We want to waive the charges for accounts with insufficients funds .How can that be achieved?
We are facing the problem ,ledger fees overdraws accounts with insufficients funds to negative balance .We want to waive the charges for accounts with insufficients funds .How can that be achieved?
Please Log in or Create an account to join the conversation.
- Valleyman1
- Visitor
10 years 7 months ago #15917
by Valleyman1
Replied by Valleyman1 on topic WAIVE LEDGER FEES WHEN THERE IS INSUFFICIENT BAL
am not sure if this is necessary but you can acheive it through the following:
attaching a local routine in the field BASE.AMT.RTN in the IC.CHARGE.PRODUCT record.
The fields BASE.AMT.RTN and CHARGE.MOD.RTN are used to calculate the charge based on account balance.
BASE.AMT.RTN- Percentage of charge amount calculation:
1. Create FT.COMMISSION.TYPE record with the setup of percentage of charge calculation.
2. Write your logic to read the balance amount from the respective account in local routine.
3. Attach the local routine in the field “BASE.AMT.ROUTINE” in IC.CHARGE.PRODUCT record.
Based on the above set up during cob date of IC.CHARGE system will read the account balance and calculate the percentage (specified in FT.COMMISSION.TYPE record) of charge
The routine contains three input parameters and two output parameter.
AC.NO - This will contain the account number for which charges are calculated.
Y.FROM - Start date of the charge calculation.
Y.TO - End date of charge calculation.
BASE.CCY - Charge currency.
BASE.AMT - Amount in which charges will be calculated
attaching a local routine in the field BASE.AMT.RTN in the IC.CHARGE.PRODUCT record.
The fields BASE.AMT.RTN and CHARGE.MOD.RTN are used to calculate the charge based on account balance.
BASE.AMT.RTN- Percentage of charge amount calculation:
1. Create FT.COMMISSION.TYPE record with the setup of percentage of charge calculation.
2. Write your logic to read the balance amount from the respective account in local routine.
3. Attach the local routine in the field “BASE.AMT.ROUTINE” in IC.CHARGE.PRODUCT record.
Based on the above set up during cob date of IC.CHARGE system will read the account balance and calculate the percentage (specified in FT.COMMISSION.TYPE record) of charge
The routine contains three input parameters and two output parameter.
AC.NO - This will contain the account number for which charges are calculated.
Y.FROM - Start date of the charge calculation.
Y.TO - End date of charge calculation.
BASE.CCY - Charge currency.
BASE.AMT - Amount in which charges will be calculated
Please Log in or Create an account to join the conversation.
- gm.saran
- Offline
- Elite Member
Less
More
- Posts: 203
- Thank you received: 29
10 years 7 months ago #15920
by gm.saran
Replied by gm.saran on topic WAIVE LEDGER FEES WHEN THERE IS INSUFFICIENT BAL
Also, disable the "Default" ledger fees setup of T24, prior to start using charges using IC.CHARGE module. otherwise you'll have two charges taken.
We had the same issue of accounts running into Debit and stopped the "Default" ledger fees (by setting up the min bal requirement to Zero) and then used IC.CHARGES. We've attached routine in "CHARGE.MOD.RTN" and achieved the required functionality
How to use CHARGE.MOD.RTN in IC.CHARGE.PRODUCT?
We had the same issue of accounts running into Debit and stopped the "Default" ledger fees (by setting up the min bal requirement to Zero) and then used IC.CHARGES. We've attached routine in "CHARGE.MOD.RTN" and achieved the required functionality
How to use CHARGE.MOD.RTN in IC.CHARGE.PRODUCT?
Please Log in or Create an account to join the conversation.
- zaki_hyder
- Offline
- Premium Member
Less
More
- Posts: 102
- Thank you received: 1
10 years 3 months ago #16229
by zaki_hyder
Replied by zaki_hyder on topic WAIVE LEDGER FEES WHEN THERE IS INSUFFICIENT BAL
Send me the routine.
Please Log in or Create an account to join the conversation.
- gm.saran
- Offline
- Elite Member
Less
More
- Posts: 203
- Thank you received: 29
10 years 3 months ago #16231
by gm.saran
Replied by gm.saran on topic WAIVE LEDGER FEES WHEN THERE IS INSUFFICIENT BAL
Refer to the thread, where the sample routine and setup is available
t24all.com/index.php/component/kunena/t2...-charge-product.html
t24all.com/index.php/component/kunena/t2...-charge-product.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.088 seconds