[fix] Indenting

This commit is contained in:
Jose Pablo Domingo Aramburo Sanchez 2018-08-16 14:11:31 -06:00 committed by GitHub
parent dcac46b1fb
commit 956c22f73c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
============= ================
Documentation Documentation
============= ================
.. contents:: .. contents::
Functional requirements Requirements
-------------------------- ----------------------------------
Funtional:
- A user name and password auth - A user name and password auth
- Encrypted sensitive data - Encrypted sensitive data
- The employee need to have their full name captured - The employee need to have their full name captured
@ -25,16 +25,17 @@ Functional requirements
- If it goes beyond the threshold a different percentage is paid in taxes - If it goes beyond the threshold a different percentage is paid in taxes
- The way the extra tax is handled should be parametrized - The way the extra tax is handled should be parametrized
Non functional requirements
--------------------------- Funtional:
- Session management - Session management
- Data integrity - Data integrity
- Data security - Data security
- Accessible through web - Accessible through web
- Containerized - Containerized
In Software behaivor
----- -----------------
In:
- Employee details - Employee details
- First name - First name
- Middle name - Middle name
@ -45,17 +46,14 @@ In
- Work per day - Work per day
- Number of deliveries - Number of deliveries
- Rol performed - Rol performed
Process:
Process
-----------
- Register a new employee - Register a new employee
- Modify employee - Modify employee
- Search employee - Search employee
- Add new work day for employee - Add new work day for employee
- Calculate monthly payment for employee - Calculate monthly payment for employee
Out Out:
-----
- Upon registering - Upon registering
- Employee code - Employee code
- In the work days registry - In the work days registry
@ -65,11 +63,13 @@ Out
- Vouchers (if applicable) - Vouchers (if applicable)
Tests Tests
------- -----------------
here go the tests Tests:
- here go the tests
Tools and software used Tools
------ ----------------------------------
The following tools and software were used:
- phpstorm - phpstorm
- git - git
- docker && docker-compose - docker && docker-compose