installation: git init git remote add main https://github.com/danimohamadnejad/tailor.git git pull main git checkout master composer install copy /.env.example /.env php artisan key:generate php artisan serve ///// sending request: to register sweing order you need to send a post request (with postman) to /taillor/orders with at least two parameters garment_type and fabric_type. additional parameters will be required based on garment type. garment types and fabric types are defined in /packs/tailor/config/tailor.php config file. current system supports cotton and leather as fabric types and, shirt and trouser as garment type. after successful request an item will be created and an invoice will be issued for corresponding item on zoho books.
-
Notifications
You must be signed in to change notification settings - Fork 0
danimohamadnejad/tailor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published