Increase font size sales/purchase voucher

Discussion in 'Tally Developer' started by Nupur, Jan 15, 2014.

    
  1. Nupur

    Nupur Member


    How to increase font size of stock item, qty, rate, discount and amount in sales/purchase voucher only on screen not printing.
     


  2. vipul

    vipul New Member


    Please help above question i also requirement
     


  3. NaraSimhulu Devalam

    NaraSimhulu Devalam New Member


    hi Nupur
    Do u need in font sizes in Entry level or reports level
     


  4. Nupur

    Nupur Member


    both entry lever and reports level but only showing purpose not print
     


  5. ONKAR

    ONKAR Active Member


    @Nupur see this code

    see code

    for the stock, item see this

    [#Field: VCH StockItem]
    Local:Style:DEFAULT:Height:10
    ============================================
    for Rate see this code

    [#Field: VCH Rate]
    Local:Style:DEFAULT:Height:10
    ============================================
    for qty see this code

    [#Field : VCHBilledQty]
    Local:Style:DEFAULT:Height:10
    ============================================
    for a discount see this code

    [#Field : VCHDiscount]
    Local:Style:DEFAULT:Height:10
    ============================================
    for amount see this code

    [#Field : VCHValue]
    Local:Style:DEFAULT:Height:10


    enjoy ============= :):):):)
     


  6. gaurav gangh

    gaurav gangh New Member


    [​IMG] how to remove sgst and cgst ledgers and their amounts while pos printing and making the total amount as bold without removing the cash discount line which is just above sgst and cgst lines
     

    Attached Files:



  7. sivam

    sivam Active Member


    Use Empty in Line Level
     


Share This Page