web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

Make changes in LSC POS Receipt report

(2) ShareShare
ReportReport
Posted on by 101
 
Please  help me
 
I wanted print QR code, the code supplied by authority on each receipt i receive before final customer copy print.
 
1. Please give able id, related to this report
2. Report id.name
3. Event
4. Can i use custom field to store QR code received from authority
5. Suggest me custom report layout or RDLC with SQL Report builder
 
Warm Regards
Krishna
 
I have the same question (0)
  • Verified answer
    Sohail Ahmed Profile Picture
    11,175 Super User 2026 Season 1 on at

    Maybe this will help you move forward.

    • Report ID: Usually 99008910 (POS Receipt) – check your Hardware Profile to confirm.

    • Report Name: Often POS Receipt – based on LS Central setup.

    • Event: POS receipt reports don’t expose public events – customization is required.

    • QR Code Field: Yes, you can store it in a custom field (e.g., on sales entry or temp table).

    • Layout: Use RDLC layout; you’ll need to embed the QR code as an image or use a barcode font.

     

    🔧 You’ll need a developer to extend the report and inject the QR code before print.

    Mark below checkbox to make this answer Verified if it helps you.

  • KK-21020735-0 Profile Picture
    101 on at
    Hi Sohail,
     
    Thank you for the support.
     
    1. At present I  we are printing barcode at the bottom and logo  on the top. Can replace bottom one?
    2. How to set report in Hardware setation .  we  POS Printer card. Is there any way to attach report Id?
    3. I am using event subscriber ==>
    EventSubscriber(ObjectType::Codeunit, Codeunit::"LSC POS Print Utility", 'OnBeforePrintInvoice', '', false, false)]
        // "LSC Transaction Header"
        local procedure OnBeforePrintInvoice(Transaction: Record "LSC Transaction Header")
        var
            transactions: Record "LSC Transaction Header"; // Replace with an existing table or define "LSC POS Transactions"
            XXXInvoiceManagement: Codeunit POS_XXXInvoiceManagement; // Declare the missing variable
        begin
            // Add
            // MRAInvoiceManagement := Codeunit POS_MRAInvoiceManagement; // Instantiate the codeunit
            if not XXXInvoiceManagement.DocumentCheckIsOk(Transaction.Date) then
                exit;
     
            transactions.Reset();
            transactions.SetRange("Transaction No.", Transaction."Transaction No.");
            transactions.SetRange("xxx Code Generated", false);
            if transactions.FindFirst() then begin
                ;
                MRAInvoiceManagement.POSGetMraDocLog(transactions, true)
            end else begin
                transactions.Reset();
                transactions.SetRange("Transaction No.", Transaction."Transaction No.");
                transactions.SetRange("xxxQR Code Generated", false);
                if transactions.FindFirst() then
                    MRAInvoiceManagement.GetMraPOSDocLog(transactions, true);
            end;
     
            UpdateDateTimePosted(Transaction);
            if not xxxInvoiceManagement.DocumentCheckIsOk(Transaction.date) then
                exit;
            CheckRecord(Transaction);
            Message('Event subscriber triggered for PrintInvoice.');
        end;
    ,4. I want to add custom field(QR Code)  in   "LSC Transaction Header", is that ok ?
    Is it ok , please suggest, I am an half knowledge guy
    warm regards
    Krishna
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,138 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,279 Super User 2026 Season 1

#3
AndrewThomas81 Profile Picture

AndrewThomas81 1,192

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans