ItemSmart Configurator

App Initialization

Build-time configuration the FE needs before rendering anything. Controls date format, currency, sidebar modules, planning levels, and version definitions. Must be configured FIRST before any module works.

3 screens · 10 configs

Global Settings

Core app settings: date format, currency, hidden sidebar modules, datetime format for BE.

Open this area →
App Config Configure in form (~18KB)

Global application settings. Controls sidebar module visibility, planning level dropdown options, date/currency format.

Product Hierarchy

Defines the product hierarchy structure (Department → Class → SubClass → ...) and how queries route to physical KPI tables.

Open this area →
Planning Levels & Duration Configure in form (699B)

Dropdown items for the planning level selector and time duration selector.

Department → Table Routing Review carefully (~1KB)

Maps each L0 value (e.g. ACCESSORY, BATH) to its physical KPI table. Critical for query routing.

Hierarchy Level Definitions Configure in form (184B)

Backend hierarchy definition: which levels exist, mandatory flags, and table_resolver_level.

Plan Versions Configure in form (558B)

Available planning versions (WP, LY, OP, IAF, LF, LLY). Drives column generation across all modules.

Filter Label → DB Column Map Configure in form (125B)

Maps FE filter labels (Department, Class) to DB columns (l0_name, l1_name). Keys are client business labels.

Attribute → ID Column Map Configure in form (433B)

Maps displayable attribute names to their DB ID columns for filter resolution.

Highest Product Level Configure in form (7B)

Hierarchy level at which KPI data is table-partitioned. No runtime consumer — metadata only.

LY/LLY Fallback Priority Configure in form (50B)

Ordered version codes for LY/LLY fallback when data is missing.

Item Planning Global Filters

The global filter panel for Item Planning (Dashboard + Planning Grid). This is the main filter UI that drives product/time/channel selection across the core planning workflow.

Open this area →
Item Planning Filter Panel Review carefully (~8KB)

Complete UI definition for the Item Planning filter panel. Defines cascading filter dimensions (Product, Time, Channel) with nested sections and fields. Each dimension has collapsible sections containing dropdowns, date pickers, search boxes, and toggles. This filter panel is shared across the Dashboard and Planning Grid screens — changing it affects both.