diff --git a/__init__.py b/__init__.py
index 357df12..3304eb8 100644
--- a/__init__.py
+++ b/__init__.py
@@ -25,7 +25,7 @@ temp_static_files = [
def temp_renderer():
return temp_renderer(["temp/temps"])
-
+from .lnurl import *
from .tasks import wait_for_paid_invoices
from .views import *
from .views_api import *
diff --git a/templates/temp/index.html b/templates/temp/index.html
index ffde185..075341d 100644
--- a/templates/temp/index.html
+++ b/templates/temp/index.html
@@ -35,250 +35,6 @@
${ col.label }
- Tip Wallet
- Tip Options %
- Withdraw PIN
- Withdraw Limit
- Withdraw Premium
-
-
-
-
-
-
-
-
-
-
-
- PoS QR
- Open PoS
-
-
- Click to copy${props.row.id.substring(0,6)}...
-
-
-
- ${ (col.name == 'tip_options' && col.value ?
- JSON.parse(col.value).join(", ") : col.value) }
-
-
- Click to copy${props.row.tip_wallet.substring(0,6)}...
-
- N/A
-
- ${props.row.tip_options}
-
- N/A
-
- ${props.row.withdrawpin}
-
- N/A
-
- ${props.row.withdrawlimit}
-
- N/A
-
- ${props.row.withdrawpremium}%
-
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Add Item
- Delete All
-
-
-
-
-
- Import
- Import a JSON file
-
-
-
-
-
- Export
- Export a JSON file
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${props.row.id.split(':')[1]}
-
-
- ${props.row.title}
-
-
- ${itemFormatPrice(props.row.price,
- props.row.id)}
-
-
- ${props.row.disabled}
-
-
-
-
-
-
-
-
-
-
-
-
@@ -310,7 +66,7 @@
dense
v-model.trim="formDialog.data.name"
label="Name"
- placeholder="Tiago's PoS"
+ placeholder="Name for your record"
>
-
-
-
-
- Hit enter to add values
-
- You can leave this blank. A default rounding option is available
- (round amount to a value)
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
- ${itemDialog.data.id ? 'Update Item' : 'Create Item'}
- Cancel
-
-
-
-
+
@@ -508,41 +134,6 @@
-
-
-
-
- Importing ${fileDataDialog?.count} items
-
-
-
-
-
-
-
-
-
-
-
- ${item.title}
- ${item.description}
-
-
-
-
-
-
-
-
- Import
- Close
-
-
-
{% endblock %} {% block scripts %} {{ window_vars(user) }}
-
{% endblock %}