Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 56 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,71 @@
## Welcome to GitHub Pages
# PICO web (PICO + VAADIN 8)
Un Sistema Contable básico para MicroEmpresas Nicaragüenses. Didáctico y Colaborativo. Creado como aplicacion WEB.

You can use the [editor on GitHub](https://github.com/jugnicaragua/PICOweb/edit/master/README.md) to maintain and preview the content for your website in Markdown files.
[![Build Status](https://travis-ci.org/jug-ni/PICO.svg?branch=master)](https://travis-ci.org/jug-ni/PICO)

Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
# Objetivo
* Ser Didáctico para los que pretenden aprender Java utilizando las mejores prácticas.
* Ser una solución para MicroEmpresas que necesitan llevar contabilidad.
* Ser un reductor de la cantidad de proyectos de graduación en centros técnicos y universidades enfocados en Contabilidad.

### Markdown
# Características Funcionales
* Didáctico
- Totalmente comentado.
* Sencillo
* Intuitivo
* Portable
* mono empresa
* Reportes contables

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
# Características Técnicas.
* Wen para correr en APACHE Tomcat
* Portable
* Base de datos Empotrada
* Reportes integrados
* Ejecutable desde un Flash Drive
* Windows, Linux, BSD and MAC
* Totalmente comentado y Documentado

```markdown
Syntax highlighted code block

# Header 1
## Header 2
### Header 3
# Stack
```
Conjunto de Tecnologías utilizadas
```
* Base: JVM OpenJDK (AdoptOpenJDK) Version 11 LTS
* Manejador: maven
* Base de Datos: Empotrada SQLITE y HSQLDB
* JPA (Persistencia)
* ORM: Hibernate
* VAADIN ( https://vaadin.com/ )
* Reportes: JasperReport
* MVC (Modelo Vista Controlador)
* POO
* Multi IDE (Project Maven)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Falta agregar sprint-boot en el stack


- Bulleted
- List
## Estilo de Código:
Para el estilo de codificación, usaremos el estilo creado por Google:
https://google.github.io/styleguide/javaguide.html

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text
# Preparando el IDE
...

# Diseño
TDR <enlace a la página de los TDR>
UML <Enlace a los diagramas de Caso de USO>
UI <enlace a las interfaces>

# Como colaborar.
Sus colaboraciones hacerlas siempre con un PULL REQUEST a la rama/branch Developer.

[Link](url) and ![Image](src)
```

For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
# Licencia
Copyright (c) 2019 Grupo de Usuarios Java de Nicaragua.

### Jekyll Themes
Pico Accounting is free libre open source software (FLOSS), licensed under the GNU General Public License version 3 (GPLv3), see the COPYING file or a copy at: https://www.gnu.org/licenses/gpl.txt

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/jugnicaragua/PICOweb/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.

### Support or Contact
# Autores y Colaboradores
JUG Nicaragua, Grupo de Usuarios Java de Nicaragua.
https://javanicaragua.org/nuestro-equipo/

Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.