Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed Jan 7, 2021
1 parent c609540 commit 4301dbe
Showing 1 changed file with 64 additions and 20 deletions.
84 changes: 64 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,67 @@
## Kaizen ##
This web application is build for Ecolplag S.A.S.
<h1 align="center">
<br> Kaizen <br>
</h1>

## Build status ##
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b60d66bdb2844aceb557e7a65f0f4ba7)](https://app.codacy.com/gh/cantte/Kaizen?utm_source=github.com&utm_medium=referral&utm_content=cantte/Kaizen&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.com/cantte/Kaizen.svg?token=RpZFsXFEkpo2xpysxYCu&branch=master)](https://travis-ci.com/github/cantte/Kaizen)
[![cantte](https://circleci.com/gh/cantte/Kaizen.svg?style=svg&circle-token=dbe2e83d785882bb33fb761c74a11558f3d859ab)](https://circleci.com/gh/cantte/Kaizen)
![.NET Core](https://github.com/cantte/Kaizen/workflows/.NET%20Core/badge.svg)
![Node.js CI](https://github.com/cantte/Kaizen/workflows/Node.js%20CI/badge.svg)
<p aling="center">
Web software for the management of administrative control of sanitation companies.
</p>
<br>

# Application Modules #
- Users
- Clients
- Employees
- Inventory
- Services
- Service Requests
- Payments
- Activity Schedule
- Work Order
<p align="center">
<a href="https://github.com/Cantte/Kaizen/pulls/"
title="Pull request"> <img src="https://img.shields.io/github/issues-pr/Cantte/Kaizen">
</a>
<a href="https://github.com/Cantte/Kaizen/issues/"
title="Issues"> <img src="https://img.shields.io/github/issues/Cantte/Kaizen">
</a>
<a href="https://github.com/Cantte/Kaizen/commits/"
title="Last Commit"> <img src="https://img.shields.io/github/last-commit/Cantte/Kaizen">
</a>
<br>
<a href="https://github.com/cantte/Kaizen/blob/master/LICENSE"
title="License"> <img src="https://img.shields.io/github/license/Cantte/Kaizen">
</a>
<a href="https://github.com/cantte/Kaizen/releases" title="Release">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/cantte/Kaizen">
</a>
<a href="https://github.com/cantte/Kaizen/blob/master/LICENSE"
title="Release"> <img src="https://img.shields.io/github/release-date/Cantte/Kaizen">
</a>
</p>

# Class Diagram #
![Class Diagram](https://6211dfd8-a-e1e09691-s-sites.googlegroups.com/a/unicesar.edu.co/mi-wiki---carlos/home/ClassDiagram.png)
<br>
<h3 align="center">
Build status
</h3>
<br>
<p align="center">
<a href="https://travis-ci.com/github/cantte/Kaizen" title="Travis CI">
<img src="https://travis-ci.com/cantte/Kaizen.svg?branch=master">
</a>
<a href="https://circleci.com/gh/cantte/Kaizen" title="Circle CI">
<img src="https://circleci.com/gh/cantte/Kaizen.svg?style=svg">
</a>
<a href="https://github.com/cantte/Kaizen/actions" title="GitHub Actions .Net Core">
<img src="https://github.com/cantte/Kaizen/workflows/.NET%20Core/badge.svg">
</a>
<a href="https://github.com/cantte/Kaizen/actions" title="GitHub Actions Node.js">
<img src="https://github.com/cantte/Kaizen/workflows/Node.js%20CI/badge.svg">
</a>
</p>

<br>
<h3 align="center">
Analysis
</h3>
<br>
<p align="center">
<a href="https://app.codacy.com/gh/cantte/Kaizen?utm_source=github.com&utm_medium=referral&utm_content=cantte/Kaizen&utm_campaign=Badge_Grade" title="Codacy Analysis">
<img alt="Codacy grade" src="https://img.shields.io/codacy/grade/b60d66bdb2844aceb557e7a65f0f4ba7">
</a>
</p>
<br>

<p align="center">
The application has the modules for managing users, clients, employees, inventory, services, service requests, payments, activity schedule and work orders.
</p>
<hr>

0 comments on commit 4301dbe

Please sign in to comment.