Commit Graph

5131 Commits

Author SHA1 Message Date
phib 03fd7868a2 FR 2825861 Allow update of MAIN_VERSION, DATE_VERSION and DB_VERSION
Add IMPLEMENTATION_VERSION and IMPLEMENTATION_VENDOR
2009-08-19 05:30:17 +00:00
Carlos Ruiz f6f7106885 Fix [2839975] - Text field long out of area
https://sourceforge.net/tracker/?func=detail&aid=2839975&group_id=176962&atid=934929
2009-08-19 00:37:31 +00:00
Carlos Ruiz 0947dbf4e0 Fix [2839974] - Not zoom for payroll period
https://sourceforge.net/tracker/?func=detail&aid=2839974&group_id=176962&atid=934929
2009-08-19 00:24:27 +00:00
Carlos Ruiz 45186bb478 Fix [2839967] - Cannot change IsInPayroll
https://sourceforge.net/tracker/?func=detail&aid=2839967&group_id=176962&atid=934929
2009-08-19 00:09:21 +00:00
Carlos Ruiz 96df0ce7df [ adempiere-Bugs-2839336 ] Report Sales Invoices not working when Client use SAAS
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2839336&group_id=176962
2009-08-18 01:24:12 +00:00
mjudd b569e4e9d1 BF [ 2839133 ] - Registrations in web store not correctly allocated to BP
https://sourceforge.net/tracker/?func=detail&aid=2839133&group_id=176962&atid=879332
2009-08-17 17:57:19 +00:00
tobi42 6c61fd5d60 BF 2838832 (https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2838832&group_id=176962)
Adding attribute "target=1.5" to all javac invocations that don't have such an attribute yet as recommended by http://ant.apache.org/manual/CoreTasks/javac.html.
2009-08-17 09:23:03 +00:00
Carlos Ruiz 78e274c2ee BF [2838256] - zkwebui not respecting Show Accounting in role
https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2838256&group_id=176962
2009-08-16 02:17:19 +00:00
Redhuan D. Oon d034a6c64e 2836655-Resource Assignment always return Qty 1 2009-08-15 03:01:15 +00:00
vpj-cd cba4620137 Incorrect write-off amount when create payment selection
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837278&group_id=176962

Modified Paths:
--------------
   trunk/base/src/org/compiere/model/MPayment.java

Reverse

