Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Warehouse Inventory Page with Search, Filter, Edit, Delete, and Upload Functionality #990

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

IkkiOcean
Copy link
Contributor

@IkkiOcean IkkiOcean commented Nov 10, 2024

PR Title:

Add Warehouse Inventory Page with Search, Filter, Edit, Delete, and Upload Functionality

Description:

This PR introduces the WarehouseInventory page along with its related components, providing a complete inventory management system. The new page includes functionality for:

  • Search and Filtering: Users can search inventory items by name and filter them by category.
  • Inventory Table: Displays a sortable inventory list with options for item selection, editing, and deletion.
  • Edit Modal: Allows users to edit individual inventory items.
  • Delete Modal: Provides a confirmation dialog for deleting single or multiple items.
  • Upload Modal: Enables bulk upload of inventory items via file input.

Changes:

  1. Added Components:

    • SearchAndFilter: Handles search and filter inputs.
    • InventoryTable: Displays inventory items in a sortable table format.
    • EditModal: Allows editing of individual inventory items.
    • DeleteModal: Confirms deletion of inventory items.
    • UploadModal: Manages file uploads for bulk inventory addition.
  2. WarehouseInventory Page:

    • Organizes and combines all the components to create a functional inventory page.
    • Implements search, filter, and sorting logic for the inventory table.
    • Manages state for selected items, editing, and modals.
  3. CSS: Used Tailwind CSS for styling the components with responsive layouts and smooth animations.

Screenshot:

pppr.mp4
Screenshot 2024-11-10 at 3 35 59 PM

Copy link

vercel bot commented Nov 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
agro-tech-ai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 10, 2024 10:06am

Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@IkkiOcean
Copy link
Contributor Author

please merge soon, event is ending

@manikumarreddyu manikumarreddyu merged commit 638b0fc into manikumarreddyu:main Nov 10, 2024
4 checks passed
Copy link
Contributor

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Warehouse Inventory Management Page for Admin
2 participants