Skip to content

Commit

Permalink
Fix image spacing and delete unneeded images
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Nov 2, 2019
1 parent e9ed32e commit e2e1d53
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ Stock-management desktop app for an electronics company.
Built with Python, Qt and SQLite. First ever project!

<p align="center">
<img src="demo/python.png" width="120" style="margin: 10px;">
<img src="demo/qt.svg" width="150" style="margin: 10px;">
<img src="demo/sqlite.png" width="250" style="margin: 10px;">
<img src="demo/python.png" width="120">
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="demo/qt.svg" width="150">
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="demo/sqlite.png" width="250">
</p>

## Overview
Expand Down Expand Up @@ -93,9 +95,10 @@ To edit a component, Press `Ingreso de componentes` and select `Editar component
To delete a component, Press `Ingreso de componentes` and select `Borrar componente`. Search for a component and press `Ejecutar`.

<p align="center">
<img src="demo/component_create.png" style="margin: 10px 10px 65px 10px;">
<img src="demo/component_edit.png" style="margin: 10px;">
<img src="demo/component_delete.png" style="margin: 10px 10px 65px 10px;">
<img src="demo/component_create.png">
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="demo/component_edit.png">
&nbsp;&nbsp;&nbsp;&nbsp;
</p>

### Viewing component details
Expand All @@ -117,8 +120,9 @@ To edit a recipe, Press `Recetas de productos` and select `Editar receta`. Searc
To delete a recipe, Press `Recetas de productos` and select `Borrar receta`. Search for a component and press `Ejecutar`.

<p align="center">
<img src="demo/recipe_create.png" style="margin: 10px;">
<img src="demo/recipe_edit.png" style="margin: 10px 10px 12px 10px;">
<img src="demo/recipe_create.png">
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="demo/recipe_edit.png">
</p>

## Configuration
Expand Down Expand Up @@ -184,8 +188,9 @@ Press `Base de datos`, select `Respaldar base` and confirm. The backup database
Press `Base de datos`, select `Editar usuario` and enter a new name for the user. This username will be reflected in the status bar and in the secondary tables `Movimientos` and `Configuraciones`.

<p align="center">
<img src="demo/db_backup.png" style="margin: 10px;">
<img src="demo/rename_user.png" style="margin: 10px 10px 20px 10px;">
<img src="demo/db_backup.png">
&nbsp;&nbsp;&nbsp;&nbsp;
<img src="demo/rename_user.png">
</p>

### Shortcuts
Expand All @@ -206,4 +211,4 @@ Press `Base de datos`, select `Editar usuario` and enter a new name for the user

## License

Distributed under the MIT License. See LICENSE.md
Distributed under the MIT License. See [LICENSE.md](LICENSE.md)
Binary file removed demo/component_delete.png
Binary file not shown.
Binary file removed demo/recipe_delete.png
Binary file not shown.

0 comments on commit e2e1d53

Please sign in to comment.