teo_sarca
d1caeaf70b
BF [ 1778534 ] Info Account: can't find product
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1778534&group_id=176962&atid=879332
2007-09-07 17:31:40 +00:00
teo_sarca
bdca4f9168
BF [ 1779438 ] Minor auto period control bug
2007-09-07 09:37:07 +00:00
teo_sarca
f7f9a949ed
BF [ 1789949 ] VPayment: is displaying just "CashNotCreated"
2007-09-07 09:30:17 +00:00
Carlos Ruiz
42fc2ba250
Implement Feature Request [ 1789836 ] Add fields to Import Invoice - allow import charges
2007-09-07 03:50:47 +00:00
vpj-cd
1707618b0a
fixed [ 1789058 ] 2Pack do not support Subflow in Workflow
...
http://sourceforge.net/tracker/index.php?func=detail&aid=1789058&group_id=176962&atid=879332
2007-09-06 22:46:03 +00:00
Carlos Ruiz
49c65f0d39
don't ask password on DBExport for postgresql
2007-09-05 08:01:55 +00:00
teo_sarca
fe8f79a3b6
BF [ 1787920 ] GenerateModel doesnt pay attention to IsActive
...
* removed System.out.println calls
2007-09-05 06:13:09 +00:00
Carlos Ruiz
349beff931
Bug Fix [ 1788185 ] Inconsistence in tax indicator column
2007-09-05 03:39:21 +00:00
Carlos Ruiz
5dae9321dd
FR [ 1788114 ] Prepayments on purchases
...
forgot postgres migration script
2007-09-05 03:21:43 +00:00
Carlos Ruiz
5de5a8efe9
FR [ 1788114 ] Prepayments on purchases
2007-09-04 23:33:41 +00:00
teo_sarca
9096fbb3fb
[ 1787876 ] ModelClassGenerator: list constants should be ordered
...
[ 1787833 ] ModelInterfaceGenerator: don't write timestamp
2007-09-04 15:55:38 +00:00
Heng Sin Low
a15f456203
* remove eevolution and libero specific default. Victor, please be more carefull on this next time. thanks.
2007-09-03 05:34:48 +00:00
usrdno
fe6dcc77bc
Saved as ascii (native2ascii)
2007-09-01 14:02:46 +00:00
usrdno
40ee808028
Saved as ascii (native2ascii)
2007-09-01 14:02:10 +00:00
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