"""DB related constants.""" # DB fields STORE_ID = 'storeid' FILE_NAME = 'file_name' PERIOD_ID = 'accountingperiodid' LABEL_ID = 'labelid' RECORD_TYPE = 'record_type' BODY_CONTENT = 'body_content' GROUP_NAME = 'group_name' GROUP_INDICATOR = 'group_indicator' BOOKING_AFFILIATE = 'booking_affiliate'