Notes

Attach a post-it to any entity.

Sometimes attaching a piece of unstructured information to an entity is handy.

Notes module will add widget to the entity types you specify, on windows or web, to create new notes or view the current ones.

Note fields

Every Note has just a few fields:

  • Title and text
  • Associated entity
  • Time and user that created it
  • Optional Note type (useful to differentiate automatically generated notes)
  • ...but you can add more fields using Mixins.

Generating notes programmatically

A simple API let you create notes in your business logic on any operation, process or scheduled task. This is a great way for your application to communicate unstructured information to the users. 


Turn back to Signum Extensions