Options

Vendor Window Ledger entrées (this in standard nav )

When unapplying, the program creates and posts one correcting entry, an entry identical to the original entry but with opposite sign in the amount field, for each of the lines shown in this window. so i need to desactivat this condition ("the program creates and posts one correcting entry, an entry identical to the original entry "), when view the report detail vendor ledger . this problem

Answers

  • Options
    SogSog Member Posts: 1,023
    I fail to see why this is a problem. When you view detailed information of an account, any faulty entries and their corrections should also be visible. This is the core concept of any accounting programs.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • Options
    KishormKishorm Member Posts: 921
    You can set a filter to exclude unapplied "Detailed Vendor Ledg. Entry" records...
    DetailedVendorLedgEntry.SETRANGE(Unapplied,FALSE);
    
  • Options
    souoiksouoik Member Posts: 128
    thank you but with trigger can add this code
Sign In or Register to comment.