e58bcbef57
- Added ConsumerStore and PosStore to manage state and data fetching for consumers and POS entities. - Implemented breadcrumb functionality in both stores to enhance navigation. - Created views for consumer accounts, business activities, complexes, and poses with respective components. - Developed single view components for detailed display and editing of consumer and POS data. - Introduced charge account management components in the super admin module, including forms and lists for charge transactions. - Established API routes and services for handling charge account transactions.
6 lines
177 B
TypeScript
6 lines
177 B
TypeScript
export * from './accounts_io';
|
|
export * from './activatedLicenses_io';
|
|
export * from './chargeAccount_io';
|
|
export * from './chargeLicenseTransactions_io';
|
|
export * from './io';
|