Currency

Discussion in 'Tally Developer' started by Sreejith, Sep 13, 2012.

    
  1. Sreejith

    Sreejith New Member


    Dear Sir,

    I am a beginner in TDL. I want to how can i give company base currency symbol along with total invoice amount.

    Please help me .

    Thanks in Advance.

    Sreejith
     


  2. admin

    admin Administrator Staff Member


    [Field: My Field]
    SetAs : $Amount
    Format: "ShowBaseSymbol" ;; This will add Base Symbol to Amount
     


  3. SINTO PARAVA

    SINTO PARAVA Member


    upload_2014-8-5_12-18-6.png
    How can retrieve "usd" symbol from above forex amount field to show seperate field ?
     


  4. anbhuselvan

    anbhuselvan Member


    hi sir,
    Please correct and help me for below mention TDL, Im unable to fetch Currency with total amount.

    [Line : MI Total Line]
    Use : IE Details
    RightFields : IE Amount1
    Local : Field : Default : Style : Normal Bold
    Local : Field : IE SrNo : Set as : ""
    Local : Field : IE SiName : Set as : "Totals"
    Local : Field : IE SiName : Align : Right

    ;Local: Field: IE SiName : Set as : "Totals"
    ;Local: Field: IE Qty : Set as : $$Total:IEQty
    ;---
    Local : Field : IEQuantity : Set as : $$Total:IEQuantity
    Local : Field : IE Rate : Set as : ""
    ;Local : Field : IE Amount : Set as :$Amount ---1

    ;Local :Field :Simple Field : Set As:$$InWords:$Amount:"NoSymbol" + " Only."
    ;Set as : $$InWords:$Amount + " Only."
    Border : Totals

    [Field: IE Amount1]
    SetAs : $Amount
    Format: "ShowBaseSymbol"

    Thanks selvam.mMC
     


  5. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    [Field: IE Amount1]
    use : Amount Field
    SetAs : $Amount
    Format: "ShowBaseSymbol"
     


  6. anbhuselvan

    anbhuselvan Member


    Sir Thank you very much for your reply. Sir but im getting all the amount with Currency Symbol, Please very my screen shot
     

    Attached Files:



Share This Page