- Forum
- T24 Technical Discussions
- T24 Reporting and Mismatches
- DATES SETUP ON TRANSACTION JOURNAL HEADER
DATES SETUP ON TRANSACTION JOURNAL HEADER
- wmuma
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
8 years 7 months ago #19351
by wmuma
DATES SETUP ON TRANSACTION JOURNAL HEADER was created by wmuma
I need assistance to understand how the dates are usually setup on the transaction journal header. I have looked at REPORT.CREATE S TRANS.JOURNAL2 but i do not see where this date is setup. I am mainly interested in the date in the header and not on the printed on section. See attachment
Issue i am facing is that the date on the header is not the same as the value date for the transactions listed in the report. I need this date to be the same as the value date in the transactions in the transaction journals. currently the date is value date + 1 which i think will be the system date but i want it to be the last working day.
Issue i am facing is that the date on the header is not the same as the value date for the transactions listed in the report. I need this date to be the same as the value date in the transactions in the transaction journals. currently the date is value date + 1 which i think will be the system date but i want it to be the last working day.
Please Log in or Create an account to join the conversation.
- sudhasurat
- Offline
- New Member
Less
More
- Posts: 19
- Thank you received: 5
8 years 7 months ago #19361
by sudhasurat
Replied by sudhasurat on topic DATES SETUP ON TRANSACTION JOURNAL HEADER
The core routine PST will add that date part by taking the value from the common variable TODAY and also the details about " Page & Area & To " also will added in this routine.
You can reffer the routine RGP.TRANS.JOURNAL2 under RG.BP, may be u can modify this routine with your local logic instead of calling PST routine with necessary test.
You can reffer the routine RGP.TRANS.JOURNAL2 under RG.BP, may be u can modify this routine with your local logic instead of calling PST routine with necessary test.
The following user(s) said Thank You: wmuma
Please Log in or Create an account to join the conversation.
- wmuma
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
8 years 7 months ago #19391
by wmuma
Replied by wmuma on topic DATES SETUP ON TRANSACTION JOURNAL HEADER
Thanks will check on this and seek clarification if not clear. Thanks
Please Log in or Create an account to join the conversation.
- VK
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1183
- Thank you received: 157
8 years 7 months ago #19393
by VK
Cheers
VK
Replied by VK on topic DATES SETUP ON TRANSACTION JOURNAL HEADER
Hi there,
the date in the header isn't formed inside a report, it's T24 core doing that. It's the current work day (TODAY). The date "printed at" is the system date which can be (and is in your example) a different one.
Anyway, even if you amend the code in the routine mentioned above, it will be overwritten next time you regenerate a REPGEN (e.g. after upgrade).
the date in the header isn't formed inside a report, it's T24 core doing that. It's the current work day (TODAY). The date "printed at" is the system date which can be (and is in your example) a different one.
Anyway, even if you amend the code in the routine mentioned above, it will be overwritten next time you regenerate a REPGEN (e.g. after upgrade).
Cheers
VK
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Reporting and Mismatches
- DATES SETUP ON TRANSACTION JOURNAL HEADER
Time to create page: 0.073 seconds