Skip to content

Oca/pos order picking link#3

Merged
lfdivino merged 41 commits intofeature/pos_payment_reconciliationfrom
oca/pos_order_picking_link
Aug 25, 2016
Merged

Oca/pos order picking link#3
lfdivino merged 41 commits intofeature/pos_payment_reconciliationfrom
oca/pos_order_picking_link

Conversation

@lfdivino
Copy link
Copy Markdown

No description provided.

legalsylvain and others added 30 commits September 9, 2015 00:20
@lfdivino lfdivino merged commit 6ad05cf into feature/pos_payment_reconciliation Aug 25, 2016
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants