-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inc.ClassDMS.php - Added a new method to retrieve the next memo numbe…
…r given a user and fixed bug where the getDocumetnIDByNumber method wasn't updated for the new name in a mysql table column. inc.ClassFolder.php - Updated methodology to generate memo numbers. A new indexNumber column was added to tblMemoNumbers to contain the numeric portion of the memo number. The maximum value in the indexNumber column is found and 1 is added to it to automatically generate the next memo number. However, if a docNumber is passed in the addDocument method, it will be used instead only if it does not already exist. op.AddDocument.php - Added a check to get post data if set for the document number. If set, pass it to the addDocument method. class.AddDocument.php - Add an input to display the next memo number and allow user to modify it before submitting memo. class.Search.php - Removed status column.
- Loading branch information
Rachael Sewell
committed
Apr 12, 2016
1 parent
cdfd337
commit a58f482
Showing
8 changed files
with
48 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters