usrdno
50b4505e44
Adjusted the translation (wrong encoding).
2007-09-01 13:46:41 +00:00
usrdno
8010538a37
Wrong text-encoding last time. Now using cp1252.
2007-09-01 13:41:52 +00:00
vpj-cd
b348312efd
[ 1785001 ] Using ModelPackage of EntityType to Generate Model Class
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1785001&group_id=176962&atid=879335
2007-08-30 17:54:18 +00:00
Carlos Ruiz
0c3cbc3162
Fix bug [ 1784985 ] Import Account not updating defaults
2007-08-30 17:11:52 +00:00
vpj-cd
5e10616432
[ 1784588 ] Use ModelPackage of EntityType to Find Model Class
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1784588&group_id=176962&atid=879335
2007-08-30 06:13:46 +00:00
teo_sarca
6b5a794b77
* BF [ 1781629 ] Don't use Env.NL in model class/interface generators
...
* FR [ 1781630 ] Generated class/interfaces have a lot of unused imports
* BF [ 1781632 ] Generated class/interfaces should be UTF-8
* better formating of generated source
2007-08-25 08:50:23 +00:00
Heng Sin Low
908b5a1bfb
[ 1755255 ] 2pack should support installation of compile java file
...
- fixed ant build file error in previous commit.
2007-08-24 15:50:57 +00:00
Heng Sin Low
e0121ff869
[ 1746366 ] Some Workflow Actions Are Not Implemented
...
- Fixed compilation error cause by removal of user workbench action.
2007-08-24 13:26:47 +00:00
Heng Sin Low
9321d9ebd6
[ 1772015 ] Generate java Interface and implementation instead of X_ class
...
- Fixed compilation error cause by the removal of org.compiere.util.GenerateModel
2007-08-24 07:33:47 +00:00
Heng Sin Low
7bbcd19503
[ 1780765 ] MProductPricing.calculatePL
2007-08-24 07:02:10 +00:00
Heng Sin Low
f30db41702
[ 1772015 ] Generate java Interface and implementation instead of X_ class
2007-08-24 04:15:30 +00:00
Heng Sin Low
b2e684169d
* DistFileElement should only be use for deployment of java source, not needed for deployment of package jar.
2007-08-24 02:31:34 +00:00
Heng Sin Low
cd9dce18e5
[ 1755255 ] 2pack should support installation of compile java file
...
- enabled deployment of jar.
2007-08-24 02:19:02 +00:00
Heng Sin Low
0fcde7bce9
[ 1755255 ] 2pack should support installation of compile java file
...
- enabled deployment of jar.
2007-08-24 02:17:12 +00:00
Heng Sin Low
9a86f89870
[ 1777787 ] Add more query method to MTable
...
- Implemented Trifon's suggestion.
2007-08-23 07:44:14 +00:00
Heng Sin Low
95cb260ac1
[ 1777787 ] Add more query method to MTable
2007-08-23 04:03:36 +00:00
deathmeat
346812057a
BF [ 1779312 ] Open Attachment temporary file bug
2007-08-22 10:13:38 +00:00
Heng Sin Low
accb337873
[ 1778385 ] Move GenericPO to core
2007-08-22 01:49:27 +00:00
Heng Sin Low
002302edea
* Minor bug fix - duplicate implement keyword.
2007-08-21 16:26:26 +00:00
trifonnt
503a04ed75
Feature Request:
...
[ 1777239 ] Refactor PO class: save() to be static method.
http://sourceforge.net/tracker/index.php?func=detail&aid=1777239&group_id=176962&atid=879335
Eclipse launch files.
2007-08-21 13:17:16 +00:00
trifonnt
b36b22e7c5
Reverted PO.save() now is instance method.
...
Added I_Persistent interface. Generated model class implementes both I_Xxx and I_Persistent interfaces and extends PO class.
2007-08-21 13:14:56 +00:00
deathmeat
968b6bc3c1
BF [ 1778381 ] EMailDialog bug in CC address tokenizer
2007-08-21 08:17:22 +00:00
Heng Sin Low
9601efb8b9
[ 1746366 ] Some Workflow Actions Are Not Implemented
2007-08-20 16:26:23 +00:00
Heng Sin Low
39fcd0c0de
[ 1746366 ] Some Workflow Actions Are Not Implemented
2007-08-20 16:24:48 +00:00
Heng Sin Low
266ea6aa25
[ 1777747 ] PO.set_ValueOfColumn should also accept columnName as param
2007-08-20 16:17:25 +00:00
deathmeat
f445ee98c7
Check whether the current classpath already contains our jasper libraries and dependencies or not.
...
Without validating this the classpath would grow and contain duplicated references with every jasper report you print.
2007-08-20 15:07:57 +00:00
trifonnt
bc451d1044
Feature Request [ 1772015 ] Generate java Interface and implementation instead of X_ classes
...
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=1772015&group_id=176962
2007-08-20 09:13:23 +00:00
trifonnt
8b086bcb05
Better comments!
2007-08-19 16:54:12 +00:00
trifonnt
873c81382b
Feature Request: [777239] Refactor PO class: save() to be static method.
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1777239&group_id=176962&atid=879335
2007-08-19 16:46:44 +00:00
trifonnt
b0c3dfc0af
Refactored AlertTest. Enhanced example of old usage and new usage!
...
Feature Request: [1772015] Generate java Interface and implementation instead of X_ classes
2007-08-19 01:14:42 +00:00
trifonnt
e48495fcd5
Refactored AlertTest.
...
Feature Request: [1772015] Generate java Interface and implementation instead of X_ classes
http://sourceforge.net/tracker/index.php?func=detail&aid=1772015&group_id=176962&atid=879335
2007-08-19 00:07:02 +00:00
trifonnt
3477a34340
JUnit test for Feature Request [1772015] Generate java Interface and implementation instead of X_ cla
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1772015&group_id=176962&atid=879335
2007-08-18 23:46:40 +00:00
trifonnt
368823c08c
Feature Request: [ 1772015 ] Generate java Interface and implementation instead of X_ classes
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1772015&group_id=176962&atid=879335
2007-08-18 23:38:48 +00:00
Carlos Ruiz
86fe300dde
Fix [ 1672847 ] 2 bugs in Product Costs
2007-08-17 22:40:10 +00:00
deathmeat
0648b4e235
BF [ 1774758 ] No default Sales Representant in request window
2007-08-15 15:03:27 +00:00
trifonnt
4edad4b032
Fix in order to compile!
2007-08-13 09:48:26 +00:00
Heng Sin Low
c1bfcd4d66
[ 1741750 ] Atomic Workflow Activities + Making WFs more Predictable
2007-08-13 07:18:19 +00:00
Heng Sin Low
7ddb37ce99
[ 1714824 ] Document Workflow enhancement
...
- Bug in filtering workflow activities for user.
2007-08-13 07:04:32 +00:00
Carlos Ruiz
cc75a311a9
Fix bug [ 1772109 ] Jasper ADEMPIERE_HOME not working well in windows
2007-08-11 07:10:53 +00:00
trifonnt
5614a056c0
Fixed AlertTest to work with new java interface and implementation.
2007-08-11 03:05:00 +00:00
trifonnt
5f0f01c3a1
I_X_xx Get_IX_xxx() made part of java interface.
2007-08-11 03:01:32 +00:00
trifonnt
1eca72d28b
Updated to work with latest trunk.
...
Still few issues to resolve - AD_Language.
2007-08-11 01:48:23 +00:00
trifonnt
26bafb5d0b
Updated to work with latest trunk.
2007-08-11 01:12:25 +00:00
trifonnt
9a5e7cae28
Updated to work with latest trunk.
2007-08-11 00:47:57 +00:00
trifonnt
e554a2cee1
Updated to work with latest trunk.
2007-08-11 00:33:20 +00:00
trifonnt
c4c8c12b47
Updated GenerateModelTrifon and GenerateInterfacesTrifon to start proper java classes.
2007-08-11 00:09:26 +00:00
trifonnt
de00f42971
Feature Request [1772015] Generate java Interface and implementation instead of X_ classes
2007-08-10 22:25:31 +00:00
trifonnt
4a9d9dac80
Feature Request [1772015] Generate java Interface and implementation instead of X_ classes
2007-08-10 22:25:21 +00:00
Carlos Ruiz
f82dcead66
minor fix - remove unused variable
2007-08-10 03:17:51 +00:00
trifonnt
22353452f2
Contribution [1770528] Reuse COLUMNAME_ property
2007-08-09 00:09:21 +00:00