Reversing Transaction

smshydsmshyd Member Posts: 72
Hi Experts,
I want to simulate reversal of customized transaction which is effecting in vendor ledger entry dtld ven. ledg entry bank ledger entry and gl entry. Can any body suggest me how to do this

Comments

  • mohana_cse06mohana_cse06 Member Posts: 5,504
    Welcome to Mibuso :D
    What did you try till now?
  • ChinmoyChinmoy Member Posts: 359
    As you said that it is a customized transaction, in that case I guess your team probably has written the posting code. Why don't you try to put the reverse (signed) records to the ledger entry tables with another set reverse-posting functions and call this set from a reverse entry button on the posted transaction form.

    Chn
  • smshydsmshyd Member Posts: 72
    For Posting, code from base is used, so it is difficult to simulate that code and the code written is
    GenJnlPost.RunWithCheck(TmpGenJnlLine,TmpJournalLineDim);
    and for recording the history it is written to insert record into posted header table and posted line table
  • ChinmoyChinmoy Member Posts: 359
    You can go through GenJnlPostLine.Reverse() function and see if you can use this.

    Chn
Sign In or Register to comment.