print.js

46 B
31/10/2025 12:51
JS
print.js
function printReceipt() {
  window.print();
}