Project:
View Revisions: Issue #52403 | [ Back to Issue ] | ||
Summary | 0052403: Duplicate cashup document numbers | ||
Revision | 2023-05-10 15:34 by marvintm | ||
Steps To Reproduce | 1. Login WebPOS and complete a cashup (make sure the sequence prefix of the cashup is not set in this terminal) 2. Logout WebPOS, clear all application data -> DevTools -> Application -> Clear site data 3. Login WebPOS and complete another cashup Check backend for the cashup history of the terminal: Channel - Touchpoint -> select VBS-2 -> Cashup History The two cashups will have the same document number, or one of them starts with the first document number sequence. |
||
Revision | 2023-05-10 15:34 by marvintm | ||
Description | When the cashup sequence prefix is not set, if the user clears the cache, the sequence is reset to 0, and the document numbers start getting duplicated. In fact, the problem is actually that if there is no prefix, we should not be generating document numbers, and also not saving them. |
||
Revision | 2023-05-10 15:31 by marvintm | ||
Steps To Reproduce | 1. Login WebPOS and complete a cashup 2. Logout WebPOS, clear all application data -> DevTools -> Application -> Clear site data 3. Login WebPOS and complete another cashup Check backend for the cashup history of the terminal: Channel - Touchpoint -> select VBS-2 -> Cashup History The two cashups will have the same document number, or one of them starts with the first document number sequence. |
||
Revision | 2023-05-10 15:31 by marvintm | ||
Description | There are two flows that generate duplicated document numbers for cashups of the same terminal: 1. Resetting WebPOS by removing the all application data/cache, resets the local sequence of documents to 0, resulting in cashups starting with the first sequence numbers 2. Sometimes a cashup done the same day or the day after has the same document number, this one is still not clear what's causing it. |
Copyright © 2000 - 2009 MantisBT Group |