You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our BREAD system allows you to easily and quickly generate for any table, from the database, a simple BREAD.
289
+
To create a new BREAD just enter a table name from the database. Then enter a name for the form. Enter the number of rows in the browse table. Choose if you want the browse table to contain buttons: "show", "edit", "add", "delete".
290
+
Assign roles for users who will be able to use the ready BREAD.
291
+
Then complete each column of the table separately:
292
+
* the column name visible to the user,
293
+
* the input type for the column,
294
+
The last step is to select the appropriate checkboxes:
295
+
* browse (allows to display the column in the data table),
296
+
* read (allows you to display the column in the show view,)
297
+
* edit (enables column editing)
298
+
* add (allows you to complete the column data when adding a record. Required if the column is not nullable).
299
+
It is also possible to handle relationships with another table.
300
+
If the column is a foreign key, it should be specified: in the field "Optional relation table name" - table name to which the foreign key refers, in the "Optional column name in relation table - to print" field - the name of the column that is in the relation table to be displayed. Finally, select one of the two "field types" that relate to the relation: 'relation select' or 'relation radio'.
301
+
302
+
#### E-mail Templates
303
+
It is an example of managing e-mail templates. Allows you to create, edit and delete templates. It also allows you to send an E-mail to a selected address.
0 commit comments