Tom Butcher d52b89de43 Add New Invoice Modal to SalesOrderInfo Component
- Introduced a new modal for creating invoices within the SalesOrderInfo component.
- Implemented state management for the new invoice modal, allowing users to open and close it.
- Integrated NewInvoice component with default values for sales order processing.
2025-12-28 02:10:16 +00:00
2025-05-09 22:23:51 +01:00
2025-12-28 02:09:01 +00:00
2025-12-09 02:16:29 +00:00
2025-12-27 16:38:43 +00:00
2025-08-24 00:08:13 +01:00
2025-05-09 22:16:13 +01:00
2025-12-27 16:17:09 +00:00
2025-05-09 22:23:51 +01:00
2025-08-22 20:28:50 +01:00
2025-12-27 16:35:37 +00:00
2025-06-02 02:02:07 +01:00
2025-12-27 16:16:11 +00:00
2025-11-17 18:46:12 +00:00
2025-12-27 17:25:04 +00:00
2025-12-13 21:05:03 +00:00
2025-12-27 16:18:15 +00:00

Farm Control UI

Build Status

Farm Control UI is a modern web application for managing and monitoring farm production, inventory, and operations. This project serves as the frontend for the FarmControl system, providing an intuitive interface for users to interact with various farm management modules.

Features

  • Dashboard for real-time monitoring
  • Inventory management (Filaments, Parts, Products, Vendors, etc.)
  • Production tracking (Jobs, Printers, GCode files)
  • User and access management
  • Audit logs and activity tracking
  • Responsive and user-friendly design

Stack

Getting Started

Prerequisites

  • Node.js (v16 or higher recommended)
  • npm (v8 or higher)

Installation

  1. Clone the repository:
    git clone https://github.com/your-org/farmcontrol-ui.git
    cd farmcontrol-ui
    
  2. Install dependencies:
    npm install
    

Running the App

To start the development server:

npm run dev

The app will be available at http://localhost:5173.

Building for Production

To build the app for production:

npm run build

The optimized build will be in the build/ directory.

To run the app for production:

npm start

Project Structure

src/
  assets/         # Icons, logos, and other static assets
  components/     # React components organized by feature/module
  config.js       # App configuration
  index.jsx        # App entry point
  App.jsx         # Main App component
  ...
public/           # Static public files
scripts/          # Utility scripts (e.g., SVG minification)

License

This project is licensed under the MIT License.

Description
A modern web application for managing and monitoring farm production, inventory, and operations.
Readme 33 MiB
Languages
JavaScript 99%
CSS 0.9%