feat(core): initial release of SKR03/SKR04 German accounting standards implementation
Some checks failed
Default (tags) / security (push) Successful in 44s
Default (tags) / test (push) Failing after 4m4s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

- Complete implementation of German standard charts of accounts
- SKR03 (Process Structure Principle) for trading/service companies
- SKR04 (Financial Classification Principle) for manufacturing companies
- Double-entry bookkeeping with MongoDB persistence
- Comprehensive reporting suite with DATEV export
- Full TypeScript support and type safety
This commit is contained in:
2025-08-09 12:00:40 +00:00
commit 8a9056e767
31 changed files with 16560 additions and 0 deletions

7
ts/plugins.ts Normal file
View File

@@ -0,0 +1,7 @@
// @push.rocks scope
import * as smartdata from '@push.rocks/smartdata';
import * as smartunique from '@push.rocks/smartunique';
import * as smarttime from '@push.rocks/smarttime';
import * as smartlog from '@push.rocks/smartlog';
export { smartdata, smartunique, smarttime, smartlog };