Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Tezor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Onboarding
AlekSIS-App-Tezor
Commits
8f2b3e64
Verified
Commit
8f2b3e64
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 2-add-manual-invoicing
parents
e3f21a99
e0e17cec
No related branches found
No related tags found
1 merge request
!10
Add models for manual invoicing
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/apps/tezor/menus.py
+4
-4
4 additions, 4 deletions
aleksis/apps/tezor/menus.py
aleksis/apps/tezor/templates/tezor/invoice/full.html
+1
-1
1 addition, 1 deletion
aleksis/apps/tezor/templates/tezor/invoice/full.html
with
5 additions
and
5 deletions
aleksis/apps/tezor/menus.py
+
4
−
4
View file @
8f2b3e64
...
...
@@ -3,19 +3,19 @@ from django.utils.translation import gettext_lazy as _
MENUS
=
{
"
NAV_MENU_CORE
"
:
[
{
"
name
"
:
_
(
"
Payments
"
),
"
name
"
:
_
(
"
Payments
and Money
"
),
"
url
"
:
"
#
"
,
"
root
"
:
True
,
"
icon
"
:
"
price_chec
k
"
,
"
svg_
icon
"
:
"
mdi:piggy_ban
k
"
,
"
validators
"
:
[
"
menu_generator.validators.is_authenticated
"
,
"
aleksis.core.util.core_helpers.has_person
"
,
],
"
submenu
"
:
[
{
"
name
"
:
_
(
"
C
lients
"
),
"
name
"
:
_
(
"
Manage c
lients
"
),
"
url
"
:
"
clients
"
,
"
icon
"
:
"
account_balance
"
,
"
svg_
icon
"
:
"
mdi:domain
"
,
"
validators
"
:
[
(
"
aleksis.core.util.predicates.permission_validator
"
,
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/tezor/templates/tezor/invoice/full.html
+
1
−
1
View file @
8f2b3e64
...
...
@@ -77,7 +77,7 @@
{% elif object.status == "rejected" or object.status == "error" %}
<i
class=
"material-icons iconify"
data-icon=
"mdi:cash-remove"
></i>
{% elif object.status == "preauth" %}
<i
class=
"material-icons icon
f
iy"
data-icon=
"mdi:cash-lock"
></i>
<i
class=
"material-icons iconi
f
y"
data-icon=
"mdi:cash-lock"
></i>
{% elif object.status == "confirmed" %}
<i
class=
"material-icons iconify"
data-icon=
"mdi:cash-check"
></i>
{% elif object.status == "refunded" %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment