
In Progress
Posted
Paid on delivery
BlessShipping MVP — B2B Last-Mile Delivery Platform Project Overview BlessShipping is a Montreal-based B2B last-mile delivery platform designed for: Amazon sellers Temu sellers Shopify merchants Local wholesale/distribution businesses Depanneur/station-based delivery networks The platform will allow merchants to upload delivery orders, dispatchers to batch and assign deliveries, and drivers to complete deliveries with proof of delivery (POD). The MVP must prioritize: real operational workflow backend reliability dispatch logic production architecture maintainability UI alone is NOT sufficient. Primary Goal Build a deployable production-ready MVP capable of handling: real merchant orders real dispatch operations real driver workflows real delivery status synchronization real pricing calculation real POD tracking The system must be deployable on our own servers and fully owned by us. Required Tech Stack Backend Required ERPNext / Frappe Used for: authentication roles customers invoicing accounting integration reporting Custom Backend Layer (Required) A custom Frappe app OR separate Node.js backend is acceptable if properly integrated. Must support: dispatch engine driver assignment routing real-time updates driver earnings POD delivery lifecycle pricing engine Frontend Merchant Portal [login to view URL] Driver App PWA or Flutter Must support: Android first mobile optimized offline tolerance Dispatcher Dashboard [login to view URL] or ERPNext Workspace Deployment Requirements Required Docker-based deployment Must support: reverse proxy SSL environment variables production restart backups Infrastructure Must be deployable on our own Ubuntu servers. Deployment should support: Cloudflare Docker PM2/systemd MongoDB or MariaDB/Postgres Required User Roles Roles Merchant Dispatcher Driver Warehouse Staff (optional) Admin Core Operational Workflow (CRITICAL) The platform must support this REAL workflow: Merchant creates/imports orders → Orders stored in backend database → Dispatcher schedules orders → Dispatch engine recommends drivers → Driver receives real-time offer → Driver accepts/declines → Route progresses through delivery lifecycle → POD uploaded → Merchant sees completed delivery + POD → Billing/export generated Core Data Model Minimum Required Entities Merchant Driver Vehicle DeliveryOrder DispatchRun RouteStop ProofOfDelivery DriverEarnings DispatchOffer DispatchLog Delivery Workflow (MANDATORY) Order Status Lifecycle CREATED SCHEDULED DISPATCHING OFFER_SENT ACCEPTED ARRIVED_PICKUP PICKED_UP DELIVERING DELIVERED COMPLETED FAILED EXCEPTION CANCELLED Status synchronization must work across: Merchant Portal Dispatcher Dashboard Driver App Backend APIs Database Merchant Portal Requirements ([login to view URL]) Authentication secure login JWT/session auth merchant can only see own orders CSV Upload (REQUIRED) Must support: bulk CSV import Required: validation error reporting duplicate prevention import summary Required CSV Result Format { "imported_count": 120, "failed_rows": [ { "row": 5, "error": "Invalid postal code" } ] } Merchant Features Orders List Filters: status date service level delivery state Order Detail View Must show: tracking status timestamps assigned driver POD photo link delivery notes Reorder Feature Merchant can reorder previous shipments. Dispatcher Dashboard Requirements Dashboard Features Ready-to-Schedule Queue Dispatcher sees: new orders scheduled orders delayed orders failed deliveries DispatchRun Creation Dispatcher can: create batch runs assign delivery date/time Route Optimization Required: OSRM or GraphHopper integration Dispatcher must also support: manual stop reorder manual override Driver Assignment Dispatcher must see: driver status vehicle type distance to pickup tier acceptance rate completion rate current active jobs Operational Alerts Required alerts: driver delayed offer expired no driver nearby POD missing waiting too long Driver App Requirements Authentication Secure login required. Driver Availability Driver can toggle: ONLINE OFFLINE BUSY Today Route Must show: ordered stops customer details delivery instructions earnings estimate navigation link Delivery Actions Required actions: Arrived at Pickup Picked Up Delivered Failed Delivery Proof of Delivery (MANDATORY) Driver MUST upload: delivery photo Optional: signature failed attempt photo Failed Delivery Flow Driver must select reason: customer unavailable wrong address unsafe location package damaged other Routing & Geocoding Requirements MVP Routing Acceptable: OSRM GraphHopper Google Maps temporarily BUT architecture must remain replaceable. The frontend must NOT directly depend on Google APIs. Required Features distance calculation ETA route optimization driver-to-pickup distance Pricing Engine (IMPORTANT) The pricing engine must NOT use fixed mock pricing. Pricing must support: base fee distance fee service level surcharge weight surcharge size surcharge peak surcharge weather surcharge driver shortage surcharge GST/QST Vehicle Recommendation Logic Vehicle recommendation must consider: weight dimensions quantity cargo volume special handling NOT quantity alone. Driver Earnings System Driver earnings must support: base fare distance fee bonuses surge pricing manual adjustments Dispatcher/Admin must see: customer paid driver earnings company margin Billing Requirements Merchant Billing Must support: monthly invoice export CSV export PDF export Based only on: completed deliveries API Requirements Merchant APIs login import CSV list orders order detail tracking Dispatcher APIs create dispatch run optimize route assign driver reassign driver view live deliveries Driver APIs fetch route accept/decline offer update stop status upload POD update driver location Real-Time Requirements (IMPORTANT) The system must support real-time synchronization between: Dispatcher Driver Merchant Must support: offer updates status updates delivery completion WebSocket or equivalent preferred. Security Requirements Mandatory role-based access merchant isolation driver route isolation audit logs upload validation basic rate limiting Logging & Audit Requirements The system must log: dispatch decisions status changes driver actions POD uploads pricing changes Deliverables Required Deliverables Source Code Must be uploaded to OUR GitHub repository. Required structure: /backend /driver-app /merchant-app /dispatcher-panel /docs Documentation Required: [login to view URL] .[login to view URL] deployment guide setup instructions API documentation database schema backup basics Deployment Must deploy successfully on our server. Required Demonstration The team must demonstrate: Merchant creates order → Backend stores order → Dispatcher receives order → Driver receives offer → Driver completes delivery → POD visible to Merchant using REAL backend/database workflow. Mock/demo-only systems are NOT acceptable. Experience Requirements (STRICT) Applicants must demonstrate REAL experience in: ERPNext/Frappe customization dispatch systems last-mile delivery workflows routing optimization POD workflows [login to view URL] PWA/mobile delivery systems Docker deployment production backend systems Required With Proposal Applicants must provide: similar logistics projects architecture proposal deployment architecture timeline team structure weekly availability Required Milestone Structure Milestone 1 Backend foundation ERPNext setup authentication roles CSV import database schema GitHub setup Milestone 2 Dispatch engine driver assignment route optimization status lifecycle real backend workflow Milestone 3 Driver workflow POD GPS ETA real-time updates Milestone 4 Merchant tracking billing export deployment hardening testing production stabilization Required CSV Format merchant_reference_id recipient_name recipient_phone street city province postal_code service_level package_size weight_kg length_cm width_cm height_cm notes Final Note This project is NOT a UI prototype. The priority is: real backend real workflow real dispatch logic real operational reliability maintainable architecture production-ready deployment The system must be designed for future scalability and team handoff capability. All development must be continuously pushed to the client-owned GitHub repository during the development process. The development team must NOT keep the source code only on local machines or private repositories. Requirements: 1. The GitHub repository must be owned by the client. 2. The development team will be added only as collaborators/contributors. 3. Source code must be pushed continuously throughout development, not only at the final delivery stage. 4. Commits must be meaningful and properly organized. Examples: - feat: add dispatch offer API - fix: driver status synchronization - refactor: pricing engine Avoid unclear commits such as: - update - final - test 5. The repository must include: - backend source code - driver app source code - merchant portal source code - dispatcher dashboard source code - documentation 6. Required repository structure: /backend /driver-app /merchant-app /dispatcher-panel /docs 7. The repository must include: - [login to view URL] - .[login to view URL] - setup instructions - deployment guide - API documentation - database schema/models 8. Real secrets and credentials must NEVER be committed. Examples: - MongoDB passwords - JWT secrets - Google Maps keys - Stripe keys - SSH keys Use .[login to view URL] files only. 9. The client must be able to: - clone the repository - install dependencies - run the project locally - deploy the project independently 10. Failure to continuously upload source code during development will be considered a project management violation.
Project ID: 40462934
141 proposals
Remote project
Active 22 secs ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Hello, Recent last-mile logistics and dispatch platform project: [login to view URL] I have direct experience building production-grade logistics and dispatch systems using ERPNext/Frappe, [login to view URL], Node.js, Docker, real-time APIs, and mobile delivery workflows. In similar projects, I developed merchant portals, dispatcher dashboards, driver applications, POD workflows, routing systems, pricing engines, and real-time delivery synchronization designed for actual operational use rather than UI-only prototypes. Your BlessShipping MVP requirements align closely with systems I’ve previously implemented, including: * ERPNext/Frappe customization for authentication, invoicing, reporting, and role management * [login to view URL] merchant and dispatcher portals * Driver PWA/mobile workflows with POD uploads and GPS/status updates * Dispatch engine logic with driver assignment and route management * CSV bulk order imports with validation/error reporting I fully understand the priority here is backend reliability, maintainable architecture, operational workflow integrity, and production-ready deployment - not just frontend presentation. I can structure the platform with scalable service separation, clean API architecture, audit logging, role isolation, and documented deployment workflows suitable for future team handoff and scaling. Best regards, Cody
$999 CAD in 7 days
0.0
0.0
141 freelancers are bidding on average $1,204 CAD for this job

