Commit Graph

392 Commits

Author SHA1 Message Date
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
mjudd 217188b3f0 [ BF 2944056 ] - Fix quantities for Substitute & Related products in InfoProduct
https://sourceforge.net/tracker/index.php?func=detail&aid=2944056&group_id=176962&atid=879332
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2944056
2010-02-02 21:28:17 +00:00
tspc c95d84825c Fix Oracle Error:
mrp.docstatus,
ERROR at line 24:
ORA-12704: character set mismatch

Need to Cast strings in Union to nvarchar2 where needed

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2928680
2010-01-11 21:48:45 +00:00
vpj-cd d0911da112 Implementation the Safety Stock in MRP
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2928680
2010-01-11 11:15:59 +00:00
vpj-cd 5efab08390 Implementation the Safety Stock in MRP
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2928680
2010-01-09 04:32:13 +00:00
Carlos Ruiz 992d0f422a Implement [2872010] - Dunning Run for a complete Dunning (not just level)
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2872010&group_id=176962
2009-10-12 17:48:52 +00:00
Carlos Ruiz e613bc7461 Fix problem found in revision 10365
https://sourceforge.net/tracker/index.php?func=detail&aid=2528459&group_id=176962&atid=879332
2009-10-02 23:19:00 +00:00
Carlos Ruiz 0cec5344f3 Fix [2871621] - Invoice format not printing description
https://sourceforge.net/tracker/?func=detail&aid=2871621&group_id=176962&atid=879332
2009-10-02 01:29:57 +00:00
Carlos Ruiz d17ba65308 Synchronize oracle and postgresql database seeds
Found differences in
* c_invoice_v view
* one pkey wrongly defined in postgresql
* order of columns in some primary keys (harmless but sync to ease future comparison works)
For data I took postgresql as correct seed and updated oracle data
* lots of created/createdby/updated/updatedby synchronized - harmless but sync to ease future comparison works
* some other data was different - to review check all the updates not related to updated* or created* columns
2009-09-15 00:22:45 +00:00
Carlos Ruiz 5d0423ca96 FR [2851987] - Add company logo
https://sourceforge.net/tracker/?func=detail&aid=2851987&group_id=176962&atid=879335
Fixing bug reported [2858681] - postgres views break reports
https://sourceforge.net/tracker/index.php?func=detail&aid=2858681&group_id=176962&atid=879332
2009-09-14 17:24:26 +00:00
Carlos Ruiz 558479cbae Implement [2851987] - Add company logo
https://sourceforge.net/tracker/?func=detail&aid=2851987&group_id=176962&atid=879335
The header views for documents now include the logo column
2009-09-05 02:11:00 +00:00
trifonnt d50f0ba6f5 Beautify source code. 2009-08-24 16:25:23 +00:00
teo_sarca d18757a1e5 BF [ 2843522 ] Open Requisitions report is showing all requisitions
https://sourceforge.net/tracker/?func=detail&aid=2843522&group_id=176962&atid=879332

* Introduced RV_M_REQUISITION.QtyOrdered field which is equal with M_RequisitionLine.Qty if the C_orderLIne_ID is filled
2009-08-24 13:03:33 +00:00
phib c98b1260f7 BF2794268 https://sourceforge.net/tracker/?func=detail&aid=2794268&group_id=176962&atid=879332 2009-08-21 01:09:36 +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
teo_sarca c27e82b821 BF [ 2830154 ] currencyConvert(ORA) is not fetching the right ConversionType
https://sourceforge.net/tracker/?func=detail&aid=2830154&group_id=176962&atid=879332
2009-07-31 07:29:31 +00:00
Carlos Ruiz bb67d93a8e Implement [2815134] - Window My Unprocessed Documents
https://sourceforge.net/tracker/?func=detail&atid=883808&aid=2815134&group_id=176962
2009-07-24 18:37:03 +00:00
teo_sarca 33fd1516bb [ 2771474 ] C_Charge_Trl Translation for the Charge
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2771474&group_id=176962
2009-07-21 08:35:41 +00:00
teo_sarca b3a96f8692 fix PP_ORDER_HEADER_VT ddlutils files 2009-07-03 09:40:06 +00:00
phib ecf839802b 2803994 Enable explicit setting of tab parent link column
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2803994&group_id=176962
2009-06-11 06:10:16 +00:00
Carlos Ruiz a255992858 BF [2804321] - Invoice Open function doesn't respect currency precision
https://sourceforge.net/tracker/?func=detail&aid=2804321&group_id=176962&atid=879332
2009-06-10 18:24:58 +00:00
teo_sarca 52638a5a4f fix libero views
* correct cast('en_US' as varchar) to cast('en_US' as varchar2(6))
* make script sqlplus compatible
* never include "DROP VIEW " in your ddlutils scripts
2009-05-22 11:28:08 +00:00
vpj-cd 893c2ddba6 Error in Print & Release order process
http://sourceforge.net/tracker/?func=detail&aid=2596202&group_id=176962&atid=934929
2009-05-21 02:29:35 +00:00
teo_sarca 5241a5d6c9 FR [ 2783862 ] DBA_Recompile should recompile all materialized views
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2783862&group_id=176962

