Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale.audio
Commits
19590575
Verified
Commit
19590575
authored
Jan 18, 2022
by
Georg Krause
Browse files
Update financial transactions for 2021
parent
0439891c
Pipeline
#18333
passed with stages
in 26 minutes and 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/views/SupportUs.vue
View file @
19590575
...
...
@@ -222,9 +222,9 @@
<table>
<caption>
<translate
translate-context=
"Content/SupportUs/Table,Header"
>
Month
ly
b
udget
Year
ly
B
udget
</translate>
<span
class=
"right floated"
>
202
0-05 - 2020-12
</span>
<span
class=
"right floated"
>
202
1
</span>
</caption>
<tbody>
<tr
class=
"emphasis"
>
...
...
@@ -317,19 +317,12 @@ export default {
revenues
()
{
let
revenues
=
{};
revenues
.
rows
=
[
{
label
:
this
.
$pgettext
(
"
Content/SupportUs/Tabel,Row/Noun
"
,
"
NLNet Funding
"
),
amount
:
3960
,
},
{
label
:
this
.
$pgettext
(
"
Content/SupportUs/Tabel,Row/Noun
"
,
"
Open Collective donations and membership fees
"
),
amount
:
150
,
amount
:
3045.63
,
},
];
revenues
.
total
=
revenues
.
rows
...
...
@@ -342,44 +335,23 @@ export default {
expenses
()
{
let
expenses
=
{};
expenses
.
rows
=
[
{
label
:
this
.
$pgettext
(
"
Content/SupportUs/Tabel,Row/Noun
"
,
"
Ginny and Agate's salaries
"
),
amount
:
-
3960
,
},
{
label
:
this
.
$pgettext
(
"
Content/SupportUs/Tabel,Row/Noun
"
,
"
Hosting
"
),
amount
:
-
47.9
9
,
amount
:
-
735.5
9
,
},
{
label
:
this
.
$pgettext
(
"
Content/SupportUs/Tabel,Row/Noun
"
,
"
Bank account fees
"
),
amount
:
-
21.43
,
},
{
label
:
this
.
$pgettext
(
"
Content/SupportUs/Tabel,Row/Noun
"
,
"
Open.audio domain name
"
),
amount
:
-
10
,
},
{
label
:
this
.
$pgettext
(
"
Content/SupportUs/Tabel,Row/Noun
"
,
"
Backups and storage
"
),
amount
:
-
7
,
amount
:
-
148.2
,
},
{
label
:
this
.
$pgettext
(
"
Content/SupportUs/Tabel,Row/Noun
"
,
"
Funkwhale.audio domain name
"
"
Other expenses
"
),
amount
:
-
1.2
4
,
amount
:
-
4
1
,
},
];
expenses
.
total
=
expenses
.
rows
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment