party item wise last rate

Discussion in 'Free Source Codes' started by rishabhexp, Aug 21, 2017.

    
Tags:
?

not able to get the output

  1. not getting last rate

    5 vote(s)
    83.3%
  2. blank ouput

    1 vote(s)
    16.7%
  1. rishabhexp

    rishabhexp New Member


    [#Field: VCH BilledQty]
    Sub Form:ItemlastSale

    [#Field:VCHBATCH BilledQty]
    Sub Form:ItemlastSale

    [Report: Itemlastsale]
    Form: Itemlastsale

    [Form: ItemlastSale]
    No Confirm: yes
    Part: ItemlastSale
    Option: Small size form
    Background:white

    [Part: Itemlastsale]
    Line: Itemlastsale

    [Line: Item last Sale]
    Field: Itemselect, Priceratefield

    [Field: Itemselect]
    Use:Name Field
    Set as:"Last sale Cost / Std. Cost :"
    Color:RED
    Style:Verdana Bold Italic
    Skip:Yes

    [Field:priceratefield]
    Use:Rate Price Field
    Set as:saler
    Width:15
    Style:Normal Bold Italic
    Set always : Yes
    Format : "Symbol,Forex"
    Type: Rate

    ;;____________________________________________________________________


    [System: Formula]
    saler: $CollectionField:$Rate:1:previousRateList
    [Collection : Previous Rate List SRC]
    Type : Voucher
    Fetch : Date,VoucherTypeName ,PartyLedgerName, InventoryEntries.*
    Filter : PreviousRate
    [Collection : Previous Rate List]
    Source Collection : Previous Rate List SRC
    Walk : InventoryEntries
    Fetch : Rate, Date, VoucherTypeName, PartyLedgerName, StockItemName
    Filter : RateFilter
    Sort : Default : -$Date
    [System : Formula]
    PreviousRate : $$IsSales:$VoucherTypeName
    RateFilter : $PartyLedgerName = #EIConsignee AND $StockItemName = #VCHStockItem
     


  2. Rajendra

    Rajendra New Member


    no display Rate
     


  3. rishabhexp

    rishabhexp New Member


    their is an error , experts kindly check and help..

    thanks in advance
     


  4. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Not working.
     


  5. rishabhexp

    rishabhexp New Member


    error in the code need to be corrected....
     


  6. VDS Pune

    VDS Pune New Member


    Use this code to get party item wise last rate :

    [Collection : SaleVchColll]
    Type : Voucher
    Filter : VchSales

    [System : Formulae]
    VchSales : $$IsSales:$VoucherTypeName
    [Collection : PartyColl]
    Source Collection : SaleVchColll
    Walk : InventoryEntries
    By : Pname : $PartyLedgerName
    by:item:$stockitemname
    Aggr Compute : Rate : sum : $Rate
    [#Field: VCH NrmlRate]
    Set as : $$FilterValue:$Rate:partyColl:1:partyItemCheck

    [System: Formula]
    PartyItemCheck : $Pname=$$ReqObject:($$Owner:$PartyLedgername) and $item=#VCHStockItem
     
    bharat shah and vinay55 like this.


  7. HVPatel

    HVPatel Active Member


    Hi VDS Pune,
    Code is correct, but always insert code, using insert code button, for more clarity in tdl.

    Regards
     
    dipika likes this.


  8. VDS Pune

    VDS Pune New Member


    i m not getting your point
     


  9. Systecg

    Systecg Member


    what is this
     


  10. HVPatel

    HVPatel Active Member


    Here i attached screen shot, always do write code in code section, so it will not convert (some characters) in emoji.
     

    Attached Files:

    dipika and poonam like this.


  11. HVPatel

    HVPatel Active Member


    Only like to inform, insert code in code section for more clarity, plz. check above screenshot
     
    dipika and Systecg like this.


  12. sathiyaraj

    sathiyaraj Member


    not working
     


  13. vinay55

    vinay55 New Member



    thanx
     


  14. vinay55

    vinay55 New Member



    thanx
     


  15. PRAPTI

    PRAPTI Member


    Cant we get it inclusive of GST??
     


  16. mukesh1984

    mukesh1984 New Member


    PARTY WISE ITEM WISE LAST RATE SHOW IN SALES ENTRY IN TALLY PRIME
     


Share This Page