Skip to main content

RvoImportReviewItem

@nmi-agro/fdm-source


@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?

optional localCultivation?: 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?

optional b_lu_name?: string


localField?

optional localField?: TLocal

Defined in: fdm-rvo/src/types.ts:190

The local field object, if it exists (undefined for NEW_REMOTE)


rvoCultivation?

optional rvoCultivation?: 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?

optional b_lu_name?: string


rvoField?

optional rvoField?: 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.)