> For the complete documentation index, see [llms.txt](https://docs.biyei.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biyei.net/scripts/bossmenu/exports.md).

# Exports

## Client

Open company menu

```lua
exports.biyei_bossmenu:OpenMenu(jobName) --- jobName: String
```

## Server

Get the company balance sheet

```lua
exports.biyei_bossmenu:GetSocietyBalance(jobName) --- jobName: String
```

Add balance to the company

```lua
exports.biyei_bossmenu:AddSocietyBalance(jobName, amount, reason) --- jobName: String, amount: Number, reason: String
```

Remove balance to the company

```lua
exports.biyei_bossmenu:RemoveSocietyBalance(jobName, amount, reason) --- jobName: String, amount: Number, reason: String
```
