DOC - index

This commit is contained in:
resteve 2013-11-13 16:11:08 +01:00
parent 748c807c62
commit be5ed12fee
2 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,9 @@
Control lotes y caducidad
=========================
El módulo stock lot expiry le permite el control de lotes por fechas de
caducidad.
El módulo stock lot expiry le permite añadir fechas (fin de vida,
caducidad, renovación y de alerta) en los lotes.
Añade un campo en el producto por cada fecha para saber el margen. Cuando
el lote es creado las fechas son calculadas usando estos campos y la fecha
actual.

View File

@ -1,4 +1,9 @@
Stock Lot Expiry Module
######################
This module adds control about lot and expiration date.
This module allow to define expiry dates (Life Date, Expiry Date, Removal
Date and Alert Date) to Stock Lots.
It also adds an integer field in Product for each date, to define the margin:
when a lot is created the dates are computed using these fields as days
from the current date.