Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Tryton
Manage
Activity
Members
Labels
Plan
Issues
850
Issue boards
Milestones
External wiki
Code
Merge requests
143
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tryton
Tryton
Merge requests
!217
Draft: association module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: association module
topic/default/module-association
into
branch/default
Overview
93
Commits
24
Pipelines
20
Changes
33
Closed
Hartmut Goebel
requested to merge
topic/default/module-association
into
branch/default
1 year ago
Overview
93
Commits
24
Pipelines
20
Changes
33
Expand
Closes
#8435 (closed)
👍
0
👎
0
Merge request reports
Compare
branch/default
version 19
e37c8e19
11 months ago
version 18
6682dc1d
11 months ago
version 17
35988c3d
11 months ago
version 16
c1374f4e
11 months ago
version 15
959a2aa2
1 year ago
version 14
410d2fbb
1 year ago
version 13
6f0c0795
1 year ago
version 12
028616c1
1 year ago
version 11
c42b6eae
1 year ago
version 10
38c27f75
1 year ago
version 9
d488f0f2
1 year ago
version 8
fb225d5c
1 year ago
version 7
617cb652
1 year ago
version 6
319913b8
1 year ago
version 5
be296225
1 year ago
version 4
4a616c58
1 year ago
version 3
74fe4833
1 year ago
version 2
4b0f7f82
1 year ago
version 1
290bdcf4
1 year ago
branch/default (base)
and
latest version
latest version
87176b91
24 commits,
11 months ago
version 19
e37c8e19
24 commits,
11 months ago
version 18
6682dc1d
24 commits,
11 months ago
version 17
35988c3d
24 commits,
11 months ago
version 16
c1374f4e
23 commits,
11 months ago
version 15
959a2aa2
18 commits,
1 year ago
version 14
410d2fbb
17 commits,
1 year ago
version 13
6f0c0795
15 commits,
1 year ago
version 12
028616c1
15 commits,
1 year ago
version 11
c42b6eae
14 commits,
1 year ago
version 10
38c27f75
13 commits,
1 year ago
version 9
d488f0f2
12 commits,
1 year ago
version 8
fb225d5c
12 commits,
1 year ago
version 7
617cb652
11 commits,
1 year ago
version 6
319913b8
11 commits,
1 year ago
version 5
be296225
10 commits,
1 year ago
version 4
4a616c58
5 commits,
1 year ago
version 3
74fe4833
4 commits,
1 year ago
version 2
4b0f7f82
3 commits,
1 year ago
version 1
290bdcf4
1 commit,
1 year ago
33 files
+
2259
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
33
Search (e.g. *.vue) (Ctrl+P)
modules/association/doc/concepts.rst
0 → 100644
+
39
−
0
Options
********
Concepts
********
Any party can be a member of the same association only once at a time.
The same party might apply for another membership later, of course.
Code
====
By default a (non-strict) sequence will be set up for generating member codes.
If your association requires unique member codes,
replace it by a strict sequence.
Termination
===========
* If a member wants to terminate its membership,
enter the desired *Leave Date*.
This module does not enforce any termination dates.
Thus terminating is allowed at any date,
not just to the end of periods or fiscal years.
* If the Association requires a period for giving notice of termination,
the date of the notice of termination can be documented
in the *Notice of Termination Date*.
If *Time for giving Notice* is configured,
the *Notice of Termination Date* is required.
* If *Time for giving Notice* is configured,
and the *Leave Date* is to early
(relative to the *Notice of Termination Date*)
Tryton will issue a warning when saving the record.
This module does not enforce the *Leave Date* to match the *Time for
giving Notice*, since there may be reasons to terminate the
Membership earlier, e.g. special termination or death.
Loading