AccelProvider
, and implementing the AccelView
to display financial information.
Install the Library
Begin by installing the AccelBooks React library in your project:Create a Company via the API
Before integrating the React components, you’ll need to create a company in AccelBooks using the API.API Endpoint to Create a Company
Sample cURL Command
{access_token}
with your actual API access token.
Set Up the AccelProvider
Configure theAccelProvider
in your application to provide global settings and authentication for your components.
Warning: Without valid keys (companyId, enterpriseId, and enterpriseSecret), the package will throw errors. If you need to obtain these keys or have any issues, please reach out to the AccelBooks team at info@accelbooks.com for assistance.
Add AccelView to Your Application
Implement theAccelView
component to display a comprehensive view of your company’s financial data.