Change "invoice no." title in print sales voucher

Discussion in 'Free Source Codes' started by amit jangid, Aug 11, 2013.

    
  1. amit jangid

    amit jangid New Member


    I want to change "invoice no." title in print sales voucher. example quotation or estimate instead of invoice no. see the attach image.
    anybody help me.
     

    Attached Files:



  2. Waheed Khan

    Waheed Khan Member


    Dear Amit
    Use Following Code in your coding

    [#Part: EXPINV Number]
    Lines : EXPINV SubTitle
    BottomLines : EXPINV Number
    Local : Field : EXPINV SubTitle : Set as : "Quotation"
    Local : Field : EXPINV SubTitle : Width : 25% Page
    Local : Field : EXPINV SubTitle : Cells : ($$Quotient:mad:@ExcelCellColumn:4)
    Border : Full Thin Bottom
    Height : 9 mms
     


  3. amit jangid

    amit jangid New Member


    THANX WAHEED KAHN G. BUT WHEN I'M PRINT VOUCHER IN SIMPLE FORMAT THIS IS NOT CHANGE?
     


  4. bvishnuvardhan

    bvishnuvardhan New Member


    i want to change the part no title field in sale voucher
     


  5. Raju Das

    Raju Das Member




    Bro here it is......

    [#Line: EXPSMP Date]

    Left Fields : Simple Field, EXPSMP VchNo
    Local : Field : Simple Field : Set as : "Quotation"
    Local : Field : Simple Field : Preprinted : Yes
    Local : Field : Simple Field : Width : If $$InDraftmode then 20 else 0
    Local : Field : Simple Field : Align : Left
     
    suresh mandloi likes this.


  6. Raju Das

    Raju Das Member



    [#Field: EXPINV PartNoTitle]

    Use : Name Title Field
    Width: @@NameWidth - 15
    Info : $$LocaleString:"bvishnuvardhan."
    Align : Centre
    Style : Small
    Border : Thin Left
    Invisible : NOT @@InvWithPartNo
     


  7. nasir

    nasir Member


    hi i want to change the field name suppliers reference as due date
    can any body help me plz....also i want to change the company address location i want it on right side
    kindly help me plz
     


  8. Ejajkhan

    Ejajkhan New Member


    [#Field: EXPINV MRPTitle]
    Use : Name Title Field
    Width: @@NameWidth - 15
    Info : $$LocaleString:"Sale Rate"
    Align : Centre
    Style : Small
    Border : Thin Left
    Invisible : NOT @@InvWithMrp
    SALE RATE DOBUL AARAHA HAI
     

    Attached Files:

    • mrp.rar
      File size:
      99 KB
      Views:
      67


Share This Page