Skip to content

Commit

Permalink
add positive and negative value description to webhook form
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Jul 16, 2024
1 parent 1f961c4 commit 0b82eeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="grid grid-cols-2 justify-stretch gap-2">
{% usemacro input "Description" "description" type="text" class="col-span-full" %}

{% usemacro input "Transaction amount (ct)" "amount" type="number" placeholder="150" required=True step="0.1" %}
{% usemacro input "Transaction amount in ct (positive is deposit & negative is purchase)" "amount" type="number" placeholder="150" required=True step="1" %}

{% usemacro input "Transaction description" "transaction_description" type="text" placeholder="fritz-kola" %}

Expand Down

0 comments on commit 0b82eeb

Please sign in to comment.