Commit Graph

240 Commits

Author SHA1 Message Date
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
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 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
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
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
vpj-cd 3b4bf9c894 Fixed view DRP Functionality 2008-08-08 03:26:11 +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
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
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 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
Carlos Ruiz 976d142fc1 Integrate libero in stable
Prepare release 3.5.1a
2008-05-29 10:23:06 +00:00
Carlos Ruiz dcec4f3aa5 Integrate libero in stable 2008-05-29 09:46:44 +00:00
Carlos Ruiz 1738aedbcc Update ddlutils view definition from last migration script 2008-05-01 02:05:08 +00:00
Carlos Ruiz 82a7e72261 Integrate bug fixing from branch 350 into stable 2008-04-09 18:01:52 +00:00
Heng Sin Low 2a60faf4b1 [ 1887651 ] Add Ad_Reference_Value_ID and AD_Val_Rule_ID to AD_Field
[ 1892335 ] Define custom info class at ad_column or ad_field
2008-02-13 09:21:44 +00:00
Heng Sin Low fd5d235ce5 [ 1876642 ] Add Collapsed by Default to Field Group 2008-01-30 04:22:44 +00:00
mark_o cae6ffa8ed BUG: 1846279
CCBUG: 1846279
2008-01-29 11:22:21 +00:00
Carlos Ruiz d10f57c561 Refactoring of [ 1757088 ] Grid Collapse and Tab Group 2007-12-18 03:40:51 +00:00
vpj-cd 4545c71085 ready to release Adempiere331b 2007-12-06 03:29:07 +00:00
vpj-cd d3c61f55ae Fixed the return type RETURNS TIMESTAMP WITH TIME ZONE AS $$ and sqlj function 2007-12-06 01:25:22 +00:00
vpj-cd e5be71f033 minor fixed with views 2007-12-06 00:21:59 +00:00
Carlos Ruiz deeef327b0 Fix errors in view definitions 2007-12-05 23:54:16 +00:00
vpj-cd 5403811edc Synchronize view with patch 2007-12-05 22:58:45 +00:00
wght 60904e151d Changed to comply with adempiere/migration/330-trunk/postgresql/028_FR_1799601_PG.sql 2007-12-05 22:38:14 +00:00
vpj-cd e687c34da8 [ 1823612 ] Product Info Screen Improvements
add views to generate the model in postgresql
2007-12-05 21:50:13 +00:00
teo_sarca 39f6d4cf50 BF [ 1824260 ] TRUNC function not working like in Oracle 2007-11-02 06:11:31 +00:00
teo_sarca e3514fe2ae FR [ 1732786 ] DefaultValue on AD_Field
http://sourceforge.net/tracker/index.php?func=detail&aid=1732786&group_id=176962&atid=879335
2007-10-22 12:46:14 +00:00
teo_sarca c460bce71d FR [ 1757088 ] Grid Collapse and Tab Group, Implementation the GridCollapseDetail
http://sourceforge.net/tracker/index.php?func=detail&aid=1757088&group_id=176962&atid=879335

* sync with ddlutils
2007-10-22 12:09:28 +00:00
Heng Sin Low 7bbcd19503 [ 1780765 ] MProductPricing.calculatePL 2007-08-24 07:02:10 +00:00
teo_sarca 921eb1059e FR [ 1730595 ] Dependant Mandatory Field
http://sourceforge.net/tracker/index.php?func=detail&aid=1730595&group_id=176962&atid=879335

Modified ddlutils views for oracle and postgresql
2007-06-11 09:40:01 +00:00
Heng Sin Low 524d9b2f0f * remove file that is generated on every run from repository. 2007-06-04 02:41:59 +00:00
Heng Sin Low 8e7712e41a [ 1707540 ] Dependency problem when modifying AD Columns and Sync. 2007-04-30 15:52:19 +00:00
teo_sarca 9af071eae2 BF [ 1674906 ] RV_Storage - ORA-01476: divisor is equal to zero
https://sourceforge.net/tracker/index.php?func=detail&aid=1674906&group_id=176962&atid=879332
2007-03-07 08:06:31 +00:00
Heng Sin Low 800f38e55a * [ 1656840 ] Problem on invoice amounts that are not integers 2007-02-12 02:20:14 +00:00
kontro 18226dcc30 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Contribution made by Gavin Dunse.
To be tested.
2007-02-02 18:38:47 +00:00
kontro 8ca3887d64 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Contribution made by Gavin Dunse.
To be tested.

