Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 695 Bytes

manual-procedures.md

File metadata and controls

23 lines (12 loc) · 695 Bytes

Manual Procedures and Hidden Features

Adding a new announcement (sysadmin only)

From the rails console on production:

Announcement.create(title:"A Nice Title", body:"The longer body with some very descriptive text. The longer body with some very descriptive text. The longer body with some very descriptive text.", created_at:"YYY-MM-DD HH:MM:SS")

Suppressing email announcements of fund allocations (group admin only)

Add a third column to the CSV upload with the word FALSE or false in it, eg:

[email protected], 456.78, false

Check if digest email process is running

journalctl -u cobudget-digestemail.timer
journalctl -u cobudget-digestemail.service