Implement Carlos' recommendations
2009-05-04 14:43:53 +00:00
Carlos Ruiz 7bff24602a FR [2783860] - DBA_Cleanup should clean all temporary tables
* Audit tables better configured used housekeeping (it allows previous backup) - AD_PInstance AD_ChangeLog AD_Session AD_Note
* AD_Find AD_Error not used in adempiere
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2783860&group_id=176962
2009-05-02 14:10:55 +00:00
teo_sarca b2b035a6c6 DBA_Recompile should recompile all materialized views
https://sourceforge.net/tracker/?func=detail&aid=2783862&group_id=176962&atid=879335
2009-04-30 06:42:06 +00:00
teo_sarca 90accc91fb FR [ 2783860 ] DBA_Cleanup should clean all temporary tables
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2783860&group_id=176962
* delete AD_Find records ONLY after a week
* delete processed AD_Notes ONLY after a week
2009-04-30 06:27:01 +00:00
teo_sarca 49cd77b1a6 FR [ 2783860 ] DBA_Cleanup should clean all temporary tables
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2783860&group_id=176962
2009-04-29 18:34:56 +00:00
Heng Sin Low cdadff0a11 pljava no longer needed. 2009-04-27 05:06:02 +00:00
vpj-cd a7cd793ea3 C_Charge_Trl Translation for the Charge
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2771474&group_id=176962
2009-04-18 22:13:34 +00:00
vpj-cd 0979f1d925 C_Charge_Trl Translation for the Charge
http://sourceforge.net/tracker/?func=detail&aid=2771474&group_id=176962&atid=879335
2009-04-17 22:48:18 +00:00
vpj-cd 503807e571 Adding Description field as parameter and info DO Detail
http://sourceforge.net/tracker/?func=detail&aid=2725539&group_id=176962&atid=934929
2009-04-01 19:21:32 +00:00
Heng Sin Low bf75c69f02 InvoiceOpenToDate - error in parameter datatype
InvoicePaidToDate - error in for loop sql
2009-03-26 09:46:12 +00:00
Carlos Ruiz 4d8f66dea7 Integrate fix for [2710889] - Function PaymentTermDueDate: Cast Error
Contributed by Ricardo (ralexsander)
2009-03-25 05:02:55 +00:00
teo_sarca 2552ae5e36 [ 2685975 ] Wrong amount in Cost BOM Multilevel Review
https://sourceforge.net/tracker/?func=detail&atid=934929&aid=2685975&group_id=176962
2009-03-13 11:43:29 +00:00
teo_sarca 39ce088b39 [ 2685973 ] Missing columns in Product cost report
https://sourceforge.net/tracker/index.php?func=detail&aid=2685973&group_id=176962&atid=934929
2009-03-13 10:18:37 +00:00
Carlos Ruiz d7134aedd2 Fix [ adempiere-Bugs-2669957 ] It doesn't print correctly BOM Product detail in shipments
https://sourceforge.net/tracker2/?func=detail&atid=879332&aid=2669957&group_id=176962
Thanks to Enrique Ruibal
2009-03-07 17:44:02 +00:00
teo_sarca 37686206c0 BF [ 2606044 ] MRP Details shows zero Qty records
https://sourceforge.net/tracker/index.php?func=detail&aid=2606044&group_id=176962&atid=934929
2009-02-16 16:17:41 +00:00
teo_sarca ff883217d6 BF [ 2563594 ] Aging report and invoice status
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2563594&group_id=176962
2009-02-10 21:40:07 +00:00
Carlos Ruiz 2820e8143d Merge fixes done in qa - not in trunk
----------------------------------
globalqss - Revision 8244
Fix Bug [2546855] - Mail text not parsed or translated in request window
https://sourceforge.net/tracker2/?func=detail&aid=2546855&group_id=176962&atid=879332
----------------------------------
globalqss - Revision 8247
Fix Bug [2547306] - Request notification not sent on creation
And on modification of a sales rep the new sales rep is not being notified.
https://sourceforge.net/tracker2/?func=detail&aid=2547306&group_id=176962&atid=879332
----------------------------------
globalqss - Revision 8249
Minor
- dropping procedure wrongly created (duplicate) on functions directory
- adding needed ending / to documentNo
----------------------------------
hengsin - Revision 8281
* Make the Locator window re-sizable and fixed the width of the locator combo box
----------------------------------
2009-02-04 19:23:09 +00:00
vpj-cd 95d93758ae Frozen/UnFrozen Standard Cost
http://sourceforge.net/tracker2/?func=detail&aid=2544889&group_id=176962&atid=879335
Fix error with Calculate of Roll-up,Completed the future cost price functionality
2009-01-29 08:28:17 +00:00
Heng Sin Low 4e078ebad6 minor - loading of script to create plsql function should be inside the load-function target. 2009-01-28 07:42:17 +00:00
teo_sarca 6865278773 BF [ 2530171 ] Cost BOM Multilevel report is wrong if more than two levels
https://sourceforge.net/tracker/index.php?func=detail&aid=2530171&group_id=176962&atid=879332

