Skip to content

Commit

Permalink
IDEMPIERE-6348 Release 12 Kudos (idempiere#2600)
Browse files Browse the repository at this point in the history
* IDEMPIERE-6348 Release 12 Kudos

- Version script
- change credits

* - generate model classes

* - add image (thanks to Vanessa)

* - change to white theme for release
  • Loading branch information
CarlosRuiz-globalqss authored Dec 23, 2024
1 parent 4e34e11 commit 647171c
Show file tree
Hide file tree
Showing 1,514 changed files with 32,291 additions and 32,255 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Version | Supported |
| -----------------| ------------------ |
| release-11 | :white_check_mark: |
| master a.k.a. 12 | :white_check_mark: |
| release-12 | :white_check_mark: |
| master a.k.a. 13 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
13 changes: 13 additions & 0 deletions migration/iD12/oracle/202412222157_IDEMPIERE-6348_Version.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
-- Set Version
UPDATE AD_SYSTEM
SET releaseno = '12',
VERSION = '2024-12-24'
WHERE ad_system_id = 0 AND ad_client_id = 0
;

COMMIT
;

SELECT register_migration_script('202412222157_IDEMPIERE-6348_Version.sql') FROM dual
;

10 changes: 10 additions & 0 deletions migration/iD12/postgresql/202412222157_IDEMPIERE-6348_Version.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- Set Version
UPDATE AD_SYSTEM
SET releaseno = '12',
VERSION = '2024-12-24'
WHERE ad_system_id = 0 AND ad_client_id = 0
;

SELECT register_migration_script('202412222157_IDEMPIERE-6348_Version.sql') FROM dual
;

6 changes: 3 additions & 3 deletions org.adempiere.base/src/org/compiere/Adempiere.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ public final class Adempiere
/** Main Version String */
static public String MAIN_VERSION = "Release 12";
/** Detail Version as date Used for Client/Server */
static public String DATE_VERSION = "2023-12-24";
static public String DATE_VERSION = "2024-12-24";
/** Database Version as date Compared with AD_System */
static public String DB_VERSION = "2023-12-24";
static public String DB_VERSION = "2024-12-24";

/** Product Name */
static public final String NAME = "iDempiere\u00AE";
Expand All @@ -91,7 +91,7 @@ public final class Adempiere
/** Subtitle */
static public final String SUB_TITLE = "Smart Suite ERP, CRM and SCM";
static public final String ADEMPIERE_R = "iDempiere\u00AE";
static public final String COPYRIGHT = "\u00A9 1999-2024 iDempiere\u00AE";
static public final String COPYRIGHT = "\u00A9 1999-2025 iDempiere\u00AE";

static private String s_ImplementationVersion = null;
static private String s_ImplementationVendor = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_AccessLog
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_AccessLog
{
Expand Down
28 changes: 14 additions & 14 deletions org.adempiere.base/src/org/compiere/model/I_AD_Alert.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_Alert
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_Alert
{
Expand All @@ -41,19 +41,6 @@ public interface I_AD_Alert

/** Load Meta Data */

/** Column name AD_Alert_ID */
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";

/** Set Alert.
* iDempiere Alert
*/
public void setAD_Alert_ID (int AD_Alert_ID);

/** Get Alert.
* iDempiere Alert
*/
public int getAD_Alert_ID();

/** Column name AD_AlertProcessor_ID */
public static final String COLUMNNAME_AD_AlertProcessor_ID = "AD_AlertProcessor_ID";

Expand All @@ -69,6 +56,19 @@ public interface I_AD_Alert

public org.compiere.model.I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException;

/** Column name AD_Alert_ID */
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";

/** Set Alert.
* iDempiere Alert
*/
public void setAD_Alert_ID (int AD_Alert_ID);

/** Get Alert.
* iDempiere Alert
*/
public int getAD_Alert_ID();

/** Column name AD_Alert_UU */
public static final String COLUMNNAME_AD_Alert_UU = "AD_Alert_UU";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_AlertProcessor
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_AlertProcessor
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_AlertProcessorLog
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_AlertProcessorLog
{
Expand All @@ -41,21 +41,6 @@ public interface I_AD_AlertProcessorLog

/** Load Meta Data */

/** Column name AD_AlertProcessor_ID */
public static final String COLUMNNAME_AD_AlertProcessor_ID = "AD_AlertProcessor_ID";

/** Set Alert Processor.
* Alert Processor/Server Parameter
*/
public void setAD_AlertProcessor_ID (int AD_AlertProcessor_ID);

/** Get Alert Processor.
* Alert Processor/Server Parameter
*/
public int getAD_AlertProcessor_ID();

public org.compiere.model.I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException;

/** Column name AD_AlertProcessorLog_ID */
public static final String COLUMNNAME_AD_AlertProcessorLog_ID = "AD_AlertProcessorLog_ID";

Expand All @@ -78,6 +63,21 @@ public interface I_AD_AlertProcessorLog
/** Get AD_AlertProcessorLog_UU */
public String getAD_AlertProcessorLog_UU();

/** Column name AD_AlertProcessor_ID */
public static final String COLUMNNAME_AD_AlertProcessor_ID = "AD_AlertProcessor_ID";

/** Set Alert Processor.
* Alert Processor/Server Parameter
*/
public void setAD_AlertProcessor_ID (int AD_AlertProcessor_ID);

/** Get Alert Processor.
* Alert Processor/Server Parameter
*/
public int getAD_AlertProcessor_ID();

public org.compiere.model.I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException;

/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";

Expand Down
32 changes: 16 additions & 16 deletions org.adempiere.base/src/org/compiere/model/I_AD_AlertRecipient.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_AlertRecipient
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_AlertRecipient
{
Expand All @@ -41,21 +41,6 @@ public interface I_AD_AlertRecipient

/** Load Meta Data */

/** Column name AD_Alert_ID */
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";

/** Set Alert.
* iDempiere Alert
*/
public void setAD_Alert_ID (int AD_Alert_ID);

/** Get Alert.
* iDempiere Alert
*/
public int getAD_Alert_ID();

public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException;

/** Column name AD_AlertRecipient_ID */
public static final String COLUMNNAME_AD_AlertRecipient_ID = "AD_AlertRecipient_ID";

Expand All @@ -78,6 +63,21 @@ public interface I_AD_AlertRecipient
/** Get AD_AlertRecipient_UU */
public String getAD_AlertRecipient_UU();

/** Column name AD_Alert_ID */
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";

/** Set Alert.
* iDempiere Alert
*/
public void setAD_Alert_ID (int AD_Alert_ID);

/** Get Alert.
* iDempiere Alert
*/
public int getAD_Alert_ID();

public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException;

/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";

Expand Down
32 changes: 16 additions & 16 deletions org.adempiere.base/src/org/compiere/model/I_AD_AlertRule.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_AlertRule
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_AlertRule
{
Expand All @@ -41,21 +41,6 @@ public interface I_AD_AlertRule

/** Load Meta Data */

/** Column name AD_Alert_ID */
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";

/** Set Alert.
* iDempiere Alert
*/
public void setAD_Alert_ID (int AD_Alert_ID);

/** Get Alert.
* iDempiere Alert
*/
public int getAD_Alert_ID();

public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException;

/** Column name AD_AlertRule_ID */
public static final String COLUMNNAME_AD_AlertRule_ID = "AD_AlertRule_ID";

Expand All @@ -78,6 +63,21 @@ public interface I_AD_AlertRule
/** Get AD_AlertRule_UU */
public String getAD_AlertRule_UU();

/** Column name AD_Alert_ID */
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";

/** Set Alert.
* iDempiere Alert
*/
public void setAD_Alert_ID (int AD_Alert_ID);

/** Get Alert.
* iDempiere Alert
*/
public int getAD_Alert_ID();

public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException;

/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_AllClients_V
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_AllClients_V
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_AllUsers_V
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_AllUsers_V
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_Archive
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_Archive
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_Attachment
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_Attachment
{
Expand Down
32 changes: 16 additions & 16 deletions org.adempiere.base/src/org/compiere/model/I_AD_AttachmentNote.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/** Generated Interface for AD_AttachmentNote
* @author iDempiere (generated)
* @version Release 11
* @version Release 12
*/
public interface I_AD_AttachmentNote
{
Expand All @@ -41,21 +41,6 @@ public interface I_AD_AttachmentNote

/** Load Meta Data */

/** Column name AD_Attachment_ID */
public static final String COLUMNNAME_AD_Attachment_ID = "AD_Attachment_ID";

/** Set Attachment.
* Attachment for the document
*/
public void setAD_Attachment_ID (int AD_Attachment_ID);

/** Get Attachment.
* Attachment for the document
*/
public int getAD_Attachment_ID();

public org.compiere.model.I_AD_Attachment getAD_Attachment() throws RuntimeException;

/** Column name AD_AttachmentNote_ID */
public static final String COLUMNNAME_AD_AttachmentNote_ID = "AD_AttachmentNote_ID";

Expand All @@ -78,6 +63,21 @@ public interface I_AD_AttachmentNote
/** Get AD_AttachmentNote_UU */
public String getAD_AttachmentNote_UU();

/** Column name AD_Attachment_ID */
public static final String COLUMNNAME_AD_Attachment_ID = "AD_Attachment_ID";

/** Set Attachment.
* Attachment for the document
*/
public void setAD_Attachment_ID (int AD_Attachment_ID);

/** Get Attachment.
* Attachment for the document
*/
public int getAD_Attachment_ID();

public org.compiere.model.I_AD_Attachment getAD_Attachment() throws RuntimeException;

/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";

Expand Down
Loading

0 comments on commit 647171c

Please sign in to comment.