> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Admin Console

> The iCommerce admin suite — finance, operations, fulfillment, and traceability modules over the embedded engine.

# Admin Console

An operator UI over the embedded engine, covering roughly **17 domains** and backed by a
951-test suite.

## Finance

Six pages:

| Page            | Contents                                                      |
| --------------- | ------------------------------------------------------------- |
| **Ledger**      | Chart of accounts, journal entries, trial balance             |
| **Bills**       | AP aging with status filter                                   |
| **Close**       | Dry-run per-step report, with a typed-confirmation real close |
| **Receivables** | AR aging, DSO, per-customer buckets                           |
| **Assets**      | Fixed-asset register and depreciation schedules               |
| **Revenue**     | Revenue contracts and performance obligations                 |

<Tip>
  The Close page always runs a **dry run first** and requires you to type a confirmation before
  the real close. Per-item failures never abort a close, so read the per-step report rather than
  assuming success.
</Tip>

## Operations

| Section           | Pages                                                   |
| ----------------- | ------------------------------------------------------- |
| **Purchasing**    | Purchase orders, suppliers                              |
| **Warehouse**     | Warehouses, locations, cycle counts                     |
| **Manufacturing** | Work orders, quality inspections, NCRs                  |
| **Fulfillment**   | Waves, pick tasks                                       |
| **Traceability**  | Lots with expiry highlighting, serial numbers, receipts |

## EDI

A read-only `/operations/edi` page summarizing 850, 855, 856, and 810 documents with status
tracking, backed by `commerce.ediDocuments` in the Node binding.

For the full EDI gateway — inbound processing, acknowledgments, transports, and partner
onboarding — see [StateSet EDI](/stateset-edi/overview).

## General ledger periods

`generalLedger.listPeriods` is bound and wired into the Close page, so period state is visible
where you act on it.

## Related

* [Finance & Accounting](/stateset-icommerce/stateset-icommerce-finance)
* [Bindings](/stateset-icommerce/stateset-icommerce-bindings)
