This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
generated from adempiere/adempiere-template-project
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changes and prepare lubrary release
- Loading branch information
1 parent
0eb58bf
commit af737b1
Showing
10 changed files
with
12,040 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
arguments= | ||
auto.sync=false | ||
build.scans.enabled=false | ||
connection.gradle.distribution=GRADLE_DISTRIBUTION(VERSION(8.0.2)) | ||
connection.project.dir= | ||
eclipse.preferences.version=1 | ||
gradle.user.home= | ||
java.home= | ||
jvm.arguments= | ||
offline.mode=false | ||
override.workspace.settings=true | ||
show.console.view=true | ||
show.executions.view=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 | ||
org.eclipse.jdt.core.compiler.compliance=11 | ||
org.eclipse.jdt.core.compiler.source=11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
rootProject.name = 'adempiere-template-project' | ||
rootProject.name = 'adempiere-mobile-changes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,14 +15,18 @@ | |
* All Rights Reserved. * | ||
* Contributor(s): Yamel Senih www.erpya.com * | ||
*****************************************************************************/ | ||
package org.spin.template.util; | ||
package org.spin.mobile.util; | ||
|
||
/** | ||
* Add here all changes for core and statci methods | ||
* Please rename this class and package | ||
* @author Yamel Senih, [email protected], ERPCyA http://www.erpya.com | ||
*/ | ||
public class Changes { | ||
/** Colum added to core */ | ||
public static final String COLUMNNAME_ColumAddedToCore = "ColumAddedToCore"; | ||
/** Is Mobile Feature */ | ||
public static final String COLUMNNAME_MOBILE_IsMobile = "MOBILE_IsMobile"; | ||
/** Form Slug */ | ||
public static final String COLUMNNAME_MOBILE_Slug = "MOBILE_Slug"; | ||
/** Image URL */ | ||
public static final String COLUMNNAME_MOBILE_ImageURL = "MOBILE_ImageURL"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<Migrations> | ||
<Migration EntityType="D" Name="ERPYA Add Entity Type MOBILE" ReleaseNo="3.9.5" SeqNo="10330"> | ||
<Step SeqNo="10" StepType="AD"> | ||
<PO AD_Table_ID="882" Action="I" Record_ID="50161" Table="AD_EntityType"> | ||
<Data AD_Column_ID="15604" Column="Version" isNewNull="true"/> | ||
<Data AD_Column_ID="84318" Column="UUID">272afb75-d76a-4df3-9847-6bee75c862f5</Data> | ||
<Data AD_Column_ID="15600" Column="UpdatedBy">100</Data> | ||
<Data AD_Column_ID="15599" Column="Updated">2024-03-05 17:17:18.157</Data> | ||
<Data AD_Column_ID="15607" Column="Processing">false</Data> | ||
<Data AD_Column_ID="15601" Column="Name">Spin Contribution (Mobile Support)</Data> | ||
<Data AD_Column_ID="15605" Column="ModelPackage">org.spin.mobile.model</Data> | ||
<Data AD_Column_ID="15596" Column="IsActive">true</Data> | ||
<Data AD_Column_ID="15603" Column="Help">Contribution by E.R.P Consultores y Asociados, C.A</Data> | ||
<Data AD_Column_ID="15592" Column="EntityType">MOBILE</Data> | ||
<Data AD_Column_ID="15602" Column="Description">Spin Contribution (Mobile support definitions)</Data> | ||
<Data AD_Column_ID="15598" Column="CreatedBy">100</Data> | ||
<Data AD_Column_ID="15597" Column="Created">2024-03-05 17:17:18.157</Data> | ||
<Data AD_Column_ID="15606" Column="Classpath" isNewNull="true"/> | ||
<Data AD_Column_ID="15594" Column="AD_Org_ID">0</Data> | ||
<Data AD_Column_ID="15595" Column="AD_EntityType_ID">50161</Data> | ||
<Data AD_Column_ID="15593" Column="AD_Client_ID">0</Data> | ||
</PO> | ||
</Step> | ||
</Migration> | ||
</Migrations> |
Oops, something went wrong.