Increase Field Width in Vouchers and Masters

Discussion in 'Requests' started by naren1234, Oct 16, 2017.

    
  1. naren1234

    naren1234 Member


    How can I increase width of following fields in Vouchers and Master Screen:-

    1. "Name" Field in Ledger Creation / Stock Item Creation
    2. Ledger Name Field under "Description" (for Ledgers in Accounting Invoice)
    3. Item Field under "Name of Item" (for Stock items in Item Invoice)
    4. Item Field under "Name of Item" (for Stock items in Manufacturing Journal)
     


  2. Sachin Jain

    Sachin Jain New Member


    Here is the code :

    [#Field:VCH RateTitle]
    Width : 15
    [#Field:VCH Rate]
    Width : 15
    [#Field:VCH BilledQtyTitle]
    Width : 20
    [#Field:VCH BilledQty]
    Width : 20
    [#Field:VCHBATCH Name Title]
    Width : 15
    [#Field:VCHBATCH Name]
    Width : 15
    [#Field:VCHBATCH AltBilledQty]
    Width : 20

    [#Collection: Stock Item with Units]
    Type : StockItem
    Format : $$Name, 40
    Format : $ClosingBalance : "Base"
     


  3. Sachin Jain

    Sachin Jain New Member


    Here is the code :

    [#Field:VCH RateTitle]
    Width : 15
    [#Field:VCH Rate]
    Width : 15
    [#Field:VCH BilledQtyTitle]
    Width : 20
    [#Field:VCH BilledQty]
    Width : 20
    [#Field:VCHBATCH Name Title]
    Width : 15
    [#Field:VCHBATCH Name]
    Width : 15
    [#Field:VCHBATCH AltBilledQty]
    Width : 20

    [#Collection: Stock Item with Units]
    Type : StockItem
    Format : $$Name, 40
    Format : $ClosingBalance : "Base"
     


  4. naren1234

    naren1234 Member


    Sachin,
    Thanks for the Help!
    Some of the Field widths did not change. But I was figured correct field names. I changed them in your code as follow:
    [#Field:MST Name]
    Width : 65
    [#Field:MVCH StockItem]
    Width : 65
    [#Field:MfgrVchStockItem]
    Width : 65
    [#Field:MfgrSJ AccDesc]
    Width : 65
    [#Field:VCH StockItem]
    Width : 65

    and it works!!

    Thanks again.
     


  5. naren1234

    naren1234 Member


    Sachin,
    Thanks for the Help!
    Some of the Field widths did not change. But I was figured correct field names. I changed them in your code as follow:
    [#Field:MST Name]
    Width : 65
    [#Field:MVCH StockItem]
    Width : 65
    [#Field:MfgrVchStockItem]
    Width : 65
    [#Field:MfgrSJ AccDesc]
    Width : 65
    [#Field:VCH StockItem]
    Width : 65

    and it works!!

    Thanks again.
     


  6. Sachin Jain

    Sachin Jain New Member


    Do you know how to change table width of Stock item and ledger name width?
    I have code but this does not work properly, and alias and qty. is gone.

    [#Collection: Vch Stock Item]
    Delete : Format
    format : $name, 150

    [#Collection: Stock Item with Units]
    Type : StockItem
    Format : $$Name, 150
    Format : $ClosingBalance : "Base"
     


  7. naren1234

    naren1234 Member


    For List of Stock Items appearing in any voucher type, try this:-
    [#Collection: Vch Stock Item Extract]
    Format: $Name,65
    Format: $VchStkItmBalance : "Base"

    Only thing is that Cls Qty appears twice, not able to fix that.
    But still, I fulfills the purpose.
     


  8. Sachin Jain

    Sachin Jain New Member


    But I want perfect code.
     


  9. sameer wagh

    sameer wagh New Member


    hi
    is below code working in single go

    [#Menu: Gateway of Tally]


    [#Field:VCH RateTitle]
    Width : 15
    [#Field:VCH Rate]
    Width : 15
    [#Field:VCH BilledQtyTitle]
    Width : 20
    [#Field:VCH BilledQty]
    Width : 20
    [#Field:VCHBATCH Name Title]
    Width : 15
    [#Field:VCHBATCH Name]
    Width : 15
    [#Field:VCHBATCH AltBilledQty]
    Width : 20

    [#Collection: Stock Item with Units]
    Type : StockItem
    Format : $$Name, 40
    Format : $ClosingBalance : "Base"

    [#Field:MST Name]
    Width : 65
    [#Field:MVCH StockItem]
    Width : 65
    [#Field:MfgrVchStockItem]
    Width : 65
    [#Field:MfgrSJ AccDesc]
    Width : 65
    [#Field:VCH StockItem]
    Width : 65

    [#Collection: Vch Stock Item Extract]
    Format: $Name,65
    Format: $VchStkItmBalance : "Base"
     


  10. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Great effort....keep it up....
     


  11. R.Raj

    R.Raj New Member


    Below are some more fields added. User can adjust or remove field widths as per their needs.
    Just one field width which is not increasing as per is, [#Field:VCH StockItem], no matter how much we adjust. Need help to edit this particular field.
     

    Attached Files:



Share This Page