Commit Graph

24 Commits

Author SHA1 Message Date
Carlos Ruiz b69fd6a329
IDEMPIERE-4262 on some condition, record insert by direct sql missing UUID (#1072)
* IDEMPIERE-4262 on some condition, record insert by direct sql missing UUID

Solve AD_Element_Trl, AD_Process_Para_Trl, AD_PrintForm

* Add AcctSchemaDefaultCopy *_Acct tables, M_Product_PO, Fact_Reconciliation
2021-12-23 12:06:29 +01:00
Carlos Ruiz 85cb32f2d8
IDEMPIERE-4262 on some condition, record insert by direct sql missing UUID (#1068)
* IDEMPIERE-4262 on some condition, record insert by direct sql missing UUID / fix role access uuids

* more on AD_Document_Action_Access

* Improve performance for trl recreate or insert - using update instead of record by record

* - add AD_PInstance_Log.AD_PInstance_Log_UU
2021-12-20 11:29:36 +08:00
Nicolas Micoud 458a12fda0
IDEMPIERE-4860 : MRole.updateAccessRecords insert active records based on deactivated objects / post migration scripts (#763)
Co-Authored-By: Carlos Ruiz <carg67@gmail.com>
2021-07-05 21:06:40 +02:00
Carlos Ruiz 24e9fe8402
IDEMPIERE-3862 ORACLE - Update datatype NVARCHAR2 to VARCHAR2 (#207)
There are two scripts in this commit:
* 202008040100_IDEMPIERE-3862.sql - updates the whole core as of today, changing the columns VARCHAR2...BYTE and NVARCHAR2 to VARCHAR2...CHAR
* 202008040114_IDEMPIERE-3862.sql - updates the non-core tables, same algorithm, the first script was generated using this second for the core
** in case somebody doesn't want the second script to run on their database can simply change the line 39 to ->dryrun varchar2(1) := 'Y';
2020-08-13 12:34:00 +08:00
Carlos Ruiz 18ec16c2fb IDEMPIERE-3944 SynchronizeTerminology FK error (FHEG-637) 2019-04-09 12:39:05 +02:00
Carlos Ruiz dd530a71f4 IDEMPIERE-3815 03_update_sequences.sql doesn't work when no sequence in oracle 2018-11-09 21:28:12 -02:00
Carlos Ruiz deb9b3d676 IDEMPIERE-3639 Placeholders for every fields / fix ORA-12704: character set mismatch 2018-02-25 13:11:31 +01:00
Carlos Ruiz 3de59aa95b IDEMPIERE-3639 Placeholders for every fields / peer review 2018-02-24 14:29:46 +01:00
Nicolas Micoud 0c1b9fd6b9 IDEMPIERE-3639 Placeholders for every fields 2018-02-24 14:28:40 +01:00
Carlos Ruiz 3fe9471960 IDEMPIERE-325 Complete AD based info window / Fix sync terminology failing to delete used elements in info column / add tab Use in Info Column to Element window 2013-11-22 16:18:39 -05:00
Carlos Ruiz 4d31606343 IDEMPIERE-893 Use AD_InfoWindow_Access instead of DPViews for access to info windows / role access update 2013-06-18 22:22:00 -05:00
Carlos Ruiz c8da100ab2 IDEMPIERE-926 - SynchronizeTerminology doesn't update info window name in the menu 2013-05-29 11:03:26 -05:00
Carlos Ruiz 9388df405b IDEMPIERE-730 03_update_sequences.sql for native sequence 2013-04-22 15:56:04 -05:00
Carlos Ruiz 15b1404428 IDEMPIERE-776 Synchronize terminology must translate info window columns 2013-03-19 18:53:08 -05:00
Carlos Ruiz df18055d9e IDEMPIERE-774 02_SynchronizeTerminology.sql not taking into account ad_menu.iscentrallymaintained 2013-03-19 12:44:22 -05:00
Carlos Ruiz 274c49d329 IDEMPIERE-597 Role Access Update is creating workflow access for other tenants workflows 2013-01-29 11:08:09 -08:00
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 2678306349 IDEMPIERE-393 Setup wizards 2012-08-22 22:56:07 -05:00
Carlos Ruiz 73ab7ffc92 Preparing release 2012-06-07 01:48:27 -05:00
Carlos Ruiz 01821ee9a7 IDEMPIERE-255 Items in sort tabs are not translated / peer review and fix 2012-05-30 12:52:42 -05:00
Carlos Ruiz 16b108288c Updating database seeds to script 843 / minor fixes to certain oracle scripts to ease this task 2012-05-28 11:52:04 -05:00
Carlos Ruiz af64f4c5d7 Fix [2823371] - Deleting official unused Elements in Synchronize Terminology
https://sourceforge.net/tracker/?func=detail&aid=2823371&group_id=176962&atid=879332
2009-07-17 22:54:20 +00:00
mjudd 5ac6d34973 FR [ 2432892 ] Migration Directory Re-org 2008-12-22 11:13:33 +00:00