Add 4 new projects from organizer + update Task Tracker with projects section

This commit is contained in:
AlexAI
2026-02-24 15:16:39 -06:00
parent dbd4a0886d
commit 43388a8a03
6 changed files with 227 additions and 11 deletions

View File

@@ -0,0 +1,58 @@
# Project: Requisition and Purchase Order System
**Created:** 2026-02-24
**Source:** #work-assistant
**Status:** Development Phase
---
## Overview
Web application for employees to submit requisitions and receive purchase order numbers for company purchases.
## Purpose
- Allow employees to fill out requisitions
- Generate purchase order numbers
- Track order status for employees
- Sync with existing vendor software
## Technical Details
### Frontend
- Employee requisition forms
- PO number generation
- Order status tracking
- Uses own database (Assal/SQL)
### Integration
- Connects to external vendor's **MSSQL database**
- Bidirectional data synchronization
- Working with vendor on sync architecture
### Current Approach
- Simple table synchronization (potential solution)
- Coordinating with vendor on database structure
## Current Status
🔄 **Development Phase**
- Actively working with vendor
- Figuring out data synchronization strategy
- Database sync architecture in progress
## Tasks
- [ ] Finalize vendor database sync approach
- [ ] Implement table synchronization
- [ ] Build requisition submission forms
- [ ] Create PO number generation logic
- [ ] Add order status tracking
- [ ] Testing with vendor system
## Notes
*(Add vendor contact info, database schema details, sync strategy, etc.)*
## Related
---
*Extracted from Projects to be organized*