Code Snippets

Browse and share reusable iDempiere code

Properties Plugin Development

OSGi Plugin Manifest Properties

Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Sales Support Plugin
XML Architecture

Custom Window Tab Definition

<?xml version="1.0" encoding="UTF-8"?> <Migration Name="Custom Sales Support Window" SeqNo="100" Script="202603021000_CustomWindow.xml">
SQL Financial Management

Price List Version Query

-- Get current active price list with all product prices SELECT pl.Name AS PriceListName,

You Missed