[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

overriding, modifying or changing any view file (custom views)

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

overriding, modifying or changing any view file (custom views)

Table of Content [hide]

1. Overriding modules view files:

Feature available in KOKABOOKSPOS 3.5 or higher


To change any view files, making direct changes in the file is not recommended. Instead, follow the below steps to create a new file that will override the view file:


1. Create a folder with the name “custom_views” inside the pos folder, like the below screenshot.

2. Examples:

  • 1. If suppose you want to override the welcome.blade.php file which is present in pos/resources/views/welcome.blade.php then simply create a welcome.blade.php file inside custom_views directory. Copy-Paste code of the original welcome.blade.php file in the newly created file and make changes in the new file.
  • Similarly to override any file with name xyz.blade.php present inside
    pos/resources/views/directory_1/directory_2/xyz.blade.php create
    custom_viewsdirectory_1/directory_2/xyz.blade.php, copy-paste the content of original file, and modify it in new files.

The benefit of using this way is the original file is never changed and in any future updated your modified files will not be overwritten.

Overriding modules view files:

To override modules view files:

  • 1. inside custom_views create a folder called “modules”
  • 2. Inside module folder create a folder with the name of the module – that is for example crm or project or repair or superadmin or woocommerce
  • 3. Inside that create folders as advised above.
Updated on September 26, 2025