]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/values/arrays.xml
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / res / values / arrays.xml
index 0e8556530389eec970f997f0e5d62d6596dbe3ef..ded168533667f9b0ce81cdb77b1b99dad0c40d19 100644 (file)
         <item>Duplicate</item>
         <item>Delete</item>
     </string-array>
+    <string-array name="template_list_help_text">
+        <item>Templates are like pre-filled transactions. Some of the transaction parameters are defined by the template, and others can be deduced from external source.</item>
+        <item>For example, when adding a new transaction, you could scan the QR code of a receipt and get the transaction description filled from the template, and date and amounts filled from the data in the QR code.</item>
+        <item>Templates describe which transaction parameters are fixed and which come from the external source.</item>
+        <item>Currently, scanning QR codes is the only available source. Support for pasting from the clipboard and reading/intercepting text messages (SMS) is planned for the future.</item>
+    </string-array>
+    <string-array name="template_params_help">
+        <item>The pattern is a Regular expression ([Wikipedia↗](https://en.wikipedia.org/wiki/Regular_expression#Syntax)). It must match the input from the external source, or the template won\'t be considered when looking for templates corresponding to the input from the external source.</item>
+        <item>Capture groups may be used for filling some transaction parameters.</item>
+    </string-array>
 </resources>
\ No newline at end of file