Skip to content

v15 - major upgrade#13

Open
pritambiswal wants to merge 11 commits into
version-15from
develop
Open

v15 - major upgrade#13
pritambiswal wants to merge 11 commits into
version-15from
develop

Conversation

@pritambiswal
Copy link
Copy Markdown
Contributor

No description provided.

Preetam Biswal and others added 11 commits December 29, 2025 18:43
feat: add validation to prevent transmitting edocuments with mismatched invoice IDs
Webhook now detects Recommand notifications (eventType: document.received)
and fetches actual XML from Recommand API using documentId.

- Parse incoming data as JSON first
- If Recommand notification, fetch XML via get_document_status API
- Check for duplicates using EDocument.reference field
- Fall back to raw XML for other providers (existing behavior)
…ification

Fix/recommand webhook notification
- Add hourly scheduler to poll all integration settings automatically
- Save EDocument after XML attachment in webhook to trigger field detection
…y-detection

fix: add hourly auto-poll and trigger company detection after XML attach
Use edocument_doc.save() instead of frappe.db.set_value() when updating
transmission status so that EDocument's on_update hook runs and syncs
the status back to the source document (e.g., Sales Invoice).
…sync

fix: use save() instead of db.set_value for transmission status
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.

2 participants