Heng Sin Low
822e567898
migrate oracle and postgresql provider to be equinox extension based.
2010-08-23 19:27:28 +08:00
Heng Sin Low
33cb50f4b8
migrate ReportViewerProvider and JRViewerProvider to equinox extension.
2010-08-23 13:26:55 +08:00
Heng Sin Low
adb09d2f33
1) http://kenai.com/jira/browse/HENGSIN-6 , RUN_setup.sh failure
...
Use the static method getLogger instead of using a static logger variable. The logger is created as needed inside the getLogger method.
2)http://kenai.com/jira/browse/HENGSIN-3 , properties file wrongly created
Patch accepted.
3) http://kenai.com/jira/browse/HENGSIN-4 , Cannot connect to http://localhost:8080/admin/adempiereMonitor
Always set default level for root logger in CLogMgt initialization.
4) http://kenai.com/jira/browse/HENGSIN-5 , Build fails by default requiring directory lib/plugins
Modify utils_dev/build.xml to ensure the existence of the lib/plugins folder.
5) Module refactoring
* Remove client bundle dependency from the zkwebui bundle. Common UI code of the 2 bundle is moved into the new uibase bundle.
* Remove client bundle dependency from server side bundle. The swing specific jasper report code is moved into the new JasperReportsClient bundle.
* Move most swing code that is still in the base bundle into the client bundle. Many swing client specific code in Env.java (base bundle) is move into the AEnv.java (client bundle).
* Default handlers for 2Pack is moved into the new pipoHandlers bundle. All loading of 2pack handler is now done using the equinox extension mechanism.
6) Extension point
* Added process, form and modelvalidator extension point base on the existing work done by Jorg Viola in the osgi1 branch.
7) The pipo bundle is move from plugins/pipo to /pipo ( relative to the workspace ) due to ant4eclipse have problem building the bundle using the previous layout.
8) New workflow editor and rendering implementation using netbeans visual library. The implementation is shared the by swing and zk client.
2010-08-20 16:05:06 +08:00
Heng Sin Low
912afccfe0
* Remove client activator, not needed.
...
* Delay create of logger for Ini until CLogMgt have been properly init.
* Added method to Adempiere to check whether the platform have been started.
2010-07-20 01:00:24 +08:00
Heng Sin Low
b4cfb20024
* root logger name is now retrieve from context instead of always "".
...
* log file name at server is prefix by the root logger name from context.
* webui will maintain separate log file prefix by "org.adempiere.webui"
2010-07-19 02:47:34 +08:00
Heng Sin Low
7c42c67b5e
Fixed classpath to depends only on plugin dependency. Modify build file for osgi deployment
2010-07-13 16:02:18 +08:00
Heng Sin Low
f239d2116c
Fixed merge error
2010-07-07 03:33:38 +08:00
Heng Sin Low
5b7f513937
merge osgi branch
2010-07-05 17:00:27 +08:00
usrdno
984f2b35b7
FR3004020 - Delivery Policy.
...
This is a slightly large commit affecting the core functionality of shipments
so I'm happy for all eyeballs I can get on this code. I've tested as thorough
one person can do.
If there are no undiscovered bugs this doesn't change current functionality unless
you change the new setting of "Delivery Policy" available on Client Info and
Organization Info.
See also http://www.adempiere.com/index.php/Delivery_Policy
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3004020
2010-06-23 07:31:43 +00:00
teo_sarca
77ceb1dbad
Introduce MDashboardContent class
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018377
2010-06-19 10:57:41 +00:00
teo_sarca
53d2ef5a81
Process Print Invoices not Jasper-enabled
...
Please enforce backward compatibility when possible.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2973199
2010-06-18 09:07:33 +00:00
teo_sarca
f22d7e2ed9
Add missing setBackground methods to current adempiere comp
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3017921
2010-06-18 08:52:40 +00:00
usrdno
4b76addfa3
Enabled Jasper Report printing from server processes.
...
This fix also fixes bug 3017049 - Direct print doesn't work with JasperReports.
There is unfortunately some duplication of code that would look nicer with
inheritance but that can be next step, now at least it works and this is a crucial
function for organizations that use Jasper Reports for invoices etc.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2973199
2010-06-16 11:36:28 +00:00
teo_sarca
7a4ad64e8e
Specify exactly which are the search fields
...
Implemented as discussed in forum thread.
Sponsored by Metas GmbH.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3016592
2010-06-15 17:18:35 +00:00
Carlos Ruiz
586ecce99d
Revert revisions 12545, 12546, 12553, 12554, 12558, 12539, 12544, 12548, 12552, 12557
...
Payment Selection for Payroll integrate with the AD Core
http://sourceforge.net/support/tracker.php?aid=3015702
Print Payroll Checks
http://sourceforge.net/support/tracker.php?aid=3015725
Documenting reasons in corresponding trackers
2010-06-14 19:47:12 +00:00
vpj-cd
6b4650dd28
Print Payroll Checks
...
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015725
2010-06-14 06:48:54 +00:00
tspc
3106b8cbd2
Merge Revisions 12547, 12549 from /release to /trunk
...
Revision: 12547
JAF 1.1.1 -> The JavaBeans Activation Framework 1.1.1 final release is included with the Java SE 6 release
Revision: 12549
Upgrade to JavaMail 1.4.3
Upgrade to SwingX 1.6
Regards,
Tony
2010-06-14 06:29:41 +00:00
usrdno
5ac61c4986
Jasper documents must be printed synchronously to preserve printing order.
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3010932
2010-06-07 09:09:36 +00:00
eloy_gomez
4e53264e7e
add IMenuAction extension point. See https://sourceforge.net/tracker/?func=detail&atid=883808&aid=3011521&group_id=176962
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3011521
2010-06-04 12:32:36 +00:00
trifonnt
cafda34d23
FR [2968261] - Product Info View shows inactive providers
...
https://sourceforge.net/tracker/?func=detail&aid=2968261&group_id=176962&atid=879332
2010-05-18 13:40:14 +00:00
trifonnt
1a579c1f61
BF [2997593] - WFActivity panel displaying activities of all clients
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2997593&group_id=176962
2010-05-07 14:07:04 +00:00
Carlos Ruiz
4a702f8cca
[2856097] The "Enter new Location/Address" countries are not translate - refactor to avoid static variable
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2856097
2010-05-05 03:47:30 +00:00
joergviola
cb2b5beb67
Application Extension for client
...
https://sourceforge.net/tracker/?func=detail&aid=2700937&group_id=176962&atid=879334
2010-04-28 20:54:38 +00:00
vpj-cd
2d3d18d0f9
Issue in Workflow Activities when the records are ordered and void move the record id column
...
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2992649
2010-04-26 23:43:50 +00:00
vpj-cd
59d062fd5c
Issue in Workflow Activities when the records are ordered and void move the record id column
...
kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2992649
2010-04-26 23:40:57 +00:00
tspc
947a2d3afc
Merge bug fixes from release to trunk
...
merge 12146, 12147
Revision: 12146
Fix [1568777] Consolidated invoice: tax line number should be higher
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=1568777
Revision: 12147
Fix [2844734] Default tree breaks "Accounting Dimensions" window
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2844734
Regards,
Tony Snook
2010-04-26 08:28:15 +00:00
trifonnt
36fab48e2f
BF [2991251] - Attachment handle replacements
...
https://sourceforge.net/tracker/?func=detail&aid=2991251&group_id=176962&atid=879332
2010-04-23 08:13:21 +00:00
trifonnt
c88e6c5875
BF [2891211] - VDate: once a date is set, its not possible to NULL it
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2891211&group_id=176962
2010-04-21 13:09:32 +00:00
trifonnt
57208125e6
-- FR [2990358] - Extend Initial Tenant setup
...
-- https://sourceforge.net/tracker/?func=detail&aid=2990358&group_id=176962&atid=879335
2010-04-21 11:16:08 +00:00
phib
1f75af645f
Request toolbar button calls up search form
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2990258
2010-04-21 05:24:24 +00:00
tspc
c075bb8a36
Reverting revision 12059
...
Run_setup failing on new installations as discussed here:
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3681803/index/page/1
Tony
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2037042
2010-04-20 12:09:38 +00:00
Redhuan D. Oon
444691af1b
simplify params type
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
2010-04-20 08:40:43 +00:00
Carlos Ruiz
11cbb3eb78
FR [2988993] - Displaying 1.0 instead of 99,999.00 - apply complete patch - fix EOL issue - renumber scripts
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2988993
2010-04-20 02:31:39 +00:00
Redhuan D. Oon
eb7b93c3c1
FR #2988993 Configurable Displaying 1/0 instead of 99,999.00
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=611163
2010-04-20 01:30:56 +00:00
phib
db9c487d37
Frame position on multiple monitors incorrect.
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2975622
2010-04-20 01:06:56 +00:00
Carlos Ruiz
95c5b756be
Fix [2987531] Cannot search on Posted field - Thanks to Paul
...
reverted revision 12035
implemented new patch submitted by Paul
peer reviewed and tested (swing and zkwebui)
added migration script to fix some dictionary errors on Posted columns
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2987531
2010-04-19 22:52:43 +00:00
Carlos Ruiz
1d539373ab
revert revision 12034 on VLocationDialog - found a better solution on MCountry - Fix [2856097] The "Enter new Location/Address" countries are not translate
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2856097
2010-04-19 22:20:51 +00:00
trifonnt
f14bf2fbec
FR [2037042] - Removes wrong license
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2037042&group_id=176962&atid=879335
2010-04-19 08:57:36 +00:00
felixmoeller
ad5916d7c1
Remove HTML content from a css file. The html part is now moved into Java.
...
This issue had been reported at http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2874694&group_id=176962
2010-04-16 20:08:25 +00:00
trifonnt
250cddc8ea
BF [2983759] - improve the image viewer in swing client
...
https://sourceforge.net/tracker/index.php?func=detail&aid=2983759&group_id=176962&atid=883808
2010-04-15 19:00:20 +00:00
trifonnt
e5a21635ce
BF [2874637] - image zip with files already in repo
...
https://sourceforge.net/tracker/?func=detail&aid=2874637&group_id=176962&atid=879332
2010-04-15 16:35:05 +00:00
trifonnt
a6032eee2a
BF [2987531] - Cannot search on Posted field
...
https://sourceforge.net/tracker/?func=detail&aid=2987531&group_id=176962&atid=879332
Committed Swing part.
2010-04-15 14:58:59 +00:00
trifonnt
a0ee11a9e7
BF [2856097] - The "Enter new Location/Address" countries are not translate
...
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2856097&group_id=176962
2010-04-15 13:38:35 +00:00
trifonnt
0d4f86628e
BF [2987605] - Attribute Set Instance dialog: select existing ASI
...
https://sourceforge.net/tracker/?func=detail&aid=2987605&group_id=176962&atid=879332
2010-04-15 09:15:53 +00:00
trifonnt
e954b61043
Removed not used imports.
2010-04-09 15:16:46 +00:00
Carlos Ruiz
a21db5de0f
FR [2976452] Implement included roles feature - thanks to Teo and Metas
...
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2976452
2010-04-08 20:10:54 +00:00
trifonnt
7222028463
FR [2979756] - Touchscreen friendly POS
...
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2979756&group_id=176962
2010-04-06 11:47:38 +00:00
trifonnt
c7cb6449c4
BF [2980491] - Import translation must not create folder
...
https://sourceforge.net/tracker/?func=detail&aid=2980491&group_id=176962&atid=879332
2010-04-01 10:46:31 +00:00
trifonnt
b25e9a41b4
Fixed small typo.
2010-03-29 10:31:16 +00:00
tspc
704877109d
Merge bug fixes from release to trunk
...
merge 11707, 11708, 11816, 11817
11707 -> Fix [2971934] DigestOfFile incosistent Base64 conversion - thanks to Silvano (freepath)
Adding raise of exceptions when the file cannot be written
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2971934
11708 -> Fix [2127565] - LOT Control Error
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2127565
11816 -> Fixing some errors found when building testadempiere
Link to /release commit: http://adempiere.svn.sourceforge.net/adempiere/?rev=11816&view=rev
11817 -> [2846601] - DB.isDatabaseOK() is not called / moving the validation some lines down - it breaks completely the usage of Adempiere
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2846601
Regards,
Tony
2010-03-26 23:10:30 +00:00