Hi - Elias here from Miami. The real challenge with the BlessShipping MVP is building a robust last-mile delivery platform that integrates logistics with financial processes like accounting and tax reporting. It’s crucial to ensure the application scales efficiently and maintains reliability under load. Common pitfalls include poor state management and caching strategies. Without efficient handling of delivery status updates, users may face inconsistencies. Additionally, a weak permissions model can expose sensitive financial data. I recommend a microservices architecture, allowing independent scaling of components like payment processing and delivery tracking. Using PHP for the backend, along with a solid database design, will facilitate quick data access. A well-thought-out API layer is essential for smooth interactions between services. One of the hardest aspects will be ensuring data consistency across financial reporting and logistics. Balancing real-time updates with batch processing is vital for operational efficiency. How do you plan to manage peak times in delivery volume? I look forward to helping you navigate this project.
$1,200 CAD in 6 days
8.0
8.0

I would genuinely love to help you with your given requirements --- I have extensive experience with similar PROJECT ---->>I am highly qualified to do this job with high QUALITY ----- I am Passionate PHP/Full stack developer having rich experience with so many successful Tasks. I have some queries to give you accurate time and price Please ping me to get started and provide you great results. Thanks
$1,100 CAD in 7 days
8.1
8.1

I’ve built production-ready last-mile delivery platforms integrating ERPNext and custom backends for dispatch, routing, and POD workflows. I understand the critical need for real operational reliability—not just UI—and have handled similar projects where backend workflow, dispatch logic, and real-time synchronization were pivotal. To start, I’d propose designing a modular architecture: ERPNext handles auth, invoicing, and roles, while a custom Frappe app or Node.js backend manages the dispatch engine, route optimization (using OSRM or GraphHopper), driver assignment, and pricing logic with live updates via WebSockets. For CSV import, I’d implement robust validation and clear error reporting as you specified, to ensure data quality from day one. On deployment, I’ll set up Docker containers with SSL, environment config, and PM2/systemd process management to fit your Ubuntu server and Cloudflare setup. Do you have preferences between a custom Frappe app vs Node.js for the backend layer? Also, are there existing ERPNext customizations or integrations we should align with? Ready to start architecting the MVP foundation and move quickly through iterative milestones on your timeline.
$1,125 CAD in 7 days
5.9
5.9

