Run Your Dukan Smarter.
Sales, inventory, udhar, and invoices — all in one place. Built for Pakistani shopkeepers. Works offline.
Available on
Most shopkeepers still track their business in a notebook.
Or worse — in their head.
Paper registers get wet, torn, and lost. Memories fade. And at the end of the day, you're guessing how much you made and who owes you money.
Tijara Track solves all three.
Udhar written in notebooks gets lost
You wrote it down, then the page ripped. Or someone borrowed the register. Now you don't know who owes what.
No idea which products are running low
You only find out stock is finished when a customer is standing in front of you. That's lost business.
Customers never get proper invoices
A torn piece of paper isn't a receipt. Without proper invoices, disputes happen and trust breaks.
One app. Complete hisaab.
Everything a shopkeeper needs — no complicated menus, no training required.
Sales & Invoices
Record sales instantly, share WhatsApp invoices with one tap. Customers get professional receipts in Urdu + English.
Udhar Tracking
See exactly who owes what — always. Send WhatsApp reminders with one tap. No more awkward guessing.
Inventory Control
Low stock alerts before you run out. Full stock history, product variants, and purchase cost tracking.
Purchase Management
Track supplier payments, purchase history, and what you owe. See your profit margins clearly.
Advanced Reports
Pro & EnterpriseDaily, weekly, and monthly breakdowns. Best-selling products, profit margins, expense summaries — export them all.
WhatsApp Invoicing
Send professional invoices directly to your customer's WhatsApp in one tap — no printer, no paper needed.
Works Offline
Full app works without internet — even in areas with no signal. Sync automatically when you're back online.
Barcode Scanner
Scan product barcodes to add items to a sale or update stock instantly. No manual entry needed.
FBR Integration
EnterpriseStay compliant with Pakistan's Federal Board of Revenue. Generate FBR-ready invoices and reports directly from the app.
Windows, macOS + Android
One app, every device. Run the full desktop version at your counter, mobile on the go. Always in sync.
Shopkeepers love it.
Real words from real dukandars.
“Pehlay notebook mein udhar likhta tha. Ab Tijara Track se ek second mein pata chal jaata hai kaun kitna deta hai. Bahut aasaan hai!”
I used to write udhar in a notebook. Now Tijara Track tells me in one second who owes what. Very easy!
“Stock khatam hone se pehlay alert aa jaata hai. Kabhi bhi customer ko khali haath wapas nahi karna para.”
I get an alert before stock runs out. Never had to turn away a customer empty-handed.
“WhatsApp pe invoice bhejne ki feature ne mera time bachaya. Customers ko bhi professional feel aata hai.”
The WhatsApp invoice feature saved my time. Customers also get a professional feel.
Simple pricing. No surprises.
Pay once and own it. Small annual fee after year 1.
Basic
Offline ModeWindows · macOS
- Sales, purchases, inventory
- Reports & low stock alerts
- 100% offline — your device only
- Export & import data
Pro
Online ModeWindows · macOS
- Everything in Basic
- Cloud sync + offline fallback
- Detailed reports
- 1 owner + 1 staff account
Enterprise
Full SuiteWindows · macOS · Android
- Everything in Pro
- Android mobile app (2 phones)
- FBR integration
- 1 owner + 2 staff accounts
All prices in Rs · WhatsApp us to get started
class TijaraTrack {
constructor(shopId) {
this.shopId = shopId;
this.inventory = new InventoryManager();
this.sales = new SalesLedger();
this.udhar = new CreditTracker();
}
recordSale(items, customer) {
const invoice = this.sales.create(items);
if (customer.hasCredit) {
this.udhar.update(customer, invoice);
}
this.inventory.deduct(items);
return invoice.shareOnWhatsApp();
}
checkLowStock() {
return this.inventory
.getItems()
.filter(item => item.qty < item.reorderLevel);
}
getUdharSummary() {
return this.udhar.getTotalOwed();
}
}
// Your custom features go here...
class CustomFeature extends TijaraTrack {
// Built specifically for your dukan
}Need something specific? We'll build it for you.
Every business is different. Need a custom report? A specific integration? A feature your way? We take custom feature requests — just tell us what you need.