Skip to content

Configure Scholarship Types

Configure Scholarship Types

Create and manage scholarship type definitions that specify award amounts and categorize scholarships for your institution.

Time: 2–3 minutes per type Module: OpenEduCat Scholarship Enterprise Permissions: Scholarship Manager


Prerequisites

  • Scholarship module installed and configured
  • Scholarship Manager role assigned
  • Access to OpenEduCat → Scholarship menu

Overview

Scholarship types serve as templates that define:

  • Name: Category or program name (e.g., “Merit Scholarship”, “Need-Based Aid”)
  • Amount: Default award value for scholarships of this type
  • Company: Organization offering the scholarship (multi-company support)

When creating individual scholarship applications, users select a type to auto-populate the amount and categorize the award.


Steps

1. Access Scholarship Types

  1. Navigate to OpenEduCat → Scholarship → Scholarship Types
  2. View the list of existing scholarship types

2. Create a New Scholarship Type

  1. Click New to open the form
  2. Complete the required fields:
FieldAction
NameEnter the scholarship type name (max 64 characters)
AmountEnter the award amount (must be greater than 0)
CompanySelect the company (for multi-company setups)
  1. Click Save

3. Edit Existing Types

  1. Click on a scholarship type from the list
  2. Modify the fields as needed
  3. Click Save

4. Archive Unused Types

  1. Open the scholarship type to archive
  2. Click Action → Archive, OR
  3. Toggle the Active field to unchecked
  4. The type will no longer appear in dropdown selections

Example Scholarship Types

NameAmountDescription
Merit Scholarship5000For academic excellence (GPA > 3.5)
Need-Based Financial Aid3000Income-based assistance
Athletic Scholarship4000Sports achievement awards
STEM Excellence Award6000Science and technology focus
Community Service Grant2500Volunteer work recognition
Government Scholarship1500Government-funded programs
Special Scholarship2000Institutional discretionary awards

Field Reference

Scholarship Type Model (op.scholarship.type)

FieldTechnical NameTypeRequiredDescription
NamenameChar(64)YesScholarship type name
AmountamountIntegerYesAward amount (must be > 0)
Companycompany_idMany2oneNoCompany for multi-company
ActiveactiveBooleanNoArchive toggle (default: True)

Validation Rules

Amount Validation

The system enforces that the amount must be greater than 0:

ValidationError: "Amount must be greater than 0"

This prevents creating scholarship types with zero or negative values.


Using Scholarship Types

In Scholarship Applications

When creating a scholarship application:

  1. Select a Scholarship Type from the dropdown
  2. The type’s amount becomes the default for that application
  3. The amount can be adjusted per-application if needed

Filtering and Reporting

  • Group scholarship applications by type for analysis
  • Filter applications to view specific scholarship programs
  • Track total disbursements per scholarship type

Search and Filter Options

Searchable Fields

  • Name
  • Amount

Filters

  • Archived: Show inactive scholarship types

Group By

  • By Name
  • By Amount

Multi-Company Considerations

In multi-company environments:

  • Each company can define its own scholarship types
  • Types are filtered by user’s current company
  • Cross-company scholarships require appropriate permissions

Troubleshooting

IssueCauseSolution
”Amount must be greater than 0”Zero or negative value enteredEnter a positive amount
Type not appearing in dropdownType is archivedUnarchive the type
Cannot create typeMissing manager permissionsRequest Scholarship Manager role
Duplicate name allowedNo uniqueness constraintUse descriptive unique names

Best Practices

  1. Naming conventions: Use clear, descriptive names that identify the scholarship program
  2. Amount accuracy: Set amounts that reflect actual award values
  3. Regular review: Periodically review and archive obsolete types
  4. Documentation: Include scholarship criteria in external documentation

Sequence Integration

When scholarship applications are created, they receive automatic sequence numbers:

  • Format: S-0001, S-0002, etc.
  • Prefix: S-
  • Padding: 4 digits

This provides unique identifiers for tracking applications.



Security Notes

RoleCapabilities
Scholarship UserRead-only access to scholarship types
Scholarship ManagerFull CRUD access to create, edit, delete types

Only Scholarship Managers can create or modify scholarship types. Users can view types when creating applications.


Demo Data

The module includes sample scholarship types for testing:

TypeAmount
Government Scholarship1500
Special Scholarship2000

These can be modified or archived after initial setup.