UNPKG

@fin.cx/skr

Version:

SKR03 and SKR04 German accounting standards for double-entry bookkeeping

19 lines (18 loc) 417 B
import type { IAccountData } from './skr.types.js'; /** * SKR03 - Process Structure Principle (Prozessgliederungsprinzip) * Organized by business process flow */ export declare const SKR03_ACCOUNTS: IAccountData[]; export declare const SKR03_ACCOUNT_CLASSES: { 0: string; 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; };