[removed] !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s[removed].insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '550537873994715'); fbq('track', 'PageView'); [removed] src="https://www.facebook.com/tr?id=550537873994715&ev=PageView&noscript=1" />
KOKA | ERP | CRM | POS | Software for Businesses
Request Free Demo
GST billing software | Invoice management | Koka Books
KOKA Books POS

Adding Favicon, Login & Registration page background image

Stock Transfer

What is Stock Adjustment? And how to use it?

Reports

Adding & Editing Payment Method or Pay Via options (Custom payments)

[ADDON]: Accounting & BookKeeping Module/Addon

Frequenty asked questions, Common Issues & Errors.

Feature List for KOKAPOS

Mobile app KOKA POS

Adding Favicon

To change the Favicon.ico image go to /public folder and replace the favicon.ico file present there.


Clear cache of your browser and it will start to show the new image you added.

Changing Logo in Login & Registration page

Replace the image pos\public\img\logo-small.png


Keep the new image name as “logo-small.png”


Changing Background Colour in Login Page


How to change the blue background in the login page?

To change the blue background in the login page, check the css file and change the line as mentioned below.


Step 1: Login to your server and open the codebase files for UltimatePOS.

Step 2: Go to pos\resources\views\layouts\partials\extracss_auth.blade.php and edit line no 15. Add the required color code here.

Setting Background Image in Login/Registration and Pricing Page

You can change the default blue background in the Login Page, Registration Page, and Pricing Page by updating the style file.


Step 1: Go to pos\resources\views\layouts\partials\extracss_auth.blade.php

Step 2: Inside this file, you will find the code for both background image and background color.

Step 3:

To apply your choice:

  • For Background Image → Un-comment the line of code for the background image.
  • For Background Color → Un-comment the line of code for the background color.

Changing Application Name in Landing page

To change the application name in the landing page, follow the steps given below


Step 1: Open .env file present in your codebase.

Step 2: Search for APP_NAME.

Step 3: Change the value for the APP_NAME =”examplePOS” as required.

How can I display the login page instead of the landing page? (Making login page as the landing page)

If you want to redirect the landing page of your POS system to login page page, you can modify the route in the pos/routes/web.php file to call the login blade instead of the welcome blade.


This will display the login page instead of the default welcome page when the POS system is accessed.

To change the route and call the login blade, follow these steps:

  • 1. Open the routes/web.php file in your code editor.
  • 2. Search for the route that specifies the view for the welcome blade file.
  • 3. Replace the view name with the name of the login blade file.
  • 4. Save the changes to the routes/web.php file.

For more information on using blade templates in Laravel, refer to the Laravel documentation at


https://laravel.com/docs/10.x/blade.

If you need to pass data to the view, you can refer to this guide at


https://www.geeksforgeeks.org/different-ways-for-passing-data-to-view-in-laravel/.

For more information on file paths in UltimatePOS, refer to this documentation at


https://ultimatefosters.com/docs/ultimatepos/technical/different-files-path/.
Updated on September 26, 2025