RvoImportReviewItem
@nmi-agro/fdm-source / fdm-rvo/src / RvoImportReviewItem
Interface: RvoImportReviewItem<TLocal>
Defined in: fdm-rvo/src/types.ts:186
Represents the result of comparing a single field between the local database and RVO.
Type Parameters
TLocal
TLocal
The type of the local field object (defaults to any if not specified, typically Field from fdm-core).
Properties
diffs
diffs:
FieldDiff[]
Defined in: fdm-rvo/src/types.ts:202
List of specific properties that differ (empty for MATCH, NEW_REMOTE, NEW_LOCAL)
localCultivation?
optionallocalCultivation?:object
Defined in: fdm-rvo/src/types.ts:194
The local cultivation on May 15th
b_lu
b_lu:
string
b_lu_catalogue
b_lu_catalogue:
string
b_lu_name?
optionalb_lu_name?:string
localField?
optionallocalField?:TLocal
Defined in: fdm-rvo/src/types.ts:190
The local field object, if it exists (undefined for NEW_REMOTE)
rvoCultivation?
optionalrvoCultivation?:object
Defined in: fdm-rvo/src/types.ts:200
The RVO cultivation based on CropTypeCode
b_lu_catalogue
b_lu_catalogue:
string
b_lu_name?
optionalb_lu_name?:string
rvoField?
optionalrvoField?:any
Defined in: fdm-rvo/src/types.ts:192
The RVO field object, if it exists (undefined for NEW_LOCAL)
status
status:
RvoImportReviewStatus
Defined in: fdm-rvo/src/types.ts:188
The RVO Import Review status (Match, New, Conflict, etc.)