Skip to content

Employees

Steve Ireland edited this page Sep 2, 2019 · 1 revision

Overview

Employee maintenance is actually part of OSPOS. However, for authentication Laravel has some assumed authentication requirements and I wanted to adapt to as much of it as is practical and reasonable.

The impact of this effort is that a new field called "remember_token" needed to be added to the ospos_employees table. This field will be added as part of the migration script when OpenSourceFinancials is installed.

I've tested this in OSPOS and the addition of this field is easily digested by OSPOS and has no impact on employee maintenance nor OSPOS's own authentication logic.

Configuration

Definitions

Database

Clone this wiki locally