endi.forms.training package

Submodules

endi.forms.training.bpf module

endi.forms.training.bpf.customize_bpf_schema(schema: SQLAlchemySchemaNode) SQLAlchemySchemaNode

Complete the schema generated from the model with specific form customization

endi.forms.training.bpf.customize_income_source_node(schema)

Customize the income_sources form schema node Node related to the IncomeSource model

endi.forms.training.bpf.customize_trainee_types_node(schema)

Customize the trainee_types (TraineeCount model) form schema node

endi.forms.training.bpf.get_business_bpf_edit_schema()
endi.forms.training.bpf.get_year_from_request(request)

endi.forms.training.trainer module

endi.forms.training.trainer.customize_schema(schema)

Customize the given TrainerDatas schema to setup specific widgets …

endi.forms.training.trainer.get_add_edit_trainerdatas_schema()

Build the form schemas for adding/modifying a TrainerDatas entry

Renvoie:

a colanderalchemy.SQLAlchemySchemaNode

endi.forms.training.trainer.get_list_schema()

Build the form schema for trainers listing

Renvoie:

a colanderalchemy.SQLAlchemySchemaNode

endi.forms.training.training module

Schema used for trainings manipulation

endi.forms.training.training.get_training_list_schema(is_global)

Build the Training list filter schema

Module contents