# Furniture Store

Restaurant owners can buy, place, return, and sell furniture through the Employee Computer.

This covers kitchen equipment, storage, seating, signs, and decor.

### How it works

{% stepper %}
{% step %}

### Order furniture

Open the Employee Computer.

Go to the inventory app and browse the furniture store.
{% endstep %}

{% step %}

### Pay from restaurant funds

Furniture is paid for immediately from the restaurant balance.
{% endstep %}

{% step %}

### Wait for delivery

Furniture is delivered after a server restart.

Think of it as overnight delivery.
{% endstep %}

{% step %}

### Place the item

Delivered items show as unplaced.

Use the placement tool to position them in the restaurant.
{% endstep %}

{% step %}

### Manage or sell later

Placed items can be returned to inventory.

Placed or unplaced items can also be sold.
{% endstep %}
{% endstepper %}

### Common furniture categories

* cooking stations
* prep stations
* service stations
* storage
* signs and menus
* seating
* tables
* outdoor items
* decor

### Functional station furniture

Some furniture can create a working station when placed.

Typical examples:

* griddles that create grill stations
* furniture with a `stationType`
* furniture with a `smartZone` for the interaction area

This is configured in `config/furniture_store.lua`.

### Refunds

The default sell-back value is 50%.

Check `Config.FurnitureRefundPercent` in `config/shared.lua` if you want to change it.

### Good admin checks

* confirm the restaurant has enough funds
* restart after placing the order if the item is still pending
* verify the prop model exists if an item refuses to place

### Related pages

* [Employee Computer (EnviOS)](https://envi-scripts-organization.gitbook.io/documentation/premium-scripts/envi-restaurants/employee-computer-envios)
* [Storage System](https://envi-scripts-organization.gitbook.io/documentation/premium-scripts/envi-restaurants/storage-system)
* [Configuration Info](https://envi-scripts-organization.gitbook.io/documentation/premium-scripts/envi-restaurants/configuration-info)
