New Line and Loan drawdown

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
14 years 10 months ago #6128 by kda
New Line and Loan drawdown was created by kda
Hi all,

Please help me, I wonder that usually in T24, It always has Credit/Debit side but I wonder on loan disbursed after I do it, It only credit(drawdown) to account but I do not see debit side. See only credit side, could you please explain me?
One more in infobasic, I want to display text on message box with new line(Multiple line) if in .net we use chr(13) in infobasic what do we can do:

PROGRAM TEST
.....
TEXT = "LINE1"
TEXT = "LINE2"
CALL REM
.....
END

Result it will displays word LINE1 AND LINE2 in one line as LINE1LINE2 but i want it enter new line:
LINE1
LINE2

Thanks

Please Log in or Create an account to join the conversation.

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
14 years 10 months ago #6132 by kda
Replied by kda on topic Re: New Line and Loan drawdown
HI,
Sorry for a bove code:
It should be:
PROGRAM TEST
...
TEXT = "LINE1 LINE2"
CALL REM
END
=> above it will show text in one line in message box: LINE1 LINE2
but my purpose i want to show it is multiple line as .net:
LINE1
LINE2
in message box in .net we use chr(13) but infobasic how should we do?
and pls explain related loand problem as bove too.

Thanks

Please Log in or Create an account to join the conversation.

More
14 years 10 months ago #6147 by JanaVlas
Replied by JanaVlas on topic Re: New Line and Loan drawdown
Hi,
debit side is in table RE.CONSOL.SPEC.ENTRY or RE.SPEC.ENTRY.DETAIL (it depends on the parameterization), you can select the entry doing RE.CONSOL.SPEC.ENTRY L L, OUR.REFERENCE EQ LD...., or the same selection but based on RE.SPEC.ENTRY.DETAIL.

T24 updates 3 differen tables for debit/credit enries:
1. STMT.ENTRY (and STMT.ENTRY.DETAIL) for account related transactions
2. RE.CONSOL.SPEC.ENTRY (and RE.SPEC.ENTRY.DETAIL) for movements related with contracts (LD, MG, MD etc)
3. CATEG.ENTRY for PL postings

So whenever you have LD disbursement event, accounting entries will be:
1st leg in STMT.ENTRY (credit)
2nd leg in RE.CONSOL.SPEC.ENTRY (debit)

Hope it helps!

Please Log in or Create an account to join the conversation.

  • kda
  • Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
14 years 10 months ago #6151 by kda
Replied by kda on topic Re: New Line and Loan drawdown
Good morning Sir,

Thank you very for u explanation and If possible could u pls help me related with new line question as above.

Thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.027 seconds