Skip to content

Warehouse Extensions Bundle

Javapackage: com.etendoerp.warehouse.extensions

Etendo Marketplace: Warehouse Extensions Bundle

Overview

This bundle includes enhancements for the Warehouse Management functionalities in Etendo.

Translations

Modules

Stock History

Javapackage: com.etendoerp.stock.history

It provides updated information about the daily history stock of the products.

Info

For more information, visit the Stock History user guide and the Stock History developer guide.

Reactivate Warehouse Documents

Javapackage: com.etendoerp.reactivate.warehouse.documents

Javapackage: com.etendoerp.reactivate.warehouse.documents.template

This functionality is part of the Warehouse Extensions Bundle and it is useful when the user needs to reactivate documents such as Goods Movements, Goods Receipts, Goods Shipments and Physical Inventories. 

Info

For more information, visit the user guide for:

- [Goods Movements](/user-guide/etendo-classic/basic-features/warehouse-management/transactions#how-to-reactivate-goods-movements)
- [Goods Receipts](/user-guide/etendo-classic/basic-features/procurement-management/transactions#how-to-reactivate-goods-receipts)
- [Goods Shipments](/user-guide/etendo-classic/basic-features/sales-management/transactions#how-to-reactivate-goods-shipments)
- [Physical Inventory](/user-guide/etendo-classic/basic-features/warehouse-management/transactions#how-to-reactivate-physical-inventories)

Uninstall bundle

To uninstall the bundle and prevent future problems with orphan records, a sequence of steps must be followed:

  1. Run the following query in the environment's database

    DELETE FROM OBUIAPP_GC_TAB 
    WHERE AD_TAB_ID = 'C3DB551F2BCA40A79AAF21DBD6D06309';
    

  2. After the query successfully finishes, delete the bundle by the way corresponding to the installation method (Sources/JARs)