Commit Graph

392 Commits

Author SHA1 Message Date
Carlos Ruiz 119f51f564 IDEMPIERE-2625 BOMPriceStd function incorre / thanks to red1 and Dietmar (didiber) for suggestion 2015-05-20 13:01:08 -05:00
Carlos Ruiz d9098bd571 IDEMPIERE-2440 lengh of client name in session active is wrong 2015-03-11 10:03:54 -05:00
Carlos Ruiz 825c5e4941 IDEMPIERE-2501 Product Attribute displayed wrongly in formats and info window 2015-03-04 18:57:48 -05:00
Carlos Ruiz c8f3a94f45 IDEMPIERE-1695 Errors on Invoice Not Realized Gain/Loss 2015-01-09 13:33:39 -05:00
Carlos Ruiz 97f7a85462 IDEMPIERE-2269 Multi-currency allocation broken in zk 2014-10-24 07:51:19 -05: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
Elaine Tan 42dd24b831 IDEMPIERE-1856 Amount in database functions and views are hardcoded to round to 2 decimal points - Get the Currency_ID from Accounting Schema when the passed in Currency_ID is 0 2014-06-06 18:39:11 +08:00
Deepak Pansheriya 5b5c119a57 IDEMPIERE-1770 refactoring code as per carlos' review comments 2014-06-28 16:14:04 +05:30
Deepak Pansheriya 29f0a5810e IDEMPIERE-1770 Allowing manual entry from Attributes tab on shipment/MR line 2014-07-01 21:07:07 -05:00
Carlos Ruiz d7147dc1f5 IDEMPIERE-1953 Performance problem of postgresql functions - adding STABLE/IMMUTABLE attribute. 2014-05-30 12:11:20 -05:00
Carlos Ruiz 06ed133b34 IDEMPIERE-1856 Amount in database functions and views are hardcoded to round to 2 decimal points 2014-05-30 11:06:07 -05:00
Carlos Ruiz a183558071 hg merge release-2.0 (merge release2 into development) 2014-05-21 15:33:17 -05:00
Heng Sin Low d4927621f1 IDEMPIERE-1953 Performance problem of BOM* functions ( Part of Ticket 1004000 ). 2014-05-16 13:31:50 +08:00
Heng Sin Low 2915294c5c 1003965 IDEMPIERE-1950 Product Info Reservation not showing if Warehouse > Reservation Locator not populated. 2014-04-29 20:09:26 +08:00
Carlos Ruiz e247dac3a8 hg merge release-2.0 (merge release2 into development) 2014-05-14 12:41:43 -05:00
Elaine Tan d4c674ce72 IDEMPIERE-1856 Amount in database functions and views are hardcoded to round to 2 decimal points 2014-03-26 12:25:22 +08:00
Elaine Tan 1abe2ca2ba IDEMPIERE-1856 Amount in database functions and views are hardcoded to round to 2 decimal points 2014-03-26 12:18:20 +08:00
Carlos Ruiz bc9b8049bc hg merge release-2.0 (merge release2 into development) 2014-03-12 23:07:54 -05:00
Carlos Ruiz 26e7dfdc64 hg merge release-2.0 (merge release2 into development) 2014-03-05 12:14:58 -05:00
Carlos Ruiz f269768f71 IDEMPIERE-1144 Generating shipments from existing orders fails if product has mandatory attribute set / thanks to Tony Snook (tspc) for the initial patch 2014-03-12 21:45:02 -05:00
Carlos Ruiz 410a19b632 IDEMPIERE-1353 Choose to display trees on master, detail or both tabs / based on patch from Nicolas Micoud (nmicoud) 2014-01-25 13:56:48 -05:00
Carlos Ruiz b9f272bbc3 IDEMPIERE-1588 Add country on non business days table 2014-01-15 10:06:04 -05:00
Elaine Tan 41c753a605 IDEMPIERE-1599 Correct naming for acct wildcard dimensions 2014-02-26 12:32:55 +08:00
Elaine Tan a66efa0350 IDEMPIERE-1598 Window Price List Schema - field Discount Type must be Schema Type 2014-02-26 11:34:41 +08:00
Carlos Ruiz 6c63b156a7 hg merge release-1.0c (merge release1 into release2) 2013-12-11 18:34:48 -05:00
Carlos Ruiz 52c4a94a22 IDEMPIERE-1625 Remittance is printing inactive address 2013-12-11 09:40:44 -05:00
Carlos Ruiz 01410e176e IDEMPIERE-1459 Improving performance on InfoWindows 2013-10-24 15:15:13 -05:00
Heng Sin Low a45b0b1238 IDEMPIERE-386 Redesign ASI usage for FIFO. Based on Patch From Deepak. 2013-10-17 17:53:54 +08:00
Carlos Ruiz 266e55afc8 hg merge release-1.0c (forward-porting) 2013-10-24 15:22:33 -05:00
Heng Sin Low d95c2af901 Merged release-1.0c into development 2013-09-24 17:17:53 +08:00
Carlos Ruiz 5bc1dae184 IDEMPIERE-1370 Circular Reference in Product Info when a bom product is referenced to itself and its price-lists prices are set to zero
Thorough review of the BOM verification process:
1 - changed the three BOMprice functions to not take into account unverified BOMs
2 - fixed four BOMQty functions to point to correct BOM structures
3 - dropped from DB unused BOMQty*ASI functions and deprecated M_Product_BOM_Check.java class
4 - Verify BOMs process inactivated (pointing to unused structures)
5 - set default and displaylogic for process parameters of Verify BOM Structure
6 - set product verified flag as readonly to allow modification just via process verify BOM
7 - BOM products are marked as not verified when lines are changed or last line deleted
2013-09-19 21:52:10 -05:00
Carlos Ruiz 27551c87c9 IDEMPIERE-1160 Hide potentially dangerous stuff from non-admin users / fix script 2013-08-21 09:52:49 -05:00
Heng Sin Low 7516f85d55 IDEMPIERE-1188 Invoice Price Variance for Average PO Costing. 2013-08-14 17:37:27 +08:00
Carlos Ruiz b0593a04e9 IDEMPIERE-1160 Hide potentially dangerous stuff from non-admin users / based on patch from Juliana Corredor 2013-08-06 16:20:59 -05:00
Carlos Ruiz bcc0bc6f73 IDEMPIERE-1157 Adding functionality to add charts on the standard windows / peer review and complete - bringing missing class from Adaxa contribution repo 2013-08-22 19:09:40 -05:00
Heng Sin Low be50c979a6 Merge changes from release-1.0c branch 2013-08-19 21:11:30 +08:00
Elaine Tan f8d579d368 IDEMPIERE-1149 Implements SetFocus on field 2013-07-29 15:32:26 +08:00
Carlos Ruiz 6c939f1c7e IDEMPIERE-1010 Thousands grouping separator is used for integers values / Implemented FormatPattern support for zk edition on numbers 2013-06-02 19:46:03 -05:00
Carlos Ruiz e68f543903 IDEMPIERE-117 Add cost history table and cost movement view 2013-05-03 13:00:12 -05:00
Carlos Ruiz f2017776e5 IDEMPIERE-794 Ticket #1001025 - Expand the views to provide more information 2013-04-24 16:47:46 -05:00
Carlos Ruiz 761cc1e77e IDEMPIERE-849 ORA-01730 on T_RV_RECONCILIATION 2013-04-20 17:47:18 -05:00
Elaine Tan f7af4d1e20 IDEMPIERE-862 Create lines from MPS Lines function is not working 2013-04-17 18:23:21 +08:00
Carlos Ruiz b6cb69938d IDEMPIERE-794 Ticket #1001025 - Expand the views to provide more information / add cursymbol and curdescription - complete columns that were not added on invoice and order header 2013-04-13 14:56:50 -05:00
Carlos Ruiz f48984ef6e Move sql scripts required by installers 2013-04-02 22:45:38 -05:00
Carlos Ruiz a766a9ca9e IDEMPIERE-794 Ticket #1001025 - Expand the views to provide more information / Fix problem reported by Max 2013-03-27 10:44:08 -05:00
Carlos Ruiz c93bff9a1f Oracle throwing errors on migration script 201303191127_TICKET-1001025.sql / formatted SQL in all views
oracle error -> Input truncated to 7499 characters
oracle error -> SP2-0027: Input is too long (> 2499 characters) - line ignored
2013-03-22 19:14:57 -05:00
Elaine Tan 27df258e9d Ticket #1001025: Review the views to provide more information 2013-03-20 15:13:04 +08:00
Carlos Ruiz 8225c2a935 IDEMPIERE-764 Some tablenames starts with X whereas they have centralized IDs / ASU_1099Box 2013-03-18 13:50:27 -05:00
Heng Sin Low 02260d11f3 IDEMPIERE-708 Postgresql ERROR: date/time value "current" is no longer supported. 2013-03-15 14:03:01 +08:00
Carlos Ruiz 7be4abcace Fix migration scripts and create scripts for related views and functions for Ticket #1001763 and Ticket #1001758 2013-03-05 13:40:43 -05:00
Carlos Ruiz 298a49f444 IDEMPIERE-621 Postgresql altercolumn not able to alter some tables 2013-02-08 13:55:24 -05:00
Carlos Ruiz 1aaf64fa7b remove duplicate (altercolumn was there at functions and now is duplicated at procedures) 2013-02-08 10:52:01 -05:00
Carlos Ruiz a6ee2fec0f IDEMPIERE-385 Resolve M_Storage locking and data consistency / Fix error on view (ERROR: column "m_storage_uu" does not exist) 2012-12-03 15:21:10 -05:00
Carlos Ruiz a4562a33fc IDEMPIERE-163 Implement isupdateable and isalwaysupdateable on ad_field / Peer review 2012-11-23 13:34:49 -05:00
Juan David Arboleda 6433b7c02f IDEMPIERE-163 Implement isupdateable and isalwaysupdateable on ad_field 2012-11-23 12:57:35 -05:00
Carlos Ruiz 794d9cedbe IDEMPIERE-385 Resolve M_Storage locking and data consistency / avoid ERROR: failed to recreate dependent view 2012-11-22 11:32:12 -05:00
Carlos Ruiz bba1082d4e IDEMPIERE-385 Resolve M_Storage locking and data consistency / Finish changes to database:
- view replacement for M_Storage – ad_table marked as view
- migration script from M_Storage to the two new tables
- migration script to fill M_Warehouse.ReserveLocator_ID
- generate UUID columns and model classes for the two new tables
- the unique index key m_storagereservation_pkey must have IsSOTrx
- reorg unique index key m_storagereonhand_pkey - most accessed columns first
- m_product_stock_v - restored to previous version based on M_Storage now view
- m_product_substituterelated_v - restored to previous version based on M_Storage now view
2012-11-19 16:17:40 -05:00
Carlos Ruiz bb76dee97a IDEMPIERE-385 / QA migration scripts 2012-11-14 17:51:23 -05:00
Carlos Ruiz d74fc3788b IDEMPIERE-422 Complete Native Sequence feature / Fix broken oracle procedure 2012-11-07 09:12:41 -05:00
Heng Sin Low 6a71e527ab iDempiere IDEMPIERE-234 Configurable Toolbar.
- Expose AD_Window_UU, AD_Tab_UU, AD_Table_UU and IsSortTab as part of the _TabInfo. This allow display logic of button to target specific tab or table that is not using official id.
2012-10-28 12:13:27 +08:00
Deepak Pansheriya 6794c0b410 IDEMPIERE-293 Adding User Name, Role Name, Client Name and Org Name to allow filtering 2012-10-26 00:30:22 +05:30
Heng Sin Low 6d7d975d22 Merge with fdeadc94d67201e8d02f497dfc34d054fd224c6b 2012-10-19 20:46:09 +08:00
Heng Sin Low 44d6da7dd8 iDempiere IDEMPIERE-234 Configure Toolbar.
- Added AD_Column.IsToolbarButton to support  column button as part of toolbar instead of as field.
- Added API to support dialog implementation of AD_Form.
2012-10-19 20:44:11 +08:00
Deepak Pansheriya 61b327991a IDEMPIERE-293 : Adding AD_User_ID and making window to show session from all org. 2012-10-19 15:18:31 +05:30
Deepak Pansheriya bb085c5546 IDEMPIERE-293 List of active session 2012-10-18 15:53:46 +05:30
Carlos Ruiz 595fda5ef4 IDEMPIERE-422 Complete Native Sequence feature / peer review and tests 2012-10-05 19:03:57 -05:00
Juan David Arboleda 7874f573e4 IDEMPIERE-422 Complete Native Sequence feature 2012-10-05 11:22:33 -05:00
Carlos Ruiz 368ce19b6e IDEMPIERE-332 Document sequence organization level and restart monthly / Thanks to Nicolas Micoud 2012-09-07 16:56:44 -05:00
Carlos Ruiz 14085d6218 IDEMPIERE-420 Improve the way to register migration scripts applied 2012-09-04 15:19:45 -05:00
Carlos Ruiz 7c9ffc152f IDEMPIERE-368 Improve Form Layout to allow more columns and positioning / Thanks to Juliana Corredor 2012-08-31 19:26:46 -05:00
Heng Sin Low 724515c9c2 Merge with 9588c6ccc43c675f7b186512072c248daa1a6f57 2012-08-22 18:41:04 +08:00
Kirit Thummar d5ef3c327a IDEMPIERE-377 : Add search sequence support for search dialog field[1001253] 2012-08-22 11:01:07 +05:30
Carlos Ruiz aa062ec80c IDEMPIERE-246 Integrate Manufacturing Light 2012-08-21 17:26:37 -05:00
Deepak Pansheriya 1d3ef163e7 Ticket #1001003:IDEMPIERE-364 Updating object definitions. 2012-08-14 19:34:54 +05:30
Carlos Ruiz f28f327cbe IDEMPIERE-384 Problem with insertTranslations in multilanguage env caused by Generate_UUID 2012-08-10 16:54:44 -05:00
Carlos Ruiz 98688dc01b IDEMPIERE-326 - Oracle procedure T_InventoryValue_Create has error 2012-07-19 20:06:28 -07:00
Heng Sin Low 668e61686f IDEMPIERE-166 Rebranding of logo and product name 2012-06-06 22:13:34 +08:00
Carlos Ruiz 7a7025362f IDEMPIERE-274 Database seed missing Generate_UUID function 2012-05-28 11:50:41 -05:00
Heng Sin Low 491a3517f8 IDEMPIERE-215 Costing: Drop M_Product_Costing. 2012-04-04 18:33:37 +08:00
Carlos Ruiz e205bb66de IDEMPIERE-204 Add charge to Open Requisitions report
http://jira.idempiere.com/browse/IDEMPIERE-204
2012-03-25 21:37:57 -05:00
Carlos Ruiz 85bbd9d621 IDEMPIERE-67 ProcessedOn should not be copied by MOrder.copyFrom 2011-09-18 15:55:50 -05:00
Carlos Ruiz 778b0917d3 fixes IDEMPIERE-59 Add BankAccountDescription to C_PaySelection_Check_V
http://jira.idempiere.com/browse/IDEMPIERE-59
2011-08-13 23:32:49 -05:00
Carlos Ruiz bb21fb8279 Implement issue #2 Implement support for Oracle 11G
http://hg.idempiere.com/idempiere/issue/2/implement-support-for-oracle-11g
- upgrade ojdbc6.jar to 11.2.0.2.0
- create scripts to export and import with datapump
2011-04-22 20:31:43 -05:00
Carlos Ruiz e55cf6df11 Implement support for PostgreSQL 9
Merge commits from vpj-cd and redchris
http://sourceforge.net/support/tracker.php?aid=3214377
http://sourceforge.net/support/tracker.php?aid=3263111
http://sourceforge.net/support/tracker.php?aid=3214343
2011-04-22 19:52:14 -05:00
Carlos Ruiz d669523aac FR 2851987 - Add company logo
https://sourceforge.net/tracker/index.php?func=detail&aid=2851987&group_id=176962&atid=879335
2011-03-26 01:58:44 -05:00
vpj-cd 82f2806af2 Current the view have not the version column.
Thank a lot Trifon to report the issue.

