Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These entities organize all events data.

...

Image Added

Code Block
Source: https://app.diagrams.net/#G1UXljVb8Njm0dSbxhdoQVbF8oBlnM1y9U#G1lP6w2o8eU2Wl6H2XOb9sJgKiMzBciYJV

Common transactional properties

...

Property

Type

Description

title

Int

Ttile of event

description

String

Description of event

date_start

DateTime

Global date start from event

date_end

DateTime

Global date end from event

event_type_id

int

EventType ID

from_planting_date

bool

Indicate if the event start from planting date

days_after_planting

int

Days after planting date

ends_days_after_planting

int

Ends days after planting date

associated_table_code_id

int

Associated Table Code ID

master_campaign_id

int

Master Campaign ID

override_event_id

int

Override event ID

EventEntity

Status
colourBlue
titletRANSACTIONAL DATA

Represent an event.

Property

Type

Description

event_id

int

Event ID

entity_id

int

Entity ID (Master campaign ID o Campaign ID, depends on EventType)

is_enabled

bool

Enable/Disable

Event Schedule

Status
colourBlue
titletRANSACTIONAL DATA

...

Property

Type

Description

event_entity_id

int

Event Entity ID

due_date

DateTime

DateTime from Schedule

campaign_id

Int

Campaign ID

State

Status
colourRed
titleMASTER DATA

...

Property

Type

Description

name

String

State name

color

String

State Color (css code)

EventType

Status
colourRed
titleMASTER DATA

Represents Types of Events.

Property

Type

Description

name

String

Name

code

String

Code

Event Schedule Execution

Status
colourBlue
titletRANSACTIONAL DATA

...