Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual.

This manual is part of a collection of GNOME manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license.

Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any GNOME documentation, and the members of the GNOME Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters.


Table of Contents

Developers documentation
Introduction
Analysis
Database Structure Analysis
Warehouse Process in Fisterra
Sales Process in Fisterra
Accounting Process in Fisterra
Purchases Process in Fisterra
Design
Database Structure Design
Warehouse Process Design
Design of Sales Use Cases
Design of Accounting Use Cases
Design of Purchases Use Cases
Implementation
GNOME HIG summary
Programming style guide
Code documentation
Environment HOWTO
Use case HOWTO
How fill the dictionaries?
Datawarehouse example
Data dictionary
Widget dictionary
Models dictionary
Services dictionary
EGB dictionary
Lost connection handling
Users documentation
User Guide
User manual
Administrator Guide
I. API
Widgets
FWidgetInvoiceNumber -
FWidgetItem -
FWidgetItemDetail -
FWidgetWarehouse -
FWidgetComboSelection -
Models
FModelAccountingPeriod -
FModelInvoiceNumber -
FModelItem -
FModelItemDetail -
FModelWarehouse -
FModelComboSelection -
Controllers
FWarehouseControllerItemListing -
FWarehouseControllerItemListingBuilder -
FWarehouseControllerStockManagementListing -
FWarehouseControllerStockRegularization -
FWarehouseControllerStockRegularizationBuilder -
FWarehouseControllerStockTransfer -
FWarehouseControllerStockTransferBuilder -
Facades
FWarehouseFacade -
EGBs
FEgbAccounting -
FEgbItem -
FEgbStock -
FEgbWarehouse -
DOs
FDOAccountingPeriod -
FDOFamily -
FDOItem -
FDOItemProvider -
FDOSection -
FDOProvider -
FDOStock -
FDOStockEntry -
FDOStockTransaction -
DAOs
f_dao_accounting_period -
f_dao_family -
f_dao_item -
f_dao_item_provider -
f_dao_provider -
f_dao_section -
f_dao_stock -
f_dao_stock_entry -
f_dao_stock_transaction -
Replication DAOs
f_repdao_accounting_period -
f_repdao_item -
f_repdao_item_provider -
f_repdao_family -
f_repdao_provider -
f_repdao_section -
f_repdao_stock -
f_repdao_stock_entry -
f_repdao_stock_transaction -
Index