$ 452.88
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 463 |
| Technical Name |
pos_pathfinder_integra_api |
| License | OPL-1 |
| Website | https://www.bytesraw.com |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
| Lines of code | 463 |
| Technical Name |
pos_pathfinder_integra_api |
| License | OPL-1 |
| Website | https://www.bytesraw.com |
Pathfinder Integra API
Export your Point of Sale transaction data through a secure REST API endpoint compatible with Pathfinder Integra specifications. This module provides comprehensive POS data integration with support for JSON and XML formats, enabling seamless connectivity with accounting systems, business intelligence tools, and ERP platforms.
📋 Overview
The Pathfinder Integra API module transforms your Odoo Point of Sale into a powerful data source accessible through a secure REST API. Designed specifically for Pathfinder Integra compatibility, this module enables real-time export of transaction data, including sales, returns, line items, taxes, and payment details. Whether you need to integrate with accounting software, synchronize inventory management systems, or feed data into analytics platforms, this module provides the flexible, secure foundation you need.
With dual-format support (JSON and XML), robust authentication mechanisms, and comprehensive filtering capabilities, the Pathfinder Integra API module ensures your POS data is accessible when and how you need it, while maintaining enterprise-grade security standards.
✨ Features
🎯 Secure API Authentication
- Bearer Token Authentication: Industry-standard token-based security for modern applications
- Basic Authentication: Traditional username/password authentication for legacy systems
- Configurable Credentials: Easy setup through Odoo's settings interface
- Authorization Header Support: Standard HTTP authorization headers for maximum compatibility
🎯 Dual Format Support
- JSON Output: Modern, lightweight format perfect for web applications and modern integrations
- XML Output: Traditional format ideal for enterprise systems and legacy applications
- Automatic Format Detection: Content negotiation based on request headers
- Well-Structured Data: Consistent, predictable data structures for easy parsing
🎯 Comprehensive Data Export
- Transaction Details: Complete sales and return transaction information
- Line Item Data: Individual product details with quantities, prices, and categories
- Tax Information: Detailed tax calculations with inclusive/exclusive support
- Payment Methods: Multi-tender support (CASH, CARD, WALLET, OTHERS)
- Currency Support: Currency codes and exchange rate information
- Discount Tracking: Transaction and line-item level discount data
🎯 Flexible Filtering Options
- Date Range Filtering: Query transactions between specific dates (FromDt and ToDt parameters)
- Multiple Date Formats: Support for YYYY-MM-DD, DD-Mon-YYYY, and other common formats
- Location Filtering: Filter by specific POS locations or branches (LOCATION_CODE parameter)
- Real-time Access: Data available immediately after POS session closure
🎯 Transaction Processing
- Sales Tracking: Complete sales transaction details with invoice amounts
- Return Handling: Separate tracking and reporting of return transactions
- Receipt Information: Receipt numbers, dates, and timestamps
- Status Indicators: Clear SALE/RETURN transaction type indicators
🔧 Configuration
Initial Setup
- Navigate to Settings → General Settings
- Scroll to the Pathfinder Integra API section
- Configure the following authentication settings:
Authentication Configuration
Option 1: Bearer Token Authentication (Recommended)
- Generate or set a secure Bearer Token
- This token will be used in the Authorization: Bearer <token> header
- Example: Authorization: Bearer abc123xyz456
Option 2: Basic Authentication
- Set a Username for API access
- Set a Password for API access
- Credentials will be used in the Authorization: Basic <base64(username:password)> header
- Example: Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=
- Click Save to apply your settings
POS Configuration
- Navigate to Point of Sale → Configuration → Point of Sale
- Select the POS configuration you want to expose via the API
-
In the Pathfinder Integra tab, you can configure:
- Location codes for filtering
- Any POS-specific API settings -
Save the configuration
📸 Screenshots
Configuration Screen

The main configuration screen where you set up authentication credentials for the Pathfinder Integra API. Choose between Bearer Token or Basic Authentication methods.
POS Configuration

Point of Sale configuration screen showing how to configure location codes and POS-specific settings for API data export.
API Response JSON

Example of the JSON format response returned by the API, showing transaction data including sales, line items, taxes, and payment information.
API Response XML

Example of the XML format response returned by the API, demonstrating the same comprehensive data structure in XML format for legacy system integration.
💡 Usage
API Endpoint
The module exposes a REST API endpoint at:
GET /api/integra/pos-data
Authentication
Include one of the following authentication headers in your request:
Bearer Token:
Authorization: Bearer your_token_here
Basic Authentication:
Authorization: Basic base64(username:password)
Required Parameters
- FromDt: Start date for transaction filtering
- Formats:
YYYY-MM-DD,DD-Mon-YYYY, etc. -
Example:
2024-01-01or01-Jan-2024 -
ToDt: End date for transaction filtering
- Formats:
YYYY-MM-DD,DD-Mon-YYYY, etc. - Example:
2024-01-31or31-Jan-2024
Optional Parameters
- LOCATION_CODE: Filter transactions by POS Config's location_id field
- Example:
12
Example Requests
JSON Format (default):
curl -X GET "https://your-odoo-instance.com/api/integra/pos-data?FromDt=2024-01-01&ToDt=2024-01-31&LOCATION_CODE=12" \
-H "Authorization: Bearer your_token_here" \
-H "Accept: application/json"
XML Format:
curl -X GET "https://your-odoo-instance.com/api/integra/pos-data?FromDt=2024-01-01&ToDt=2024-01-31" \
-H "Authorization: Bearer your_token_here" \
-H "Accept: application/xml"
Response Structure
Transaction Level Data
- Receipt number and details
- Transaction date and time
- Invoice amount and total tax
- Transaction type (SALE/RETURN)
- Currency information
- Discount amounts
Line Item Level Data
- Product code and name
- Product category
- Quantity and unit price
- Line total amounts
- Tax details per item
Payment Level Data
- Payment method type
- Tender amount
- Currency code
- Payment timestamp
BytesRAW
Researching Tomorrow's Bytes Today
Who We Are
We are a team of experienced Odoo freelancers dedicated to helping businesses customize, integrate, and optimize Odoo for their unique needs. Our initiative brings together experts in ERP solutions, development, and automation to deliver high-quality, cost-effective Odoo services.
Our Expertise
- Odoo Development
- Functional Training
- Community Upgradation's
- Python & PostgreSQL
- Hosting, Automation & Security
- API & 3P Integrations
- E-commerce & POS Solutions
A Coffee with Us
Let's discuss your Odoo needs over a virtual or in-person coffee!
BytesRAW
No Running Away—Deal?
We build it, you love it, then you pay. Simple! If it doesn't work because of us, we'll take the hit as a learning experience (don't worry, we don't cry). And don't worry—we won't vanish after the job is done... but if you disappear, we might just shed a tear or two!
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module