new notes
This commit is contained in:
@@ -1,23 +1,51 @@
|
||||
[
|
||||
(
|
||||
name: "Morello updaten",
|
||||
pattern: Weekly(dow: "Monday"),
|
||||
),
|
||||
(
|
||||
name: "Rechnung Gertrudenhof",
|
||||
pattern: Monthly(dom: 1),
|
||||
),
|
||||
(
|
||||
name: "Rechnung an lustige Leute",
|
||||
pattern: Monthly(dom: 4),
|
||||
),
|
||||
(
|
||||
name: "Cornelius hauen",
|
||||
pattern: Daily,
|
||||
name: "Rechnung Sholti",
|
||||
pattern: Monthly(dom: 1),
|
||||
),
|
||||
(
|
||||
name: "Rechnung STG",
|
||||
pattern: MonthlyOpt(dom: 1, months: ["February", "May", "August", "November"]),
|
||||
),
|
||||
(
|
||||
name: "Kalender durchlesen",
|
||||
pattern: Weekly(dow: 1),
|
||||
name: "Überweisungen auf Local Benefits",
|
||||
pattern: Monthly(dom: 1),
|
||||
),
|
||||
(
|
||||
name: "Gehälter",
|
||||
pattern: Monthly(dom: 25),
|
||||
),
|
||||
(
|
||||
name: "TK Überweisung",
|
||||
pattern: Monthly(dom: 25),
|
||||
),
|
||||
(
|
||||
name: "UStVA - Belege hochladen",
|
||||
pattern: MonthlyOpt(dom: 1, months: ["February", "May", "August", "November"]),
|
||||
),
|
||||
(
|
||||
name: "UStVA - Umsatzsteuer zahlen",
|
||||
pattern: MonthlyOpt(dom: 10, months: ["February", "May", "August", "November"]),
|
||||
),
|
||||
(
|
||||
name: "Inflationsanpassung mitteilen GTH",
|
||||
pattern: MonthlyOpt(dom: 1, months: ["June"]),
|
||||
),
|
||||
(
|
||||
name: "Semesterbeitrag überweisen",
|
||||
pattern: MonthlyOpt(dom: 10, months: ["February", "August"]),
|
||||
),
|
||||
(
|
||||
name: "Semesterbescheinigung an Musikschule",
|
||||
pattern: MonthlyOpt(dom: 1, months: ["April", "October"]),
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user