Skip to content

Commit 0dc89c0

Browse files
renemadsenclaude
andcommitted
feat: add 18 Golf + Agroindustri presets (GLS-A / 3F 2024-2026)
New presets (all locked, 2024-2026 period): - Golf: Standard + Elev (flat 100% OT) - Agroindustri: 8 sub-sectors x (Standard + Elev) = 16 presets - Fjerkrae, Kartoffelmel: 30%/50%/100% (4 tiers) - Grovvare: 40%/100% (3h first tier) - Gulerod, Kartoffelsorter, Lucerne, Minkfoder, Ovrige: 30%/80% Also updated backend LockedPresetNames HashSet with all 18 new names. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c8f0915 commit 0dc89c0

2 files changed

Lines changed: 721 additions & 1 deletion

File tree

eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn/Services/PayRuleSetService/PayRuleSetService.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,25 @@ public class PayRuleSetService : IPayRuleSetService
4242
"KA / Krifa - Landbrug Maskinstation Standard 2025-2028",
4343
"KA / Krifa - Landbrug Maskinstation Elev 2025-2028",
4444
"KA / Krifa - Gron Standard 2025-2028",
45-
"KA / Krifa - Gron Elev 2025-2028"
45+
"KA / Krifa - Gron Elev 2025-2028",
46+
"GLS-A / 3F - Golf Standard 2024-2026",
47+
"GLS-A / 3F - Golf Elev 2024-2026",
48+
"GLS-A / 3F - Agroindustri Fjerkrae Standard 2024-2026",
49+
"GLS-A / 3F - Agroindustri Fjerkrae Elev 2024-2026",
50+
"GLS-A / 3F - Agroindustri Grovvare Standard 2024-2026",
51+
"GLS-A / 3F - Agroindustri Grovvare Elev 2024-2026",
52+
"GLS-A / 3F - Agroindustri Gulerod Standard 2024-2026",
53+
"GLS-A / 3F - Agroindustri Gulerod Elev 2024-2026",
54+
"GLS-A / 3F - Agroindustri Kartoffelmel Standard 2024-2026",
55+
"GLS-A / 3F - Agroindustri Kartoffelmel Elev 2024-2026",
56+
"GLS-A / 3F - Agroindustri Kartoffelsorter Standard 2024-2026",
57+
"GLS-A / 3F - Agroindustri Kartoffelsorter Elev 2024-2026",
58+
"GLS-A / 3F - Agroindustri Lucerne Standard 2024-2026",
59+
"GLS-A / 3F - Agroindustri Lucerne Elev 2024-2026",
60+
"GLS-A / 3F - Agroindustri Minkfoder Standard 2024-2026",
61+
"GLS-A / 3F - Agroindustri Minkfoder Elev 2024-2026",
62+
"GLS-A / 3F - Agroindustri Ovrige Standard 2024-2026",
63+
"GLS-A / 3F - Agroindustri Ovrige Elev 2024-2026"
4664
};
4765

4866
private readonly TimePlanningPnDbContext _dbContext;

0 commit comments

Comments
 (0)