davidjernigan3 wrote on Thursday, January 22, 2015:
I have Ubuntu server and I am trying to edit the billing statement. I cannot find the correct file to edit or the correct path to the file. I am a newbie, and could use some help.
Thanks.
davidjernigan3 wrote on Thursday, January 22, 2015:
I have Ubuntu server and I am trying to edit the billing statement. I cannot find the correct file to edit or the correct path to the file. I am a newbie, and could use some help.
Thanks.
growlingflea wrote on Thursday, January 22, 2015:
What exactly are you trying to do?
You can start here:
interface/billing and library/billing.inc/
If you are a beginning developer I strongly recommend getting firefly for firefox and using a step debugger. If you can give me more details about your end goal, I’ll be happy to help you.
fsgl wrote on Thursday, January 22, 2015:
Enable line numbers in your built-in text editor. Open text editor->Edit tab->Preference. See attachment.
File path: /var/www/openemr/sites/default/statement.inc.php.
davidjernigan3 wrote on Thursday, January 22, 2015:
Thank you! I want to try to customize the billing statement a bit. This is a big help, so many thanks.
growlingflea wrote on Friday, January 23, 2015:
If you are using source control, modifying the contents in the www directory is generally a bad idea. If you aren’t using source control, that is generally a bad idea too. A good practice is to have your git repository separate from your virtual host. That way you can make changes and test them while your live site doesn’t get affected.