From 6e1b70305bfca0289f789e5d71b8c523247fdd38 Mon Sep 17 00:00:00 2001 From: Jose Pablo Domingo Aramburo Sanchez Date: Thu, 16 Aug 2018 12:58:35 -0600 Subject: [PATCH] [add] Aditional analis data --- documentation/README.rst | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/documentation/README.rst b/documentation/README.rst index ec6bc05..e72970c 100644 --- a/documentation/README.rst +++ b/documentation/README.rst @@ -35,15 +35,38 @@ Functional requirements In ----- +- Employee details + - First name + - Middle name + - Last name + - Birth date + - Email + - Phone number +- Work per day + - Number of deliveries + - Rol performed Procesos ----------- +- Register a new employee +- Modify employee +- Search employee +- Add new work day for employee +- Calculate monthly payment for employee Out ----- - +- Upong registering + - Employee code +- In the work days registry + - Raw salary for the the month + - Taxes discounted + - Real salary for the month + - Vouchers (if applicable) + Tests ------- +here go the tests Tools and software used ------