
Ditutup
Disiarkan
Dibayar semasa penghantaran
I have the 6amMart code-base (Laravel backend + Flutter apps) and need it reshaped into “LEOZIN”, a platform that serves both wholesale (B2B) and retail (B2C) customers. The job is pure core coding—no installation, no setup chat—just deep edits to existing logic so the script behaves exactly as outlined below and in the remaining pillars I’ll share once you’re shortlisted. Key objectives you will tackle right away • Enforce a mandatory GST-number lock during every B2B sign-up. • Build a Circle-Zone delivery engine for B2C orders; zones will drive slot visibility, charges and restaurant visibility. • Add a runsheet-based credential flow for delivery riders (they should authenticate only with the day’s sheet code). • Split the admin experience: one dashboard for Wholesale, one for Retail, each with its own roles and menus. • Integrate Razorpay and Cashfree side-by-side, selectable at checkout and within the admin refund panel. • Generate GST-ready invoices that respect HSN/SAC, tax slabs and rounding rules. • Provide advanced inventory tools for bulk orders, including pack-size mapping, minimum-order thresholds and FIFO stock deduction. Acceptance criteria 1. All new logic must sit cleanly inside the current Laravel services and Flutter provider architecture without breaking existing buyer / seller flows. 2. API docs updated where endpoints are added or changed. 3. Builds compile on the first run for Android, iOS and Web. 4. Unit or feature tests cover the critical paths above. 5. Delivery meets the 7-day window. If you have production instances of 6amMart you’ve already modified, send a link or APK—code speaks louder than chat. Once I see proof, I’ll release the full twenty-pillar specification and we can start.
ID Projek: 40330558
33 cadangan
Projek jarak jauh
Aktif 19 hari yang lalu
Tetapkan bajet dan garis masa anda
Dapatkan bayaran untuk kerja anda
Tuliskan cadangan anda
Ianya percuma untuk mendaftar dan membida pekerjaan
33 pekerja bebas membida secara purata $499 USD untuk pekerjaan ini

I have extensive experience in PHP, Website Design, Mobile App Development, MySQL, and Laravel, making me a perfect fit for the "LEOZIN | 6amMart Hybrid B2B + B2C Core Logic Customization" project. I am confident in my ability to meet the project requirements and ensure seamless integration of new features without disrupting existing functionalities. The budget can be adjusted after a detailed discussion of the full project scope. I am eager to start working on this project and demonstrate my commitment to its success. Please review my profile for a comprehensive understanding of my skills and experience. Looking forward to hearing from you.
$525 USD dalam 10 hari
8.8
8.8

Hi there, I have worked on 6amMart-based systems (Laravel + Flutter) and understand how its services, provider architecture, and API structure are organized, especially when it comes to modifying core logic without breaking existing flows. I can help reshape your platform into LEOZIN with proper B2B + B2C separation, including GST-based signup validation, circle-zone delivery logic, runsheet-based rider authentication, and split admin dashboards for wholesale and retail. My approach will be to first work on the Laravel backend services, implementing GST validation, invoice logic (HSN/SAC, tax slabs), payment gateway integration (Razorpay + Cashfree), and inventory rules like pack-size mapping and FIFO. Then I’ll align the Flutter apps with updated APIs, ensuring B2B/B2C flows, delivery logic, and checkout work seamlessly without affecting existing functionality. I will keep all changes modular and clean within the current architecture, update API documentation, and ensure builds run smoothly across Android, iOS, and Web with proper testing on critical flows. I would request to connect and review your current codebase and priorities so I can start directly with the first set of pillars. Thanks, Rahul A.
$400 USD dalam 7 hari
8.6
8.6

Hi, We’ve developed multiple on-demand solutions with complex workflows, including a grocery delivery app that connects customers with local stores and delivery drivers. We understand the importance of a seamless experience for all three user types—customers, store owners, and delivery drivers. We can also enhance your existing Laravel backend with new features like web push notifications, which can significantly improve user engagement and retention. Let’s schedule a quick 10-minute call to discuss your project in more detail and ensure I fully understand your requirements. I usually respond within 10 minutes. I’m eager to learn more about your exciting project. Best regards, Adil
$550 USD dalam 7 hari
7.4
7.4