Hi, I can help you develop the MVP for BlessShipping with a strong focus on real-world delivery operations, dispatch workflow, and backend stability. I have experience building logistics, SaaS, and tracking platforms with admin panels, driver apps, role management, and live operational systems. For your MVP, I can develop: • Merchant portal for bulk order upload & tracking • Dispatcher dashboard for batching, route assignment & delivery monitoring • Driver mobile app with POD (photo/signature), status updates & GPS tracking • Admin panel for operations management • Secure backend APIs with scalable architecture • Real-time notifications and delivery status flow Recommended stack: React / React Native or Flutter, Node.js, PostgreSQL/MySQL, Google Maps API, Firebase/AWS. I understand that reliability and operational flow are more important than unnecessary features in the MVP phase. The system will be designed to support future scaling for Amazon, Shopify, Temu, and local distribution businesses. I can also help with UI/UX planning, database architecture, deployment, and future automation features. Let’s discuss the workflow and delivery logic in detail. Thanks. Praggya
$750 CAD in 16 days
6.5
6.5

<<<✔Consider it DONE✔>>> YO! I understand your project and I'm eager to help. I understand the magnitude of your project and the value it brings to businesses. My skills and experience align perfectly with your requirements, as I have been building web-based platforms for years using a wide range of technologies. With a strong foundation in WordPress, I have mastered backend development which is essential for your project's success. Additionally, I have extensive experience in PHP, making me well-equipped to tackle the robustness and maintainability of your system. Looking forward to being part of your project! You will surely be impressed by my work! Not sure what the next step is? I offer free and professional consultation -- I'm just a text away. All the very best, Josh
$1,125 CAD in 2 days
5.5
5.5

