Commit Graph

359 Commits

Author SHA1 Message Date
Carlos Ruiz f79dc728a3 IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. As advised by Heng Sin 2019-01-10 15:21:19 +01:00
Carlos Ruiz 090a34eb88 IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. / eclipse still doesn't fully support - avoid annoying warning on launcher 2019-01-07 17:58:10 +01:00
Carlos Ruiz d14338729b IDEMPIERE-3808:collect info to move idempiere to jdk-11. Fix jdk target environment. 2019-01-07 13:22:58 +01:00
Carlos Ruiz 9487335169 Preparing release 6.2 - upgrade versions 2019-01-05 23:56:28 +01:00
Carlos Ruiz b8678da0d1 Backed out changeset bbf1c2b204a5 IDEMPIERE-3946 revert tycho 1.4.0 from release 6.2 2019-04-11 19:05:28 +02:00
Heng Sin Low 83c876bc7a IDEMPIERE-3946 Upgrade to Tycho 1.4.0 2019-04-11 20:22:24 +08:00
hieplq f39116d95d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (delete buckminster stuff) 2018-11-10 10:32:38 +07:00
Carlos Ruiz 7eeb4a8463 More versioning for 6.1 2018-11-04 18:32:21 -02:00
Carlos Ruiz ee4303d453 set version to 6.1 2018-11-04 14:47:53 -02:00
hieplq 5e5d79f614 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (add Vendor info to bundle) 2018-10-24 13:07:45 +07:00
hieplq bf3561fc0d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (clazz.getDeclaredConstructor().newInstance()) 2018-10-24 12:10:32 +07:00
hieplq 61a5fd1c21 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constance of BigDecimal move to RoundingMode
2018-10-24 09:48:52 +07:00
hieplq 155810c3f1 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:25:50 +07:00
hieplq 9957ffa06c IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with expression
2018-10-24 09:09:51 +07:00
hieplq b7aada7a1b IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
constructer with static value
2018-10-24 09:02:12 +07:00
hieplq 0a010a526d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update maven project)
run auto update maven projec (side effect from 15ccf00c09f5).
2018-10-24 08:56:57 +07:00
hieplq 1c5a89128b IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (Bundle-RequiredExecutionEnvironment)
eclipse don't reconize Bundle-RequiredExecutionEnvironment 10
2018-10-23 17:29:35 +07:00
hieplq b2fa99b192 IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (update lib)
update jetty to 12
update almost library to latest version
change org.eclipse.jdt.core.compiler.batch to org.eclipse.jdt.core
change javax.management.j2ee-api to org.apache.geronimo.specs.geronimo-j2ee-management_1.1_spec, reduce dependency and correct dependency of activeMQ
javax.activation to com.sun.activation.javax.activation
lib for service will take from library instea of jdk
groovy to date
2018-10-23 09:36:53 +07:00
hieplq 82c8c5b31d IDEMPIERE-3798:Move iDempiere default branch to openjdk 10
change targetPlatform and classpath to JavaSE-10
2018-10-16 07:08:34 +07:00
hieplq fe0f36668b IDEMPIERE-3531: add manifest for java 9 warning 2018-09-11 09:04:49 +07:00
Carlos Ruiz 2180fc3524 IDEMPIERE-2709 Adding support for editable field on info window / thanks to Deepak Pansheriya (Logilite) and Silvano Trinchero (FreePath) 2018-08-28 12:54:07 +02:00
Carlos Ruiz 40bcba3ce2 hg merge release-5.1 (merge release5.1 into default) 2018-07-14 18:03:36 +02:00
Redhuan D. Oon 3b1bf46542 IDEMPIERE-3631 InfoWindow : Reference Date+Time only displays Date in grid 2018-07-09 19:24:07 +02:00
Carlos Ruiz a293cb6a05 IDEMPIERE-3739 Create lines from on Invoice is wrongly pointing to Ship BP instead of Bill BP 2018-07-05 16:32:33 +02:00
Carlos Ruiz a0dcf36f4e IDEMPIERE-959 Missing get*_UU methods / based on patch from Nicolas Micoud (nmicoud) 2018-05-29 13:53:22 +02:00
Carlos Ruiz cd298bf31f hg merge release-5.1 (merge release5.1 into default) 2018-05-29 13:52:46 +02:00
Carlos Ruiz 626261f80c IDEMPIERE-3720 Make more methods extensible changing variables from private to protected 2018-05-28 16:51:08 +02:00
hieplq 31ad04d7ef IDEMPIERE-3531:auto update by eclipse when import project to new workspace by choose import exists maven project 2018-02-18 23:41:09 +07:00
hieplq 9482f02dec IDEMPIERE-3531:add maven tycho configuration 2018-02-10 16:42:06 +07:00
hieplq d7808da56a IDEMPIERE-3531:setting output build, jdk follow project convert from pure plugin to maven
a mavent project convert from plugin have flow default rule
   1. maven project prefer setting JRE to Execution environment, so .classpath is updated
   2. java class compliment to target/classes/, so build.propertie is updated
   3. JDK compliance configuration setting per project (only this option), so .settings/org.eclipse.jdt.core.prefs is created

