Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2024-04-07 (0 years ago)  | | Not enough user ratings | | Total: 34 | | All time: 11,063 This week: 40 |
|
Description | | Author |
This package provides an application to manage the orders of handcrafted products.
It implements a PHP Web application that can take care of several parts of a business for manufacturers of handcrafted products.
Currently, it can:
- Manage records of people like customers, suppliers, salespeople, artisans
- Manage product records like raw materials, recipes, recipe groups, variants, packages
- Manufacturing control like batch production, inventory, orders, and budgets
- Delivery route based on cost
- Report generation about productivity, profitability, and popularity
In Portuguese:
Sistema de Gerenciamento de Fabricaēćo e Pedidos de produtos artesanais Innovation Award
 April 2024
Number 6 |
The manufacturing of handcrafted products is a well-known area of business that has probably existed since humans became a species.
Managing a manufacturing business is a complex task involving many business activities like production, sales, and delivery.
This package provides a PHP application that helps simplify businesses based on manufacturing handcrafted products by keeping track of records of information stored in computers to help people working on this business do it more efficiently.
Manuel Lemos |
| |
 |
|
Innovation award
 Nominee: 2x |
|
Example
<?php
use Illuminate\Support\Facades\Route;
use App\Http\Controllers\{HomeController, UsersController};
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/
Route::get('/', function () {
return view('auth.login');
});
Auth::routes();
Route::get('/resumo', [HomeController::class, 'index'])->name('home');
Route::resource('users', UsersController::class);
|
Details
<h2 align="center">Sistema de Gerenciamento de Artesanatos</h2>
<h4 align="center">Feito com paciźncia baseado no trabalho da minha esposa MŖ Antonietta</h4>
O Joćo de barro é uma ave nativa da América do sul que constrói artesanalmente seu ninho com argila no formato de um forno, curiosamente de forma milimétrica para que as chuvas e ventos nćo entrem no ninho. Sendo considerado do sķmbolo dos artesćos na cultura nativa sulamericana e o pįssaro sķmbolo da Argentina onde é conhecido como "Ave de la patria".
Funcionalidades
-
Cadastro de pessoas
- Cadastro de clientes
- Cadastro de fornecedores
- Cadastro de vendedores
- Cadastro de artesćos (funcionįrios)
-
Cadastro de produtos
- Materia prima
- Receitas
- grupos de receitas
- Diferenēas
- embalagens
-
Fabricaēćo
- Controle de lotes
- Controle de estoque
-
Pedidos
- Orēamentos
- Controle de pedidos
-
Entregas
- Definiēćo de rota baseado no custo
-
Relatórios
- Produtividade
- Lucratividade
- Popularidade
Agradecimentos
- Creative TIM pelo dashboard free Soft UI
- Favicon Generator pelos Favicons 
Quer contribuir?
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.