Please help me get consignee address in ledger Vouchers

Discussion in 'Tally Developer' started by Sohail Khan, Nov 23, 2020.

    
  1. Sohail Khan

    Sohail Khan Member


    Dear Experts,
    Please Help me get Consignee Address in Ledger Vouchers.

    [#Line: DSP VchAccTitles]
    Add : Fields : AFter : DSP VchAcctTitle : Addresss
    [Field: Addresss]
    Use: Short Name Field
    Set as: "Consignee Address"
    Skip: Yes
    Align: Right
    Style: Normal Bold
    Width:20
    [#Line: DSP VchDetail]
    Add : Right Fields : Before : DSP VchType : ConsignneeAddresss
    [Field: ConsignneeAddresss]
    Use : Short Name Field
    Set as : $DBCPartyAddress
    Width : 20
    Style : Normal
    Invisible : $$IsStockJrnl:##VoucherTypeName OR $$IsPhysStock:##VoucherTypeName OR NOT ##COLREGWithPartyAddress
    Scroll : Yes
    Border : Thin Left
    Lines : 0

    [#Collection: COLREGWithPartyAddress]

    Compute: DBCPartyAddress
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Your Collection is wrong.

    Also your compute is wrong. Please refer Developer on how to Compute values. You can learn from that.
     


Share This Page