Commit Graph

8 Commits

Author SHA1 Message Date
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