This documentation relates to an earlier version of JeraSoft VCS.
View User Guide 3.26 or visit our current documentation home page.

Personal logo and styles customization

You may personalize your panel to make it fit better to your company style. You can start with logo and, if you are familiar with CSS, you may add CSS styles. Below, you can find locations for the respective files. Please note that given paths relate to /opt/jerasoft/vcs/portal-frontend/dist/assets.

  • Logo for Login Page – image-resources/logo-login.png
  • Logo for Client Portal – image-resources/logo-panel.png
  • CSS Files – client_portal_custom.css

Warning

You need to re-apply your settings after each JeraSoft Billing upgrade.

Development technologies

Note that the Client Panel comes with all source code, and you can use it as a reference guide or a starting point for your own development. Feel free to modify the code, improve it or extend, build it into some other platforms. For example, you can update the menu, a panel view, edit a set of filters, modify grouping options or create your own panel by taking it as example of functional implementation.

The technologies used for the development of the Client Panel are: 

    1. PHP: Yii2

    2. JavaScript: Angular 2

    3. HTML/CSS: Bootstrap

    4. Tools: Swagger

Warning

If you wish to tune panel in more details, add or remove features, you can just copy source code to another server and modify it. Otherwise, all the changes you made will be removed during the system upgrade.

  • No labels