PHP Classes

How to Implement a PHP Product Management System for Handcrafted Products with the Application named João de Barro: Manage the orders of handcrafted products

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2024-04-07 (0 years ago) RSS 2.0 feedNot enough user ratingsTotal: 34 All time: 11,063 This week: 40Up
Version License PHP version Categories
joaodebarro 1.0.0BSD License5PHP 5, Business, Applications
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
PHP Programming Innovation award nominee
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
Picture of Everton C B Junior
  Performance   Level  
Innovation award
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

Logo <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 Site - Favicon Generator pelos Favicons Site

Quer contribuir?


  Files folder image Files (112)  
File Role Description
Files folder imageapp (5 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (15 files)
Files folder imagedatabase (3 directories)
Files folder imagepublic (5 files, 3 directories)
Files folder imageresources (5 directories)
Files folder imageroutes (4 files)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .env.example Data Auxiliary data
Accessible without login Plain text file .styleci.yml Data Auxiliary data
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file server.php Aux. Auxiliary script
Accessible without login Plain text file webpack.mix.js Data Auxiliary data
Accessible without login Plain text file yarn.lock Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:34
This week:0
All time:11,063
This week:40Up