1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
# pgeu-system <br/> Non-Profit Organization and Conference Management System
## Introduction
pgeu-system is a system for managing non-profit organizations along with an
extensive conference management system.
## Features
### Conference Administration
The conference management system includes time reports, cross conference emails,
conference series and individual conference management including registration,
waitlisting, attendee emails, a wiki, individual signups, invoicing, sessions,
scheduling, sponsorship management, news, prepaid vouchers and discount codes,
volunteer scheduling, lots of reports, and more.
### Invoice Management
The invoicing system supports creating individual invoices, and is linked into
the conference and membership parts of the system, and into the accounting
system.
### News
News posts to the main website as well as integration with social media systems
is included.
### Accounting
A structured accounting system with account classes, groups, individual accounts
and objects is built into the system and integrated with the conference management,
membership, and invoice systems.
### Membership
Simple membership tracking and membership dues are supported.
### Elections
Multi-seat elections are supported (eg: for voting in new board members).
## Contributions
Contributions to pgeu-system are certainly welcome!
Please feel free to create PRs or issues for any bugs found in the pgeu-system-
note that the specific websites which are running pgeu-system are able to 'skin'
the system, so in many cases if you find a 404 or similar on a website running
pgeu-system, that's an issue you'll need to address with that particular organization
and is not a pgeu-system bug or issue.
If you are interested in contributing to the development of pgeu-system by
working on new features, please reach out to us first and discuss your feature
idea. Once a feature has been discussed and the general concept agreed to, a
feature issue can be opened to work on the details of the implementation.
The mailing list for discussing pgeu-system is <pgeu-system@lists.postgresql.eu>.
|