Wanted Standard Rate TDL

Discussion in 'Free Source Codes' started by ONKAR, Mar 13, 2019.

    
  1. ONKAR

    ONKAR Active Member


    Dear Expert, I want Display Standard Rate Column in a POS voucher after the item name
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    @ONKAR ... From your earlier posts....... you seem to well versed in TDL.

    And this is a simple matter and you can do it............. if any problems during coding .....let us know here.
     


  3. ONKAR

    ONKAR Active Member


    Yes sir , I have success and coding is going on, only some problems are coming.
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Good....carry on.......... only at the last moment.........ASK others......... that way you learn more from your own efforts.

    Recently, you solved the "godown name" query............ same principle you follow for this......
     


  5. ONKAR

    ONKAR Active Member


    Yes Sir , Thank You :):)
     


  6. ONKAR

    ONKAR Active Member


    Dear @Amit Kamdar sir please check this code and tell me where I can mistake this code not work properly

    Code:
    
    [#Line : Global EI Columnone]
    Option : Global EI Columnone
    
    [!Line:  Global EI Column ]
    Add : Right Fields : At Beginning :  StandardPrice
    
    [Field : StandardPrice]
    Info : "Purchase Rate"
    Align : Centre
    Width : 15
    Style : Small bold
    
    [!Line: PartColumnone]
    
    Add : Right Fields : At Beginning : StandardPrice
    Local : Field : Default : Align : Center
    Local : Field : StandardPrice : Info : ""
    
    [#Line: Global EI InvInfo]
    
    Option : Part Line : @@IsSales or @@IsPurchase
    
    [Field : Standard Price ]
    Use : Short Name Field
    width : 15
    Align : center
    Border : Thin Left Right
    Set as : $StandardPrice:StockItem:$StockItemName
    Skip : yes
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    I do not have the data to check nor the time to test your code. You should also mention the error you are getting or explain it by screenshot.

    There is a file in the "samples" of Tally developer............."Voucher Customization - case 2.txt" check it out.
     


  8. ONKAR

    ONKAR Active Member


    thank you sir ji, now the code is working properly, I made it. thank you.:):)
     
    panam likes this.


Share This Page