I have extensive experience in this field and am excited about LEOZIN | 6amMart Hybrid B2B + B2C Core Logic Customization.
$1,200 USD dalam 5 hari
6.6
6.6

Your Circle-Zone delivery engine will fail under concurrent B2B bulk orders if you're still using 6amMart's default single-zone logic. The stock deduction race condition between wholesale pack-size orders and retail unit orders will cause overselling within 48 hours of launch. Before I architect the dual-dashboard split, I need clarity on two things: Does your B2B flow require real-time inventory sync across multiple warehouses, or is this single-location FIFO? And are your GST invoices hitting GSTIN validation APIs, or just formatting static PDFs with HSN codes? Here's the execution path: - LARAVEL SERVICE LAYER: Refactor order processing into separate B2B and B2C pipelines with isolated middleware chains, preventing wholesale minimum-order logic from bleeding into retail checkout. - CIRCLE-ZONE ENGINE: Build a PostGIS-based zone matcher that calculates delivery slots and charges in under 100ms, caching restaurant visibility per zone to avoid N+1 queries on the Flutter app. - RAZORPAY + CASHFREE: Implement a payment gateway abstraction layer with webhook idempotency and automatic retry logic, ensuring refunds route to the correct processor even if the admin switches gateways mid-transaction. - GST INVOICE GENERATION: Create a template engine that pulls live tax slab data, applies rounding per CGST/SGST rules, and stores audit trails for every invoice revision. - RUNSHEET AUTH: Replace rider login with daily JWT tokens tied to runsheet IDs, expiring at midnight to prevent credential reuse across delivery cycles. I've customized three 6amMart instances for clients scaling from 500 to 12K daily orders. I don't take projects where the existing codebase has undocumented hacks. Let's do a 20-minute technical walkthrough of your current Laravel services before I commit to the 7-day timeline.
$450 USD dalam 10 hari
6.6
6.6

Hi There!!! ★★★★ (LEOZIN hybrid B2B + B2C core logic customization for 6amMart) ★★★★ I understand you need the 6amMart codebase reshaped for LEOZIN, supporting both wholesale and retail customers, with custom B2B sign-up, zone-based B2C delivery, rider runsheet auth, split admin dashboards, dual payment gateways, GST-compliant invoices, and advanced inventory logic—all integrated cleanly into Laravel and Flutter. Services mentioned here based on project details ⚜ Mandatory GST-number lock for B2B sign-up ⚜ Circle-Zone delivery engine for B2C orders ⚜ Runsheet-based delivery rider authentication ⚜ Split admin dashboards with role-specific menus ⚜ Razorpay & Cashfree integration for checkout & refunds ⚜ GST-ready invoice generation with proper tax handling ⚜ Advanced inventory management for bulk orders I have experience customizing Laravel + Flutter marketplaces and handling payment & inventory logic. I’ll ensure clean integration, updated API docs, unit tests, and builds compiling on all platforms. Ready to start and deliver within 7 days. Warm Regards, Farhin B.
$256 USD dalam 7 hari
6.7
6.7

I’ve worked on Laravel + Flutter projects where core logic had to be reshaped to serve distinct user types without breaking existing flows. For your B2B GST lock, I’ll enforce the validation strictly during sign-up and adjust the user roles for the separate dashboards you need. For the Circle-Zone delivery engine, I’ll design a geo-fencing logic to control slot availability and restaurant visibility based on customer location, similar to a past delivery app I enhanced. The runsheet-based rider login sounds unique—confirming, should the sheet code expire daily or remain valid as long as the rider is active that day? Integrating Razorpay and Cashfree side-by-side is straightforward; I’ll ensure smooth selection at checkout and seamless refund handling without interfering with existing payment flows. The advanced inventory setup with pack sizes and FIFO will fit cleanly within your current services layer. I’ll update API docs, write tests for these critical features, and keep builds clean across Android, iOS, and Web. If you can share an APK or link of your current instance, I can quickly validate my approach and start immediately to meet your 7-day target.
$500 USD dalam 7 hari
6.1
6.1

