ratty-blush
ratty-blush2w ago

HR Management App Example

Hello Team ! may i know how to get this projec HR Mgt ?
HR Management App Example
Build React-based internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
11 Replies
kapa.ai
kapa.ai2w ago
Hi @YUu. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- You can access the HR Management App example for Refine in two ways: 1. Community Edition (Open Source):
There is a community edition of the HR Management App available as an open-source example. You can create this project locally by running the following command:
npm create refine-app@latest -- --example refine-hr-ce

npm create refine-app@latest -- --example refine-hr-ce

You can also view the live demo here.
More details and the source code are available in the refine-hr-ce example repository and in the official documentation. This version is suitable for most use cases and demonstrates features like login, time off management, role-based access, and more<sup>refine-hr-ce README</sup>. 2. Enterprise Edition:
There is also an HR application template available under Refine Enterprise, which may include additional features or support. If you are interested in the enterprise version, you would need to contact the Refine team for access, as it is not open source<sup>Discord support thread</sup>. For most users, the community edition should be sufficient and is freely available to try and modify. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2w ago
<@1363813043997249548> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
ratty-blush
ratty-blushOP2w ago
yes sir may i know the way to clone that project ? @kapa.ai can i clone the https://hr.refine.dev/overview this project right ?
kapa.ai
kapa.ai2w ago
Let me check the knowledge base for you again. One moment! :books: ---------------------- Based on the available knowledge sources, you cannot directly clone the project hosted at https://hr.refine.dev/overview. However, there is a community edition of the HR Management App (refine-hr-ce) that you can clone and use. This open-source version is available on GitHub and can be created locally with the following command:
npm create refine-app@latest -- --example refine-hr-ce
npm create refine-app@latest -- --example refine-hr-ce
You can find more details and the source code in the refine-hr-ce example repository. The enterprise version, which may be what is hosted at https://hr.refine.dev/overview, is not open source and is only available to enterprise customers. The community edition, however, is freely available for you to use and modify Discord support thread refine-hr-ce README. If you specifically want the exact project at https://hr.refine.dev/overview (the enterprise version), it is not available for direct cloning from the public repositories. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2w ago
<@1363813043997249548> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
ratty-blush
ratty-blushOP2w ago
@kapa.ai how can i get the enterprise customers
kapa.ai
kapa.ai2w ago
Let me check the knowledge base for you again. One moment! :books: ---------------------- To become an enterprise customer and access Refine's Enterprise Edition (including enterprise-only templates and features), you need to contact the Refine team directly. The knowledge sources indicate that enterprise packages are distributed through a private NPM registry and require an authentication token. You can start the process by reaching out via the official contact form provided by Refine: - Contact Refine for Enterprise Edition Once you contact them, they will provide you with details on licensing, pricing, and how to set up access to the private registry for enterprise packages Enterprise Edition Docs Multitenancy Docs. There is no information in the knowledge sources about how to acquire enterprise customers for your own business or product—only about how to become an enterprise customer of Refine. If you meant something else, please clarify your question. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2w ago
<@1363813043997249548> Kapa.ai is still learning and improving, please let me know how I did by reacting below.
flat-fuchsia
flat-fuchsia2w ago
@kapa.ai i have contact to email and ceo have reply already so what should i do to get full project HR and check my account is Enterprise or not ?
kapa.ai
kapa.ai2w ago
Let me check the knowledge base for you again. One moment! :books: ---------------------- If you have already contacted the Refine team and received a reply from the CEO, the next steps to access the full HR project and verify your Enterprise account status are as follows, based on the available knowledge sources: 1. Enterprise Access Setup:
The Refine Enterprise Edition is distributed via a private NPM registry. You will need an authentication token to access enterprise packages. The team should provide you with this token and instructions. Typically, you will add the following to your .npmrc file in your project root:
@refinedev:registry=<https://registry.refine.dev>
//registry.refine.dev/:_authToken=your-token-here

@refinedev:registry=<https://registry.refine.dev>
//registry.refine.dev/:_authToken=your-token-here

After this, you can install enterprise packages (including templates) using npm, yarn, or pnpm:
npm i @refinedev/core @refinedev/enterprise

npm i @refinedev/core @refinedev/enterprise

This process is described in the Enterprise Edition documentation. 2. Getting the HR Project:
The HR application template for Enterprise is not available in the public repositories. Once your enterprise access is set up, the Refine team should provide you with instructions or a repository link to access the full HR project. If you have not received this, reply to the CEO or your contact at Refine and request the specific instructions or access link for the HR template. 3. Check Enterprise Account Status:
There is no automated way described in the knowledge sources to check your enterprise status. If you can successfully install packages from the private registry using your token, your account is set up for Enterprise. If you encounter issues, contact the Refine team for support Enterprise Edition Docs. If you need further help, you can also reach out to the Refine team via their Discord community for real-time assistance. If you have not received the HR project or access details after your initial contact, it is best to follow up directly with the Refine team, as the knowledge sources do not provide a public download or clone link for the enterprise HR template. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2w ago
<@966688007493140591> Kapa.ai is still learning and improving, please let me know how I did by reacting below.

Did you find this page helpful?