feat: Extend appointment capacity limit to use total resource capacity.
This commit is contained in:
parent
caa77dc51f
commit
50ce6ab368
@ -7,6 +7,7 @@
|
|||||||
This module extends the appointment capacity limit to use the total capacity
|
This module extends the appointment capacity limit to use the total capacity
|
||||||
of all resources assigned to an appointment type instead of the hardcoded limit of 12 people.
|
of all resources assigned to an appointment type instead of the hardcoded limit of 12 people.
|
||||||
""",
|
""",
|
||||||
|
'author': 'Suherdy Yacob',
|
||||||
'version': '1.0',
|
'version': '1.0',
|
||||||
'category': 'Productivity',
|
'category': 'Productivity',
|
||||||
'depends': ['appointment'],
|
'depends': ['appointment'],
|
||||||
|
|||||||
BIN
__pycache__/__init__.cpython-310.pyc
Normal file
BIN
__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
__pycache__/__init__.cpython-312.pyc
Normal file
BIN
__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
controllers/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
controllers/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
controllers/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
controllers/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
controllers/__pycache__/main.cpython-310.pyc
Normal file
BIN
controllers/__pycache__/main.cpython-310.pyc
Normal file
Binary file not shown.
BIN
controllers/__pycache__/main.cpython-312.pyc
Normal file
BIN
controllers/__pycache__/main.cpython-312.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user