Hi There This is not a surface-level 6amMart edit, it’s a core architecture split where B2B and B2C rules must coexist without corrupting existing flows. I’d handle it by isolating wholesale vs retail logic at service, role, checkout, inventory, and invoicing layers so GST locks, circle-zone delivery, rider sheet auth, and dual payment rails stay clean and testable. I’m comfortable working directly inside Laravel and Flutter core structures where bad shortcuts usually create long-term regressions. Before moving fast on the 7-day window, which pillar is currently the most fragile in your existing codebase — delivery logic, auth flow, checkout, or inventory behavior? best regards Waqas A.
$500 USD dalam 7 hari
6.3
6.3

Reshaping 6amMart into LEOZIN with both B2B wholesale and B2C retail logic cleanly separated on a single Laravel codebase is exactly the kind of deep-core customization we specialize in. Our approach starts by forking the service layer into wholesale and retail contexts before touching any UI — this ensures zero regression on existing buyer and seller flows. The Circle-Zone delivery engine, dual Razorpay and Cashfree checkout with admin refund controls, and GST-ready invoices with HSN/SAC slab handling will each be built as isolated Laravel services with proper unit and feature tests. The runsheet-based rider credential flow and dual admin dashboards (Wholesale vs. Retail with independent roles and menus) will follow the existing Flutter provider architecture to keep Android, iOS, and Web builds compiling cleanly from day one. We have delivered 40+ Laravel backends with multi-gateway payment integrations, multi-role admin panels, and inventory systems with FIFO stock logic — the full 20-pillar scope here is well within our standard delivery. Our team of 15+ developers holds a 4.9-star rating across 118 reviews with 97% on-budget delivery. Do you have the existing 6amMart codebase available in a private repo, and have all 20 pillars of the specification been finalized?
$465 USD dalam 30 hari
6.0
6.0

At Web Crest, excellence is our middle name and your project resonates perfectly with our core strengths and calling. With extensive experience in Laravel (the framework your current codebase is built on), Flutter (for the app portion) and MySQL to manipulate large databases like yours, there’s no doubt we have the right tools for the job. Our success in customizing platforms for different verticals such as B2B and B2C puts us a step ahead of competitors. We understand that every nuance of the job matters to ensure a seamless experience. With this in mind, we have proposed several delivery-based objectives geared towards enhancing user experiences across the board, such as Circle-Zone delivery engine, differentiated dashboards (Wholesale v/s Retail) and diverse payment integrations. Another significant advantage we bring to the table, which aids in developing your 'LEOZIN' platform faster is our detailed API documentation skills for efficient on-boarding of new features. These features will be tested thoroughly to avoid any breakage during deployment too. With Web Crest, visionary leadership drives performance and perseverance fuels completion; a winning formula that leaves us with happy clients who get unparalleled support, round-the-clock. Your project has huge potential; let's actualise it together!
$700 USD dalam 5 hari
5.3
5.3

Small, deep edits to core ordering logic on a live Laravel + Flutter stack are the riskiest work there is. I’ve done exactly that under tight deadlines and kept buyer/seller flows intact. The best thing about me is I’ve worked on a very similar project recently: I converted a marketplace into a hybrid B2B/B2C platform, added mandatory GST capture for business signups, implemented zone-driven delivery slots, dual payment gateways, and GST-compliant invoicing with HSN mapping. I matched changes into existing Laravel services and the Flutter provider layer so builds stayed clean. I understand the expected user flows: separate Wholesale and Retail dashboards and role menus, B2B signup blocking without GSTIN, Circle-Zone controlling slot visibility and charges, runsheet code auth for riders, Razorpay and Cashfree selectable at checkout and refunds, and FIFO inventory with pack-size and min-order rules. I’ll keep logic inside current services, update API docs, add tests and ensure first-run builds. I can save you time because the tricky integrations and invoice rounding rules are already done on my last project. Quick questions: should Circle-Zone be radius-based or support polygons, and can a restaurant belong to multiple zones? For GST invoices, do you have HSN/SAC per SKU ready or should the system prompt admins for missing mappings? If that sounds right, let’s chat or hop on a quick call. Regards Ali Zain!!
$500 USD dalam 7 hari
4.8
4.8

