COOPENOMICS
v1
Кооперативная Экономика
index.hpp
См. документацию.
1
#pragma once
2
3
// Агрегатор определений таблиц и связанных domain-заголовков (раньше — drafts/accounts/coops/… в корне lib).
4
5
// drafts
6
#include "
document_core.hpp
"
7
#include "
table_draft_drafts.hpp
"
8
#include "
table_draft_translations.hpp
"
9
10
// accounts (registrator)
11
#include "
account_payer.hpp
"
12
#include "
org_data.hpp
"
13
#include "
registrator_account_access.hpp
"
14
#include "
table_registrator_accounts.hpp
"
15
#include "
table_registrator_coops.hpp
"
16
#include "
table_registrator_orgs.hpp
"
17
#include "
table_registrator_verification.hpp
"
18
#include "
table_registrator_candidates.hpp
"
19
#include "
table_registrator_candidates_legacy.hpp
"
20
#include "
table_registrator_exits.hpp
"
21
22
// coops (soviet)
23
#include "
coops_access_helpers.hpp
"
24
#include "
table_soviet_addresses.hpp
"
25
#include "
table_soviet_boards.hpp
"
26
#include "
table_soviet_decisions.hpp
"
27
#include "
table_soviet_participants.hpp
"
28
#include "
table_soviet_staff.hpp
"
29
#include "
table_soviet_approvals.hpp
"
30
31
#include "
table_counts.hpp
"
32
33
#include "
permissions.hpp
"
34
#include "
rammarket.hpp
"
35
36
#include "
table_balances_balances.hpp
"
37
#include "
table_soviet_progwallets.hpp
"
38
39
#include "
table_soviet_agreements.hpp
"
40
#include "
table_soviet_agreements3.hpp
"
41
#include "
table_soviet_coagreements.hpp
"
42
#include "
table_soviet_programs.hpp
"
43
44
#include "
table_fund_accfunds.hpp
"
45
#include "
table_fund_coopwallet.hpp
"
46
#include "
table_fund_expfunds.hpp
"
47
#include "
table_fund_fwithdraws.hpp
"
48
49
#include "
table_branch_aids.hpp
"
50
#include "
table_branch_branches.hpp
"
51
#include "
table_branch_branchstat.hpp
"
52
#include "
table_branch_expenses.hpp
"
53
#include "
table_soviet_taxes.hpp
"
54
#include "
table_branch_weights.hpp
"
55
#include "
table_branch_decisions.hpp
"
56
#include "
table_branch_trustreqs.hpp
"
57
58
// wallet / gateway / ledger / loan / marketplace
59
#include "
table_wallet_deposits.hpp
"
60
#include "
table_wallet_users.hpp
"
61
#include "
table_wallet_withdraws.hpp
"
62
#include "
table_gateway_incomes.hpp
"
63
#include "
table_gateway_outcomes.hpp
"
64
#include "
table_ledger_laccount.hpp
"
65
#include "
table_ledger_writeoffs.hpp
"
66
#include "
table_ledger2_wallet.hpp
"
67
#include "
table_ledger2_account.hpp
"
68
#include "
table_ledger2_userwallets.hpp
"
69
// Epic 1 addendum (2026-04-18): journal+wjournal удалены из RAM; история
70
// собирается на бэкенде из blockchain_actions[ledger2::apply/walletop/debit/credit]
71
// и blockchain_deltas[ledger2::accounts/wallets].
72
#include "
table_ledger2_meta.hpp
"
73
#include "
table_loan_debts.hpp
"
74
#include "
table_loan_summaries.hpp
"
75
76
// marketplace (Story 11.1, canonical) — anchor-таблицы трёх процессов
77
// p.mkt.supply / p.mkt.return / p.mkt.wroff. Donor-таблицы (requests/segments/
78
// shipments) удалены вместе с donor-actions (AR30). Batch (consolidated request)
79
// — backend-only, on-chain не хранится (Locked Decision L10).
80
#include "
table_marketplace_fee_config.hpp
"
81
#include "
table_marketplace_orders.hpp
"
82
#include "
table_marketplace_return_requests.hpp
"
83
#include "
table_marketplace_writeoff_proposals.hpp
"
84
85
// apps (каталог приложений)
86
#include "
table_apps_packages.hpp
"
87
#include "
table_apps_releases.hpp
"
88
#include "
table_apps_subs.hpp
"
89
#include "
table_apps_coops.hpp
"
90
#include "
table_apps_pricings.hpp
"
91
#include "
table_apps_globals.hpp
"
92
#include "
table_apps_clients.hpp
"
93
94
// ano (цепочка доверия)
95
#include "
table_ano_endorsements.hpp
"
account_payer.hpp
coops_access_helpers.hpp
document_core.hpp
org_data.hpp
permissions.hpp
rammarket.hpp
registrator_account_access.hpp
table_ano_endorsements.hpp
table_apps_clients.hpp
table_apps_coops.hpp
table_apps_globals.hpp
table_apps_packages.hpp
table_apps_pricings.hpp
table_apps_releases.hpp
table_apps_subs.hpp
table_balances_balances.hpp
table_branch_aids.hpp
table_branch_branches.hpp
table_branch_branchstat.hpp
table_branch_decisions.hpp
table_branch_expenses.hpp
table_branch_trustreqs.hpp
table_branch_weights.hpp
table_counts.hpp
table_draft_drafts.hpp
table_draft_translations.hpp
table_fund_accfunds.hpp
table_fund_coopwallet.hpp
table_fund_expfunds.hpp
table_fund_fwithdraws.hpp
table_gateway_incomes.hpp
table_gateway_outcomes.hpp
table_ledger2_account.hpp
table_ledger2_meta.hpp
table_ledger2_userwallets.hpp
table_ledger2_wallet.hpp
table_ledger_laccount.hpp
table_ledger_writeoffs.hpp
table_loan_debts.hpp
table_loan_summaries.hpp
table_marketplace_fee_config.hpp
table_marketplace_orders.hpp
table_marketplace_return_requests.hpp
table_marketplace_writeoff_proposals.hpp
table_registrator_accounts.hpp
table_registrator_candidates.hpp
table_registrator_candidates_legacy.hpp
table_registrator_coops.hpp
table_registrator_exits.hpp
table_registrator_orgs.hpp
table_registrator_verification.hpp
table_soviet_addresses.hpp
table_soviet_agreements3.hpp
table_soviet_agreements.hpp
table_soviet_approvals.hpp
table_soviet_boards.hpp
table_soviet_coagreements.hpp
table_soviet_decisions.hpp
table_soviet_participants.hpp
table_soviet_programs.hpp
table_soviet_progwallets.hpp
table_soviet_staff.hpp
table_soviet_taxes.hpp
table_wallet_deposits.hpp
table_wallet_users.hpp
table_wallet_withdraws.hpp
cpp
lib
domain
index.hpp
Создано системой
1.9.3