qr code repeat not display

Discussion in 'Tally Developer' started by gauravss, Jan 11, 2024.

    
  1. gauravss

    gauravss Member


    only 1 qr code is getting display how can we repeat qr code according to voucher number


    [#Menu : Gate Way of Tally]
    Add :Key Item : At End : "Alter tryqr Voucher Detail" : L :Display : QRPrint : $$IsAccountingOn:$$CurrentCompany


    [Report : QRPrint]
    Form : QRPrintF
    Object : Ledger
    Object : Voucher
    Multi Objects : qrprintVCcoll
    Title : "Multi Objects Sample"
    Variable : SVFromDate,SVToDate
    Set : SVFromDate : $$MonthStart:##SVCurrentDate
    Set : SVToDate : $$MonthEnd:##SVCurrentDate
    ;Variable: SVPrintOrientation : String
    ;Print Set:SVPrintOrientation: "Portrait"
    ;Print SET : SVPrinterName : "TSC TE244"
    ;Add : Print Set : SVPrintCopies :mad:@GPr

    ;[System : Formulae]

    ;GPr : @@LNo
    [Collection : qrprintVCcoll]
    Type : Voucher
    Fetch : Date, VoucherNumber, VoucherTypeName,LedgerName,PartyLedgerName,VCHSalesmanName,GrossProfit,GROSSREVENUE,message, LedgerEntries.*
    Filter: salesvch
    [Form : QRPrintF]
    Width : 100% Page
    Height : 100% Page
    Space Top : 0.0 inch
    Space Left : 0.0 inch
    Space Right : 0.0 inch
    Parts : QRPrintP

    [Part : QRPrintP]
    Part : QRPrintP2;,QRPrintP1

    [Part :QRPrintP2]
    Horizontal Alignment : Justified
    Vertical : No
    Lines : LWQrL23;,Line12
    Repeat : LWQrL23 : qrprintVCcoll
    QR code: ("Bill No. "+$$String:$voucherNumber+"TotalBail- ") : True
    Height : 20% page
    Width : 20% Page
    [Line :LWQrL23]
    Field :LWQrF23
    [Field :LWQrF23]
    Use : Name Field
    Setas : $VoucherNumber;"Bail No : " ;+ $voucherNumber; + " / " + "Total Bail : " + $SalesTypeLw
    Full Width : yes
     


Share This Page