summaryrefslogtreecommitdiff
path: root/merchant-terminal
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-08-24 10:31:29 -0300
committerTorsten Grote <t@grobox.de>2020-08-24 10:31:29 -0300
commitd3955c2d8ae552c22547a186ab196274e32919e7 (patch)
treee9945a22ba68d79cddb31184c991c0a62b544e12 /merchant-terminal
parent786f59be0c7791cad37239841b513704f6c2a289 (diff)
downloadtaler-android-d3955c2d8ae552c22547a186ab196274e32919e7.tar.gz
taler-android-d3955c2d8ae552c22547a186ab196274e32919e7.tar.bz2
taler-android-d3955c2d8ae552c22547a186ab196274e32919e7.zip
Add README files to top-level and update the project ones
Diffstat (limited to 'merchant-terminal')
-rw-r--r--merchant-terminal/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/merchant-terminal/README.md b/merchant-terminal/README.md
new file mode 100644
index 0000000..51aff01
--- /dev/null
+++ b/merchant-terminal/README.md
@@ -0,0 +1,18 @@
+# GNU Taler Point of Sale merchant terminal
+
+This merchant point of sale terminal Android app allows sellers to
+
+* process customers’ orders by adding or removing products,
+* calculate the amount owed by the customer and
+* let the customer make a Taler payment via QR code or NFC.
+
+## Building
+
+You can import the project into Android Studio
+or build it with Gradle on the command line (from the repository root):
+
+ $ ./bootstrap
+ $ ./gradlew :merchant-terminal:build
+
+More information can be found in the
+[Taler developer manual](https://docs.taler.net/developers-manual.html#build-apps-from-source).