Openemr: Top Menu Fee Sheet Issue

Created on 19 Dec 2017  路  4Comments  路  Source: openemr/openemr

Select an encounter then goto any other tab and select fee sheet from Fees->Fee Sheet. Use to open fee sheet where now a new tab is not opened. We may need to disable or remove that option from menu unless user is in encounter tab.

Bug

All 4 comments

Can I work on this?

@thesmallstar before you do.
@bradymiller I don't see a need for Fee Sheet to be in top menu. One, it's ambiguous as to what encounter is already up especially since we don't auto goto encounter tab if already opened and user is in different tab. Plus I'm not sure we can open a tab in encounter from menu.

Hi @sjpadgett and @thesmallstar ,

Seems like 2 bugs here:

  1. When click on this or any link in Patient Client/Visit Form, then it needs to focus on the encounter tab.
  2. And fix this issue:
    https://github.com/openemr/openemr/issues/1511
    (should only be able to open 1 Fee Sheet, 1 Misc Billing Options, and maybe just 1 Procedure (and am not sure about the Procedure order, though, @sjpadgett prob knows though))

Then I think this issue would be solved.

Okay @thesmallstar go for it. A couple notes.

  • For dealing with main tabs look here: interface/main/tabs/js/tabs_view_model.js
  • For encounter tabs: interface/patient_file/encounter/encounter_top.php and src/Tabs/TabsWrapper.php
  • You may need to prevent a new Fee Sheet form opening from encounter_top.php around L-47
  • good news is you'll only ever have but one encounter tab opened at anytime. Named "enc"

Good luck and thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MatthewVita picture MatthewVita  路  5Comments

georgetye picture georgetye  路  5Comments

bradymiller picture bradymiller  路  6Comments

bradymiller picture bradymiller  路  5Comments

bradymiller picture bradymiller  路  6Comments