diff --git a/sstreasury/jinja2/sstreasury/budget_view.html b/sstreasury/jinja2/sstreasury/budget_view.html index f8f7dad..db334ce 100644 --- a/sstreasury/jinja2/sstreasury/budget_view.html +++ b/sstreasury/jinja2/sstreasury/budget_view.html @@ -28,20 +28,20 @@ {% if is_latest %} {% if revision.can_submit(request.user) %} - + {% endif %} {% if revision.can_endorse(request.user) %} - + - + {% endif %} {% if revision.can_approve(request.user) %} - + - + {% endif %} {% if revision.can_withdraw(request.user) %} - + {% endif %} {% if revision.can_edit(request.user) %} @@ -56,6 +56,7 @@ {% endif %} + {% else %} Print @@ -148,17 +149,18 @@
+ - + {% if revision.state == import('sstreasury.models').BudgetState.AWAIT_REVIEW.value and request.user.groups.filter(name='Treasury').exists() %} - + - + {% elif revision.state != import('sstreasury.models').BudgetState.APPROVED.value and request.user.groups.filter(name='Secretary').exists() %} - + - + {% endif %} @@ -209,6 +211,43 @@ {% endfor %} {% endif %} + + {% endblock %} {% block head %} @@ -241,6 +280,27 @@ {% block script %} {{ super() }} + + diff --git a/sstreasury/jinja2/sstreasury/claim_edit.html b/sstreasury/jinja2/sstreasury/claim_edit.html index 928edfb..cad9915 100644 --- a/sstreasury/jinja2/sstreasury/claim_edit.html +++ b/sstreasury/jinja2/sstreasury/claim_edit.html @@ -105,12 +105,6 @@
-
-

Declaration

-

By submitting this form for processing with my MUMUS account, I agree that MUMUS Inc. will accept this communication as containing my signature for the purposes of the Electronic Transactions Acts. I certify that the information on this form is true and accurate. I acknowledge that incorrect information may result in the forfeiture of this reimbursement.

-

Under the Pay As You Go legislation and guidelines produced by the Australian Taxation Office, I state that the supply to MUMUS Inc. described on this form is wholly of a private or domestic nature for me, I have no reasonable expectation of profit or gain from the activity undertaken, and I consider that I do not meet the definition of enterprise for tax purposes. Therefore, I do not need to quote an Australian Business Number and MUMUS Inc. is not required to withhold tax from my payment.

-
-
diff --git a/sstreasury/jinja2/sstreasury/claim_view.html b/sstreasury/jinja2/sstreasury/claim_view.html index 1e8c670..5501358 100644 --- a/sstreasury/jinja2/sstreasury/claim_view.html +++ b/sstreasury/jinja2/sstreasury/claim_view.html @@ -27,15 +27,15 @@ Status: {{ claim.get_state_display() }} {% if claim.can_submit(request.user) %} - + {% endif %} {% if claim.can_approve(request.user) %} - + - + {% endif %} {% if claim.can_withdraw(request.user) %} - + {% endif %} {% if claim.can_edit(request.user) %} @@ -50,6 +50,7 @@ {% endif %} + @@ -147,13 +148,14 @@
+ - + {% if claim.can_approve(request.user) %} - + - + {% endif %} @@ -203,6 +205,37 @@ {% endif %} {% endfor %} + + {% endblock %} {% block head %} @@ -235,6 +268,27 @@ {% block script %} {{ super() }} + +