https://github.com/santo1989/fal_texebo
FAL Texebo is a garment manufacturing management system built with Laravel that provides end-to-end tracking and control of textile production workflows. The system manages the complete production lifecycle from fabric cutting through final shipment, with integrated organizational hierarchy management and role-based access controls.
https://github.com/santo1989/fal_texebo
laravel-framework manufacturing rmg textile
Last synced: 2 months ago
JSON representation
FAL Texebo is a garment manufacturing management system built with Laravel that provides end-to-end tracking and control of textile production workflows. The system manages the complete production lifecycle from fabric cutting through final shipment, with integrated organizational hierarchy management and role-based access controls.
- Host: GitHub
- URL: https://github.com/santo1989/fal_texebo
- Owner: santo1989
- Created: 2025-07-24T11:24:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T12:02:29.000Z (2 months ago)
- Last Synced: 2025-08-04T16:42:17.606Z (2 months ago)
- Topics: laravel-framework, manufacturing, rmg, textile
- Language: Blade
- Homepage: http://49.0.39.93:2005/
- Size: 5.61 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
create a new repository on the command line
git init
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/santo1989/worker_matrix.git
git push -u origin main…or push an existing repository from the command line
git remote add origin https://github.com/santo1989/worker_matrix.git
git branch -M main
git push -u origin main