Track prices from Price list in Purchase Order

Discussion in 'Tally Developer' started by Arun Prasath, Dec 8, 2021.

    
  1. Arun Prasath

    Arun Prasath Member


    Dear Experts,

    I have done a TDL to get the purchase prices from the price list in the purchase
    order.
    upload_2021-12-8_15-10-2.png

    upload_2021-12-8_15-11-2.png


    System getting the rates from the price list, but after entering the quantity it
    automatically get changing.

    upload_2021-12-8_15-11-29.png



    upload_2021-12-8_15-12-6.png

    What would be the reason, below is the option to Batch rate in the PO

    [!Field:MyVchBatch PO Rate]

    Delete: Set By Condition
    Set as : $$GetPriceFromLevel:$StockItemName:$PriceLevel:$Date:$BilledQty
    Skip on: Not $$IsEmpty:mad:@PriceLevelRate and Not $$ISCMPOwner

    Rgds,
    Arun
     

    Attached Files:



  2. Jayashri

    Jayashri Member


    try this
    ;;;;;;;;;;;;;;;;;;;
    [!Field:MyVchBatch PO Rate]


    Set as : $$GetPriceFromLevel:$StockItemName:$PriceLevel:$Date:$BilledQty
    Skip on: Not $$IsEmpty:mad:@PriceLevelRate and Not $$ISCMPOwner
    Delete:Set by Condition : ($$IsEmpty:$Rate AND ($$IsEmpty:$$TableObj:VCHBATCHTrack:$$IsTrack OR NOT $$TableObj:VCHBATCHTrack:$$IsTrack) AND ($$IsEmpty:$$TableObj:VCHBATCHOrder:$$IsOrder OR NOT $$TableObj:VCHBATCHOrder:$$IsOrder)) : @NrmlStdRate

    Delete: Set by Condition : YES : $Rate
     


  3. Arun Prasath

    Arun Prasath Member


    No Sir, it is not working
     


Share This Page