× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

HOW TO SET A TRANSACTIONAL LIMIT FOR SPECIFIC ACCOUNT CATEGORIES

  • shelistot@gmail.com
  • Topic Author
  • Offline
  • New Member
  • New Member
More
1 month 3 weeks ago #24725 by shelistot@gmail.com
What parameters or input routine can you use to validate to see to it that an account does not breach the following

1. Even if an account holder has a balance of $10, 000 - per DAY they can only withdraw $1,000 using the Teller Menu (i.e. TT).
2. Even if an account holder has a balance of $10, 000 - per WEEK they can only withdraw $5,000 using the Teller Menu (i.e. TT).

How can we achieve that using maybe an input routine

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

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
1 month 2 weeks ago - 1 month 2 weeks ago #24728 by VK
Hi
not sure if there's anything in the core.... You can use an input routine of course but you'll have to accumulate withdrawn amounts in a local table to be able to decide whether a transaction might be finished or no.

In COB you'll need to clean up these amounts, both daily and weekly ones (latter on end of week of course).

Cheers
VK
Last edit: 1 month 2 weeks ago by VK.

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

Time to create page: 0.110 seconds