Thursday 29 April 2010

The fix report

In Openbravo we have a great tool for Openbravo ERP and Openbravo POS, the Openbravo Issue Tracking System. This tool is open to all partners and members of the community. Here you can log new issues, search for open issues, closed issues, monitor the evolution of issues, participate in the issues discussions, etc. Issue reporting is very important. A good issue report is great for Openbravo engineers because it helps to evaluate the issue, and makes it easier to keep track of open issues, verify and fix them. In our wiki we have a defined QA Assurance Process and a detailed Bug Reporting Guidelines that explains how to log a good issue report. I recommend to everybody that works with Openbravo ERP and POS to have a look at these documents.

But if the issue report is very important to understand and fix the issue. The fix report is also very important too. The fix report is no more than a note added to the issue report by the engineer that explains in detail what has been done to fix the issue. The fix report makes it easier for the QA team to verify the correctness of a fix because when closing an issue they have to check that the issue is properly fixed and the modifications in the sources are correct. And it is important too for users, implementers and administrators of Openbravo ERP when they have to apply a fix or upgrade a live implementation. Changes in live Openbravo ERP environments are critical and we must provide to administrators the maximum confidence in the fixes provided. Apart from fixing the issue, the rest of the existing standard or custom functionality must continue working the same way. Usually regression issues introduced by an upgrade or a fix are several times worse than the issues fixed.

In order to improve the fix report we are introducing in the Support Team new guidelines to follow after a fix has been done and pushed to the Openbravo ERP or POS sources repository. The sections that this fix report must include are the following:
  • Testing of the issue: Describes the steps to follow in Openbravo ERP or POS to verify that the issue has been fixed and the results obtained. It is usually very similar to the steps to reproduce but changing the results obtained.
  • Explanation of the changeset that fixes the issue: High level explanation of the modifications in the sources. It should explain what has been modified in each file and why. For example when adding two new fields to a report, it has to be explained that the SQL query of the report has been modified to get the field values, the jasper report template has been modified to display the fields and also that has been included two new records in the AD_TEXTINTERFACES table to translate the report labels.
  • Other areas affected by the changeset: Usually the changes done to fix an issue affects source code that is used in several parts of the application. In this section it has to be listed all the functional areas related with the change done and how are affected, and what are the changes in the behaviour if any. This section is very important because it helps to explore if any regression can appear with this fix. For example, when modifying the PL/SQL function C_INVOICE_POST, it has to be explained that all functions and windows that create and post invoices can be affected. It also has to be explained what are the type of invoices that can be affected by the issue, whether the invoices affected by this fix depends on the document type of the invoice or the payment terms...
You have a few examples of fix reports in the following issues: 12959, 12474, 12628 and 12856. And if you have suggestions to improve more the fix report we are currently implementing, we will be glad to hear them.

5 comments:

Unknown said...

Good day, Adrian.

I have a simple (for you) question. And I know, that I am writing to the wrong post, but nevertheless I need YOUR HELP!!!
OpenBravoPos, Windows XP, Netbeans 6.8.
I want to add a new button to the Administration->Stock->Maintenance form. There are a lot of buttons and I want to add my own, that will open my form. How to do it?
I have read forums and everybody say that it is neccessary to add new Panel,
public class DailyProducts extends javax.swing.JPanel implements JPanelView

Then add it to security Role.Administration.xml->


Then add it to Menu.Root->I have added it right after
submenu.addPanel("/com/openbravo/images/bookmark.png", "Menu.StockMovement", "com.openbravo.pos.inventory.StockManagement");

submenu.addPanel("/com/openbravo/images/bookmark.png", "Menu.DailyProducts", "com.openbravo.pos.inventory.DailyProducts");

I have also added a line to AppUser.java

m_oldclasses.put("net.adrianromero.tpv.inventory.DailyProducts", "com.openbravo.pos.inventory.DailyProducts");

I added to the pos_messaging.properties the following

Menu.DailyProducts=Products for the day

But nothing is shown at all. I have also tried JPanelSample that was in the forum, but it didn't appear also.

If I change the name of the existing button, the name is changed normally.

Help me, please.

Waseem said...

Dear all,
I need your help urgently ,
i am trying to develop openbravo pos using oracle database , so when i run the script to create the tables i got this error , invalid Character
on line, the character is "$"

$FILE{/com/openbravo/pos/templates/Printer.Start.xml});

can i find any alternative way to install the database

Adrián Romero said...

Hello.

Please post your technical questions related to Openbravo POS in the Openbravo POS forums. Comments in this blog are only intended to discuss entries published in the blog.

http://forge.openbravo.com/projects/openbravopos/forum

Thanks

Adrián Romero

Kamesh Sundaram said...

Adrian
When I google for openbravo pos forge forum I get a warning that this site may harm the computer. Can somebody look into this and solve the problem please?

Thanks
Kamesh

Adrián Romero said...

Hello

Yes, we are working on this problem right now and we want to fix it ASAP

Best regards

Adrián Romero.