Program Overview and Main Menu

Melbis Shop is a desktop Windows application that combines two roles: a back office for day-to-day staff operations (products, prices, orders, customers) and a development environment for the storefront and web modules. Data is stored on a server, but the application downloads the required portion to the local computer and works with it in batch mode — hence the speed of a desktop application instead of web interface delays. The general mechanics of this workflow are covered in a separate section, “Basic Operating Principles”.

Desktop

When the application starts, the main menu appears at the top of the screen, and the “Dispatcher” window opens automatically on the left — it shows who is currently in the store and lists active locks. Sections open as windows on top of the desktop; unnecessary ones can be closed.

The main menu consists of five tabs. The first three — “Business”, “Products”, and “Structure” — are primarily user-facing sections. The “Design” and “System” tabs are intended primarily for administrators and developers.

“Business” Tab

“Products” Tab

“Structure” Tab

“Design” Tab

“System” Tab

Appearance Settings and Profiles

Sizes. The menu size (large, medium, small) and interface font size are switched in “System” → “Sizes”. A font change takes effect after restarting the application.

Language. The interface language is switched in “System” → “Language” and takes effect after a restart.

Profiles. Saved advanced query conditions and window settings are stored on the server: “System” → “Profiles” allows you to retrieve them from the server, upload them to the server, or clear them. For more details about profiles, see the “Basic Operating Principles” section.

This guide covers the “Business”, “Products”, and “Structure” tabs, the core tools, and the “Administration” section. The “Development Environment”, “Web Console”, “Server”, “Installation”, and “Activity Log” sections relate to development and infrastructure — see the developer guide.