Get Price from price list instead of Sales order

Discussion in 'Tally Developer' started by Arun Prasath, Jun 12, 2021.

    
  1. Arun Prasath

    Arun Prasath Member


    Dear Friends,

    Is there any way or customize possibilities to pick the price from the price list instead of the sales order when tracking an order?

    Arun
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Yes... possible.....

    With right knowledge and proper code... you can pick up Price from Price lists at Reliance's jamnagar facility also..... ;);)
     
    Arun Prasath likes this.


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    But... my dear friend..... am not able to help you.......... as am not so advanced in TDL myself. And yes...it is possible.
     
    Arun Prasath likes this.


  4. Devendra_Rawat

    Devendra_Rawat Well-Known Member


    refer to pricelistfunctions.tdl in default tdl..

    it gives complete picture as to what is to be done
     
    Arun Prasath likes this.



  5. Definitely its possible to do with help of options we can achieve it
    2 options
    1) if individual items are selected with order details then in the rate field give options if there is sales order than force the rate of price list to come
    2) if the sales order is selected in supplementary details then the function of Voucher fill needs to be changed
     
    Arun Prasath likes this.


  6. Arun Prasath

    Arun Prasath Member


    Amit Sir,
    You are just kidding, right?
     


  7. Arun Prasath

    Arun Prasath Member


    Thanks sir for your suggestion. When we alter an existing function can we use [#Function : xxxx] and do the required changes only is the correct way
    Or
    Use [*Function: xxx] and copy all existing codes and do the alteration is the correct way?
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    No my friend .... not kidding at all.... just a reality check....... can do normal TDL queries and codes.....but for advanced things like Functions, import/export etc....not so much.

    A few years down the line when I retire, I plan to learn thoroughly all things about TDL plus a few others. As of now, cannot find much time for all this.
     
    Arun Prasath likes this.


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Function cannot be altered.........you need to make a new one.... copy the whole of original one and make your alterations in the new one.
     
    Arun Prasath likes this.



  10. Sorry minor correction to above
    Functions can be altered
    only care you need to take i.e. it will also effect the working of TALLY for other workings if its been used somewhere example if you try for sales order then it might also hit the PO workings also
    [*function :

    is the method to alter functions as [# will not work
    2nd method is
    you can create your own Function of Voucher fill which will work for Sales order but its long way
     
    Arun Prasath and Amit Kamdar like this.


  11. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    :cool::cool: Great... I learned a new thing today .... ;);)
     
    Arun Prasath likes this.


  12. Arun Prasath

    Arun Prasath Member


    Thank you Sanjaybjthakkar Sir and Amit Sir. I have done the TDL using [*Function:
    It works correctly.
    Thanks for your valuable comments.
     


  13. Devendra_Rawat

    Devendra_Rawat Well-Known Member


    Even Formulas can be used with [#...: ....]

    :p
     
    Arun Prasath likes this.


  14. Devendra_Rawat

    Devendra_Rawat Well-Known Member


    I like and appreciate, your manners and nature... though you have tremendous knowledge of TDL.... still no Ego..
     
    Amit Kamdar and Arun Prasath like this.


Share This Page