Report of all Party Consignee Address

Discussion in 'Requests' started by Naitesh, Nov 24, 2018.

    
  1. Naitesh

    Naitesh Member


    Hello
    All Expert Sir
    I want to make a report of all party consignee address
    but in report all party shows but consignee address not seen
    some thing is wrong in code
    plz help

    [#Menu: Gateway of Tally]
    Add: Item: Party Consignee Address : Display: RptViewConList

    [Report :RptViewConList]
    Form : FrmViewConList
    Use : Dsp Template

    [Form : FrmViewConList]
    Part : PrtViewConList
    Height : 100 % Screen
    Width : 100 % Screen
    Vertical Alignment : Bottom

    [Part : PrtViewConList]
    Line :LnConTitle, LnConData
    Repeat : LnViewHistoryDataNew : PartyConListDetail
    Scroll : Vertical

    [Line : LnConTitle]
    Use : LnConData
    Local : Field : Default : Type : String
    Local : Field : Default : Align : Centre
    Local : Field : FldPartyName : Set As : "Party Name"
    Local : Field : FldConAddress : Set As : "Consignee Address"
    Border : Column Titles
    Fixed : Yes

    [Line : LnConData]
    Field : FldPartyName,FldConAddress
    Local : Field : FldPartyName : Set As : $PartyLedgerName
    Local : Field : FldConAddress : Set As : $BasicBuyerAddress

    [Field : FldPartyName]
    Use : Name Field

    [Field : FldConAddress]
    Use : Name Field

    [Collection : PartyConList]
    Type : Voucher
    Fetch :partyLedgerName,BasicBuyerAddress

    [Collection : PartyConListDetail]
    Source Collection : PartyConList
    Walk : InventoryEntries
    Fetch :partyLedgerName,BasicBuyerAddress
    Sort : Default : -$Date
     


  2. hprahul

    hprahul Member


    Instead of above please try:
    Local : Field : FldConAddress : Set As:$$FullList:#EIBuyerAddress
     


Share This Page