My experience with "php" in the "Super Ahorro" System//Mi experiencia con “php” en el Sistema “Súper ahorro”

avatar
(Edited)

Básicamente el lenguaje php es usado para gestionar bases de datos, muy usados en páginas web, (helma spona 2010.) Debido a su versatilidad, también es conocido por su amasijo de herramientas que lo complementan, para desarrollar con una amplia gama de opciones lo que convierten el leguaje favorito de muchos y el mío. En este artículo destacare las herramientas, con las que me dedico a programar y hablar de lo importante que se vuelve cuando lo utilizamos como base de datos local y transformamos una página web en un programa complejo, así como también les mostrare partes de un software que desarrolle en el año 2019 para una cadena de tiendas local el sentido de este documento es que nuestra comunidad tecnológica comprenda el amplio espectro de la programación en PHP.

Cuando me dediqué al mundo de la programación posterior a mis estudios universitarios en la “Universidad Nacional Experimental Sur del Lago Jesus María Semprum” empecé a usar los siguientes softwares:

Visual estudio: un software hecho por Microsoft de hipertexto que sirve para ayudar a los desarrolladores a diseñar páginas web y aplicaciones.

Xampp: es un gestor de base de datos con (Apache Y Mysql) que nos ayuda a crear hosting local para probar, ejecutar nuestras páginas web y aplicaciones bajo entorno web.

Bueno básicamente estos dos softwares son la raíz de del desarrollo web que he aprendido, muchos colegas y compañeros me decían que aprendiera varios lenguajes de programación, pero definitivamente es “php” el que me menos limitantes me ha puesto en el camino.

Entrando en materia, hablaremos de “php” como un lenguaje de programación versátil, para el desarrollo de programas bajo entorno web, con servidores locales usando “mysql” con el programa “Xampp”.

Bajo entorno web se pueden hacer grandes cosas.

He aquí el sistema de exhibición precios y productos, para el súper mercado “súper ahorro”

image of a screenshot taken by the author @rubenp.

Este sistema fue desarrollado por mi persona, en el año 2019 he implementado en el año 2020 en el súper mercado llamado “súper ahorro”, En La ciudad de Santa bárbara de Zulia, Municipio Colon, Venezuela con la intención de cumplir con la se exigencias del cliente de tener un software capaz de exhibir precios y productos en alta definición en dos pantallas entre otras muchas funciones que desarrollaremos en este artículo.

Para poder iniciarlo es necesario entrar en la aplicación “XAMPP” he iniciar el apache y el Mysql.

Una vez hecho esto, debe ser ejecutado el link de inicio de la página llamada, “fininventario” para hacer las cosas más sencillas, crearemos un acceso directo en el escritorio con dicha dirección.

image of a screenshot taken by the author @rubenp.

El menú de inicio en el sistema de “súper ahorro”, es la base principal del programa, allí se encuentra el llamado a todas las librerías y estilos que use, aprovechando que el menú debía estar en cada una de las diferentes secciones del software, lo que facilitaría el trabajo usando <?php include_once ´menusuper.php trayendo así todos los estilos.

Algunas de las librerías usadas en el sistema de “súper ahorro”

image of a screenshot taken by the author @rubenp.

Básicamente este conjunto de librerías que se adaptan al lenguaje “php” lo que me permitieron fue agregar efectos, carruseles, sonido, ventanas modales, hacer el diseño responsive, entre otras características, que dejan en claro el alcance del lenguaje de programación.

Funciones del sistema de “súper Ahorro” posee las siguientes características:

    Sistema para la creación de usuarios administradores y estándar.
    Sistema de seguridad para el acceso.
    Sistema de exhibición de precios y productos HD.
    Sistema de exhibición de carnes y charcuterías HD.
    Lector de código de barras con historial de búsqueda.
    Sistema de convertidor de monedas.
    Sistema de inventario para ventas.

Aquí les dejare un collage de su apariencia

image of a screenshot taken by the author @rubenp.

Conclusion

