Web-based Patentprozesskostenrechner — law firm cost calculator tool #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
An Excel-based patent litigation cost calculator (
Patentprozesskostenrechner.xlsm) exists in the HL work repo. Full analysis has been completed — all formulas, fee tables, VBA logic, and data model are documented.Goal: Build a modern, web-based version as a proper Kanzlei tool — cleaner UX, responsive, shareable, and extensible beyond the Excel limitations.
Source Material
HL/mWorkRepo:6 - material/Patentprozesskostenrechner.xlsm(© 2021 M. Siebels)HL/mWorkRepo:6 - material/Patentprozesskostenrechner - Analysis.md(312 lines, covers everything below)What the Excel Does
Jurisdiction: German national courts (LG, OLG, BGH, BPatG, DPMA). No UPC coverage yet.
Proceeding types:
Inputs:
Fee schedules: GKG (court fees) + RVG (attorney fees) with 5 historical versions. Core VBA function
mGebuehrensatz()computes base 1.0 fee via step-table lookup.Outputs: Per-instance cost breakdowns + totals for full litigation path.
Requirements for Web Version
Known Bugs in Excel (to fix in web version)
See the analysis doc for specifics — 3 formula/logic bugs were identified.
Architecture Notes from Analysis