Oca/pos order picking link#3
Merged
lfdivino merged 41 commits intofeature/pos_payment_reconciliationfrom Aug 25, 2016
Merged
Conversation
…n passing empty list
…able when it's valid
…ve related to previous commit
…le entries Do not reconcile as SUPERUSER
… to latest template
… pos_autoreconcile
…utoreconcile Pos autoreconcile
[PORT][8.0] pos_order_pricelist_change
[FIX] pos_pricelist, format_pr error when precision undefined
[8.0][ADD] pos_invoice_journal module
mileo
added a commit
that referenced
this pull request
Mar 22, 2026
data_service_patch (#2): - Replace super.loadInitialData() fallback with inline alert + return. The old approach re-called the RPC (which would fail again) and could show duplicate error alerts. pos_store_patch (#3): - afterProcessServerData now runs local-only logic when offline: adds paid unsynced orders to pending set, marks residual orders as cancelled. Previously it skipped all of this. pos_store_patch (#4): - Fix exponential backoff retry being effectively dead. The core's syncAllOrders catches ConnectionLostError internally without re-throwing, so our catch block never triggered. Now we check if pendingOrders still exist after sync returns and schedule retry if so. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
mileo
added a commit
that referenced
this pull request
Mar 22, 2026
data_service_patch (#2): - Replace super.loadInitialData() fallback with inline alert + return. The old approach re-called the RPC (which would fail again) and could show duplicate error alerts. pos_store_patch (#3): - afterProcessServerData now runs local-only logic when offline: adds paid unsynced orders to pending set, marks residual orders as cancelled. Previously it skipped all of this. pos_store_patch (#4): - Fix exponential backoff retry being effectively dead. The core's syncAllOrders catches ConnectionLostError internally without re-throwing, so our catch block never triggered. Now we check if pendingOrders still exist after sync returns and schedule retry if so.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.