kind regards
Victor Perez
www.e-evolution.com
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3075201
2011-03-25 23:51:01 -05:00
Carlos Ruiz cc8e13b32f Fix problem in C_OrderLineTax_VT - product name was not printing attributes
https://sourceforge.net/tracker/index.php?func=detail&aid=3176222&group_id=176962&atid=879332
2011-03-07 10:19:08 -05:00
Carlos Ruiz 4e143f09f2 Reverting revisions 12757, 12778, 12785 (6348, 6352, 6353)
This has suffered lot of modifications after the last commit in trunk:
svn revisions: 12968, 13190, 13206, 13208, 14172, 14175, 14200, 14201
hg changesets: 6356, 6360, 6361, 6362, 6394, 6395, 6396, 6397
It requires proper functional review and analysis of collaterals
We better revert from here and integrate later when it's more stable and we have proper description and QA over these new processes.
2011-02-26 22:25:50 -05:00
Heng Sin Low 08c7f55e87 Remove obsolete install_procedures.sql and modify build.xml to install the uuid-ossp module. 2011-01-11 17:32:55 +08:00
Heng Sin Low 75a5355937 Added db generate uuid function. The postgresql implementation depends on the contrib module contrib/uuid-ossp. 2011-01-11 17:29:58 +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
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 eb462af86c Merge bug fixes from release to trunk
merge 12158, 12159

