ADD ONE LINE IN SALES INVOICE

Discussion in 'Tally Developer' started by GOURAV JAIN, Feb 26, 2013.

    
  1. GOURAV JAIN

    GOURAV JAIN Member


    I want to add one line in sales invoice...

    i.e... Deals in : Detail of business in which company deals...

    please help me...
     


  2. Mansur Kalyankar

    Mansur Kalyankar New Member


    Simple way is to add this is in the "Declaration" field, unless you want it to appear at some specific place on the invoice.
     


  3. admin

    admin Administrator Staff Member


    Add in Line in Bottom Part of Sales Invoice Print ie. Juridiction Part...
     


  4. GOURAV JAIN

    GOURAV JAIN Member


    But sir i want to print it below the name of company.....
     


  5. Mansur Kalyankar

    Mansur Kalyankar New Member


    You can use the first address line
     
    ahmed rishali likes this.


  6. GOURAV JAIN

    GOURAV JAIN Member


    [System: UDF]
    Deals : String: 1000

    [#Part: Company MailingDetails]

    Add : Lines : Cmp Deals

    [Line: CMP Deals]

    Left Fields : Medium Prompt, CMP Deals
    Local : Field : Medium Prompt : Info : $$LocaleString:"Deals"
    Local : Field : Medium Prompt : Inactive : $$Line > 1
    Local : Field : Medium Prompt : Style : Normal

    [Field: CMP Deals]

    Use : Name Field
    Width : @@MediumWidth + 5
    Style : Normal
    Storage : Deals





    ;;END-OF-FILE

    Please tell me how i set it in Both the invoices Either Comprehensive or Simple
     


  7. Mansur Kalyankar

    Mansur Kalyankar New Member


    I meant you should try to put it in 1st address line in the company configuration itself, see attached screen-shot.
     

    Attached Files:



  8. kamal

    kamal Member


    Dear Experts
    i want to add same option in voucher type alteration for sales voucher
    plz arrange the sample code
     

    Attached Files:



  9. Mansur Kalyankar

    Mansur Kalyankar New Member


    ;;Add field in Sales Voucher master after Narration Prompt

    [#Part: VTYP Behaviour]

    Add: Line: After: VTYP EachNarr: VTYP DealsIn

    [Line: VTYP DealsIn]
    Field: Long Prompt, VTYP DealsIn
    Local : Field :Long Prompt : Info : $$LocaleString:"Deals In :"
    Invisible : NOT $$IsSales:$Parent


    [Field: VTYP DealsIn]
    Use: Name Field
    Storage: DealsIn


    [System:UDF]
    DealsIn:String:21006
     

    Attached Files:



  10. kamal

    kamal Member


    Mansur Garu,
    Thanks this code is working
     


  11. Mansur Kalyankar

    Mansur Kalyankar New Member


    welcome kamal!
     


  12. GOURAV JAIN

    GOURAV JAIN Member





    Nice Reply.. But How we got this field in sales invoice..
     


  13. Mansur Kalyankar

    Mansur Kalyankar New Member


    I don't know what you mean.
     


  14. GOURAV JAIN

    GOURAV JAIN Member


    Dear i want to collect the deal in data in sale invoice like company name, address etc etc.
     


  15. srinu

    srinu New Member



Share This Page