Fbr Integration
FBR Pakistan Digital Invoicing Integration with ERPNext
- Author: ggraza
- Repository: https://github.com/ggraza/fbr_integration
- GitHub stars: 0
- Forks: 3
- License: NOASSERTION
- Category: Integrations
- Maintenance: Minimally Maintained
Install Fbr Integration
bench get-app https://github.com/ggraza/fbr_integration
Add the Frappe Gems badge to your README
Maintain Fbr Integration? Paste this into your README:
[](https://frappegems.com/gems/apps/ggraza/fbr_integration)
About Fbr Integration
{{ _("") }} {{ doc.company }}
{{ doc.select_print_heading or _("Sale Invoice") }}
{{ _("") }} {{ doc.get_formatted("posting_date") }} {{ doc.get_formatted("posting_time") }}
{{ _("") }} {{ doc.name }}
{{ _("Tax Information: LTO-Lahore") }}
{{ _("PoS No") }} {{ doc.pos_id }} - {{ _("NTN No") }} {{ doc.ntn_no }}
| {{ _("Item") }} | {{ _("Qty") }} | {{ _("Rate") }} | {{ _("Amount") }} |
|---|---|---|---|
| {{ item.item_name }} | {{ item.qty }} | {{ item.get_formatted("rate") }} | {{ item.get_formatted("amount") }} |
| {{ _("Total Excl. Tax") }} | {{ doc.get_formatted("net_total", doc) }} | {{ _("Total") }} | {{ doc.get_formatted("total", doc) }} |
| {% if '%' in row.description %} {{ row.description }} {% else %} {{ row.description }}@{{ row.rate }}% {% endif %} | {{ row.get_formatted("tax_amount", doc) }} | ||
| {{ _("Discount") }} | {{ doc.get_formatted("discount_amount") }} | ||
| {{ _("Net Total") }} | {{ doc.get_formatted("rounded_total") }} | ||
| {{ row.mode_of_payment }} | {{ row.get_formatted("amount", doc) }} | ||
| {{ _("Paid Amount") }} | {{ doc.get_formatted("paid_amount") }} | ||
| {{ _("Change Amount") }} | {{ doc.get_formatted("change_amount") }} |
{{ doc.terms or "" }}
{{ _("The sale value includes GST where leviable") }}
{{ doc.company }}{{ _(" Undertaking:I have checked goods & have no complaints in this regards") }}
{{ _("No Refund & No Exchange") }}
{{ _("FBR Invoice No.:") }} {{ doc.fbr_integration_no }}
Verify this invoice through FBR TaxAssan Mobile app or SMS at 9966 and win exciting prises in draw.
{{ _("For any Assistance, Please Contact Customer Care:") }}: UAN
{{ _("Thank you for visiting ") }}{{ doc.company }}{{ _(", We look forward to Welcome You again.") }}
Customized by {{ _("g2virtu.com") }} 0339-4284788
``` #### License MITRelated 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