QR Code On Customized Invoice

Discussion in 'Tally Developer' started by pravin bhau, Dec 30, 2020.

    
  1. pravin bhau

    pravin bhau New Member


    ;;eInvoice QRInfomration printing

    [Part: eInv IRN Details]

    Line : Expinv IRN, Expinv AckNo, Expinv AckDate
    Local : Line : Expinv AckNo : Space top : 0.10
    Local : Line : Expinv AckDate : Space top : 0.10
    Invisible : NOT ##SAGSTWithQRInfo OR NOT @@IsVchGSTeInvAppl

    [Line: Expinv IRN]

    Use : eInv IRN Details Template
    Local : Field : Medium Prompt : Set as : $$LocaleString:"IRN"
    Local : Field : Name Field : Set as : @@GSTeInvIRN
    Local : Field : Name Field : Width : @@eInvIRNPrintDimension % page
    Local : Field : Name Field : Line : 0

    [Line: Expinv AckNo]

    Use : eInv IRN Details Template
    Local : Field : Medium Prompt : Set as : $$LocaleString:"Ack No."
    Local : Field : Name Field : Set as : If ##IseInvPSPrintAfterSave Then ##eInvPSAckNo Else $IRNAckNo

    [Line: Expinv AckDate]

    Use : eInv IRN Details Template
    Space Bottom: 0.25
    Local : Field : Medium Prompt : Set as : $$LocaleString:"Ack Date"
    Local : Field : Name Field : Set as : If ##IseInvPSPrintAfterSave Then $$String:##eInvPSAckDate Else $$String:$IRNAckDate

    [Line: eInv IRN Details Template]

    Field : Medium Prompt, Name Field
    Local : Field : Medium Prompt : Width : 9
    Local : Field : Medium Prompt : Style : Small
    Local : Field : Name Field : Style : Small Bold

    [Part: eInvoice PrintExp QRC]

    Part : eInvoice QRC Title, eInvoice QRC Details
    Vertical : Yes
    Invisible : NOT ##SAGSTWithQRInfo OR $$IsEmpty:mad:@eInvoiceQRCValue OR NOT @@IsVchGSTeInvAppl

    [Part: eInvoice QRC Title]

    Line : eInvoice QRC Title

    [Line: eInvoice QRC Title]

    Field : eInvoice QRC Title
    Space Bottom: 0.5

    [Part: eInvoice QRC Details]

    QRCode : @@eInvoiceQRCValue : Yes
    Line : eInvoice QRC Details
    Width : @@eInvoiceQRCWidth Inch
    Height : @@eInvoiceQRCHeight Inch

    [Line: eInvoice QRC Details]

    Field : Info Field

    ;; End of File
     
    Ras Raj likes this.


  2. JAYRAM96A

    JAYRAM96A Member


    Qr not Printing
     


Share This Page