-
Notifications
You must be signed in to change notification settings - Fork 134
Finance Channelling Income Expense Bills
The Channel Cashier Transaction feature handles the financial transactions specific to channelling (specialist appointment) sessions. It records income collected at the channelling desk and expenses paid out — typically doctor consultation fees paid from the session proceeds.
Main Menu → Channel Cashier Transaction
Submenu items:
-
Income (privilege:
ChannelCashierTransactionIncome) -
Income Bill Search (privilege:
ChannelCashierTransactionIncomeSearch) -
Expenses (privilege:
ChannelCashierTransactionExpencess) -
Expenses Bill Search (privilege:
ChannelCashierTransactionExpencessSearch)
A channelling income bill records fees collected at the channelling desk — booking fees, hospital charges for the session, or other session-related income.
- Navigate to Income →
channel/channel_income_bill.xhtml. - Select the session/doctor from the autocomplete.
- Enter the income amount and category (booking fee, hospital fee, etc.).
- Select the payment method (Cash, Card, etc.).
- Click Save. An income bill is created.
- Print the receipt.
To search income bills: navigate to Income Bill Search → channel/channel_income_bill_search_own.xhtml. Filter by date, doctor, department.
A channelling expense bill records money paid out from the session — typically the doctor's fee or session-related expenses.
- Navigate to Expenses →
channel/channel_expenses_bill.xhtml. - Select the session/doctor.
- Enter the expense amount and category.
- Select the payment method.
- Click Save. An expense bill is created.
To search expense bills: navigate to Expenses Bill Search → channel/channel_expenses_bill_search_own.xhtml.
Channel income and expense bills are the cashier-level transaction records. For the complete doctor payment and WHT tracking workflow, see OPD Doctor Payments and WHT Report.
| Item | Detail |
|---|---|
| Income page | channel/channel_income_bill.xhtml |
| Income search | channel/channel_income_bill_search_own.xhtml |
| Expense page | channel/channel_expenses_bill.xhtml |
| Expense search | channel/channel_expenses_bill_search_own.xhtml |
| Privileges |
ChannelCashierTransactionIncome, ChannelCashierTransactionIncomeSearch, ChannelCashierTransactionExpencess, ChannelCashierTransactionExpencessSearch
|