Commit Graph

13 Commits

Author SHA1 Message Date
636421658c Add proper .gitignore to exclude temporary files
- Exclude tmpclaude-* temporary directories
- Exclude database backup directories and exports
- Clean up temporary files from disk

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-21 12:02:58 +07:00
7c3dd3fb31 Add VBS scripts, documentation, and HTML form templates
- Test and helper VBS scripts for VBA MCP development
- Technical reference documentation and PDFs
- HTML form templates for all 5 forms
- PowerShell and Python scripts for PDF/documentation generation

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-21 11:53:09 +07:00
2923624a55 Fix VBA type references - replace DAO.Recordset with Object
Resolved 'user defined type not defined' error by converting all DAO.Recordset
declarations to Object type in mod_DataAccess, mod_Calculs, and mod_Export.
Also fixed duplicate Option Compare Database statement in mod_CleanupOldModules.

All form modules (frm_Accueil, frm_Clients, frm_Projets, frm_SaisieTemps, frm_Historique)
now properly compile and are ready for functional testing.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-21 11:52:21 +07:00
978061211d Fix forms and navigation - all buttons working
- Convert navigation Subs to Functions for button OnClick
- Fix form builder to properly rename forms (sName variable)
- Fix frm_Historique with continuous view and reduced row height
- Update src/ with latest VBA code

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-03 13:01:57 +07:00
8634badd51 Add MIT License
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 13:58:25 +07:00
9ffd15bf8a Update README with correct structure and URLs
- Add src/ folder to project structure
- Fix git clone URL to Gitea
- Update progress to 100%

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 13:51:10 +07:00
066e4b68f4 Add VBA source files for GitHub readability
- Export 7 VBA modules as .bas files in src/
- Add form button helper functions (GoToNewRecord, DeleteCurrentRecord, SaveAndNew)
- Export frm_Accueil form definition as text

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 13:43:30 +07:00
b3a3c0f849 Add 5 functional forms via MCP VBA automation
- frm_Accueil: Main menu with navigation buttons
- frm_Clients: Client CRUD form
- frm_Projets: Project management with client dropdown
- frm_SaisieTemps: Time entry form with date default
- frm_Historique: Datasheet view of time entries

Generated using run_macro(BuildAllForms) + create_access_form

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 08:59:37 +07:00
a485651273 Phase 5: Form generator script + import guide
- Add mod_FormBuilder.bas to generate 5 forms programmatically
- Add IMPORT_FORMS.md with step-by-step instructions
- Update PLAN.md and README.md with new progress
- Created 5 empty forms via MCP (to be populated by script)

Run BuildAllForms() in Access VBA to create form controls.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 16:51:25 +07:00
317ca0904a Phase 6: Documentation + Guide formulaires
Documentation:
- CHANGELOG.md: v0.1.0 Initial Release
- README.md: Stats, installation, utilisation mise a jour
- PLAN.md: Status phases actualise (85% complete)
- docs/TEST_CHECKLIST.md: 61 tests manuels

Guide Formulaires:
- docs/FORMS_GUIDE.md: Guide complet creation formulaires Access
  - 5 formulaires principaux (Accueil, Clients, Projets, SaisieTemps, Historique)
  - 2 formulaires popup (ProjetDetail, TempsDetail)
  - Code VBA complet pour chaque formulaire
  - 800+ lignes de documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 13:34:14 +07:00
6f89188933 Complete Phases 1-4: BDD + Data + VBA modules
- Phase 1: 3 tables (Clients, Projets, Temps) + 4 index
- Phase 2: 4 clients, 6 projets, 14 entrees temps (58h total)
- Phase 3: 6 modules VBA injectes (715 lignes, 43 macros)
- Phase 4: Verification OK (4732.50 EUR facturable)

Ready for Phase 5: Manual form creation in Access UI

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 12:20:21 +07:00
f3779a801a Add Gitea guide for Claude agents 2025-12-30 11:00:42 +07:00
fe30e811a3 Initial commit - TimeTrack Pro
- Structure projet complete
- Schema BDD (3 tables: Clients, Projets, Temps)
- 6 modules VBA documentes
- Scripts SQL de creation
- Plan d'implementation pour agent
- Base Access avec tables creees (Phase 1 complete)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 10:53:11 +07:00