Date validation can be added to Book issue module
Status: Alpha
Brought to you by:
janesh
Build : Beta 3
Description : Date validations can be implemented so that the due date and return date could not be before the Issued date.
Reproducibity : click the create new tab
specify the due date and return date before the Issued date.
click save icon
Logged In: YES
user_id=1849451
Originator: NO
This happens since ISBN filed is a unique field. ISBN not mandatory.
When ISBN is not given for the second book the error happens.
Unique index will be removed to fix the bug immediately.
Logged In: YES
user_id=1849451
Originator: NO
A book can be returned b4 due date also.
Validation is done for
1) Due date cannot be before borrowed date
2) Return Date cannot be before borrowed date