extra setting about warning done manual to resolved
https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431

   it happend on bundle use non-standard java package
      org.adempiere.base/.settings/org.eclipse.jdt.core.prefs
      org.adempiere.ui.swing/.settings/org.eclipse.jdt.core.prefs

   on org.adempiere.server, old method add accessrules to classpathentry don't work for maven build.
   so change to warning method make it consitent with other
      org.adempiere.server/.settings/org.eclipse.jdt.core.prefs
2018-02-03 01:39:47 +07:00
hieplq 34741c7d87 IDEMPIERE-3531:standard maven repository url
find out origin reposiroty for almost library
maven url include maven2 part
2018-02-03 16:38:23 +07:00
hieplq b6d9886732 IDEMPIERE-3531:standard lib folder
on all project, put library into lib folder, so easy apply parametrize
remove some unuse (don't see reference) library
2018-02-02 13:47:07 +07:00
Carlos Ruiz c3940f38b7 IDEMPIERE-3573 Invoice Vendor (create lines from..) - Error - Total matched qty > movement qty 2017-12-14 15:43:13 +01:00
Carlos Ruiz af3d52045f Point copyjars to new release 2017-11-01 01:14:36 +01:00
Carlos Ruiz d63062d0d0 New version 2017-10-31 23:12:29 +01:00
Heng Sin Low 493dfc8c31 merge release4.1 into development 2017-10-18 08:52:52 +08:00
Carlos Ruiz 1616e7a95b IDEMPIERE-1546 There is no OSGi interface for a PaymentExport / thanks to Markus Bozem 2017-10-17 18:29:34 +02:00
hieplq 58d573949f IDEMPIERE-1926:Workflow/Wizard type - > Node Action Info Window MiSSING 2017-09-19 18:43:48 +07:00
Carlos Ruiz fb35ec9d68 IDEMPIERE-3416 Implement the ability to track open DB connections 2017-06-30 16:45:12 +02:00
Carlos Ruiz 9bfe040d9b Integrate patches from hengsin - IDEMPIERE-3416 Implement the ability to track open DB connections (1007726/1008135) 2017-06-30 15:57:15 +02:00
Heng Sin Low 7ebc5f515a IDEMPIERE-3362 Error "SEVERE: Could not remove ON M_RMA rma" in Generate Inovoice (manual)/RMA. 2017-05-30 09:43:52 +08:00
Heng Sin Low c9bf6038f7 IDEMPIERE-3368 RMA Create Lines From Enhancement. Sort by Line. Copy shipment line's description to rma line. 2017-05-28 06:43:09 +08:00
Carlos Ruiz 55e074dc5e IDEMPIERE-37 Make iDempiere safer using saveEx instead of save / found and fix more cases using save - or ignoring the error of save 2017-03-31 18:29:53 +02:00
Carlos Ruiz 9c2a2ef436 IDEMPIERE-3303 Material Transaction form not zooming to Project 2017-02-22 13:06:03 +01:00
Carlos Ruiz 503ec9d9e2 IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection / multicurrency 2017-01-13 19:07:26 +01:00
Carlos Ruiz afaedf1bf6 IDEMPIERE-3279 Implement configurable Write-Off in Payment Selection 2017-01-13 17:50:38 +01:00
Carlos Ruiz 5da08bb301 point copyjars to 4.1 2016-10-31 14:27:56 +01:00
Carlos Ruiz 3d985bd0ed change references to new version 2016-10-30 20:30:07 +01:00
Carlos Ruiz ad995ae3b9 hg merge release-3.1 (merge release3.1 into development) 2016-09-27 15:25:10 +02:00
Heng Sin Low fd178e9485 IDEMPIERE-3187 Matching PO-Receipt-Invoice doesn't displaying the Vendor Return-Document 2016-09-23 17:47:05 +08:00
Heng Sin Low e20ad177de IDEMPIERE-3187 Matching PO-Receipt-Invoice doesn't displaying the Vendor Return-Document 2016-09-21 10:48:04 +08:00
hieplq 54bca51007 IDEMPIERE-3136:all stuff relate library of idempiere
remove version of dependency bundle
2016-07-07 12:51:24 +07:00
hieplq 116cde1e96 IDEMPIERE-3136:all stuff relate library of idempiere
set runtime of all project to 1.8
2016-07-07 10:59:31 +07:00
hieplq 4ae72bb050 IDEMPIERE-3136:all stuff relate library of idempiere
because each project don't have partical build setting, so let control from workspace
2016-07-07 10:14:33 +07:00
hieplq fb64d75f34 IDEMPIERE-3136:all stuff relate library of idempiere
plug-in warning about miss file
2016-07-07 13:51:26 +07:00
hieplq 98730ce2d6 IDEMPIERE-2968:make all url as properties let idempiere can total material with offline repository
use parameter for link to repository, so can use offline repository, so help increase test speed
2016-07-07 14:55:12 +07:00
Carlos Ruiz 9d73baea76 IDEMPIERE-1554 scriptable Translation import 2015-12-22 22:22:06 -05:00
Carlos Ruiz 045e250a69 IDEMPIERE-2940:reduce size of repository / fix sourceforge links 2015-12-02 11:51:11 -05:00
hieplq 6f32d77846 IDEMPIERE-2940:reduce size of repository
move file server
2015-12-02 21:54:18 +07:00
hieplq 972dd355db IDEMPIERE-2940:reduce size of repository 2015-11-14 17:17:25 +07:00
Carlos Ruiz 816b3dee85 Seed databases for r3.1 2015-10-31 00:20:28 -05:00
Carlos Ruiz 6a8183effa Update product version to 3.1.0 2015-10-30 21:18:07 -05:00
Carlos Ruiz 3c1199f5bf hg merge release-2.1 (merge release2.1 into development) 2015-10-16 11:16:17 -05:00
Carlos Ruiz 136b0f147d IDEMPIERE-2889 Reservations wrong after a MR with three lines of same PO Line 2015-10-14 19:51:32 -05:00
Carlos Ruiz 22ed5bebb4 IDEMPIERE-2806 Incorrect Open Balance on Business Partner Screen 2015-09-16 17:53:49 +02:00
tsvikruha d8a3155802 IDEMPIERE-2760 Inventory Move - Document type Print Format ignored 2015-08-07 13:10:45 +02:00
tsvikruha 7b10395b3b IDEMPIERE-2665 Accounting Fact Reconcilation (Manual) schema validation missing 2015-06-08 15:10:37 +02:00
tsvikruha ffc0e623f9 IDEMPIERE-2665 ListBox component changed to Table Dir 2015-06-08 09:49:52 +02:00
tsvikruha 1ca7631d78 IDEMPIERE-2665 Accounting Fact Reconcilation (Manual) schema validation missing 2015-06-08 09:27:47 +02:00
Carlos Ruiz 44b07db53f minor - solve warnings 2015-05-22 11:24:45 -05:00
Carlos Ruiz b375650101 IDEMPIERE-2594 RMA does not allow repeat returns on same shipment. / based on patch provided by Redhuan (red1) 2015-05-20 18:44:08 -05:00
Carlos Ruiz 3741dfcb4b hg merge release-2.1 (merge release2.1 into development) 2015-09-16 19:05:02 +02:00
tsvikruha 6ffc872126 IDEMPIERE-2749 Internal Use Inventory - Document type Print Format ignored 2015-08-03 11:40:07 +02:00
Nicolas Micoud 37f512dbd6 IDEMPIERE-2658 Show bpartner name instead of user name in description of allocations generated from Payment Allocation 2015-07-29 10:23:40 -05:00
Carlos Ruiz c30cffc2a6 hg merge release-2.1 (merge release2.1 into development) 2015-07-01 21:05:10 -05:00
michal_zilincar fa80680f3c IDEMPIERE-2671 - Allocation Target Document Type Implementation 2015-06-25 14:00:42 +02:00
Carlos Ruiz 376d6ea1ec hg merge release-2.1 (merge release2.1 into development) 2015-05-20 21:04:05 -05:00
hieplq 96bfd399c9 IDEMPIERE-2544:to more warning compiler hidden good warning
warning from build.xml
2015-03-28 23:31:00 +07:00
hieplq a8f5e0745b IDEMPIERE-2389:Print format and Report type selection on process dialog
add language combobox
2015-03-26 03:16:58 +07:00
hieplq 5b56659483 IDEMPIERE-2389:Print format and Report type selection on process dialog
add summary checkbox
2015-03-26 01:59:57 +07:00
Deepak Pansheriya 8a129ab3ea IDEMPIERE-2389 Print format and View Report selection on process dialog. 2015-02-10 19:15:04 +05:30
Carlos Ruiz 942ae9aed9 hg merge release-2.1 (merge release2.1 into development) 2015-02-04 11:39:56 -05:00
Carlos Ruiz 03fb5cbda7 IDEMPIERE-2405 Implement SaaS support for Setup Wizard 2015-01-16 18:44:33 -05:00
hieplq bf81fe07a4 IDEMPIERE-2152:Info Window - Join related tabs on other columns than primary key
combine and repatch for 2.1
2015-01-14 09:20:08 -05:00
Carlos Ruiz 24d17a44d7 Backed out changeset 3e83b907df0f 2015-01-14 10:08:01 -05:00
Carlos Ruiz 9ae8fdfeaf IDEMPIERE-2152:Info Window - Join related tabs on other columns than primary key
combine and repatch for 2.1
2015-01-14 09:20:08 -05:00
Carlos Ruiz f0a8c83af3 hg merge development (merge development into zk7) 2014-12-17 20:11:47 -05:00
Carlos Ruiz c0c7f0a0cf IDEMPIERE-2362 Cash Button changes Document Accounting Date 2014-12-17 18:21:16 -05:00
Carlos Ruiz 322a4a3b3e merge development into zk7 2014-11-19 19:34:42 -05:00
Carlos Ruiz 0e03505f52 IDEMPIERE-2305 Cash/Check Payment button is ignoring amount entered 2014-11-08 13:11:07 -05:00
Carlos Ruiz f3eba129d1 merge development (8b3bdac18c82) into zk7 2014-11-05 17:38:46 -05:00
Carlos Ruiz e151947731 IDEMPIERE-2305 Cash Payment button is ignoring amount entered 2014-11-05 17:31:44 -05:00
Carlos Ruiz d6eafd8670 merge development (78e90f933c35) into zk7 2014-11-05 08:18:46 -05:00
Carlos Ruiz 6df1c41ae8 IDEMPIERE-1554 scriptable Translation import / add eclips launchers 2014-10-31 00:40:28 -05:00
Carlos Ruiz fa74477ecf Update product version to 2.1.0 2014-10-30 23:30:38 -05:00
Carlos Ruiz 2aeedd4ed0 IDEMPIERE-2245 Platform Upgrade for r3 2014-10-22 14:43:56 -05:00
Carlos Ruiz 3518f683e7 merge 1a4c747dfdf9 development into zk7 2014-10-22 14:42:27 -05:00
Heng Sin Low 816e27a8e2 IDEMPIERE-2245 Platform Upgrade for r3. Fix Jenkin build error ( Patch from Carlos ). Fix login page show wrong version info. 2014-10-16 14:34:12 +08:00
Nicolas Micoud e9cbab568c IDEMPIERE-2247 Reports : Process Info summary is not translated 2014-10-15 14:23:29 -05:00
Heng Sin Low 0b2fbe27ae IDEMPIERE-2245 Platform Upgrade for r3. 2014-10-13 11:05:19 +08:00
hieplq e2fdfddacc IDEMPIERE-1665:matching PO-receipt error make session break 2014-09-06 18:40:11 +07:00
Carlos Ruiz 75948bce27 IDEMPIERE-2219 When choosing a payment for Vendor the amount does not get copied to the applied amount field 2014-10-01 09:07:37 -05:00
Carlos Ruiz 7176b33b11 Merge development (23d225fcc3d1) into zk7 branch 2014-08-27 08:39:42 -05:00
Carlos Ruiz e8228d6fbe IDEMPIERE-2134 Issues found on Payment Selection process - one more thing to make it work correctly for sales 2014-08-14 16:33:02 +02:00
Carlos Ruiz 062f2a8ca6 IDEMPIERE-2134 Issues found on Payment Selection process - implement trx management
* Payment Selection Manual:
** PaySelect.generatePaySelect: out of transaction, dangerous, if a line fails the header is still there
* Payment Print/Export
** PayPrint.cmd_export and cmd_print: both are creating and completing payments out of transaction, if something fails in the middle the process can leave partial things
2014-08-12 09:51:20 +02:00
Carlos Ruiz 2c04735527 IDEMPIERE-2134 Issues found on Payment Selection process
* Payment Selection Manual:
** WPaySelect.onEvent: improved to refresh lines on onlydue, paymentrule and paymentdate changes
** PaySelect.getPaymentRuleData: is getting also inactive payment rules
** WPaySelect is showing correctly the schedule records of an invoice, but the due date is wrong - leading to wrong schedule records shown with only due invoices flag
** PaySelect.getDocTypeData: Is just selecting API/APC, can also include AR documents

* Payment Selection Create (button on window)
** running PaySelectionCreateFrom repeated the invoices - must just add new
** issotrx set based on payment rule - direct debit Y, otherwise N
** The process is getting the records from C_Invoice instead of C_Invoice_V (as manual does) - this must be leading to error on selected schedule records for only due parameter (test required to confirm)

* Payment Print/Export
** deleted not used PayPrint.getPaySelectionData
2014-08-11 17:04:53 +02:00
Carlos Ruiz f4f2cb9555 IDEMPIERE-462 Ticket #1001503: Credit Cards Online - fix credit card online processing - make forms safer - they can fail if AccountNo or IsDefault column is added to the bank 2014-08-11 09:16:53 +02:00
Carlos Ruiz 3e6bb32758 IDEMPIERE-1099 - minor, remove warning and unused variable 2014-09-05 13:29:34 -05:00
dantam d67d3efc73 IDEMPIERE-1099 - Process/Form Generate Charges should include account key in charge name 2014-09-05 16:30:05 +02:00
Carlos Ruiz abcc230e24 IDEMPIERE-1554 scriptable Translation import / integrate patches provided by Thomas Bayen (tbayen) 2014-09-03 17:25:39 -05:00
Carlos Ruiz 20c500553a Merge development (859fa5991fa8) into zk7 branch 2014-07-03 16:44:22 -05:00
Carlos Ruiz 683676abb2 IDEMPIERE-1999 Adding support for over shipment / fix warning 2014-07-02 13:19:28 -05:00
Carlos Ruiz c69070876f Merge development (717d3f6bb6a2) into zk7 branch 2014-06-03 18:28:40 -05:00
Carlos Ruiz 49d477c2d5 Merge development (717d3f6bb6a2) into zk7 branch 2014-06-03 17:58:27 -05:00
Carlos Ruiz 3d53cf43db IDEMPIERE-236 bring hardcoded MSysConfig keys and order 2014-05-29 16:31:14 -05:00
Heng Sin Low fa6541ff10 Merge development ( 10289 ) into zk7 ( 10252 ) branch 2014-04-03 09:17:58 +08:00
Heng Sin Low 9e5826b772 IDEMPIERE-1635 Upgrade to zk7. Update platform to Gemini Web 2.2.2, Tomcat 7.0.35 and Eclipse 4.3 ( Kepler ). 2014-04-03 01:31:20 +08:00
Carlos Ruiz d75a1cb722 hg merge release-2.0 (merge release2 into development) 2014-03-26 21:26:40 -05:00
Carlos Ruiz 854076ee2c hg merge release-2.0 (merge release2 into development) 2014-05-07 22:04:48 -05:00
Carlos Ruiz 9f24e8a85b IDEMPIERE-1927 MAccount.get creating deadlocks because it doesn't have trx 2014-05-02 16:19:10 -05:00
Carlos Ruiz a980daf1d8 IDEMPIERE-1852 Translation: Accounting Fact Reconcilation (manual) 2014-03-24 20:21:05 -05:00
Carlos Ruiz 5583a606c2 hg merge release-2.0 (merge release2 into development) 2014-03-07 22:20:51 -05:00
Carlos Ruiz 71db6871df IDEMPIERE-1581 tree maintenance translation missing / thanks to Sergio Oropeza for the patch 2014-03-07 21:03:35 -05:00
Elaine Tan 118c4f74ef IDEMPIERE-1776 Payment Allocation: Allow user to apply payment to credit memo 2014-02-28 10:55:14 +08:00
Elaine Tan 7ca2cbc167 IDEMPIERE-1787 1003797 Payment allocation completed but did not associate the payment to selected invoices - throw exception when 'Allocation not balanced' instead of logging as severe log 2014-03-04 17:07:45 +08:00
Carlos Ruiz c2737073e6 IDEMPIERE-1045 Improve info Window implementation to enable the definition of related info which will be rendered as tabs at the bottom of the content Pane / thanks to Anthony Sossah (xolali) for the contribution and red1 for the peer review and integration 2014-01-26 17:10:29 -05:00
Carlos Ruiz 7506668fb6 hg merge release-1.0c (merge release1 into release2) 2013-12-30 21:42:30 -05:00
Heng Sin Low 22bb2ab999 1003599 Payment Allocation: Allow user to enter applied amount that's more than the payment's open amount. Fixed applied amount calculation for payment with negative balance. 2013-12-30 17:47:52 +08:00
Heng Sin Low 83bf6f7e36 Merged release-1.0c into release-2.0 2013-12-05 18:10:32 +08:00
Heng Sin Low 1a33572fa9 1003599 Payment Allocation: Allow user to enter applied amount that's more than the payment's open amount. 2013-12-05 10:30:46 +08:00
Carlos Ruiz 4f1aa96b14 hg merge release-1.0c (merge release1 into release2) 2013-11-25 19:22:58 -05:00
Thomas Bayen 24477333d3 IDEMPIERE-1557 swing: translation import does not work 2013-11-25 19:16:25 -05:00
Carlos Ruiz 499cb715bd hg merge release-1.0c (merge release1 into release2) 2013-11-21 16:35:43 -05:00
Heng Sin Low bb6607d553 IDEMPIERE-1561 Update product version to 2.0.0. 2013-11-21 14:32:17 +08:00
Carlos Ruiz f701e71d88 IDEMPIERE-1496 Customer RMA and Vendor RMA Create From dialog missing translation / based on patch from Flemming Birch 2013-11-20 09:46:51 -05:00
Carlos Ruiz fb3e9c3732 IDEMPIERE-1452 Translation Export doesnt export field Comment and Help 2013-10-18 10:19:23 -05:00
Elaine Tan 9eeedfa909 IDEMPIERE-1158: Allow Create Lines From on Invoice (Customer) - Fix NullPointerException in CreateFrom 2013-10-24 12:11:02 +08:00
Heng Sin Low 11041a4a4d 1002617 IDEMPIERE-1158: Allow Create Lines From on Invoice (Customer). 2013-10-11 14:33:49 +08:00
Carlos Ruiz 1ab0741364 IDEMPIERE-1270 PaymentFormOnCredit is not translating payment terms / based on patch from Naim Berisha 2013-09-05 18:01:05 -05:00
Richard Morales 83cfb7fdda IDEMPIERE-1025 Improve translation for custom tables 2013-08-05 18:01:48 -05:00
Elaine Tan 2345c88481 IDEMPIERE-1229 Purchase Order print format needs to be removed from SO window - maintain the old public method signature 2013-08-05 17:50:17 +08:00
Elaine Tan fb95f9fca8 IDEMPIERE-1229 Purchase Order print format needs to be removed from SO window 2013-08-05 15:59:20 +08:00
Elaine Tan a33c9c0817 IDEMPIERE-860 Review Payment Processors - include credit card validation 2013-07-22 18:13:12 +08:00
Richard Morales 68223ee9af IDEMPIERE-1127 The Name of the workflow node is not translated 2013-07-06 17:44:39 -05:00
Carlos Ruiz 47377261b3 IDEMPIERE-1104 Payments all get the same accounting date as the reconciling bank statement regardless of transaction date / IDEMPIERE-480 2013-06-26 13:21:20 -05:00
Carlos Ruiz ab31459efb IDEMPIERE-1096 CreateFromStatement not working with currency conversion 2013-06-21 18:57:54 -05:00
Carlos Ruiz fb4dfe08bd IDEMPIERE-1006 Improve transaction and busy dialog for merge window 2013-06-01 10:52:05 -05:00
Richard Morales b2c2245e83 IDEMPIERE-892 in window generate charge, not work create new record 2013-05-04 14:52:54 -05:00
Carlos Ruiz 87de4029eb IDEMPIERE-889 See Order from other organization in generate invoices 2013-05-01 10:39:29 -05:00
Elaine Tan 66cb186a98 IDEMPIERE-862 Create lines from MPS Lines function is not working - fix java.math.BigDecimal cannot be cast to java.lang.Integer 2013-04-25 11:53:48 +08:00