Commit Graph

41 Commits

Author SHA1 Message Date
usrdno 152089d684 This function was missing here, so I copied it from the seed database. 2009-01-12 19:19:49 +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
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 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
vpj-cd d3c61f55ae Fixed the return type RETURNS TIMESTAMP WITH TIME ZONE AS $$ and sqlj function 2007-12-06 01:25:22 +00:00
teo_sarca 39f6d4cf50 BF [ 1824260 ] TRUNC function not working like in Oracle 2007-11-02 06:11:31 +00:00
Heng Sin Low 7bbcd19503 [ 1780765 ] MProductPricing.calculatePL 2007-08-24 07:02:10 +00:00
Heng Sin Low 8e7712e41a [ 1707540 ] Dependency problem when modifying AD Columns and Sync. 2007-04-30 15:52:19 +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 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
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
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
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