Hey there, I'm Vishal Maharaj, a seasoned PHP and SAP expert with 25 years of experience based in Perth, Australia. I am passionate about taking on the BlessShipping MVP project, a B2B last-mile delivery platform. I understand the critical need for a robust backend, efficient dispatch logic, and real-time updates for drivers. I would approach the project by prioritizing operational workflow, backend reliability, dispatch logic, and maintainability to ensure a deployable production-ready solution. Let's discuss further details in chat. Cheers, Vishal Maharaj
$1,000 CAD in 7 days
5.1
5.1

Hi there, I see you're building the BlessShipping MVP for B2B last-mile delivery, which sounds like an exciting project. The focus on integrating payment processing and ERP features aligns perfectly with my experience in developing similar platforms. With around 10 years of experience in PHP and backend systems, I can help bring your vision to life. I understand that your goal is to streamline logistics and enhance delivery efficiency, which is crucial for B2B operations. Some similar things I've built: a regional booking platform for a tutoring company, an internal CRM for a property agency, and a React Native field-reporting app. Let’s connect to discuss how I can help make BlessShipping a success. Could you please clarify the following questions to help me better understand the project? Q1: What specific ERP functionalities are you looking to integrate with the platform? Q2: Are there any particular payment gateways you prefer for the payment processing feature? Q3: What reporting capabilities do you envision for the tax and bookkeeping processes?
$1,200 CAD in 10 days
6.0
6.0

"Hubert is a name that carries quiet strength, wisdom, and a steady sense of purpose." ❤️Hi there ❤️ As a verified engineer, I can do your project perfect. Please check my reviews to verify my skills. Warm Regards, Ruslan
$900 CAD in 7 days
5.2
5.2

Hi there, I’ve read BlessShipping MVP and I’m confident I can deliver a production-ready B2B last-mile platform on ERPNext/Frappe with a solid custom backend. I’ll implement a robust dispatch engine, real-time status updates, and POD tracking to ensure end-to-end reliability and maintainability. I’ve got solid experience with ERPNext customization, dispatch systems, routing optimization, and Docker deployments, and I will tailor the architecture for future scale. Proposed timeline: milestone 1 in 3 weeks, milestone 2 in 5 weeks, milestone 3 in 6 weeks, production readiness by week 12,
$1,250 CAD in 12 days
4.6
4.6

With over a decade and a half of experience under my belt, I bring a wealth of knowledge to the table that's perfect for your BlessShipping MVP project. My work history spans more than 400 projects, many of which have focused on web and mobile app development, UI/UX design, CRM, and ERP - just like what you're looking for. I'm completely comfortable working with your entire tech stack: MERN/MEAN, PHP (including Laravel), Node.js, Python (including Django), MongoDB- the list goes on. From front-end expertise with HTML CSS,jQuery to backend proficiency with VB.NET and Azure SQL server, my abilities are sure to benefit your project. Plus, I have up-to-date knowledge on cloud services such as AWS and Azure—one less worry for you! One specific area where I shine is integrating third-party solutions—such as navigating mapping through Google Maps or shipment handling through DHL or ShipRocket. Given that your platform involves multiple user roles—Merchant, Dispatcher, Driver—I believe my past work with similar complexities will prove invaluable here. Your satisfaction is paramount to me. Let's discuss how we can take your B2B platform idea that extra mile. Chat soon!
$1,200 CAD in 15 days
4.4
4.4

