VCH RATE..HELP

Discussion in 'Tally Developer' started by talha62481, Nov 5, 2014.

    
  1. talha62481

    talha62481 Member


    I HAD MODIFY THE DECIMAL PLACES IN TALLY TO ZERO
    ALL CHANGES INTO NON DECIMAL AND ROUNDED OFF AUTOMATICALLY
    BUT I WANT RATE TO BE IN DECIMAL AND DO NOT WANT TO BE ROUNDED OFF


    PLEASE SEE SCREENSHOT
    upload_2014-11-5_3-33-35.png
    upload_2014-11-5_3-33-42.png


     


  2. admin

    admin Administrator Staff Member


    Can u try adding format:"decimal:2".

    I m not sure it will work or not
     


  3. talha62481

    talha62481 Member


    it works but it rounded also..how to stop rounding rate
     


  4. talha62481

    talha62481 Member


    when i put rate 88.50 it changes to 89.00
     


  5. tarasolution

    tarasolution New Member


    this is controlled by default tdl so not possible as you already maintain decimal = 0 in company creation. pl set the required decimal in company creation screen and change the decimal place on field level
     


  6. talha62481

    talha62481 Member


    after removing decimal from vouchers ..
    it works fine on sales invoice entry
    but when i make an entry in purchase voucher
    the error and code is that


    ;;;;;;;;;;;;;;for invoice entry;;;;;;;;;;;;;

    [#Field : EI ValueTotal]

    Format : "ShowBaseSymbol,Decimal : 0"
    ;;Align : Center

    [#Field : VCH Value]

    Format : "Decimal : 0"
    ;;Align : Center

    [#Field : EI Value]

    Format : "Decimal : 0"
    ;;Align : Center

    [#Field: EI ValueSubTotal]

    Format : "Decimal : 0"
    ;;Align : Center


    [​IMG]
     


Share This Page