Increase the width of "List of ledger Accounts" while voucher entry.

Discussion in 'Free Source Codes' started by sauravjain, Sep 28, 2019.

    
  1. sauravjain

    sauravjain Member


    [#Collection: List of Ledgers]
    delete : format
    Format: $Name,80
    [#Collection: List of Ledger Accounts]
    delete : format
    Format: $Name,80
    [#Collection: list of stock items]
    delete : format
    Format: $Name,65
    [#Collection: Vch Stock Item]
    Delete : Format
    format : $name,65
    [#collection: list of groups]
    delete : format
    format : $name,65
    [#collection : list of stock groups]
    delete : format
    format : $name,65
    [#Collection: PartyLedgers]
    delete : format
    Format: $Name,80
    [#Field : VCH STock Item]
    Width : 50% Screen

    We are trying to expand list of ledger accounts on the RHS in the attached image , but could not kindly rectify in the above codes to achieve it.
     

    Attached Files:

    • lol.jpg
      lol.jpg
      File size:
      278.8 KB
      Views:
      90


  2. teja varma

    teja varma Active Member


    try this:
    Code:
    [#Collection: Party Cash Ledgers Extract Server]
        Delete:Format
        add:Format:$$Name,50
       
    [#Collection: Invoice Ledgers Extract Server]
        Delete:Format
        add:Format:$$Name,50
       
    [#Collection: Cash Class Ledgers Extract Server]
        Delete:Format
        add:Format:$$Name,50
       
    [#Collection: Normal Ledgers Extract Server]
        Delete:Format
        add:Format:$$Name,50
       
    [#Collection: Normal Cash Ledgers Extract Server]
        Delete:Format
        add:Format:$$Name,50
       
    [#Collection: Cash Ledgers VchExtract Server]
        Delete:Format
        add:Format:$$Name,50
     


Share This Page