UNPKG

@calf/helios

Version:

Helios module of Calf framework.

99 lines (98 loc) 2.53 kB
/** * Helios procedure * @description Available basic procedures */ export declare class HeliosProcedure { private constructor(); private static readonly PREFIXES; /** * Companies * @description TabCisOrg */ static get Companies(): string; /** * Goods and services * @description TabKmenZbozi */ static get GoodsAndServices(): string; /** * Merchandise management documents * @description TabDokladyZbozi */ static get MerchandiseManagementDocuments(): string; /** * Merchandise management transactions * @description TabPohybyZbozi */ static get MerchandiseManagementTransactions(): string; /** * Merchandise management transactions txt * @description TabOZTxtPol */ static get MerchandiseManagementTransactionsTxt(): string; /** * Merchandise management documents recalc * @description TabDokladyZbozi */ static get MerchandiseManagementDocumentsRecalc(): string; /** * Custom orders documents * @description TabDosleObjH02 */ static get CustomOrdersDocuments(): string; /** * Custom order transactions * @description TabDosleObjR02 */ static get CustomOrdersTransactions(): string; /** * Accounting journal * @description TabDenikImp */ static get AccountingJournal(): string; /** * Accounting journal execute import * @description TabDenik */ static get AccountingJournal_ExecuteImport(): string; /** * Accounting journal clear import * @description TabDenik */ static get AccountingJournal_ClearImport(): string; /** * Organizational structure * @description TabStrom */ static get OrganizationalStructure(): string; /** * Cost pools * @description TabNakladovyOkruh */ static get CostPools(): string; /** * Vehicles * @description TabIVozidlo */ static get Vehicles(): string; /** * Job orders * @description TabZakazka */ static get JobOrders(): string; /** * Employees * @description TabCisZam */ static get Employees(): string; /** * Assortment * @description TabSortiment */ static get Assortment(): string; /** * Generate procedure name * @param identifier */ private static generateProcedureName; }