An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Build Status
Total Downloads
Latest Stable Version
License

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