Increase font size of list of stock item in collection

Discussion in 'Tally Developer' started by Venkatesh babuji, Jul 20, 2022.

    
  1. Venkatesh babuji

    Venkatesh babuji New Member


    How to increase font size of the list of stock item in the voucher entry form eg sales
     
    ONKAR likes this.


  2. ONKAR

    ONKAR Active Member


    @Venkateshbabuji try this one :)

    [#Collection: Vch Stock Item] Format: $Name,80
    ; [#Report : SStockItem]
    [#Field: SStockItem]
    Width:50

    ;;==========================vchcoll.500
     


  3. ONKAR

    ONKAR Active Member


    and if you want only shown big size font of stock name , then try this one :)

    [#Field : VCH STock Item]
    Width : 60% Screen
    Local:Style:DEFAULT:Height:20
     


  4. Umashankar

    Umashankar Member


    Dear Onkar Sir, how to change font colour ?
     
    ONKAR likes this.


  5. ONKAR

    ONKAR Active Member


    @Umashankar sir try this one ,

    [#Field : VCH STock Item]
    Width : 60% Screen
    Color : Red
    Local:Style:DEFAULT:Height:20



    Tip : - just change above color as per you want :)
     


  6. ONKAR

    ONKAR Active Member



  7. Venkatesh babuji

    Venkatesh babuji New Member

    Attached Files:



  8. ONKAR

    ONKAR Active Member


    @Venkatesbabuji may be try this one i hope this one help for you ,

    [#Collection: Vch Stock Item Extract]
    Format: $Name,65
    ; [#Report : SStockItem]
    [#Field: SStockItem]
     


  9. Venkatesh babuji

    Venkatesh babuji New Member


    Thank you for your reply sir
    How were this code is increasing the font size but the line is not increasing.
    the font is overlapping
     


  10. ONKAR

    ONKAR Active Member


    Just Change 65 to what you want size
     


  11. mutharasan

    mutharasan Member


    sir, how to increase the font size as big in sales voucher's final Total Amount Field, i tried but not changed
     


  12. ONKAR

    ONKAR Active Member


    @mutharasan sir yes i also tried but not getting success, but if you want increse vch value then try this one

    [#Field: VCH VALUE]
    Color : Lily White
    Background : Blue
    Border : Thin Box
    Local:Style:DEFAULT:Height:20

    see screenshot here

    sample bill.jpg
     


Share This Page