Hi, I can do this. With extensive experience in Laravel and Flutter, I am well-equipped to reshape the 6amMart codebase into LEOZIN, addressing all outlined objectives. I will implement a mandatory GST-number lock for B2B sign-ups, develop a Circle-Zone delivery engine for B2C orders, and create a runsheet-based credential flow for delivery riders. Additionally, I will split the admin experience for Wholesale and Retail, integrate Razorpay and Cashfree, generate GST-ready invoices, and enhance inventory tools for bulk orders. I ensure that all new logic integrates seamlessly with the existing architecture, API documentation is updated, builds compile successfully, and critical paths are covered by tests. I am committed to delivering within the 7-day window. Looking forward to discussing the full specification. Ashnasajid
$500 USD dalam 3 hari
4.6
4.6

With my 6+ years of experience as a full-stack developer, I am confident I can tackle the intricate logic customization job for LEOZIN, transforming your existing 6amMart platform into an efficient B2B and B2C wholesaler-retailer experience. My expertise in Laravel and Flutter will ensure I can work seamlessly within your codebase, with Titanium strength and zero disruptions to your current system. When it comes to skillfully handling complex and practical challenges like enforcing mandatory GST-number locks during B2B sign-ups or creating advanced inventory tools for bulk orders, my extensive knowledge encompassing API, backend development, Flutter, Laravel, MySQL, and PHP ensures I have the necessary technical proficiency for your precise requirements. Furthermore, I understand that time is of the essence and have been consistently delivering all-encompassing projects within tight deadlines. Your 7-day delivery window falls right within my realm of expertise. Live instances priorly modified would be unrealistic(with NDAs from clients) but I’m gladly providing you with my Laravel applications portfolio for examination. Choose me for this critical job and you're choosing a seamless technological integration between wholesale and retail, 7-day delivery guarantee without compromises!
$500 USD dalam 7 hari
4.1
4.1

Hello, I'm Mubashir, a Full-Stack Developer, Engineer, and UI/UX Specialist with 6+ years of experience in Laravel and Flutter development. Your project requires customizing the 6amMart code-base for LEOZIN, which I can help with. I see that enforcing a mandatory GST-number lock during B2B sign-ups is a critical feature to implement. Deliverables: - Customized Laravel backend for LEOZIN - Flutter app integration with the Laravel backend - Mandatory GST-number lock for B2B sign-ups - Circle-Zone delivery engine for B2C orders - Runsheet-based credential flow for delivery riders - Split admin experience into Wholesale and Retail dashboards - Razorpay and Cashfree payment processing integration PROCESS: - Analyze the current Laravel backend and Flutter app structure. - Implement the mandatory GST-number lock for B2B sign-ups. - Develop the Circle-Zone delivery engine for B2C orders. - Implement the runsheet-based credential flow for delivery riders. - Split the admin experience into two distinct dashboards. - Integrate Razorpay and Cashfree for payment processing. My Portfolio: https://www.freelancer.com/u/mubashir021 Mubashir Ahmed
$500 USD dalam 5 hari
0.0
0.0

Hello, I can help you customize your 6amMart codebase into the hybrid B2B and B2C "LEOZIN" platform. I’m an expert in Laravel and Flutter, and I'm ready to dive deep into the core logic to implement your specific requirements. I'll handle the mandatory GST-number lock for B2B sign-ups, build the Circle-Zone delivery engine for B2C, and implement the runsheet-based rider authentication. I’ll also split the admin dashboards, integrate Razorpay and Cashfree, and ensure your invoices are GST-ready with proper HSN/SAC mapping. Furthermore, I will develop the advanced inventory tools for bulk orders and pack-size mapping. I'll ensure all new logic integrates cleanly with your existing architecture and that the builds compile perfectly for Android, iOS, and Web. I'm also ready to provide updated API documentation and carry out thorough testing within your 7-day window. I've worked on similar complex eCommerce customizations and can share relevant samples of my work. Best regards, Hassan
$250 USD dalam 7 hari
0.0
0.0

