The reconciliation and variance screen lets you run the reconciliation of a physical (RFID) audit session and review its detailed results. Once the RFID reads from the field reader have been uploaded, you apply the reconciliation so the system automatically compares each detected EPC against the active company's expected inventory, classifying each asset as Found, Missing, Unexpected or Moved. The people responsible for the physical inventory process - internal auditors, asset managers and accountants - are the usual users of this screen.
Audit > Count sessions, then click the code of any existing session in the list.
/rfid/sessions/{id} (where {id} is the session's unique identifier)| Term | Definition |
|---|---|
| Count session | The record grouping one round of RFID physical inventory: it holds a code, a name, a status and the total of expected Assets. |
| EPC | Electronic Product Code - the unique identifier written to each asset's RFID tag. |
| Expected asset | The total number of Assets the system anticipates finding in the active company when the session starts. |
| CSV reads | The comma-separated file exported from the RFID reader, holding the EPCs and, optionally, the location codes detected. |
| Reconcile | The automatic process that compares the ingested reads against the system inventory and produces the variance results. |
| Found | The asset was detected by the RFID reader in its expected location. |
| Missing | The asset was expected but was not detected during the read. |
| Unexpected | The reader detected an EPC that matches no asset registered in the active company. |
| Moved | The asset was detected, but in a location different from the one recorded in the system; a transfer can be applied to update its location. |
.csv file exported from the RFID reader. The file must be under 5 MB.| Field | Type | Required | Description | Validation |
|---|---|---|---|---|
| Session name | Text (read-only) | - | The descriptive name given when the count session was created. | - |
| Status | Tag (read-only) | - | The session's current status: Open, Reading, Reconciled or Closed. | - |
| Expected | Number (read-only) | - | The total of Assets the system expects to find in the active company. | - |
| Upload reads (CSV) | File upload | Not on every visit | The .csv file with the RFID reads from the field reader. |
.csv extension; maximum size 5 MB. |
| Column | Type | Description |
|---|---|---|
| Asset | Text | The code of the asset registered in the system. Empty if the EPC matches no known asset. |
| EPC | Text | The electronic product code exactly as the RFID device read it. |
| Status | Tag | The asset's variance: Found, Missing, Unexpected or Moved. |
| Actions | Button | For Assets with Moved status whose transfer has not been applied, it shows the Apply transfer button. |
Available to users with access to the Audit module, as configured by your administrator. No special permission is needed within the screen to run the reconciliation, apply transfers or close the session; those actions are only available, however, while the session is not Closed.
Moved status whose transfer has not yet been processed. Once applied, the record stands as permanent evidence and the button disappears./Reports/rfid-variance).| Symptom | Likely cause | Resolution |
|---|---|---|
| The results table is empty after clicking Reconcile | No reads were uploaded to the session, or the CSV file had no data rows. | Upload a valid CSV of reads before reconciling. Check that the file is not empty. |
| The message "No results yet. Upload reads and reconcile." appears | The session has not been through reconciliation yet. | Follow the steps: upload the CSV first, then click Reconcile. |
| Error uploading the CSV file | The file is over 5 MB, does not have a .csv extension, or its content is in an unexpected format. |
Check that the file is .csv and under 5 MB. If the reader exports another format, convert it before uploading. |
| The Apply transfer button does not appear for a Moved asset | The transfer was already applied. | The transfer is already recorded. Check Audit > Transfers (/rfid/transfers) for the history. |
| The Reconcile and Close buttons are disabled | An operation is running (the Working... state). | Wait for the operation to finish; the buttons re-enable automatically. |
| The session no longer allows changes | The session is Closed. | Closed sessions are read-only. If you need to reprocess, create a new count session. |
Was this page helpful?