284 projects - 9236 developers
Openbravo ERP > Reports > Shipments Awaiting Invoice report
Project Wiki
Views

Development Status

From Wiki

Jump to: navigation, search

Contents

Shipment Awaiting Invoice - Development Status

Overview

The Shipment Awaiting Invoice Report will permit to track shipments not invoiced.

Development evolution can also be tracked at shipmentawaitinginvoice trunk.

Iteration 1: Module Development

Define the module in the Application Dictionary .

Paths Change made Comments Status
org.openbravo.reports.shipmentsawaitinginvoice/src-db/database/sourcedata/AD_MODULE.xml

org.openbravo.reports.shipmentsawaitinginvoice/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml

org.openbravo.reports.shipmentsawaitinginvoice/src-db/database/sourcedata/AD_PACKAGE.xml

Defined Shipment Awaiting Invoice Report module. Complete

Iteration 2: Development in Application Dictionary

Develop Shipment Awaiting Invoice Report using Application Dictionary .

Paths Change made Comments Status

org.openbravo.reports.shipmentsawaitinginvoice/src-db/database/sourcedata/AD_MENU.xml

org.openbravo.reports.shipmentsawaitinginvoice/src-db/database/sourcedata/AD_TREENODE.xml

org.openbravo.reports.shipmentsawaitinginvoice/src-db/database/sourcedata/AD_PROCESS.xml

org.openbravo.reports.shipmentsawaitinginvoice/src-db/database/sourcedata/AD_MODEL_OBJECT.xml

org.openbravo.reports.shipmentsawaitinginvoice/src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml

org.openbravo.reports.shipmentsawaitinginvoice/src-db/database/sourcedata/AD_TEXTINTERFACES.xml

Developed Shipment Awaiting Invoice Report in Application Dictionary Complete

Iteration 3: UI development (View)

Create UI for Shipment Awaiting Invoice Report.

Paths Change made Comments Status

org.openbravo.reports.ordersawaitingdelivery/src/org/openbravo/reports/shipmentsawaitinginvoice/erpCommon/ad_reports/ReportShipmentNotInvoiced.html

org.openbravo.reports.shipmentsawaitinginvoice/src/org/openbravo/reports/shipmentsawaitinginvoice/erpCommon/ad_reports/ReportShipmentNotInvoiced.xml

org.openbravo.reports.shipmentsawaitinginvoice/src/org/openbravo/reports/shipmentsawaitinginvoice/erpCommon/ad_reports/ReportShipmentNotInvoiced.jrxml

Created UI (view) for Shipment Awaiting Invoice Report Complete

Iteration 4: Xsql development (Model)

Craete Xsql development for Shipment Awaiting Invoice Report.

Paths Change made Comments Status

org.openbravo.reports.shipmentsawaitinginvoice/src/org/openbravo/reports/shipmentsawaitinginvoice/erpCommon/ad_reports/ReportShipmentNotInvoiced_data.xsql

Created Xsql for Shipment Awaiting Invoice Report Complete

Iteration 5: Servlet development (Controller)

Create Servlet for Shipment Awaiting Invoice Report.

Paths Change made Comments Status

org.openbravo.reports.shipmentsawaitinginvoice/src/org/openbravo/reports/shipmentsawaitinginvoice/erpCommon/ad_reports/ReportShipmentNotInvoiced.java

Created Servlet Controller for Shipment Awaiting Invoice Report Complete