282 questions
0
votes
1
answer
98
views
Woocommerce Mobile App order-receipt.php template
I use the WooCommerce mobile app on my Android phone to print receipts. I have modified this file to update the printed receipt to show fields that I need.
\wp-content\plugins\woocommerce\src\Internal\...
0
votes
0
answers
70
views
Sandbox storekit receipt wrong json format
I’m currently working on a Flutter app that uses a subscription-based in-app purchase model. I’m running into a recurring issue with receipt verification via my Node.js backend: the Apple verification ...
0
votes
0
answers
56
views
I need help to increase print quality when calling preview component into invoice
i have a receipt form in angular 15 that need to be printed on a certain preview. so i have created that preview in a separate component then called that component into main form that loads by ...
0
votes
0
answers
145
views
Printing Thermal Receipt Bills using Python
I am trying to write a small script to print the pdf file generated via ReportLabs, Unfortunately, I do not find much inputs for my requirements.
I also tried to convert my PDF into an Image object ...
1
vote
0
answers
90
views
Subscription in Unity of Apple app store app
I want to check if user cancelled the subscription of my ios app. I want to show offer price to user. I tried Subscription Manager class of InAppPurchasing but it's always returning false value for ...
0
votes
2
answers
359
views
Print Invoice in C# console application
When the customer adds more and more additives, the "Notes" line will overflow. How can I modify the code of the "Notes" line to break the line every time it overflows and still ...
1
vote
0
answers
172
views
Flutter Printing Library - Pos Receipt Not Taking Full Width
I am using the printing: ^5.11.1 in Flutter to generate a POS receipt, but I am encountering an issue where the content is not taking full width on the printed page. When I select "Fit to ...
0
votes
1
answer
579
views
C# Printing PDF to thermal printer (Star TSP100) produces an unclear/fuzzy receipt
I have a C# .NET Framework Console App that sends PDF documents to named printers.
I mainly print to an A4 printer & a thermal printer.
Here is a code snippet of the printing process:
// ...
0
votes
1
answer
443
views
Add Customer reference to Odoo POS receipt
We can configure Odoo POS to create an invoice for every order, so we will find an invoice in the menu Accounting>invoices for every POS order.
In every invoice page there is a tab named "...
1
vote
0
answers
171
views
Customize ODOO 15 POS Receipt
I'm trying to add some new fields that are stored in the pos.order into the POS receipt. However, I don't know how to add them to the JS, I've tried to create a model, followed several tutos but I ...
0
votes
0
answers
464
views
How can I increase text size on TM-U220B Dot Metrics receipt printer using esc_pos_printer flutter library?
Has anyone worked with esc_pos_printer flutter package for printing receipt with epson printer, I have two printers.
TM-T88VI : Thermal Printer
TM-U220B : Dot Metrics
printer.text('Item Name', styles:...
0
votes
1
answer
328
views
Insert QR code into PDF using gem receipts in Ruby on Rails
I'm using gem 'receipts' by Chris Oliver, and I want to insert QRcode with payment details (to the footer section for example).
Models: Partner and Charge.
I want QR code to contain model attributes, ...
-1
votes
3
answers
70
views
How to fix the repeating of the last element of the list and not showing the other elements of list?
cart = ['Fries','Nuggets','Chicken']
quantity = [1, 2, 3]
price = [123, 45, 65]
amount = 0
def Check_Inventory():
print(f'Orders \t\t\t\t Qty. \t\t Price (php) \n')
for count, mycart in ...
0
votes
1
answer
117
views
Unable to print array in list form in html template variable received from javascript file
I need to show which courses user have bought and also to show them in a receipt when user receives an email. I have a node service to send emails which contain different email template in separate ...
1
vote
1
answer
447
views
Why commands are printed from middle of the page in thermal printer
Why the commands in thermal printer start printing from the middle of the page and why it was cut before the first receipt finished. Following is my code ( I am using https://www.neodynamic.com/...
0
votes
0
answers
21
views
How to add a way for users to acknowledge the Automated email
First time poster, so forgive me for my poor question if this has ben asked before.
I have a C# entity frame work web application that users fill out a form, and after they submit this form, the ...
1
vote
1
answer
154
views
Automatize receipt number
I'm trying to make a receipt printing website. I want to be able to increment the receipt number each type a new receipt gets printed, for example, first time ever printing, the number will be 1, ...
0
votes
1
answer
361
views
eth-brownie: Deployed contract returning as transaction receipt instead of the contract itself. I cannot grab the contract from the address or alias
I deployed a token on the BSC network
transaction
it saved the object as a transaction
receipt
it is not returning the contract object, as it shows in the docs.
I also cannot grab the contract from ...
0
votes
0
answers
902
views
Laravel Receipt pdf download
I'm using laraveldaily/laravel-invoices to generate invoices.
I've stored the receipt with ->save('public'); and stored this link to database with: $invoice->url().
I got a link like this: http:/...
0
votes
1
answer
547
views
Laravel Receipt items add
I'm using laraveldaily/laravel-invoices to generate invoices.
Here in the docs, the item was added manually.
$items = [
(new InvoiceItem())->title('Service 12')->pricePerUnit(92.82),
(...
0
votes
0
answers
464
views
Currency Symbol Problem while using Laravel-Invoices Package
I'm using laraveldaily/laravel-invoices package to generate invoices. Here the problem is: I need BDT currency symbol "৳".
To do that, Here I'm using:
<meta http-equiv="Content-Type&...
0
votes
0
answers
84
views
Customer address is too big for POS receipt
I'm using this line to add customer address to my POS receipt:
graphics.DrawString(
"Address: " + _selectedCustomer.address,
new Font("Calibri", 8),
new SolidBrush(...
-1
votes
1
answer
721
views
How to generate all PDF with all content on a single page?
I am working on continuous printing of receipts on a thermal printer. To do this I need to generate PDF to send to printer. Printer uses 58mm roll of paper.
If the content is broken down into multiple ...
1
vote
0
answers
328
views
Print diffrent type files with lpr at once
I want to print different files using lpr command to a thermal printer. They need to be printed at once because they're from the same receipt. If I use the following commands
lpr -P POS58 aux.txt
lpr -...
0
votes
2
answers
787
views
Script error when Transform PO to Item Receipt Error
I'm new to suitescript, I've got a schedule script to Transform a PO to Item Receipt. Which needs to create a record on Subrecord on inventorydetail sub record, I get "USER_ERROR","...
-1
votes
1
answer
595
views
Receipt like output in c#
int choice, quanti, decide, total, cash;
double change;
string dcount;
while (true)
{
Console.Clear();
string w = "WELCOME ";
Console.SetCursorPosition((...
0
votes
0
answers
360
views
Error converting data type nvarchar to numeric but i already converted the string into int
I don't know what the problem is, because I've converted it to int already.
I commented in my code where the error occurs please help me it's for my final research and this is for printing the receipt ...
0
votes
2
answers
53
views
I have an issue with dictionaries in list
I need to answer the question how many kilos of cucumbers were sold. I am not interested in how many kilos were sold in a specific day, but i will be very happy if you show me formula how to get it. ...
0
votes
0
answers
88
views
Replace Text set width, alignment, decimals from stored text form (receipt)
I have at a database stored the form of my receipt and at the desired positions the flags to insert the values from my query.
@01 @04
@27
USER:@07
TBLno :@08 /@61
@24 ...
2
votes
1
answer
1k
views
Print a set width and height using PrintJS
I'm trying to print a receipt using PrintJS, however, I can't seem to be able to print a receipt that ends after the data end, instead, it acts as A4 paper.
printJS({
printable: "...
0
votes
1
answer
1k
views
Can the faded parts of a character in a receipt be restored?
I have some files that contain some scanned receipts and I need to extract the text from them using OCR. Since the printed words in a receipt would fade out after some time, some words in the receipts ...
0
votes
0
answers
40
views
How do I link the validation function to a receipt [duplicate]
I need help with printing a receipt for my program, so basically, the user will enter their personal details into the program and I tried to make the validation perfect by using the functions below ...
0
votes
1
answer
731
views
results from different functions to make a receipt
I need help with printing a receipt for my program, so basically, the user will enter their personal details into the program and I tried to make the validation perfect by using the functions below ...
0
votes
0
answers
46
views
Remove Fax information from the authorize.net merchant email receipt
I'm using nsoftware and authorize.net as a gateway to handle payment in my web application. It is working fine. But, The users are getting a "merchant email receipt" with a "Fax:" ...
0
votes
1
answer
653
views
how do you print a receipt using Star TSP 650 II?
Does anyone know a beginner friendly tutorial for Star TSP 650II (using parallel port) to print something from django/python?
I can't seem to figure out how it works.
0
votes
2
answers
115
views
Cannot map an object ? Cannot read property 'map' of undefined
So i'm currently making a receipt for my POS app.
I currently have stored an array in my database as:
mongodb collection
And I want to map them to a receipt page
function renderTable(orderlist) {
...
0
votes
1
answer
422
views
Acumatica Purchase Receipt Return: Open PO Line Default to false
After clicking the "Return" action on a selected item from a completed Purchase Receipt, we're trying to get the "Open PO Line" value to default to false. Anyone know how ...
0
votes
1
answer
6k
views
Receipt printer(s) cuts right part of content. (Also on test-print on windows)
We are experiencing issues with printing to receipt printers. This goes especially for Epson receipt printers (ex : TM T20III), and also experienced with some Star TSP100 (Futureprint).
As you see on ...
1
vote
1
answer
2k
views
Printing on Epson receipt printers from Windows 10 command line
I expect it to be possible to simply compose a notepad textfile with text and control chararcters (ESC/POS) and copy that file to an Epson Thermal Receipt printer. Amongst a lot of information that I ...
3
votes
1
answer
1k
views
Receipt API integration using razorpay invoices
I want to create a receipt after the successful payment process by Razorpay and send it to the customer but there is only an invoice to generate the payment link page which I can send via email and ...
0
votes
0
answers
209
views
Is this possible to change the receipt format in woocommerce?
I am using Woocommerce. I am getting the receipt number on the payment page like the below image
wc_order_qs3VAezaTDgjk
I have to change the receipt format. Is this possible?
1
vote
0
answers
131
views
How to print receipt using HP Engage One Prime Receipt Printer
I'm developing a web application to print receipts using angular. I use HP Engage One Prime POS as client side using the default browser which is Chromium version 74 and HP Engage One Prime Receipt ...
0
votes
1
answer
991
views
Create receipt with escpos package and Serial port
I'm trying build an electron app and create a simple receipt to print via Serial Port.
I'm using:
electron: ^11.1.1
escpos: ^3.0.0-alpha.6
escpos-serialport: ^3.0.0-alpha.4
This is my code to create ...
0
votes
1
answer
195
views
Epson receipt buffered printing issue
I am using Epson TM-S9000 SDK to print receipt from a web page.
C# console app. Using
m_objProperty.BufferedPrint(PrintBuffer.MF_PRT_BUFFERING)
It prints fine, but clears the print buffer right ...
1
vote
1
answer
2k
views
how can i reduce the top and bottom space in receipt printing using thermal printer?
i am developing a small code for receipt printing using html, JavaScript and css. i am printing a certain div only in my page. but when i print in receipt the top having some space. i want to remove ...
2
votes
1
answer
2k
views
Looking to create a word document from code in Python [closed]
I have this code:
import random
from docx import Document
from docx.shared import Inches
title = "seans store"
"""
Declare the two dictionaries with name stock and prices
&...
0
votes
0
answers
1k
views
Print receipt with thermal printer
I want to print receipts with a thermal printer (Xprinter XP-Q800 Series) programatically using my software for a client who has a store.
The problem is that when I print the receipt it's blurry and ...
0
votes
0
answers
204
views
Cannot print the receipt in python3.9, escposprinter library for windows10 platform
I am developing hotel billing system that prints the bill receipt using thermal printer but i am stuck at [Errno None] Other errors
python3.9 library: escposprinter & libusb-1.0, plateform:windows ...
1
vote
1
answer
1k
views
Implementing Sage Intacct API via Postman
I would like to get the invoice link from the purchase order implementing Sage Intacct API via Postman.
I suppose it can be done by following sequences(or by only one api request? not sure about this)....
2
votes
1
answer
12k
views
How to set printing paper size based on <div>?
I would like to create a simple printing using POS printer. Currently i'm trying on HTML/CSS before moving on to PHP (prefer core PHP, not framework).
The only problem is, the paper size is ...