An open API service indexing awesome lists of open source software.

https://github.com/komed3/ebay-sales-manager

Managing private eBay orders, track sales, profits, and customer data
https://github.com/komed3/ebay-sales-manager

ebay sales-analysis

Last synced: 8 days ago
JSON representation

Managing private eBay orders, track sales, profits, and customer data

Awesome Lists containing this project

README

          

# eBay Sales Manager

> [!WARNING]
> **Only for private eBay sellers!**
> This application is intended for private eBay sellers to manage their sales and customer data.
> It is not designed for business or commercial use.

Managing private eBay orders helps you track sales, profits, and customer data. The system supports the export of reports and statistics, provides insight into detailed sales data, and offers a map view of all customer locations.

New orders can be entered quickly and easily using the form. Reports and statistics help you keep track of sales and profits and are generated automatically by the system. A filterable list of all orders makes it easy to manage and track sales, while the map view visualizes orders by location.

## Features

- Quick and easy order entry form
- Exportable reports and statistics
- Filterable order list
- Map view of customer locations
- Monthly and annual sales statistics
- Monthly reports
- I18n support and multiple currencies
- User management with authentication

## Installation

Clone the repository:

```bash
git clone https://github.com/komed3/ebay-sales-manager.git
```

Install dependencies:

```bash
cd ebay-sales-manager
npm install
```

Customize setup:

Create a `.env` file based on the provided `config.env-example` and set your environment variables:

```bash
cp config.env-example .env
```

Create an initial user:

```bash
npm run createUser
```

Start the application:

```bash
npm run start
```

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
**© Copyright 2025 Paul Köhler (komed3)**