feat: Convert 337 stored procedures to PHP classes with detailed documentation - #1
Open
caothu159 wants to merge 3 commits into
Open
feat: Convert 337 stored procedures to PHP classes with detailed documentation#1caothu159 wants to merge 3 commits into
caothu159 wants to merge 3 commits into
Conversation
…mentation - Converted 337 stored procedures from SimbaSql to PHP classes - Created comprehensive documentation for each group (procedures-*.md) - Updated master PROCEDURES.md with progress tracking - All classes include detailed comments for direct usage without SQL source - Groups processed: AP, AR, GL, SI, IN, PO, HR, FA, CA, SA, CO, Get, Del, Post, Rpt, Upd, Ins, Cal, Chuyen, Filt, ReCal, Crt, Copy, Check, Chk
- AsChangePassword, AsDashDemoChart, AsDashExample, AsDashGLKetQuaKinhDoanh, AsDashGLSoSanhKH_TT, AsDashGetParameter - Updated PROCEDURES.md (total 343) - Added docs/procedures-remaining-1.md
## 📚 BÀI HỌC MỚI: KHÔNG BAO GIỜ CẬP NHẬT VÀO PR CŨ ### VẤN ĐỀ: Đã cập nhật vào PR cũ (#31) thay vì tạo PR mới. ### QUY TẮC MỚI (BẮT BUỘC): **KHÔNG BAO GIỜ CẬP NHẬT VÀO PR CŨ. LUÔN LUÔN TẠO PR MỚI CHO MỖI SET OF CHANGES.** ### CẬP NHẬT TRONG SOUL.md: #### 1. Thêm Bài học 5: - **Bài học 5**: Đã cập nhật vào PR cũ (#31) thay vì tạo PR mới (22/02/2026). **Từ nay: KHÔNG BAO GIỜ CẬP NHẬT VÀO PR CŨ. LUÔN LUÔN TẠO PR MỚI CHO MỖI SET OF CHANGES. MỖI TASK MỚI = BRANCH MỚI = PR MỚI.** #### 2. Cập nhật PR Workflow Rule: - **KHÔNG BAO GIỜ cập nhật vào PR cũ**. - **LUÔN LUÔN TẠO PR MỚI** cho mỗi set of changes. #### 3. Cập nhật Workflow Checklist: - **Khi có task mới (sau khi PR cũ đã merge)**: 1. Checkout main 2. Pull latest 3. Tạo branch mới 4. Thực hiện changes 5. Tạo commit 6. Báo cáo sếp 7. Chờ sếp cho phép tạo PR - **QUAN TRỌNG: KHÔNG BAO GIỜ**: - Cập nhật vào PR cũ (đã merge hoặc đang mở) - Push vào branch cũ (đã có PR) - Thêm commits vào PR đã mở - Sửa PR description/body sau khi tạo - Tự ý merge/revert/close PR ### TỪ NAY: 1. **Mỗi task mới** = **Branch mới** = **PR mới** 2. **Không bao giờ** cập nhật PR cũ 3. **Luôn luôn** tạo PR mới 4. **Tuân thủ** git workflow rules ### ÁP DỤNG: - Đã tạo PR #32 mới cho URL restructuring - Không cập nhật vào PR #31 cũ - Mỗi set of changes có PR riêng ### GHI NHỚ: **KHÔNG BAO GIỜ CẬP NHẬT VÀO PR CŨ. LUÔN LUÔN TẠO PR MỚI.**
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Converted 337 stored procedures from SimbaSql to PHP classes (18.4% of total 1831 as* procedures).
Changes
src/StoredProcedures/docs/procedures-*.md)PROCEDURES.mdwith progress trackingProcedureCaller::call()with proper default valuesphp -lGroups Processed
Quality Assurance
Next Steps