El desarrollo de este software, llevo un extenso trabajo, que a medida que pasaban los días fue adquiriendo más herramientas de php/javascript/Ajax que aunado a la base de datos con más de 3450 productos registrados, por cuenta propia presencie el alcance del lenguaje de programación “php” y como nunca ha decaído con el tiempo tal vez deberíamos de enfócanos en un leguaje de programación y conocerlo bien antes de decidir cambiarnos a otro, aun me queda mucho que aprender sobre “php” (como laravel) un framework de “php” muy versátil, debo agradecer a los distintos autores de estos grandes framework de “php” que han permitido que este lenguaje se mantenga activo hasta la actualidad.

Basically the php language is used to manage databases, widely used in web pages, due to its versatility, it is also known for its amass of tools that complement it, to develop with a wide range of options that make it the favorite language of many and mine. in this article I will highlight the tools, with which I dedicate myself to programming and talk about how important it becomes when we use it as a local database and transform a web page into a complex program, as well as show you parts of a software that I developed in 2019 for a local chain of stores the meaning of this document is that our technological community understands the broad spectrum of programming in PHP.

When I dedicated myself to the world of programming after my university studies at the "Universidad Nacional Experimental Sur del Lago Jesus Maria Semprum" I started using the following software:

Visual studio: a software made by Microsoft of hypertext that serves to help developers to design web pages and applications.

Xampp: is a database manager with (Apache and Mysql) that helps us to create local hosting to test, run our web pages and applications under web environment.

Well basically these two softwares are the root of the web development that I have learned, many colleagues and peers told me to learn several programming languages, but definitely is "php" the least limited for me.

Let's talk about "php" as a versatile programming language, for the development of programs under web environment, with local servers using "mysql" with the program "Xampp".

Great things can be done under web environment.

Here is the system for displaying prices and products, for the super market "super savings".

image of a screenshot taken by the author @rubenp.

This system was developed by my person, in the year 2019 I have implemented in the year 2020 in the super market called "Super Ahorro", In The city of Santa Barbara de Zulia, Municipality Colon, Venezuela, with the intention of meeting the customer's demands to have a software capable of displaying prices and products in high definition on two screens among many other functions that we will develop in this article.

To be able to start it is necessary to enter the application "XAMPP" and start the apache and Mysql.

Once this is done, the start links of the page called, "fininventario" must be executed to make things simpler, we will create a shortcut on the desktop with that address.

image of a screenshot taken by the author @rubenp.

The start menu in the "super saving" system, is the main base of the program, there is the call to all the libraries and styles used, taking advantage that the menu should be in each of the different sections of the software, which would facilitate the work using <?php include_once 'menusuper.php thus bringing all the styles.

Some of the libraries used in the "Super Ahorro" system.

image of a screenshot taken by the author @rubenp.

Basically this set of libraries that adapt to the "php" language allowed me to add effects, carousels, sound, modal windows, make the design responsive, among other features, which make clear the scope of the programming language.

Functions of the "Super Ahorro" system has the following features:

    HD price and product display system.
    HD meat and deli display system.
    Bar code reader with search history.
    Security system for administrator access.
    Currency converter system.
    Inventory system for sales.

Here is a collage of its appearance.

image of a screenshot taken by the author @rubenp.


Conclusions:

The development of this software, took an extensive work, that as the days passed was acquiring more php/javascript/Ajax tools that together with the database with more than 3450 registered products, on my own witnessed the scope of the programming language "php" and as it has never declined over time perhaps we should focus on a programming language and know it well before deciding to change to another, I still have a lot to learn about "php" (like laravel) a very versatile "php" framework, I must thank the various authors of these great "php" frameworks that have allowed this language to remain active until today.

Referencias:

  1. Programación En base de datos con MYSQL Y PHP por Helma Spona 2010
  2. PHP y MySQL Domine el desarrollo de un sitio web dinámico e interactivo (4ª edición)
  3. PHP el lenguaje de programación
  4. PHP la dirección correcta
  5. ¿Otro libro más de seguridad de PHP?

Have.blog @rubenp.



0
0
0.000
4 comments
avatar

Congratulations @rubenp! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

You received more than 10 HP as payout for your posts and comments.
Your next payout target is 50 HP.
The unit is Hive Power equivalent because your rewards can be split into HP and HBD

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Check out the last post from @hivebuzz:

Hive Power Up Day - June 1st 2021 - Hive Power Delegation
Support the HiveBuzz project. Vote for our proposal!
0
0
0.000