QR Code in Invoice

Discussion in 'Free Source Codes' started by Kaushik Bhayani, May 16, 2021.

    
?

Following code is not Working Properly Please help me

  1. Please Help

    0 vote(s)
    0.0%
  2. Solve my query

    1 vote(s)
    100.0%
  1. Kaushik Bhayani

    Kaushik Bhayani New Member


    ;;------------------------------------------------
    ;; Modifying Default Sales Invoice to include Payment Code
    ;;------------------------------------------------

    [#Part: EXPINV Terms]
    Add : Part : EXPINV Terms

    [Part: EXPINV Terms]

    Lines : EXPINV Terms
    Preprinted : Yes
    INVISIBLE:NOT$$INPRINTMODE
    Graph Type:"D:\Tally Prime\TCPs\Payment Code.jpg"
    Width:20% Screen
    Height:20% Screen

    [#Part:EXPINV Terms]
    Graph Type:"D:\Tally Prime\TCPs\Payment Code.jpg"
    Width:30% Screen
    Height:20% Screen
     


  2. Akshay Talekar

    Akshay Talekar New Member


    not working
     



  3. After reviewing your code, it seems that you have not done enough Trial and Error...
    Find attached corrected code..

    Code:
    ;;------------------------------------------------
    ;; Modifying Default Sales Invoice to include Payment Code
    ;;------------------------------------------------
    
    [#Part: EXPINV Terms]
    Delete:Lines:EXPINV SubTitle, EXPINV Terms
    Add:Part:QR Codepart
    
    
    [Part: QR Codepart]
    Line : Empty
    Preprinted : Yes
    Graph Type:"D:\1.jpeg"
    Width:20% Screen
    Height:20% Screen
    
    ;;;;End of File;;;;;;
    
     


Share This Page