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
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
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