Financial summary by service code report
commit7b8e0ccc67e1cbc253a252e6fa18afb546bf16b9
authorvisolve-openemr <ranjith.visolve@gmail.com>
Mon, 18 Jun 2012 12:25:35 +0000 (18 17:55 +0530)
committerbradymiller <bradymiller@users.sourceforge.net>
Tue, 3 Jul 2012 04:44:41 +0000 (2 21:44 -0700)
treeac4f9377e6f4c016ce7109277d8d61fe51bb81a8
parentecccbdef437264de326818e3715de149ec51faf5
Financial summary by service code report

 Additional modifications by bradymiller:
 -Use administration->services interface rather than lists to set
  the important codes
 --Select the important codes in Administration->Services (set
   'Service Reporting' for the code)
 -Modified the Administration->Services to have option to only
  search for codes with 'Service Reporting' set.
 -Dealt with following issues in the report main query:
 --Removed the CPT4 hard-coding and instead join in code_types
   table to allow any code types with ct_fee selected
 --Modifier removed from join to the codes table
 --Billing table code_type is not the same as the codes table code_type
   so removed from the join
12 files changed:
custom/code_types.inc.php
interface/main/left_nav.php
interface/patient_file/encounter/superbill_custom_full.php
interface/reports/svc_code_financial_report.php [new file with mode: 0644]
interface/themes/style_blue.css
interface/themes/style_metal.css
interface/themes/style_oemr.css
interface/themes/style_purple.css
interface/themes/style_sky_blue.css
sql/4_1_0-to-4_1_1_upgrade.sql
sql/database.sql
version.php