1
0

Added Ingredient comment attribute

Minor view updates
This commit is contained in:
cryptogopher
2019-12-27 22:40:07 +01:00
parent 4d48e86728
commit cc62ef1002
10 changed files with 20 additions and 11 deletions

View File

@@ -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".