Este Sistema Punto de Venta en PHP y MySQL permite gestionar facilmente el proceso de venta y registro de la venta de productos, teniendo en cuenta impuestos y reporte de ventas por parámetros de fecha de inicio y final.
Explanatory video (spanish)
Aplicaciones Alternativas Premium al Sistema Punto de Venta en PHP y MySQL
El software es totalmente gratuito, sin embargo es algo limitado en gestión de usuarios, reportes avanzados entre otros, tengo aplicaciones más completas que puedes ver en el siguiente enlace que tienen demo y video relacionado para tus validaciones:
- POS system in PHP and MySQL
- Online Store System with Workshop Services in PHP and MySQL
- Online Store with PayPal Payment Integration and Stock Control
- Sistema Gestor de Órdenes de Compra en PHP y MySQL
- Sistema Punto de venta (TPV) Para Cafeterías
- Sistema de Ventas y Facturación en PHP y MySQL
- ConfiguroWeb Inventory System
Puesta a punto del Sistema Punto de Venta en PHP y MySQL en un servidor local
Previous Applications
To install the application on a local server, I recommend the prior installation of the following applications:
XAMPP, Git, Visual Studio Code
XAMPP is the application in charge of implementing a apache server for them to work scripts PHP on a local computer.
Git is the world's most widely used repository manager, with which you can cleanly download code from GitHub.
Visual Studio Code is the world's most popular code editor, which I highly recommend in virtually every post on this blog.
Download GitHub App
El siguiente es el enlace de descarga de repositorio de GitHub de la aplicación del Sistema Punto de Venta:
Configuración del Sistema Punto de Venta en PHP y MySQL para su funcionamiento en tu ordenador
You must install the mentioned applications, with all the default parameters, after this procedure, from Visual Studio Code, you must open the following location:
C:\xampp\htdocs
From this location in Visual Studio Code, click View, Terminal. Inside the Terminal you choose the Git Bash option and copy the following code:
git clone https://github.com/configuroweb/gestion-negocio.git
The folder will be created gestion-negocio, inside the htdocs folder. Next, you must open XAMPP on your computer, activate the Apache and MySQL services, and access the following URL, to create the store-mail database:
http://localhost/phpmyadmin/index.php
Base de Datos del Sistema Punto de Venta en PHP y MySQL
For the application to work correctly, from phpmyadmin, you must create the database with the name gestion-negocio, then you must access the SQL section and paste the code found in the following link:
Base de Datos del Sistema Punto de Venta en PHP y MySQL
Subida del Sistema de Sistema Punto de Venta en PHP y MySQL a un hosting
Due to the simplicity of the application, I will not address the issue directly, in the following related video (spanish), I explain the process at a general level:
If you still have doubts about the process of setting up the application on a local server You can still see in the following publication in more detail the implementation of PHP applications:
Any questions I remain pending, if you require more PHP applications, in Python or JavaScript I recommend you subscribe to my content on Youtube and be on the lookout for any changes, that I make.
One comment