summaryrefslogtreecommitdiffstats
path: root/templates/cashbox/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cashbox/index.html')
-rw-r--r--templates/cashbox/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/cashbox/index.html b/templates/cashbox/index.html
new file mode 100644
index 0000000..1466272
--- /dev/null
+++ b/templates/cashbox/index.html
@@ -0,0 +1,11 @@
+Current Cashbox Status: <input name"status" type="number" readonly="readonly" value="{{{CASHBOX_STATUS}}}"/>
+
+<form action="/cashbox/add" class="form-horizontal">
+ <legend>Cashbox Balance/Withdrawal/Deposit</legend>
+ <select name="type" size="1">
+ <option value="loss">Balance (Loss)</option>
+ <option value="user">Withdrawal / Deposit</option>
+ </select>
+ <input class="input-medium" name="amount" type="number" placeholder="Amount" />
+ <button type="submit" class="btn btn-primary"><i class="icon-plus"></i></button>
+</form>