/
Changes in default.constant file

Changes in default.constant file


  • apq-c3-custom/js/default.constant.js

This is where you will need to put all your customizations so they can be carried forward into future versions of Apliqo UX.

  • apq-c3-custom/images

This is where you will need to put all your custom images

App customization


ยป Background image of login page

'LOGIN_LOGOUT_BACKGROUND': 'LoginPage.jpg'

ยป Login logo

'LOGIN_LOGO': 'ApliqoUX.png'

ยป Application name

'APPLICATION_NAME': 'Custom App Name'

ยป Application logo

'APPLICATION_LOGO': 'chart.png'

PDF Print customization

ยป Application name

'APPLICATION_PRINT_NAME': 'Custom App Name'

ยป Print logo

'APPLICATION_PRINT_LOGO': 'graph.png'

ยป Print message

'PRINT_TOP_RIGHT_MESSAGE': 'My Custom Message goes here'

ยป Date format

'DATE_PRINT_FORMAT': 'yyyy-MM-dd'

Advanced option GUI

ยป Background color

"ADVANCED_OPTIONS_BACKGROUND_COLOR":"#1e76bc"

ย 

Related content