Add sales-month planning for crops/products and fix today task label format

This commit is contained in:
Kai
2026-02-16 14:03:19 +01:00
parent 723e9142b2
commit b1c502a919
8 changed files with 216 additions and 15 deletions

View File

@@ -56,7 +56,7 @@
<ul class="tasks">
{{range .TodayTasks}}
<li class="{{if .Completed}}done-task{{end}}">
<span><strong>{{.Type}}:</strong> {{.Message}}</span>
<span>{{.Field}}: {{.Message}}</span>
<form method="post" action="/tasks/toggle" class="inline-form">
<input type="hidden" name="uid" value="{{.UID}}">
<input type="hidden" name="month" value="{{.Month}}">