Added Ingredient comment attribute
Minor view updates
This commit is contained in:
@@ -5,6 +5,7 @@ en:
|
||||
field_taken_at_date: 'Taken at'
|
||||
field_order: 'Order'
|
||||
field_action: 'Action'
|
||||
field_comment: 'Comment'
|
||||
field_reference: 'Reference'
|
||||
field_group: 'Group'
|
||||
field_source: 'Source'
|
||||
@@ -78,8 +79,8 @@ en:
|
||||
import_hints: 'CSV file has to include header with column names. Recognized column
|
||||
names are:
|
||||
(1) ingredient attributes, case sensitive:
|
||||
"Name" - required, "Reference" - defaults to 100[g], "Group" - defaults to "other",
|
||||
"Source" - optional, "SourceIdent" - optional,
|
||||
"Name" - required, "Comment" - optional, "Reference" - defaults to 100[g],
|
||||
"Group" - defaults to "other", "Source" - optional, "SourceIdent" - optional,
|
||||
(2) quantities'' names with unit short name in square brackets.
|
||||
Sample header: "Name,Reference,Group,Proteins[g],Fats[g],Carbohydrates[g]".
|
||||
Sample data row: "Brussels,100[g],other,3.4,300[mg],9".
|
||||
|
||||
Reference in New Issue
Block a user