Reconciliation recount
Recount
Even though a reconciliation is completed by the cashier, it could still be recounted by the manager (or those having the permissions).
The export of recounts contains all the tenders as for reconciliation completed, but also fields indicating the correction/adjustment compared to the previous count.
Example
An example of a message published when the reconciliation is recounted:
{
"tenantId": "tenantId",
"businessUnitId": "businessUnitId",
"correlationId": "4c19c625-9178-4965-ab7b-580c648e1017",
"reconciliationId": "2b0b276d-8411-43dd-87e4-383400c11ce3",
"recountId": "5d189048-133d-46e3-9926-d01c48ed5c96",
"workstationId": "workstationId",
"operatorId": "operatorId",
"userId": "userId",
"comment": "Test comment",
"timestamp": "2022-10-28T07:25:49.511Z",
"tenders": [
{
"tenderId": "ef0702eb-6e70-498e-a87c-aebc8945906f",
"currencyId": "SEK",
"expectedAmount": 95,
"actualAmount": 100,
"expectedQuantity": 2,
"actualQuantity": 2,
"amountCorrection": 2,
"quantityCorrection": 1
}
]
}
Subscriptions
Tech | Subscription |
---|---|
Pub/Sub | rec.public.event.reconciliation-completed.v2 |
External Events | rec.reconciliation-completed.v2 |
Format
The JSON format for reconciliation recount.