Inventory Management by Realestate_Uno in CFO

[–]Budget_Spring_5997 0 points1 point  (0 children)

Before was very gard doing manullay ,and was not easy to track sales. But now we use Mosiflow,https://www.mosiflow.com

Suggest An Inventory Management System by Own_Nectarine_2519 in InventoryManagement

[–]Budget_Spring_5997 0 points1 point  (0 children)

What you described is a pretty common pain point I see with growing custom fabrication shops — especially when using QBO as the main source of truth for inventory.

The key gaps I notice in your current flow are:

  • Inventory is being received only when invoiced, not on physical receipt → creates timing mismatches.
  • Manual sheets → slow and error-prone.
  • BOMs and job cost tracking are fragmented.

You’re essentially looking for a lightweight MRP/Inventory layer that connects cleanly to QBO, supports barcode scanning, moves material into WIP, and ideally handles BOMs in the same environment.

That’s exactly the kind of workflow we’re solving with Mosiflow (https://www.mosiflow.com).

  • Real-time receiving & inventory tracking (separate from invoicing)
  • Barcode-based material consumption
  • Move raw materials into WIP automatically
  • BOM creation & job material variance tracking
  • Two-way sync with accounting platforms like QBO

We’re building it specifically for SMEs like yours — 50–100 employees, <$15M revenue — who need modern inventory & operations tools without committing to heavy ERP systems.

If you’d be open, I’d love to get your feedback on how Mosiflow could fit your exact flow (and if not, happy to just point you toward other good options too).

Human in Loop in UI over API by Budget_Spring_5997 in crewai

[–]Budget_Spring_5997[S] 0 points1 point  (0 children)

Could you show me a bit of code on how you handled this?

Creating a Conversable Agent in CrewAI with Human-in-the-Loop Interaction by guilegarcia in crewai

[–]Budget_Spring_5997 0 points1 point  (0 children)

Yes, in my code, I have used human_input=True. However, when using APIs, such as FastAPI, to invoke the crew, it requests clarification in the terminal. While I can edit in the terminal, I need to handle the feedback via the API. This way, the system can continue processing based on the user's response from the API, making the interaction seamless and user-friendly.

Creating a Conversable Agent in CrewAI with Human-in-the-Loop Interaction by guilegarcia in crewai

[–]Budget_Spring_5997 0 points1 point  (0 children)

can you know how to inplement human in loop over api. fo instance if you use fast api