translator_directory.constants

Attributes

full_text_max_chars

member_can_see

editor_can_see

translator_can_see

field_order

ADMISSIONS

GENDERS

GENDER_MAP

CERTIFICATES

PROFESSIONAL_GUILDS

INTERPRETING_TYPES

TIME_REPORT_INTERPRETING_TYPES

HOURLY_RATE_CERTIFIED

HOURLY_RATE_UNCERTIFIED

TIME_REPORT_SURCHARGE_LABELS

TRANSLATOR_FA_ICON

LocationMapping

ASSIGNMENT_LOCATIONS

FINANZSTELLE

Classes

Finanzstelle

Module Contents

translator_directory.constants.full_text_max_chars = 25[source]
translator_directory.constants.member_can_see = ('first_name', 'last_name', 'pers_id', 'admission', 'withholding_tax', 'self_employed',...[source]
translator_directory.constants.editor_can_see = ('first_name', 'last_name', 'pers_id', 'admission', 'withholding_tax', 'self_employed',...[source]
translator_directory.constants.translator_can_see = ('first_name', 'last_name', 'pers_id', 'admission', 'withholding_tax', 'self_employed',...[source]
translator_directory.constants.field_order = ('first_name', 'last_name', 'pers_id', 'admission', 'withholding_tax', 'self_employed',...[source]
translator_directory.constants.ADMISSIONS[source]
translator_directory.constants.GENDERS[source]
translator_directory.constants.GENDER_MAP[source]
translator_directory.constants.CERTIFICATES = ('ZHAW', 'OGZH')[source]
translator_directory.constants.PROFESSIONAL_GUILDS[source]
translator_directory.constants.INTERPRETING_TYPES[source]
translator_directory.constants.TIME_REPORT_INTERPRETING_TYPES[source]
translator_directory.constants.HOURLY_RATE_CERTIFIED[source]
translator_directory.constants.HOURLY_RATE_UNCERTIFIED[source]
translator_directory.constants.TIME_REPORT_SURCHARGE_LABELS[source]
translator_directory.constants.TRANSLATOR_FA_ICON = 'translator'[source]
type translator_directory.constants.LocationMapping = tuple[str, str][source]
class translator_directory.constants.Finanzstelle[source]

Bases: NamedTuple

name: str[source]
street: str[source]
zip_code: str[source]
city: str[source]
translator_directory.constants.ASSIGNMENT_LOCATIONS: dict[str, LocationMapping][source]
translator_directory.constants.FINANZSTELLE: dict[str, Finanzstelle][source]