You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cost centers — an optional analytical dimension for management reporting.
Define cost centers (bukio cost-center add/list/show/deactivate/reactivate),
tag expense/revenue postings at booking time (4700:-100.00@SALES), and run bukio report cost-center to see revenue, costs and result per center for any
period (year, quarter, month, or date range). Cost centers are purely analytical
— they never block a posting and are invisible to statutory reporting.
Schema migration 026; nullable cost_center_id on postings; entry-level @CC
suffix in posting specs; cost center carried through reversals; period filtering
via --period YYYY-Qn|YYYY-MM, --from/--to, --year; single-center drill-down
with --cost-center CODE.
Authz gate for cost centers — cost-center add/deactivate/reactivate mapped
to admin.chart (owner + bookkeeper); cost-center list/show and report cost-center mapped to report.read. Cost-center commands now
participate in the Tier 0.5 RBAC system like every other command.
Flexible period filtering on cost-center reports — --period 2026-Q2 or --period 2026-08 (quarter/month), --from/--to (arbitrary date range), --year (full fiscal year).