Phase 1 foundation: - Migration 0047: all accounting tables (invoice, payment_application, account_balance, account_code, journal_entry, billing_run), chart of accounts seed, nextBillingDate on enrollment, accounting module config - Drizzle schema file with all table definitions and type exports - Zod validation schemas (invoice, payment, billing, reports) - AccountBalanceService: materialized AR balance per account Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
252 B
TypeScript
8 lines
252 B
TypeScript
export * from './schema/stores.js'
|
|
export * from './schema/users.js'
|
|
export * from './schema/accounts.js'
|
|
export * from './schema/inventory.js'
|
|
export * from './schema/pos.js'
|
|
export * from './schema/settings.js'
|
|
export * from './schema/accounting.js'
|