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

https://github.com/octalectzz/fnb-cashier-frontend

The frontend of Wine-POS is built using Vue.js with the Quasar Framework, providing a fast and responsive interface for cashiers, managers, and staff. This repository delivers a seamless user experience, from order taking and payment processing to generating invoices and viewing reports.
https://github.com/octalectzz/fnb-cashier-frontend

Last synced: 4 months ago
JSON representation

The frontend of Wine-POS is built using Vue.js with the Quasar Framework, providing a fast and responsive interface for cashiers, managers, and staff. This repository delivers a seamless user experience, from order taking and payment processing to generating invoices and viewing reports.

Awesome Lists containing this project

README

          

# Winepos (fnb-cashier-frontend)

Winepos is an intuitive and efficient point-of-sale system designed specifically for the wine and beverage industry. It streamlines the sales process, inventory management, and customer experience.

## Install the dependencies

```bash
yarn
# or
npm install
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)

```bash
quasar dev
```

### Lint the files

```bash
yarn lint
# or
npm run lint
```

### Format the files

```bash
yarn format
# or
npm run format
```

### Build the app for production

```bash
quasar build
```

### Customize the configuration

See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).