smart admin panel November 18, 2019, 09:55:25 AM Hi I discover PHPrad today. Nice job !I need to develop a sophisticate admin panel for a CRM appI have a few question :1 - Do you think it could be possible to integrate a php panel like smart admin (https://wrapbootstrap.com/theme/smartadmin-responsive-webapp-WB0573SK0)2 - Is it possible to add custom / tiers UI components like js scheduler ?3 - What about notification ? Is it possible to implement js background notification for users ?4 - less to css ?During installation I get this error message ?IPersistFile::Save failed; code 0x80070002. File could not be found.Thanks Quote Selected Last Edit: November 18, 2019, 10:15:58 AM by eletec
Re: smart admin panel Reply #1 – November 18, 2019, 11:39:25 AM @eletec 1. yes it is possible, only after publishing to production.2 yes, it is possible.3. yes, it is possible.3. your stylesheet should be in CSS.the error code you provided seems to be associated with a corrupt system file. please try running "SFC /scannow" on Command Prompt to check your system for errors. Quote Selected
Re: smart admin panel Reply #2 – November 19, 2019, 12:41:57 PM seem's great !"yes it is possible, only after publishing to production." I don't understant this response. Could you explain the way to do that ?What about interaction betweenp hprad and smartadmin ? (smart admin use composer to resolve dependencies)Thanks for your response,Jack Quote Selected
Re: smart admin panel Reply #3 – November 19, 2019, 05:29:57 PM @eletec I thought you were talking about an HTML template. You can not do that with PHPRAD, you will have to write you code manually to help you merge the two web apps. Please, PHPRad only manages apps generated by it. You can use the database that is being used by your smart admin web app to create a new project using PHPRad.For more info, please read the PHPRad Docs and PHPRad API Docs. Quote Selected Last Edit: November 19, 2019, 05:31:42 PM by willvin
Re: smart admin panel Reply #4 – November 20, 2019, 06:11:07 AM Yes Willvin, smartadmin is a template : there is no database. Just php / js statiques pages with a bootstrap 4 implementation. There is a html version, php version vuejs version, ...Jack Quote Selected
Re: smart admin panel Reply #5 – November 20, 2019, 08:51:09 AM @eletec same thing applies to the HTML template. After publishing to production you can now manually integrate the theme. Quote Selected
Re: smart admin panel Reply #6 – November 21, 2019, 04:18:53 PM OK thanks for your answers a few more questions : 1 - is it possible to design a front management for user record management ? I mean interface for admins roles to setup access 2 - is it possible to put controls in grid ceels as gauge, notification icons, etc... ? 2 - I try to manage a n/n relation : assigne a lot of vales from a table to a record in another table usinq a multiple listbox grid. (I have 400 shops and managers can manage a collection of shops) I could not do that... Is it possible with phpRad ? ThanksJack Quote Selected
Re: smart admin panel Reply #7 – November 22, 2019, 12:28:02 AM 1. you can create roles using the phprad app and admins can assign such roles created to users using the generated app.2. Yes, it is possible, PHPrad uses bootstrap 4.3. Not clearNote: PHPrad allows you to write custom codes to fit your needs. If PHPrad does not offer a feature you need, you can write the code to handle that for you. Please do go through the documentation link sent to you previously. You can also get Other Helpful Resources here, like projects on phprad.Regards,willvin Quote Selected