A marketplace of add-ons for developing software on 1C:Enterprise, a business application platform. It includes PowerShell and Python versions for working with configuration files and the platform’s command-line tools, plus browser-based testing.
A tool for making targeted changes to 1C configuration source files. 1C is a platform for building business and accounting applications, and its configuration is stored as XML and related object files.
A tool for inspecting the structure of a 1C configuration, a packaged set of business-application settings and code. It reads Configuration.xml and reports properties, sections, object counts, and related details.
A scaffold generator for a new 1C configuration. 1C is a platform for building business and accounting applications; the scaffold creates its basic XML source files.
A validator for 1C configuration source files. It checks the XML structure and the files and objects that make up a 1C business-application configuration.
A tool for analysing a 1C configuration extension, a package that adds or changes parts of a 1C business application. It can show what the extension contains or check whether its code changes were transferred into the main configuration.
A scaffold generator for creating the XML source files of a new 1C configuration extension. A scaffold is a prepared starting structure that can then be filled with the extension’s changes.
A generator for method interceptors in 1C extensions, which let an extension add code before or after an existing method or replace its body. It reads the original method and creates or updates the required BSL source file.
A validator for 1C configuration extensions (CFE), which are add-ons that modify a 1C business configuration. It checks the extension’s XML structure, properties, inherited objects, and role permissions.
A command for creating an information base in 1C, either as a local file database or on a server. 1C is business software used to manage operations and accounting data.
A command for exporting a 1C information-base configuration into a binary CF backup file. 1C is a business software platform, and a CF file stores its configuration.
A tool for exporting an entire 1C information base to a DT file, including both its configuration and stored data. A DT file is a complete backup or restore snapshot, unlike a CF file, which contains only configuration.
A tool for loading a 1C configuration from a CF file into an information base. A CF file contains configuration, and loading it fully replaces the database’s existing configuration.
A command for adding a user-facing command to a 1C external processing's BSP description. BSP is a standard 1C library used to connect add-ons to business applications.