config.rule_recurring_fine
Circulation Recurring Fine rules
Each circulation is given a recurring fine amount based on one of these rules. Note that it is recommended to run the fine generator (from cron) at least as frequently as the lowest recurrence interval used by your circulation rules so that accrued fines will be up to date.
Columns
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
id PK |
|
No |
nextval('config.rule_recurring_fine_id_seq'::regclass) |
|
name |
|
No |
||
high |
|
No |
||
normal |
|
No |
||
low |
|
No |
||
recurrence_interval |
|
No |
'1 day'::interval |
|
grace_period |
|
No |
'1 day'::interval |
Indexes
| Index | Method | Definition |
|---|---|---|
|
btree |
|
|
btree |
|