Hi there, Cora May here. I can help you build the BlessShipping MVP as a production-ready, workflow-first B2B last-mile platform using ERPNext/Frappe for auth/roles/invoicing and a custom backend layer for dispatch, routing, pricing, POD, and real-time status sync. I’ve implemented real dispatch and delivery lifecycle engines (offer → accept/decline → route progression → POD upload → merchant visibility) with robust audit logging and merchant isolation. For operations reliability, I focus on maintainable domain models (DeliveryOrder, DispatchRun, RouteStop, DispatchOffer, ProofOfDelivery, DriverEarnings) and API contracts that keep Dispatcher, Driver, and Merchant screens consistent via WebSockets/events. I’ll also implement the mandatory CSV import with row-level validation, duplicate prevention, and the exact import summary structure you specified, plus pricing components that calculate from base/distance surcharges, weight/dimensions, peak/weather/shortage factors, and GST/QST. Which routing provider do you prefer for the MVP (OSRM, GraphHopper, or temporary Google), and will your merchants upload orders primarily through the CSV flow or via another integration? Also, do you expect driver location updates via background GPS polling or push from the PWA/app?
$1,000 CAD in 7 days
3.8
3.8

Hi, I've worked extensively with ERPNext and Frappe for custom backend layers, dispatch systems, and last-mile delivery workflows. My experience includes building real operational backends, dispatch engines, and routing optimizations, as well as handling proof of delivery (POD) and driver earnings systems. If this fits your needs, we can start with a small test task to align before committing to larger work. Best Regards, Ivica
$1,125 CAD in 7 days
3.9
3.9

Hi Have a Pleasant day ! I carefully had read your requirements in your job post on freelancer.com I am glad to inform you that I have same extensive experience that you are looking for. I have done similar work earlier in my past and I will share during project discussion. Please share your exact project requirements, So, I can understand your requirements & I will come to know that what do you exactly needs to develop and I will be feeling happy to work with you. Cost and timeline depends on your project or task requirements Price is negotiable and I will work in your budget. No upfront payment will be charged. Always work in milestones. Looking forward for your positive response. Kind Regards, Sneha Kanwar
$1,125 CAD in 7 days
4.7
4.7

With your BlessShipping project requiring a complex, real-life operational workflow for last-mile delivery, my skills and background as a financial analyst and actuarial science graduate can be key to its success. I've had hands-on internships where I've dealt with data analytics, risk analysis, and financial modeling which are highly applicable in building the dispatch logic, driver assignment, routing, and the pricing engine that fit your project. My proficiency in Python and R allows me the flexibility to provide robust backend solutions using ERPNext/Frappe for authentication, roles etc and even consider a separate Node.js backend if necessary. I am also familiar with the deployment requirements like Docker-based deployment and supporting tools like Cloudflare, Docker etc. Additionally, my experience working in environments that require reverse proxy configurations parallel the demand of SSL certification that your system would need. I'm not just technically qualified but also have experience working in critical business settings where back-end reliability is crucial. We understand how vital maintaining data integrity while handling real merchant orders is while creating invoicing, accountancy integration and reporting sections as well which brings me a good match to your required tech stack.
$1,125 CAD in 7 days
3.7
3.7

Hello, I’ve reviewed your Shopify storefront requirements and fully understand the scope. I specialize in Shopify development, PHP, HTML, eCommerce setups, and Payment Gateway Integration, and I’m ready to start immediately. I will configure the theme with your brand colors and typography, optimize images, ensure responsive design, import all products with SKUs, variants, and searchable tags, and set up checkout flows with PayPal and card payments, including fraud-prevention and test orders. I will also ensure basic SEO setup, speed optimization, and QA across devices. Quick question: Do you want any additional Shopify apps for upsells or email capture, or keep the store strictly with native features? I can deliver a revenue-ready store efficiently, fully tested, and ready for day-one sales. Best regards, Carlos
$750 CAD in 12 days
2.9
2.9

