| org.kuali.kfs.rules.GeneralLedgerPostingDocumentRuleBase org.kuali.module.financial.rules.CashManagementDocumentRule
processCustomSaveDocumentBusinessRules | protected boolean processCustomSaveDocumentBusinessRules(Document document)(Code) | | Overrides to validate that the person saving the document is the initiator, validates that the cash drawer is open for
initial creation, validates that the cash drawer for the specific verification unit is closed for subsequent saves, and
validates that the associate cash receipts are still verified.
Parameters: document - submitted cash management document true if there are no issues processing rules associated with saving a cash management document See Also: org.kuali.core.rule.DocumentRuleBase.processCustomSaveDocumentBusinessRules(org.kuali.core.document.Document) |
|
|