Thanks Gavin!
2007-02-02 18:31:07 +00:00
kontro e4f56664c3 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Some optimizations and simple testing script for BOM_PriceXXX.sql scripts.
2007-01-30 09:02:08 +00:00
kontro e81fab8bb6 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Adds testcase for Acct_Balance.
Fixes some errors.
2007-01-29 15:47:50 +00:00
kontro 559c45aeb4 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
- Converts integers in BOM_PriceStd -function to NUMERIC. (See. R1269)
- Adds some comments line
2007-01-29 09:53:59 +00:00
kontro d32428739b Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
- Converts integers in BOM_PriceList -function to NUMERIC. (See. R1269)
- Adds short comment line
2007-01-29 08:34:01 +00:00
kontro 1150fe5a43 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
- Converts integers in BOM_PriceLimit -function to NUMERIC. (See. R1269)
- Adds short comment line
2007-01-29 08:18:28 +00:00
kontro 044def8767 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Fixed two typos (Blush).
2007-01-28 20:54:45 +00:00
kontro d750bd5903 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
- Primary key type changed to NUMERIC
- Bug fix (not listed bug)
- More comments
2007-01-28 20:50:43 +00:00
Heng Sin Low c208946175 * previous version of addDays cause infinite loop 2007-01-26 14:59:56 +00:00
Heng Sin Low e532181e97 * Replace some sqlj function with pl/pgsql version. 2007-01-26 10:06:05 +00:00
Heng Sin Low b0e6e1552a * Implement trunc in pl/pgsql
* Implement additional functions that is using the plsql version even when running on oracle sqlj
* Modified timestamp manipulation function to return date to align with the oracle convention
2007-01-26 09:54:54 +00:00
vpj-cd fb077ca85a 2007-01-25 05:15:06 +00:00
vpj-cd d9a841cff3 this is necessary to support the change in PostgreSQL from use Integer in _ID to use Numeric(10,0) AS Oracle 2007-01-24 00:41:08 +00:00
Heng Sin Low 9d052326b9 * drop use of integer datatype for postgresql 2007-01-23 16:59:13 +00:00
vpj-cd 49027b7dcc new RUN_build.sh script to Run Ant and new build-pljava.xml 2007-01-13 22:41:39 +00:00
kontro 40a80a8d6d Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Gavin Dunse's functions: charAt and firstOf
Thank you Gavin! Keep up good work.
2007-01-09 17:17:57 +00:00
Heng Sin Low 9754fdbc90 * fixed minor error 2007-01-05 02:37:50 +00:00
kontro 2e569175f9 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Functions from org.compiere.sql.Product

Warning: Untested and badly documented.
2006-12-28 19:17:31 +00:00
Heng Sin Low d34a819c32 * split model by table
* split seed data by table
* updated with 3.1.3 changes
2006-12-28 09:17:57 +00:00
kontro 743ebfd0c5 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Function from org.compiere.sql.Account

Warning: Untested and badly documented.
2006-12-23 22:56:29 +00:00
kontro 8457f75c4f Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Functions from org.compiere.sql.PaymentTerm

Warning: Untested and badly documented.
2006-12-23 21:10:10 +00:00
kontro 4ae2c63c04 Feature request: [ 1614574 ] Port sqlj functions to pl/pgsql
Added set search_path statements and copyright.
2006-12-23 14:55:58 +00:00
kontro 09f00b0bc9 Some sqlj to pgplsql translations.
replaces org.compiere.sqlj.Currency class
Both badly commented and tested.
Making commit for others to test.
2006-12-21 20:16:54 +00:00
Heng Sin Low 665f4a8f08 * Some documentation for the ddlutils script 2006-12-17 16:20:53 +00:00
Heng Sin Low 7c8eb551ae * Feature Request [ 1614535 ]
- Beta release for developer testing
2006-12-17 15:41:06 +00:00