-
File Location
This is a general example how to modify the invoice ...
-
If you want to change the client area look copy the existing main theme Perfex located in application/views/themes/ and rename to your theme name, eq. flat
The next part is to copy the assets fold...
-
Perfex CRM support various action hooks all over the code to give the buyers the best experience.
Create file with name my_fun...
-
Perfex CRM supports custom.css file that will be autoloaded all over the CRM to apply your custom styles.
This file don’t exists in the core file...
-
If you need to overwrite some translation text you can create your own custom language file.
This is used if you want to change some text in the main translation files which comes with Perfex CRM installation and prevent your cha...
-
Perfex CRM does not officially support login background image for admin area and customers area to keep the simplicity, but we created simple CSS snippet that will add perfectly aligned and full width background image in the admin area includ...
-
With Perfex you have the ability to edit all the files located on application/views without editing the core files so in this case, you won’t need to worry the updates except if any huge changes made in the files.
Eq. if you want to ...