× 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...

Total balances of customer account to priviuse day

  • Memo
  • Memo's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 1 month ago #4741 by Memo
Hi
We ask about the total balances of customer accounts
We need to print the total balances of customer account like - today the date is 20100403 we need print total balances from 20100101 to 20100228
We can get inquiry on-ready in T24, Or we need to create new one by us

We waiting for your reply

Thanks

Moammer

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

More
13 years 1 month ago #10987 by ancaremthoi
You can use Application : ACCT.STMT.PRINT

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

  • Memo
  • Memo's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
13 years 1 month ago #11017 by Memo
Thanks a lot.

This application has the account balance from date to date (example the balance in 20120121 and the next balance at date 20120321)not have the daily account balance, and the other details like Id transaction and so on so...

Best regards.

Moammar

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

More
13 years 1 month ago #11019 by Gigiipse
This is like a checkpoint table. You have the balance at certain dates. You build from there by adding the records from STMT.ENTRY to get to the balance of a day that it is not in ACCT.STMT.PRINT.

You can find the ID's from STMT.ENTRY in ACCT.ENT.TODAY, ACCT.STMT.ENTRY, STMT.PRINTED if you don't want to make a select in STMT.ENTRY (that might take some time).

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

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
13 years 1 month ago #11022 by jpb

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

Time to create page: 0.043 seconds