1
0
Fork
You've already forked pumus
0
forked from Natureshadow/pumus
Stand-alone POS interface for SumUp
  • Rust 99.2%
  • HTML 0.8%
2025年08月17日 16:18:46 +02:00
.vscode Implement settings dialog 2025年08月11日 10:06:43 +02:00
docs Add screenshot 2025年08月17日 14:10:23 +02:00
LICENSES Re-license under AGPL 2025年08月11日 21:29:44 +02:00
public Use local bulma 2025年08月17日 16:18:46 +02:00
src clippy 2025年08月17日 13:56:10 +02:00
.gitignore Initialise from template 2025年08月07日 21:22:03 +02:00
Cargo.lock Implement transaction status and receipt dialog 2025年08月11日 23:22:51 +02:00
Cargo.toml Prepare release 0.1.0 2025年08月17日 13:50:15 +02:00
deny.toml Re-license under AGPL 2025年08月11日 21:29:44 +02:00
index.html Use local bulma 2025年08月17日 16:18:46 +02:00
LICENSE Re-license under AGPL 2025年08月11日 21:29:44 +02:00
README.md Add to roadmap 2025年08月17日 14:15:10 +02:00
rust-toolchain.toml Initialise from template 2025年08月07日 21:22:03 +02:00
Trunk.toml Initialise from template 2025年08月07日 21:22:03 +02:00

Pumus – Stand-alone POS interface for SumUp

Pumus is a web-based POS (Point of Sale) interface for use with SumUp payment terminals like the SumUp Solo.

It allows controlling the payment terminal from a separate device. The main advantage is that it can display a QR code for the customer to retrieve their receipt.

Pummus does not need a server; it talks directly and exclusively to the SumUp API.

Screenshot of a successful transaction

Current features

  • Display merchant profile
  • Initiate card payments from UI
  • Display receipt QR code for customers

Roadmap

  • Transaction history
  • Split out customer info display
  • Preset payments (for sold articles, etc.)
  • Better mobile compatibility and Android app in F-Droid

Running

To run Pumus, download a release tarball, unpack it, and open index.html in a browser.

Open the Settings to provide a SumUp API key.

Development

Pumus was developed for Teckids to be able to provide customer receipts while avoiding the proprietary Google Play app and without having to provide a customer email address to SumUp.

It is free software and licensed under the Affero General Public License 3.0 or later.