JOB WORK VOUCHER PORBLEM

Discussion in 'Free Source Codes' started by harbansh, Sep 26, 2016.

    
  1. harbansh

    harbansh Active Member


    Dear Experts,

    I need some help in tdl coding. I have make a JOB WORK IN ORDER of Multiple item. But when we go to make material out challan it does not show item wise qty remaining so for that I have make some changes in collection of Ledger Out Orders . after that it is showing item wise remaining qty. But problem is that same item show but I made a different item job work in order.

    Code:
    [#Collection: Ledger Out Orders]
    
    
    
    Title : $$LocaleString:"List of Orders"
    
    Sub Title : $$LocaleString:"Name", $$LocaleString:"Due On", $$LocaleString:"Order Type"
    
    Type : Ledger Out Orders
    
    ChildOf : ##pvPartyLedgerName
    
    Parmvar : pvPartyLedgerName : String : $PartyLedgerName
    
    Parmvar : pvIsForJobWorkIn : Logical : $IsForJobWorkIn
    
    Collections : Not Applicable, EndOfList, NewNumber
    
    Format : $Name, 13
    
    Format : $Date, 8 : Universal Date
    
    Format : @@JOBOrderIssueTypeFormat, 20
    
    
    Format : $StockItemName, 40
    
    Format : $FinalBalance, 8 : Base
    
    Fetch : *.*,Name, Date, OrderType, StockItemName
    
    
    ;;to list only the positive balance
    
    Filter : PositiveClosingBalance
    
    Filter : FilterForJobWorkIn
     

    Attached Files:



  2. harbansh

    harbansh Active Member


    Dear experts,
    Please help me to solve my issue.
     


Share This Page