Hi, This project is highly aligned with my background in scalable backend systems, logistics workflows, API architecture, and production-ready web platforms. I understand this is not just a UI project — the core challenge is building a reliable operational delivery system with real dispatch workflows, synchronization, pricing logic, and maintainable infrastructure. My recommended architecture would be: Backend ERPNext/Frappe for authentication, accounting, invoicing, reporting, and operational management Custom backend services for dispatch logic, pricing engine, driver assignment, POD lifecycle, and real-time synchronization REST APIs + WebSocket layer for live updates I have experience building API-driven systems, admin dashboards, workflow automation platforms, real-time applications, Docker deployments, and scalable backend architectures. I’d be happy to discuss the architecture and deployment plan further.
$1,200 CAD in 7 days
3.0
3.0

Hey, I can start now. ✅I’ve worked on something very similar. What really matters here is building a deployable production-ready MVP that can handle real merchant orders, dispatch operations, driver workflows, and delivery status synchronization. The tricky part is ensuring backend reliability, dispatch logic, and maintainability. I've tackled similar challenges in developing ERPNext/Frappe customizations, dispatch systems, and routing optimization. While I haven't done this exact project, I have experience in last-mile delivery workflows and PWA/mobile delivery systems. I approach this by prioritizing a solid backend foundation and real-time updates. Let's chat! -Dorofii
$1,000 CAD in 3 days
1.9
1.9

Hi, I reviewed the full BlessShipping brief carefully, including the ERPNext/Frappe architecture, dispatch lifecycle, routing requirements, POD workflows, pricing engine, realtime synchronization, Docker deployment, and multi-role operational flows. This is the correct way to approach a logistics platform MVP because the focus is on operational reliability and dispatch workflow instead of just UI presentation. I would approach this using: ERPNext/Frappe for operational foundation, authentication, accounting, reporting, and merchant structure, combined with a dedicated dispatch/routing service layer for realtime workflows, driver assignment, POD lifecycle, pricing logic, and websocket synchronization. The most important technical areas here are: dispatch lifecycle consistency, realtime synchronization across merchant/dispatcher/driver systems, routing abstraction, driver offer workflows, audit logging, and maintainable deployment architecture. I’ve worked on scalable backend systems, realtime workflows, mobile-first operational platforms, ERP integrations, Docker deployments, API-driven systems, and logistics-style workflow architectures.
$1,000 CAD in 10 days
2.1
2.1

Hello Sir/Madam, Greetings for the day! I am reaching out on behalf of Bizwebix, a software development company with 10 years of experience delivering robust and high-performing Shopify solutions for businesses of all sizes. Key Expertise: ✅ Shopify Store Setup & Custom Theme Development ✅ Shopify App Development (Public & Private Apps) ✅ API & Third-Party Integrations (REST & GraphQL) ✅ Payment Gateway Integration (Stripe, PayPal & more) ✅ Shopify Plus Development & Migration ✅ SEO Optimization & Performance Tuning Recent Projects: ✔️ Custom theme development with improved UX/UI for higher conversions ✔️ Shopify + ERP/CRM integration for order & inventory management ✔️ Large-scale store migrations with zero data loss ✔️ Custom Shopify apps for loyalty programs and product configurators Why Bizwebix? ? 10 Years of Industry Experience ? End-to-end solutions — design to deployment ? Dedicated post-launch support ? Focus on growth & conversions We'd love to discuss how we can help grow your Shopify store. Feel free to reach out for a free consultation!
$1,125 CAD in 7 days
3.3
3.3

Hi, I’ve led the backend development of ERPNext-based platforms for Amazon and Shopify sellers, focusing on real-time order processing, dispatch optimization, and proof-of-delivery workflows. My experience aligns closely with your project’s core operational needs, and I’m ready to start with a small test task to ensure alignment. Let’s discuss how we can get this MVP off the ground. Best Regards, Rosmar
$1,125 CAD in 7 days
1.8
1.8

St-Hubert, Canada
Member since Nov 16, 2021
$250-750 CAD
$250-750 CAD
$250-750 CAD
$250-750 CAD
$250-750 CAD
$15-25 AUD / hour
£10-15 GBP / hour
₹600-1500 INR
$250-750 USD
$250-750 USD
$30-250 AUD
$10-30 USD
₹750-1250 INR / hour
$30-250 USD
$8-15 USD / hour
₹400-750 INR / hour
$8-15 USD / hour
₹600-1500 INR
£250-750 GBP
₹12500-37500 INR
₹12500-37500 INR
$8-15 USD / hour
$30-250 USD
$30-250 USD
₹37500-75000 INR