BF [ 2539976 ] Rename view RV_PP_Cost_BOMLine to T_BOMLine_Costs
https://sourceforge.net/tracker/index.php?func=detail&aid=2539976&group_id=176962&atid=879332
2009-01-27 14:49:24 +00:00
vpj-cd 3622215a72 Cost BOM Multi Level Review
http://sourceforge.net/tracker2/?func=detail&atid=879335&aid=2504885&group_id=176962
2009-01-13 17:49:50 +00:00
teo_sarca 9227c53c4f Libero QA: PP_Order_Transactions view : never use ORDER BY clause in a view; it's a bad practice 2009-01-13 12:45:56 +00:00
vpj-cd 0afbe9d9f5 fix small issue 2009-01-12 21:56:42 +00:00
usrdno 152089d684 This function was missing here, so I copied it from the seed database. 2009-01-12 19:19:49 +00:00
vpj-cd 9e72e117e6 Show Cost Collection in Product
http://mail.google.com/a/e-evolution.com/#inbox/11ecbbbdbf724125

Fix also the error in Sub contract introduced in Revision: 8037
Remove the the PP_Order_BOMLine and PP_Order_ID in M_Transaction this was replace for PP_Cost_Collector_ID that is the document that generate the transaction
2009-01-12 17:57:10 +00:00
Carlos Ruiz 98d7251a77 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
https://sourceforge.net/tracker2/index.php?func=detail&aid=1614574&group_id=176962&atid=879335
Found big error in C_Currency_Rate.sql for postgres - using ROWNUM
2009-01-10 19:57:15 +00:00
Carlos Ruiz 13088da9b4 Complete 1883270 - Enhance Document No Formatting
https://sourceforge.net/tracker2/?func=detail&atid=879335&aid=1883270&group_id=176962
2009-01-06 21:22:46 +00:00
Heng Sin Low 74e5ff4a59 fixed typo. 2008-12-30 05:36:56 +00:00
Heng Sin Low 9e0dcaaaa3 https://sourceforge.net/forum/message.php?msg_id=5896349 2008-12-26 07:01:40 +00:00
vpj-cd 1904c3384f Adding BPartner and BP Group for Distribution Order detail Report 2008-12-11 04:16:09 +00:00
Carlos Ruiz 53f9d1989c Forgot to copy this function to ddlutils 2008-12-09 08:09:50 +00:00
tspc 848e81fbf2 FR1840219 Migration from pl/java to pl/pgSQL for PostgreSQL
Created pl/pgsql version of nextBusinessDay function
2008-12-08 01:36:27 +00:00
trifonnt d4031c9ea6 FR: [ 2392587 ] Serbian on external dialogs
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=2392587&group_id=176962
2008-12-05 14:53:57 +00:00
Heng Sin Low 07f062f826 Added ant file to create view. 2008-11-25 15:45:39 +00:00
Heng Sin Low 74bec39467 make compatible with postgresql 8.2 2008-11-24 22:24:32 +00:00
Carlos Ruiz 12023c1d82 correct functions - must end to concatenate in one script 2008-11-01 03:21:45 +00:00
Carlos Ruiz e95cc5b245 correct functions - must end to concatenate in one script 2008-11-01 03:09:41 +00:00
Carlos Ruiz e8f0b1b3ad correct nextIDFunc 2008-11-01 03:03:29 +00:00
Carlos Ruiz 6fc6478b92 dos2unix on pl/pgsql functions
Add BOM_Qty_AvailableASI, nextIDFunc
2008-11-01 02:07:34 +00:00
Carlos Ruiz ab54e5b240 Synch versions for [ 2081237 ] PaymentAvailable Oracle-XE function wrong 2008-11-01 01:09:50 +00:00
vpj-cd a2c5d8534f [ 1840219 ] Migration from pl/java to pl/pgSQL for PostgreSQL
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=1840219&group_id=176962
2008-10-30 04:55:06 +00:00
vpj-cd c978848d17 [ 1840219 ] Migration from pl/java to pl/pgSQL for PostgreSQL
http://sourceforge.net/tracker/index.php?func=detail&aid=1840219&group_id=176962&atid=879335
2008-10-30 01:54:12 +00:00
vpj-cd c9155532a7 [ 1840219 ] Migration from pl/java to pl/pgSQL for PostgreSQL
http://sourceforge.net/tracker/index.php?func=detail&aid=1840219&group_id=176962&atid=879335
2008-10-30 01:26:28 +00:00
vpj-cd 385cbd1cf4 delete old function 2008-10-30 01:21:21 +00:00
vpj-cd 4b9e4d3db9 Migration from pl/java to native function postgreSQL 2008-10-29 20:28:55 +00:00
vpj-cd 140f908199 small fix named function 2008-10-25 18:07:24 +00:00
vpj-cd 3ff0f191db new function for pl/pgsql 2008-10-25 17:35:01 +00:00
vpj-cd f4c327a789 Including pl/pgsql function 2008-10-25 17:28:50 +00:00
trifonnt f7199d920a removed binary files. proper place for such files is download section in sf.net. 2008-10-18 14:26:24 +00:00
Carlos Ruiz 80fdaf1930 Fix problems with the views:
- Not oracle valid syntax
- Set Alias for the Max(Name) column
2008-09-27 23:15:21 +00:00
vpj-cd 43299f3839 Implementing forecast report
https://sourceforge.net/tracker/index.php?func=detail&aid=2002744&group_id=176962&atid=879335
2008-09-23 22:10:20 +00:00
teo_sarca a695a6f06b RV_M_Transaction - fixed issue introduced in rev. 5305 2008-09-18 07:20:15 +00:00
teo_sarca 642f11b088 BF [ 2117416 ] Invoice Rule Order Complete not working 2008-09-18 07:02:25 +00:00
Carlos Ruiz 76aca236c6 Implement [ 2117145 ] Improvements on RV_UnPosted 2008-09-18 02:13:30 +00:00
tspc fc0f924c9e BF2093971 Migration Script Error: 280 2008-09-05 01:39:46 +00:00
teo_sarca 41d4657556 fix bug introduced in rev. 6305 - the C_Invoice_v is not valid 2008-09-02 06:32:24 +00:00
vpj-cd a3e89f32f8 http://sourceforge.net/tracker/index.php?func=detail&aid=1926882&group_id=176962&atid=879335
discusion
https://sourceforge.net/forum/message.php?msg_id=5216017
2008-09-02 01:08:42 +00:00
Carlos Ruiz 26ae3aaccb Fix [ 2081237 ] PaymentAvailable Oracle-XE function wrong 2008-08-28 22:20:45 +00:00
vpj-cd 3b4bf9c894 Fixed view DRP Functionality 2008-08-08 03:26:11 +00:00
teo_sarca 6a93958932 BF [ 2041299 ] DB Function "documentNo" is not working 2008-08-07 07:25:14 +00:00
vpj-cd fd4c41fffe [ 2038014 ] New form Material Receipt Distribution Order
http://sourceforge.net/tracker/index.php?func=detail&aid=2038014&group_id=176962&atid=879335
2008-08-04 21:01:27 +00:00
tspc b91ba87135 BF2033473
Remove Order By clause from view
2008-08-01 09:13:37 +00:00
tspc 49f2daddf6 BF2033473 RV_PP_Product_BOMLine incorrect in DB
+ Add Order By Seqno
+ Fix Multi-Level BOM sort order
2008-08-01 05:23:21 +00:00
Carlos Ruiz b8200b10ca Integrate Karsten's autocompletion from trunk revisions 5521 and 5670
FR [2003044] Autocomplete for Textfields
http://sourceforge.net/tracker/index.php?func=detail&aid=2003044&group_id=176962&atid=879335
[Ctrl + Tab] iterates through all available matches
2008-07-29 20:40:22 +00:00
vpj-cd 6aa7c87454 [ 2031000 ] Detail Order Distribution Report
http://sourceforge.net/tracker/index.php?func=detail&aid=2031000&group_id=176962&atid=879335
2008-07-29 05:27:44 +00:00
vpj-cd e8c3c3cfea [ 2027432 ] Distribution Order can not be print 2008-07-25 03:45:59 +00:00
tspc 02d5aa5645 BF2021146 Do not work VMRPDetail, MRP Detail Report and VIEWs
fixed migration scripts and functions
2008-07-21 13:10:28 +00:00
vpj-cd 60ddefa711 [ 2021945 ] Setup integration Payroll with Project and Activity Control
http://sourceforge.net/tracker/index.php?func=detail&aid=2021945&group_id=176962&atid=879335
2008-07-19 01:18:10 +00:00
vpj-cd 6133824b85 [ 2021146 ] Do not work VMRPDetail, MRP Detail Report and VIEWs
http://sourceforge.net/tracker/index.php?func=detail&aid=2021146&group_id=176962&atid=879332
2008-07-18 17:37:25 +00:00
Carlos Ruiz f9fc05acb1 Speed up financial reports
[ 1642765 ] problem with Facc_act_balance slow financial report
Implemented a better approach (suggested by Heng Sin)
- Dropped Fact_Acct_Balance table
- Created Fact_Acct_Balance view for backward compatibility
- Created speed up index on Fact_Acct
- Replaced the accesses to Fact_Acct_Balance by accessing directly Fact_Acct in code
- Don't need to "update balances" anymore
2008-07-15 08:47:46 +00:00
Carlos Ruiz 266f15c5c2 Minor - add ant.sh to help if ant not installed 2008-07-07 18:38:16 +00:00
teo_sarca c7546215eb FR [ 1926882 ] Info Invoice: display Due Date 2008-06-03 08:11:25 +00:00
teo_sarca d590b87ba0 C_InvoiceLine_v: typo error 2008-06-03 07:57:56 +00:00
Carlos Ruiz 653ceac1db Fix [ 1977527 ] Libero not working for Oracle-XE 2008-05-30 04:04:41 +00:00
Carlos Ruiz dceffbc8e8 Recommit to recover history on files modified integrating libero 2008-05-30 04:02:59 +00:00
Carlos Ruiz 089bfcd9b5 Recommit to recover history on files modified integrating libero 2008-05-30 04:00:21 +00:00
Carlos Ruiz 3b762965b1 2008-05-30 03:50:03 +00:00
Carlos Ruiz c68297f7bb Reverting revisions 5291 & 5292 in sqlj - the way it was integrated deleted all history on the modified classes 2008-05-30 03:45:27 +00:00