KOKA Books POS allows you to add expenses for an employee. Thie expenses can be Salary, Bonuses, Perks, travel expenditure or anything else.
Expense for Contact (Customer or Supplier): To add expense for a customer or supplier select the customer/supplier name from the expense for contact dropdown.
Step 1: Open the File
Navigate to the file path pos/resources/views/expense/create.blade.php to open the add expense blade file.
Step 2: Find the Tax Dropdown Label
In the add expense blade file, search for the tax dropdown label. You can use the code to search for the label.
Step 3: Set Default Value for the Tax Dropdown Label
Once you have found the tax dropdown label, you can set the default value for it. This can be done by referring to the following links:
If you have less coding knowledge, you can refer to the add sale blade file located in the resources/views/sell/create.blade.php in the POS codebase. This file can serve as a reference for the required code.