-               if ( isCashTrx() && !MSysConfig.getBooleanValue("CASH_AS_PAYMENT", true, getAD_Client_ID())) {
+               if ( isCashTrx() && !MSysConfig.getBooleanValue("CASH_AS_PAYMENT", true)
2009-08-14 03:49:55 +00:00
vpj-cd 1a1817ddc5 Incorrect write-off amount when create payment selection
http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837278&group_id=176962
2009-08-14 03:41:13 +00:00
vpj-cd 0ea4118ec3 http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837300&group_id=176962
In payment selection you can select draft invoice
2009-08-14 03:27:38 +00:00
Carlos Ruiz 70c37297cc BF [2275464] - Selected printer is not saved in preferences
https://sourceforge.net/tracker/index.php?func=detail&aid=2275464&group_id=176962&atid=879332
2009-08-14 01:37:31 +00:00
phib a53e0ffa42 Bug 2837180 Financial Report incorrectly excludes Inactive account element
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837180&group_id=176962
2009-08-14 01:27:58 +00:00
Carlos Ruiz 80a06b85cf BF [1986751] - RequestEmailProcessor InStr Postgresql
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1986751&group_id=176962
2009-08-13 20:00:51 +00:00
Carlos Ruiz 44f90a4aff FR [ 2803341 ] - Deprecate Cash Journal
https://sourceforge.net/tracker/index.php?func=detail&aid=2803341&group_id=176962&atid=879335
Modified calls to look SysConfig CASH_AS_PAYMENT to take account of AD_Client_ID
2009-08-13 19:45:57 +00:00
Carlos Ruiz 1250197eef Fixed big issues with the new trx management
BF [1920179] - VPayment completing documents outside of Trx
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1920179&group_id=176962
PO is marking the key as null on VPayment
2009-08-13 18:12:19 +00:00
Carlos Ruiz 5c2db95c02 Fixed big issues with the new trx management
BF [1920179] - VPayment completing documents outside of Trx
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1920179&group_id=176962
needs every class object to use the same trx
2009-08-13 18:05:57 +00:00
Carlos Ruiz 796387e171 BF [1920179] - VPayment completing documents outside of Trx
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1920179&group_id=176962
Cleanup lot of unneeded code on VPayment.java - to improve readability and debug fixing
2009-08-13 16:54:09 +00:00
Carlos Ruiz ca2ee0aa5b BF [1920179] - VPayment completing documents outside of Trx
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=1920179&group_id=176962
Thanks to Tobi (tobi42)
2009-08-13 16:38:58 +00:00
Carlos Ruiz 2b7ed729bc BF [2822776] - ExportFormatGenerator class twice in trunk
https://sourceforge.net/tracker/?func=detail&aid=2822776&group_id=176962&atid=879332
Thanks to Mario Calderon
2009-08-13 16:13:59 +00:00
Carlos Ruiz 1fe527a7d5 BF [2797787] - Cannot delete line on PO generated from SO
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2797787&group_id=176962
2009-08-13 15:32:42 +00:00
Carlos Ruiz 6b85471443 Error in oracle migration script
FR2793242 Fact Acct Summary
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2793242&group_id=176962
2009-08-13 14:33:04 +00:00
trifonnt 57866b7e76 BF: [2836767] - merge german translation
https://sourceforge.net/tracker/index.php?func=detail&aid=2836767&group_id=176962&atid=879332
2009-08-13 12:33:52 +00:00
tobi42 4f9b2b3b9c BF [ 2799362 ] You can press New button a lot of times
Fix uses status of aSave action (enabled or disabled) instead of m_curTab.needSave(), because the latter can return false even if there are yet unfilled mandatory fields
2009-08-13 10:39:25 +00:00
tspc 1d5537e95b BF2038848 - Product Planning, Order Policy Column
Implement suggested column change to varchar2
2009-08-13 01:21:16 +00:00
trifonnt ea13550aa3 Added Serbian translation. 2009-08-12 22:44:24 +00:00
trifonnt 71947838d3 Added Serbian Chart of Accounts. 2009-08-12 22:42:40 +00:00
trifonnt 579641295c Committed last version of Bulgarian translation. 2009-08-12 22:05:50 +00:00
trifonnt f10f812b63 added greeting.xml 2009-08-12 21:20:52 +00:00
trifonnt 842b7cadcb Bf: 2836497 - small improvements of German translation
https://sourceforge.net/tracker/?func=detail&aid=2836497&group_id=176962&atid=883808
2009-08-12 21:03:07 +00:00
Carlos Ruiz a6beb9d4a7 Fix [2836467] - Packout workflow not exporting all the transitions
https://sourceforge.net/tracker/?func=detail&aid=2836467&group_id=176962&atid=879332
2009-08-12 21:01:17 +00:00
trifonnt fcba5f2548 BF: [2836386] Replication import fails on Integer values
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2836386&group_id=176962
2009-08-12 20:42:25 +00:00
vpj-cd 7ea9f86771 Error when try get ID but do not is the first field
http://sourceforge.net/tracker/?func=detail&aid=2836406&group_id=176962&atid=879332
2009-08-12 19:05:56 +00:00
trifonnt ffc394b522 BF: [2832535] - Add ADEMPIERE_DB_PATH to AdempiereEnvTemplate.properties
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2832535&group_id=176962
Fixed postgres value.
2009-08-12 16:21:19 +00:00
trifonnt db0f1ae54f FR: [2835828] - XML documents of Translation just contain a single line
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835828&group_id=176962
2009-08-12 16:06:36 +00:00
trifonnt 0912553eaf FR: [2835828] - XML documents of Translation just contain a single line
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835828&group_id=176962
2009-08-12 15:53:25 +00:00
trifonnt 5778f354fa FR: [2835828] - XML documents of Translation just contain a single line
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835828&group_id=176962
2009-08-12 15:48:25 +00:00
trifonnt c499b87513 FR: [2835828] - XML documents of Translation just contain a single line
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835828&group_id=176962
2009-08-12 15:40:31 +00:00
trifonnt 3036b1e861 FR: [2835828] - XML documents of Translation just contain a single line
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835828&group_id=176962
2009-08-12 15:35:19 +00:00
Carlos Ruiz 81dfbfc7a2 FR [2835991] - Charge Lines cannot be "shipped" manually
https://sourceforge.net/tracker/?func=detail&aid=2835991&group_id=176962&atid=879335
2009-08-12 03:21:45 +00:00
phib 632e54d912 Bugs item #2835973 Info order/shipment stack overflow
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835973&group_id=176962
2009-08-12 03:10:54 +00:00
trifonnt 11c09a770d BF: [2835006] must to reset t all -> you must reset all
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835006&group_id=176962
2009-08-11 12:58:37 +00:00
trifonnt 66f1028c76 Bf: [2835006] must to reset t all -> you must reset all
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2835006&group_id=176962
2009-08-11 12:49:51 +00:00
phib 629243e61d BF 2834795 CopyRole user on itself "deletes" all rights
Added check for same role, and updated parameters in AD to force selection of role.
2009-08-11 03:00:30 +00:00
Carlos Ruiz 1ec97a82a9 set client encoding in script to run correctly in postgresql 2009-08-10 22:41:45 +00:00
Carlos Ruiz e7020b067a FR [2835168] - Minor problem found in dictionary
https://sourceforge.net/tracker/?func=detail&aid=2835168&group_id=176962&atid=934929
2009-08-10 21:33:13 +00:00
Carlos Ruiz 17df1e84c2 FR [2835167] - Spanish translation for payroll
https://sourceforge.net/tracker/?func=detail&aid=2835167&group_id=176962&atid=934929
2009-08-10 21:29:30 +00:00
Carlos Ruiz 7f297edd63 FR [2556068] - 2Pack Export Import Official Dictionary
https://sourceforge.net/tracker/index.php?func=detail&aid=2556068&group_id=176962&atid=879335
2009-08-10 21:23:20 +00:00
Heng Sin Low c1b8fd3f32 https://sourceforge.net/tracker/?func=detail&aid=2834733&group_id=176962&atid=955896
- image field editor dialog throw npe when user want to reset
2009-08-10 06:01:38 +00:00