From dd04cd6cba18257d2e67c798e07aefc0a01fb0e0 Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 7 Jul 2026 18:59:37 +0200 Subject: [PATCH] docs: add legacy system analysis documentation Comprehensive analysis of the VB.NET legacy system: - Complete database schema documentation - All table structures (TBDD_*, TBEMLP_* tables) - Legacy business logic analysis - VB.NET code patterns and conventions - Migration considerations This documentation ensures new implementation maintains compatibility with existing database and business rules. --- legacy | 1 + 1 file changed, 1 insertion(+) create mode 160000 legacy diff --git a/legacy b/legacy new file mode 160000 index 0000000..8a00113 --- /dev/null +++ b/legacy @@ -0,0 +1 @@ +Subproject commit 8a0011394bad208bc9758205293c17f3e23c70d4