Fbr Integration
This is my fbr_integration for erpnext thank you
- Author: Faizan-Sab
- Repository: https://github.com/Faizan-Sab/fbr_integration
- GitHub stars: 0
- Forks: 2
- License: MIT
- Category: Integrations
- Maintenance: Minimally Maintained
Install Fbr Integration
bench get-app https://github.com/Faizan-Sab/fbr_integration
Add the Frappe Gems badge to your README
Maintain Fbr Integration? Paste this into your README:
[](https://frappegems.com/gems/apps/Faizan-Sab/fbr_integration)
About Fbr Integration
FBR Integration for ERPNext
🇵🇰 Pakistan Federal Board of Revenue (FBR) Integration for ERPNext
Complete ERP solution for FBR compliance, e-invoicing, and tax reporting.
📦 What's Included
DocTypes (12)
- HS Code
- FBR UoM
- Sale Type
- Buyer Province
- Tax Payer Type
- Invoice Type
- Scenario ID
- SRO Schedule No
- SRO Item SNo
- And 3 more...
Custom Fields (60)
Automatically adds FBR-required fields to: - Sales Invoice (15+ fields) - Sales Invoice Item (10+ fields) - Item Master (10+ fields) - Customer (5+ fields) - And other DocTypes
Scripts
- 2 Client Scripts: Frontend validation and calculations
- Server Scripts: Backend tax calculations and FBR API integration
Other Customizations
- 3 Property Setters: Field property modifications
- Print Formats: FBR-compliant invoice printing
- Notifications: Automated alerts
- Workspace: Dedicated FBR workspace
🚀 Installation
Prerequisites
- ERPNext v14 or v15
- Frappe Framework
- Python 3.10+
Step 1: Get the App
cd /path/to/frappe-bench
bench get-app https://github.com/Faizan-Sab/fbr_integration.git
Step 2: Install on Site
bench --site your-site-name install-app fbr_integration
Step 3: Migrate Database
bench --site your-site-name migrate
Step 4: Clear Cache & Restart
bench --site your-site-name clear-cache
bench restart
✅ Post-Installation Verification
After installation, verify these are created:
- Check DocTypes: Search for "HS Code", "FBR UoM", etc.
- Check Custom Fields: Open Sales Invoice, you should see FBR fields
- Check Workspace: Look for "FBR Integration" workspace
- Check Scripts: Go to Client Script List, you should see FBR scripts
📊 Features
1. E-Invoicing
- Generate FBR-compliant invoices
- Automatic QR code generation
- Real-time submission to FBR portal
2. Tax Calculations
- Automated sales tax computation
- Support for multiple tax scenarios
- SRO (Statutory Regulatory Order) compliance
3. Master Data Management
- 7000+ HS Codes pre-loaded
- Province and tax payer type management
- Unit of measurement mappings
4. Reporting
- FBR-compliant reports
- Tax summaries
- Audit trails
⚙️ Configuration
1. FBR API Settings
Go to: FBR Integration Settings
Configure: - API URL - API Credentials - Certificate paths - Tax rates
2. Company Setup
Ensure your Company has: - Valid NTN (National Tax Number) - STRN (Sales Tax Registration Number) - Complete address with province
3. Item Master
For each item, set: - HS Code - FBR UoM - Sale Type - SRO details (if applicable)
📖 Usage Guide
Creating FBR-Compliant Invoice
- Create Sales Invoice
Fill Customer Details:
- Customer NTN
- Province
- Tax Payer Type
Add Items with:
- HS Code
- FBR UoM
- Sale Type
Tax Calculation: Auto-calculated based on configuration
Submit Invoice: Click "Send to FBR"
Get Response: FBR Invoice Number and QR Code generated
🐛 Troubleshooting
Issue: Custom Fields Not Showing
bench --site your-site clear-cache
bench restart
Issue: DocTypes Not Created
bench --site your-site migrate --skip-failing
bench --site your-site clear-cache
Issue: HS Code Data Missing
The HS Code data should be automatically imported. If not, check fixture files exist:
ls -la apps/fbr_integration/fbr_integration/fixtures/hs_code.json
To manually import:
bench --site your-site console
import frappe
frappe.reload_doc('fbr_integration', 'doctype', 'hs_code')
Issue: Scripts Not Working
Clear cache and rebuild:
bench --site your-site clear-cache
bench build --app fbr_integration
bench restart
🔄 Uninstalling
bench --site your-site uninstall-app fbr_integration --yes --force
Warning: This will remove all custom fields and data!
📁 Project Structure
fbr_integration/
├── fbr_integration/
│ ├── fbr_integration/
│ │ └── doctype/ # All 12 DocTypes
│ ├── fixtures/ # Exported customizations
│ │ ├── custom_field.json
│ │ ├── doctype.json
│ │ ├── client_script.json
│ │ ├── server_script.json
│ │ ├── hs_code.json
│ │ └── ...
│ ├── hooks.py # App hooks and fixtures
│ ├── fbr_api.py # FBR API integration
│ └── handler.py # Event handlers
├── README.md
├── license.txt
└── pyproject.toml
🤝 Contributing
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
📝 License
MIT License - See LICENSE
🆘 Support
- Issues: https://github.com/Faizan-Sab/fbr_integration/issues
- Discussions: https://github.com/Faizan-Sab/fbr_integration/discussions
📋 Changelog
Version 1.0.0 (Initial Release)
- ✅ 12 DocTypes for FBR compliance
- ✅ 60 Custom Fields across ERPNext
- ✅ Client and Server Scripts
- ✅ 7000+ HS Codes pre-loaded
- ✅ FBR API integration
- ✅ QR Code generation
- ✅ Tax calculations
👨💻 Developer
Faizan Sabir - GitHub: @Faizan-Sab
🌟 Star This Repo
If this app helped you, please ⭐ star this repository!
Made with ❤️ for Pakistani ERPNext Community
Related Integrations apps for Frappe & ERPNext
- Insights — Open Source Business Intelligence Tool
- Raven — Simple, open source team messaging platform
- Frappe Whatsapp — WhatsApp cloud integration for frappe
- Frappe Assistant Core — Infrastructure that connects LLMs to ERPNext. Frappe Assistant Core works with the Model Context Protocol (MCP) to expose ERPNext functionality to any compatible Language Model
- Biometric Attendance Sync Tool — A simple tool for syncing Biometric Attendance data with your ERPNext server
- Frappe React Sdk — React hooks for Frappe
- Frappe Js Sdk — TypeScript/JavaScript library for Frappe REST API
- Mcp — Frappe MCP allows Frappe apps to function as MCP servers