Hello, I can customize your 6ammart laravel + flutter codebase into leozin with b2b gst validation, circle-zone delivery for b2c, runsheet-based rider auth, separate wholesale/retail dashboards, dual razorpay & cashfree integration, gst-ready invoices, and advanced inventory logic. i’ll ensure all changes fit cleanly in existing services and providers, with api docs updated, builds compiling first run, and critical paths tested. I’ve handled similar deep core logic edits in production apps and can deliver within your 7-day window. let’s discuss.
$500 USD dalam 7 hari
0.0
0.0

Hi, I’m confident I can reshape your 6amMart code-base into LEOZIN, fully supporting both B2B and B2C workflows. With deep experience in Laravel backend development and Flutter app architecture, I’ll implement your requested core logic changes while maintaining clean integration within your existing services and provider structures. I will start by enforcing GST-number validation for B2B sign-ups and building the Circle-Zone delivery engine for B2C orders. Next, I will implement the runsheet-based rider credential flow, split admin dashboards for Wholesale and Retail with proper roles, integrate Razorpay and Cashfree side-by-side, and ensure GST-ready invoices respect HSN/SAC and tax rules. Finally, I will add advanced inventory tools for bulk orders with pack-size mapping, minimum-order thresholds, and FIFO stock deduction, updating API docs and adding unit/feature tests to cover all critical paths. I take pride in delivering production-ready, maintainable code that compiles cleanly on Android, iOS, and Web. I can start immediately and meet your 7-day delivery window. Looking forward to collaborating,
$350 USD dalam 7 hari
0.0
0.0

That's auto reply....Thanks for contacting me I am interested to work with you in this project please share a business & logo details with me I will respond you very soon.
$250 USD dalam 1 hari
0.0
0.0

I specialize in backend logic customization and API-driven workflows. I recently solved complex 2026 UI and hardware synchronization issues for a client in India, ensuring 100% stability under real-world constraints. I can reshape your Laravel backend to enforce GST locks, build your Circle-Zone engine, and integrate the Razorpay/Cashfree side-by-side logic with surgical precision. I focus on core code integrity—no bloat, just deep logic edits. Let's discuss your B2B/B2C pillars.
$650 USD dalam 10 hari
0.0
0.0

Hello, I have hands-on experience working with 6amMart (Laravel + Flutter) and understand its architecture deeply, which makes me confident in delivering your “LEOZIN” B2B + B2C transformation with precise core-level customization. My approach will focus on clean, modular changes within the existing structure: * Implement GST-locked B2B registration with validation and role-based flows * Develop a Circle-Zone engine to control delivery slots, charges, and vendor visibility * Build secure runsheet-based authentication for delivery riders * Split admin panel into Wholesale and Retail dashboards with separate roles/permissions * Integrate Razorpay & Cashfree seamlessly with checkout + refund handling * Generate GST-compliant invoices (HSN/SAC, tax rules, rounding) * Enhance inventory with bulk logic, pack mapping, MOQ, and FIFO deduction I will ensure: ✔ No disruption to existing flows ✔ Clean API updates with documentation ✔ Fully working builds (Android, iOS, Web) ✔ Test coverage for critical features ✔ Delivery within 7 days as required I’ve previously customized multi-vendor and Flutter-based delivery platforms with complex payment and inventory logic. I can also share relevant work samples upon request. Let’s connect—I’m ready to start immediately and execute this with precision. Best regards.
$450 USD dalam 15 hari
0.0
0.0

Sheikhpura, India
Ahli sejak Mac 27, 2026
₹600-1500 INR
₹100-400 INR / jam
£20-250 GBP
$250-750 USD
€30-250 EUR
₹12500-37500 INR
₹12500-37500 INR
₹8000-20000 INR
$750-1500 USD
$15-25 USD / jam
£20-250 GBP
$15-25 USD / jam
$15-25 USD / jam
$30-250 AUD
₹1500-12500 INR
₹600-1500 INR
$250-750 USD
$250-750 USD
$10-30 USD
$750-1500 USD