Revision: 12158
http://adempiere.svn.sourceforge.net/adempiere/?rev=12158&view=rev
Fix [2819386] PaymentTerm DueDate Bug - thanks to Armen
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2819386

Revision: 12159
http://adempiere.svn.sourceforge.net/adempiere/?rev=12159&view=rev
Fix [2793048] trunc function different on db/ddlutils and seed
Synchronize ddlutils version with current versions in DB
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2793048

Regards,
Tony
2010-04-27 23:30:29 +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
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 5966c8e621 FR #2988993 Configurable Displaying 1/0 instead of 99,999.00
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3680077
2010-04-20 01:33:12 +00:00
phib f77efad01e Unposted document view date acct
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2986969
2010-04-14 06:16:36 +00:00
Carlos Ruiz e80958f2d5 * Update MatchInv ProcessedOn to happen after invoice ProcessedOn (for a better reposting process)
* Added ProcessedOn column to RV_Unposted view and window
* minor fix in MCost - printing wrong variable in log
FR [2962094] Finish implementation of weighted average costing
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2962094
2010-03-25 00:25:21 +00:00
tspc 478075d45d Merge bug fixes from release into trunk
merge -r 11666:11670 -r 11677:11680 -r 11682:11684

11666-11670 -> Fix Eclipse warnings/ERROR
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2970867

11677 -> Fix - Firstof Function Week Constant
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2079794

11678 -> The revision 7509 introduced a bug because of bad programming
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2001910

11679 -> Integrate fix contributed by mcicchelli for [2514168] Port missing connect for Test.sql
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2514168

11680 -> minor - fix typos in comments

11682 -> [2971637] DB.executeUpdate working as autocommit if trx is not opened
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2971637

11683 -> Client Accounting Processor - fix a problem found, it was not updating Posted status on posting failure
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2857289

11684 -> Firstof Function Week Constant - scripts swapped - thanks to Armen by the peer review
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2079794
2010-03-17 10:57:46 +00:00