HELP NEEDED - HOW TO CHANGE "invoice no" as "proforma invoice no" in proforma invoice

Discussion in 'Free Source Codes' started by tejeet, Mar 16, 2020.

    
  1. tejeet

    tejeet Member


    HELP NEEDED - HOW TO CHANGE "invoice no" as "proforma invoice no" in proforma invoice, please provide us the code, when we prepare invoice if we want sent it as proforma invoice , we select titling button from print setting & enter invoice title as proforma invoice & print proforma invoice, but it print title as proforma invoice & invoice no ( instead of proforma invoice no ) , so please suggest code to change as per attachment below :
    upload_2020-3-16_12-6-51.png upload_2020-3-16_12-6-51.png
     


  2. tejeet

    tejeet Member


    please note that performa invoice is sales voucher only , while printing sales invoice, we select in printing setting --> titling -> proforma invoice instead of gst invoice , but when we take printout - title is proforma invoice , but number box by default is "invoice No" , but since this performa invoice , it should print as "proforma invoice" & this change is possible by writing tdl code , it is done by some developer , proof is attached , so i request you to write code for me , in which their should be condition if sales invoice title is "gst invoice" it should print as "invoice No" & if sales invoice title is "proforma invoice" it should print as "proforma invoice No" .

    similar code for purchase order is as follows :
    [#Part: EXPINV Number]
    Local : Field : EXPINV SubTitle : Set as : IF @@IsPurcOrder Then "Purchase Order No." ELSE @@InvNumTitle
     

    Attached Files:



Share This Page