Commit Graph

3281 Commits

Author SHA1 Message Date
Deepak Pansheriya 01d52fbfef
IDEMPIERE-3340: Tree Structurable User Favorite (#334) 2020-11-02 19:28:03 +08:00
Carlos Ruiz c9a766c806
IDEMPIERE-4297 Improve test data (#344)
Fix error reported by @hengsin
Doc_Invoice.getValidCombination_ID: NO account Type=4

Make explicit the deprecation in code and hide the deprecated account fields on IDEMPIERE-362
2020-11-02 10:39:40 +08:00
hengsin e1cf1ada4d
IDEMPIERE-4499 zk9.5 - Popup menu disappear quickly for buttons on th… (#332)
* IDEMPIERE-4499 zk9.5 - Popup menu disappear quickly for buttons on the More area

* IDEMPIERE-4499 zk9.5 - Popup menu disappear quickly for buttons on the More area

remove unuse code.

* IDEMPIERE-4499 zk9.5 - Popup menu disappear quickly for buttons on the More area

add sysconfig record for ZK_TOOLBAR_SHOW_MORE_VERTICAL
2020-10-29 13:30:00 +01:00
Martin Schönbeck b8225276a2
Idempiere 4452 (#271)
* IDEMPIERE-4452 Allow pricelist schema lines to be dependent of vendor categories and to use entries in m_product_po not marked as current vendor if vendor is selected.

* IDEMPIERE-4452 modified update removed
* don't check for accidently set IsIgnoreIsCurrentVendor where it doesn't change anything.

* IDEMPIERE-4452 set IsIgnoreIsCurrentVendor to false ('N') when no business partner given.
2020-10-28 22:15:01 +08:00
Carlos Ruiz ee1bad9e9d
IDEMPIERE-4511 Drop ampersand & from messages (#330) 2020-10-28 21:30:14 +08:00
hengsin 00e94b12ef
IDEMPIERE-2902 UX: Implement Radio buttons (#326)
* IDEMPIERE-2902 UX: Implement Radio buttons

Integrate contribution from TrekGlobal
TC-188 Port RadioGroup field editor from AP2-19
added "Radio Group List" field type

* IDEMPIERE-2902 UX: Implement Radio buttons

Peer review
* Configure correctly wrong Validation Rule
* Fix wrong DisplayLogic from this ticket and also from other recently added features on fields:
Attribute > Attribute > Reference Key
Attribute > Attribute > Dynamic Validation
Info Window > Column > Reference Key
Info Window > Column > Dynamic Validation
Registration Attributes > Attribute > Reference Key
Table and Column > Column > Dynamic Validation
Table and Column > Column > Dynamic Validation (Lookup)
Table and Column > Column > Reference Key
Web Service Security > Web Service Field Input > Reference Key
Window Customization > Field Customization > Reference Key
Window Customization > Field Customization > Dynamic Validation
Window Customization > Field Customization > Dynamic Validation (Lookup)
Window, Tab & Field > Field > Reference Key
Window, Tab & Field > Field > Dynamic Validation
Window, Tab & Field > Field > Dynamic Validation (Lookup)
* For testing and UX, configure as Radio Group:
Broadcast Message > Broadcast Message > Target
Field Group > Field group > Field Group Type

* IDEMPIERE-2902 UX: Implement Radio buttons

* For testing and UX, configure as Radio Group in detail tab:
Info Window > Process > LayoutType

* IDEMPIERE-2902 UX: Implement Radio buttons

- Fix radio group editor lost track of selectedItem after page detached
and attached
- Standardized the construction of editors from editor factory
- Remove unnecessary refresh for list/lookup based readonly editors
created by grid view (fixed editor is not readonly during init())

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2020-10-27 19:17:56 +01:00
Diego Ruiz 78393af99d
IDEMPIERE-4510 Add New to the toolbar search query combobox (#325)
* IDEMPIERE-4510 Add New to the toolbar search query combobox

* IDEMPIERE-4510 changed the if for a more defensive programming style

* IDEMPIERE-4510 Change placeholder text to Select Query to improve UX

* IDEMPIERE-4510 Modify migration scripts
2020-10-27 19:07:22 +01:00
Carlos Ruiz fa86359570
IDEMPIERE-2999 Attribute, Table Direct and date field support (#320)
Fix security issue about non advanced roles
2020-10-26 14:18:33 +01:00
Carlos Ruiz 014b45246f
Idempiere 4058 (#312)
* IDEMPIERE-4058 - tab editor: new options for editing and customizing fields (window customization)

* IDEMPIERE-4058 tab editor: new options for editing and customizing fields (window customization)

Fix issues with migration scripts

Co-authored-by: muriloht <muriloht@devcoffee.com.br>
2020-10-21 15:47:56 +02:00
Carlos Ruiz 82a5897bb4
IDEMPIERE-3532 Remove hardcoded values for InfoInvoiceWindow (BPartnerID / IsSOTrx) and InfoPaymentWindow (IsSOTrx) (#309)
Fix log message -> GridField.defaultFromSQLExpression: (IsVendor) - Default SQL variable parse failed
2020-10-21 14:53:37 +02:00
Carlos Ruiz 350e9efe65
IDEMPIERE-4503 Hide non-working things in Window Customization (#310) 2020-10-21 14:49:02 +02:00
Deepak Pansheriya 78f388d450
IDempiere-2999: on Attribute adding all reference type support except… (#287)
* IDempiere-2999: on Attribute adding all reference type support except path, images.

* IDEMPIERE-2999 : Removing isQuickForm reference from migration script and fixing url issue.
2020-10-21 13:58:23 +02:00
Deepak Pansheriya 08f6fb17d3
IDEMPIERE-3981: FindWindow - Overwrite isSelection at field level, Va… (#249)
* IDEMPIERE-3981: FindWindow - Overwrite isSelection at field level, Validation Rule overwrite for Find window, Extended search and advanced hiding options.

* IDEMPIERE-3981: Correcting migration script as per Carlos' code review finding

* IDEMPIERE-3981: Fixing as per code review comment
Co-authored-by: muriloht muriloht@devcoffee.com.br

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2020-10-21 13:32:25 +02:00
Carlos Ruiz 00153d7c8d
IDEMPIERE-4494 Security - Tenant customization must be advanced (#304) 2020-10-18 11:47:34 +02:00
hengsin 2b9cb9bb2e
IDEMPIERE-4497 Mobile: Update PDF.JS (#306)
* IDEMPIERE-4497 Mobile: Update PDF.JS

* IDEMPIERE-4497 Mobile: Update PDF.JS

archive and simple pdf viewer

* IDEMPIERE-4497 Mobile: Update PDF.JS

change ZK_USE_PDF_JS_VIEWER sysconfig level to Client level (C)
2020-10-17 17:55:11 +02:00
Carlos Ruiz c0867c01ee
IDEMPIERE-4297 Improve test data (#303)
The GardenWorld Admin Not Advanced role was added as advanced by mistake
2020-10-17 07:16:06 +08:00
igorpojzl 3246bb8b1e
IDEMPIERE-4459 Info Window Customization (#259)
* IDEMPIERE-4459 Info Window Customization - Added Java Models

* IDEMPIERE-4459 Update Model AD_UserDef_Info_Column

* IDEMPIERE-4459 Added Migration scripts

* IDEMPIERE-4459 User Definition Info Column Added

Added Business Logic for Info Window Customization for Info Columns. Added InfoColumnVO for storing InfoColumn Data filtered with User Definition.

* IDEMPIERE-4459 Added Migration Scripts to Update Columns

Allow Update AD_Role_ID, AD_Language, AD_User_ID in AD_UserDef_Info table.

* IDEMPIERE-4459 Info Window Customisation - Updated Migration scripts

* IDEMPIERE-4459 Migration Script Fix

* IDEMPIERE-4459 Info Window Customization - Update Java Models

* IDEMPIERE-4459 Apply Migration Patch

* IDEMPIERE-4459 Info Window Customization - Update Models

* IDEMPIERE-4459 Apply Patch 2 fix.

* IDEMPIERE-4459 Info Related Cust. Added, Info Window Cust. Implementation..

* IDEMPIERE-4459 Info Related isDisplay added

* IDEMPIERE-4459 Added Display Logic for Info Related

* IDEMPIERE-4459 Fix SeqNo for InfoColumns

* IDEMPIERE-4459 Fix Patch 3
2020-10-16 11:41:50 +02:00
hengsin 91c72fd978
IDEMPIERE-4482 Mobile Improvements (#297)
* IDEMPIERE-4482 Mobile Improvements

* IDEMPIERE-4482 Mobile Improvements

minor line height fix for process dialog's message area

* IDEMPIERE-4482 Mobile Improvements

- fix issue with grid view column header height
- add customize grid view button to detail pane
- always show message as notifications for mobile
- fix some mobile layout issues
- default desktop font size to 14px
2020-10-14 11:07:18 +02:00
Diego Ruiz edf407614f
IDEMPIERE-4490 Set default Contact/User in SO, Invoice, M_InOut (#289)
* IDEMPIERE-4490 Set default Contact/User in SO, Invoice, M_InOut

* Ran modelgenerator again with the new field = null

* IDEMPIERE 4490 - Update the migration scripts to 7.1 and set Bill_User_ID to null

* IDEMPIERE 4490 - Update the migration scripts to 7.1

* Change field name from Invoice Address to Invoice Contact / Ship Address to Ship Contact

* IDEMPIERE-4490 Add logic to CalloutOrder.bpartnerBill
2020-10-08 12:17:07 +02:00
Carlos Ruiz e3dc0349ad
IDEMPIERE-4297 Improve test data (#282)
* IDEMPIERE-4297 Improve test data

Create a new accounting schema in Euros
Solve problems with documents not posting:
- Fix date for test conversion rates
- Reactivate price list
- Create required purchase order for matching
Create a default query for Unposted window to show Not Drafted documents
Set accounting to immediate (sync seed DBs - postgresql was immediate, oracle was not)
Reset accounting for GardenWorld, delete all facts and reset posted status of all documents
Inactivate cash journals not used anymore

* IDEMPIERE-4297 Improve test data

Leave the user query for unposted window shared - but not default
2020-10-04 17:15:18 +08:00
Carlos Ruiz c837ef28f0
IDEMPIERE-4481 Fix problem with oracle script lines starting with @ (#285) 2020-10-04 14:52:53 +08:00
Carlos Ruiz 0b35edfacf IDEMPIERE-3862 ORACLE - Update datatype NVARCHAR2 to VARCHAR2
Fix view to avoid compilation errors
2020-10-03 20:23:48 +02:00
Carlos Ruiz f106a61be3 IDEMPIERE-4083 currency rate by document or by transaction
Fix wrong pl/sql functions
2020-10-03 20:14:15 +02:00
Ricardo Santana 2199aa078c
IDEMPIERE-1604 - Extend features for Window Customization (#274)
* IDEMPIERE-1604 - Extend features for Window Customization

* change oracle data type

* oracle replace at sign to chr 64

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2020-09-28 14:53:33 +02:00
Carlos Ruiz 6ff5fed0ec
IDEMPIERE-4474 Automatic calculation of freight charges (#277)
* IDEMPIERE-4474 Automatic calculation of freight charges

* IDEMPIERE-4474 Keep the getShippingProcessor private - avoid NPE in all getters

* IDEMPIERE-4474 Improve error messages and error management
2020-09-28 14:50:58 +02:00
Carlos Ruiz 41513ba3b1
IDEMPIERE-3862 ORACLE - Update datatype NVARCHAR2 to VARCHAR2 (#276)
Minor required change detected testing on a custom database
2020-09-28 12:31:54 +02:00
Deepak Pansheriya 965048d168
IDEMPIERE-2955: Adding Attribute Set Type to use attribute set for di… (#264)
* IDEMPIERE-2955: Adding Attribute Set Type to use attribute set for different purpose

* IDEMPIERE-2955: Fixing migration files swept between Oracle and postgresql folder.

* IDEMPIERE-2955: Fixing oracle migration script having mistakenly deleted comments
2020-09-24 17:17:51 +02:00
Diego Ruiz 02a450a660
IDEMPIERE-4084 - Reposition default toolbar buttons (#272) 2020-09-22 16:48:53 +02:00
muriloht d875208a00
IDEMPIERE-3336 - Tables missing EntityType column (#258)
* IDEMPIERE-3336 - Tables missing EntityType column

* IDEMPIERE-3336 - fix PR review comments

* IDEMPIERE-3336 - fix PR review default value for entityType
2020-09-21 10:25:23 +02:00
Deepak Pansheriya e72dfd66c0
IDEMPIERE-4067 : Support for Under/Over line and Blank line in finaci… (#244)
* IDEMPIERE-4067 : Support for Under/Over line and Blank line in finacial report line.

* IDEMPIERE-4067 : Adding support for blank line export in CSV, HTML, Excel. Also allowing to show description if provided. fixed all review comments fron Carlos Ruiz
2020-09-08 12:59:19 +02:00
Deepak Pansheriya ee48ef2be4
Idempiere 4066 (#235)
* IDEMPIERE-4066: Adding 'Relative Period To' on financial report column which allow to specify period range to produce YoY. QoQ like comparision report.

* IDEMPIERE-4066: Fixing defaulting RelativePeriodTo to Null issue

* IDEMPIERE-4066: Fix as per Carlos review.
1. Fixing compilation issue
2. Moving Column ID constants to systemIDs
3. Updating serial version for MReportColumn.

* IDEMPIERE-4066: Reverted GridField class changes and configured defailt for RelativePeriodTo to be 'NULL'
2020-09-05 12:17:40 +02:00
Nicolas Micoud 3384819c49
IDEMPIERE-4435 : GL Distribution - add ValidFrom / ValidTo (#238)
* IDEMPIERE-4435 : GL Distribution - add ValidFrom / ValidTo

* IDEMPIERE-4435 : GL Distribution - add ValidFrom / ValidTo (javadoc)
2020-08-28 16:14:45 +02:00
hengsin ab910e0dd2
IDEMPIERE-4430 Process_Production workflow missing transition node fro… (#232)
* IDEMPIERE-4430 rocess_Production workflow missing transition node from start to docprepare

add missing workflow transition node

* IDEMPIERE-4430 rocess_Production workflow missing transition node from start to docprepare

incorporate additonal fix from Carlos
2020-08-24 15:02:06 +02:00
Carlos Ruiz e9338353c8
IDEMPIERE-4426 Fix add_months and adddays functions (#220)
Fix add_months function in postgresql to make it consistent with its oracle version
Fix adddays function to behave consistent as the add_months in both oracle and postgresql
Fix adddays in postgresql to add managing fractional days (same as oracle does), so it can add hours, minutes, seconds
Fix subtractdays performance making it immutable
2020-08-21 13:08:07 +02:00
Carlos Ruiz a68c5f1968
IDEMPIERE-4425 Find Window improvements (#219) 2020-08-21 13:07:01 +02:00
Nicolas Micoud 2322a79dda
IDEMPIERE-4422 : GL Distribution - add SeqNo (#217)
* IDEMPIERE-4422 : GL Distribution - add SeqNo

Add SeqNo column on GL Distribution to allow users to choose the lowest one when several records are retrieved.
Fix typo

* IDEMPIERE-4422 : GL Distribution - add SeqNo

Fix a missed typo
2020-08-21 11:20:33 +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 99c8d11f96
IDEMPIERE-4407 Reset Accounting showing Views in the table list (#213) 2020-08-12 17:25:38 +08:00
Carlos Ruiz 29239b651b
IDEMPIERE-4404 Wrong characters + typos in Brazilian regions (#208)
This was probably caused years ago (2007) because off applying the script from commit 89c9a3b4 migration-historic/320-330/postgresql/001_add_brazilian_states.sql without the proper NLS_LANG variable set in oracle
It is important, when applying this script to set the NLS_LANG properly, suggested value is:
export NLS_LANG=AMERICAN_AMERICA.UTF8
2020-08-11 09:48:52 +02:00
Carlos Ruiz 7894bd9ef4
IDEMPIERE-4398 Database inconsistency with dictionary for types CHAR (#209) 2020-08-07 16:16:43 +08:00
Carlos Ruiz 0fa717cf0a
IDEMPIERE-4083 currency rate by document or by transaction (#182)
Integrating a contribution from TrekGlobal developed by Heng Sin
2020-07-30 15:46:43 +08:00
Carlos Ruiz f2a8de6779
IDEMPIERE-3413 Multi Select List and table reference (#185)
Configure most of the report parameters to allow multi selection
2020-07-28 11:00:47 +08:00
Carlos Ruiz 10d578e372
IDEMPIERE-2094 Wrong organization in m_transaction, organization doesnt fit locator (#186)
Filter locator from to show just locators from the organization
2020-07-28 10:39:45 +08:00
Carlos Ruiz 087b6e62d0
IDEMPIERE-4339 Web Services : Automatically fill records on Parameters table (#175)
peer review and tests
2020-07-21 11:41:11 +02:00
Nicolas Micoud b473111bab
Idempiere 4339 (#125)
* IDEMPIERE-4339 : Web Services : Automatically fill records on Parameters table

After saving a new record in WS Security window, linked records in Parameters table are automatically inserted according to the type of the WS.

* IDEMPIERE-4339 : enhancement of the WS security window layout

The 'Method' field has same width as others and Active is on top
When adding records in sub tabs, they remains in detail mode
Columns fields allow to select only 'unused' columns

* Revert "IDEMPIERE-4339 : Web Services : Automatically fill records on Parameters table"

This reverts commit 780c6777877eceeec71554eb524977fdc28e3b65.

* IDEMPIERE-4339 : InsertParameter Process

* IDEMPIERE-4339 : move scripts to 7.1z

* IDEMPIERE-4339 : Web Services : Automatically fill records on Parameters table

following Carlos's advices

Co-Authored-By: Carlos Ruiz <carg67@gmail.com>

* IDEMPIERE-4339 (remove specific columns from migration scripts)

Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2020-07-21 11:38:52 +02:00
igorpojzl dd2b24aafa
IDEMPIERE-4368: Allow Define Default Saved Query for User (#169)
* Update AD_UserQuery models

* Implementation of initializing Default User Queries

* Added Migration Scripts

* Update 202007161400_IDEMPIERE-4368.sql

Added missing register_migration_script.

* IDEMPIERE-4368 Added missing script.

* IDEMPIERE-4368 Allow Define Default Saved Query for User

Fix Load defaults only on Initialization.

* IDEMPIERE-4368

Move Migration Script to 7.1 folder

* IDEMPEIRE-4368

Apply of patch.
2020-07-20 14:51:48 +02:00
Carlos Ruiz 2d70a1a169
IDEMPIERE-1117 Attachment -> Disable preview over certain size (#145)
* IDEMPIERE-1117 Attachment -> Disable preview over certain size

New SysConfig key ZK_MAX_ATTACHMENT_PREVIEW_SIZE

* IDEMPIERE-1117 move scripts to 7.1
2020-07-14 21:51:17 +08:00
Carlos Ruiz eaba03cd42
IDEMPIERE-4355 Wrong DATE/INTEGER columns in postgresql (#153) 2020-07-14 21:34:20 +08:00
Carlos Ruiz e954df2abe
IDEMPIERE-4358 Processes to drop some objects from database (#161) 2020-07-09 19:50:29 +02:00
Nicolas Micoud c59f550293
IDEMPIERE-4359 : EMailTest process : customization of email sent (#162)
Ability to define a dedicated mail template for the EMailTest process (via a client level SysConfig).
Output of the process was wrong (always successful even when the email was not sent)
2020-07-07 16:44:44 +02:00
Carlos Ruiz 6e2cf15fa9
IDEMPIERE-966 When Order document(Both PO and SO) close, I think that MOrder.closeIt() method should calculate tax again. (#136) 2020-06-30 13:40:38 +02:00
Carlos Ruiz 6cf7fbfe5a
IDEMPIERE-1052 Performance - Script to set reference to Search for 2531 columns with reference Table/TableDirect (#134) 2020-06-26 07:44:05 +02:00
Diego Ruiz f50425334f
IDEMPIERE-1026 Button on table to create automatically the window (#128)
* IDEMPIERE-1026 Button on table to create automatically the window

* IDEMPIERE-1026 Button on table to create automatically the window - Fixed script

* IDEMPIERE-1026 Button on table to create automatically the window - Header update

* IDEMPIERE-1026 Button on table to create automatically the window - Follow best practices, no hardcoded IDs, no mixed cache and transaction

* IDEMPIERE-1026 Button on table to create automatically the window - Carlos PR
2020-06-24 16:43:11 +02:00
Carlos Ruiz f5518a9b64
IDEMPIERE-4282 Error creating a Price List - using -DPostgreSQLNative=Y (#131)
Starting point is the open source version of Compiere org/compiere/process/PriceListCreate.java
This version adds column M_DiscountSchemaLine.Description and rounding options for Hundred and Thousand
Then added to this version the iDempiere changes related to use correctly the T_Selection with AD_PInstance_ID,
and the changes related to Ticket #1002354: Price List Enhancement - which added Product Costs as an option for getting the initial price
2020-06-24 11:53:49 +02:00
Carlos Ruiz 204b00c6f2
IDEMPIERE-4334 Fixed Assets wrong dictionary (#117)
Fixed many wrongly defined columns #resolve IDEMPIERE-4334
Added a fix to DisplayType - running synchronize column in C_Conversion_Rate.C_Currency_ID_To and A_Asset_Split.A_Asset_ID_To was throwing error
2020-06-16 14:06:11 +02:00
Carlos Ruiz 7099e9d24e
IDEMPIERE-4335 AD_EntityType_ID is not defined as unique #resolve IDEMPIERE-4335 (#118) 2020-06-16 14:06:01 +02:00
Carlos Ruiz 940885c38c
IDEMPIERE-3358 Dictionary fixes (#101)
* Exclude Image fields from being copied for C_BPartner.Logo_ID and C_POSKey.AD_Image_ID
* Move AD_SessionInfo_V view definition to dictionary
* Add LDAPUser and Description to AD_SessionInfo_V
2020-06-09 12:44:41 +02:00
Carlos Ruiz a3dca1b6a3
IDEMPIERE-3358 Dictionary fixes (#93)
correct definition for Colombia to allow capturing addresses by default
add Colombia Regions
2020-06-01 16:52:39 +02:00
Carlos Ruiz e0980645d7
IDEMPIERE-4315 Allow showing Change Log for extension tables #resolves IDEMPIERE-4315 (#92) 2020-06-01 16:07:43 +02:00
hengsin e9e7486473
IDEMPIERE-1540 Autocomplete for field type "Search" (#79)
* IDEMPIERE-1540 Autocomplete for field type "Search"

Implement auto complete for search field

* IDEMPIERE-1540 Autocomplete for field type "Search"

Add support for isAutoComplete flag (default is off).
Add isAutoComplete to AD_UserDef_Field, AD_InfoColumn and
AD_Process_Para.
Performance improvement - reduce number of queries for autocomplete and
added some cache.

* IDEMPIERE-1540 Autocomplete for field type "Search"

add constant for auto complete query timeout
use union all to further reduce the number of queries
2020-05-29 13:25:24 +02:00
Carlos Ruiz 89faa3ac49
IDEMPIERE-2523 improve method to add comment to log script (#75)
#resolve IDEMPIERE-2523
2020-05-20 20:09:23 +02:00
Carlos Ruiz d2c02c1bf0
#resolve IDEMPIERE-4302 Improve Schedule discovery (#74) 2020-05-19 23:20:29 +02:00
Carlos Ruiz 52b19fa452
IDEMPIERE-4297 Improve test data. Not Advanced Role (#68) 2020-05-19 12:01:50 +02:00
Nicolas Micoud b7a2b0762e
IDEMPIERE-4272 : Add GW_Sample_WebServices in default seed (#46)
* IDEMPIERE-4272 : Add GW_Sample_WebServices in default seed

Insert content of org.idempiere.webservices\testScripts\GW_Sample_WebServices.zip

* IDEMPIERE-4272 : Add GW_Sample_WebServices in default seed

Update of previous commit following Carlos's comments :
With 'past' migration script names ^^
Fix Sample get BP Standard (using Carlos's patch)
Add Storage Detail process for the role Web Service Execution
2020-05-13 10:20:46 +02:00
Carlos Ruiz 9d050a96b3
IDEMPIERE-1108 Some bugs found while testing 2Pack / solves 32 errors in dictionary columns (#52) 2020-05-12 14:56:19 +02:00
Carlos Ruiz a64b9081cf
IDEMPIERE-1376 Fix migration scripts (#49) 2020-05-10 12:50:55 +02:00
Diego Ruiz c369410c48
IDEMPIERE-4283 QuickInfo showing the wrong orders by default on Generate PO from Sales Order (#48) 2020-05-09 18:51:44 +02:00
Diego Ruiz 4c22d862be
IDEMPIERE-1376 Error message not translated in Validate Business Partner (#45) 2020-05-09 15:40:27 +02:00
hengsin 9a74e18e40
Idempiere 4168 (#40)
* IDEMPIERE-4168 Move Webstore out of core

Change EntityType of webstore table, column, field and menu from 'D' to
'WSTORE'

* IDEMPIERE-4168 Move Webstore out of core

Generate Model/Interface: filter column by EntityType. Update
AD_UserMail model class.

* IDEMPIERE-4168 Move Webstore out of core

Added optional column entity type filter.
2020-05-08 19:06:54 +02:00
Deepak Pansheriya df6b9c8c22
IDEMPIERE-4157: Removing open quick form tracking from sessionManager, Adding support for tool tip translation (#36) 2020-05-08 13:25:06 +02:00
Nicolas Micoud 5c523c5f12
IDEMPIERE-4261 (#25)
Fix a typo on ProcessOK message
2020-05-02 15:48:19 +02:00
Carlos Ruiz 190ef9d75c Merge release-7.1 into master 2020-04-26 13:45:06 +02:00
Carlos Ruiz 3ede3738de IDEMPIERE-4245 Set GL Category automatically for GL Journal / implement the same in callouts 2020-04-22 20:17:57 +02:00
Carlos Ruiz 8e0343a016 IDEMPIERE-4186 allow workflow to be suspended until after commit of actual transaction / add information on the field help, fix a minor typo in the tab description 2020-04-22 18:24:40 +02:00
Carlos Ruiz 0a0c9233d3 IDEMPIERE-4207 Fill Testing Asset Data / thanks to Orlando Curieles for providing the GardenWorld 2Pack 2020-04-09 17:21:45 +02:00
hengsin d5a82db8b1 IDEMPIERE-4232 Remove code for Media and Knowledge management 2020-04-06 16:45:52 +08:00
hengsin c8b8e00202 Merge remote-tracking branch 'origin/release-7.1' 2020-04-06 12:28:46 +08:00
Carlos Ruiz cd36236432 IDEMPIERE-2869 - disable C_Charge IsTaxIncluded and SameTax from Charge window as they are useless - IDEMPIERE-362 2020-04-05 18:44:19 +02:00
hengsin db0aafb3dc Merge branch 'origin/release-7.1' 2020-04-03 20:09:59 +08:00
Carlos Ruiz 346baa7b77 IDEMPIERE-3173 Columns that must not be copied / IDEMPIERE-1886 - C_BankStatement.BeginningBalance, EndingBalance 2020-04-02 19:18:34 +02:00
Carlos Ruiz 1156f6c859 IDEMPIERE-2139 Column names (Reserved, Ordered) in window warehouse (tab storage) and product (locator) are not consistent 2020-04-02 14:35:16 +02:00
Carlos Ruiz 790d96148f Merge release-7.1 into master 2020-03-29 14:37:39 +02:00
Carlos Ruiz 6c56100724 IDEMPIERE-4221 PackOut type "Data Single" (FHCA-1198) 2020-03-24 21:23:09 +01:00
hengsin 41b8e0e62b IDEMPIERE-3947 Fixed Asset bugs and enhancements. Implement import fixed asset for multiple accounting schema. 2020-03-24 18:35:08 +08:00
Carlos Ruiz 1e638f5a28 IDEMPIERE-3786 Number of records in detail grid must not be hardcoded 2020-03-21 11:50:46 +01:00
Diego Ruiz 0480d7a678 IDEMPIERE-4085 2020-03-10 18:31:13 +01:00
hengsin 1ec0689c78 IDEMPIERE-4199 Clean up org.adempiere.extend 2020-03-10 16:24:41 +08:00
Carlos Ruiz 3a0f1d36b0 Merge release-7.1 into master 2020-03-07 12:08:07 +01:00
Carlos Ruiz 2c3425c9cc IDEMPIERE-4191 Process to migrate storage provider (FHCA-1165) 2020-03-04 17:16:26 +01:00
Carlos Ruiz 86a483eec8 IDEMPIERE-4191 Process to migrate storage provider (FHCA-1165) 2020-03-04 16:28:57 +01:00
hengsin df5b0c2ea8 IDEMPIERE-4177 Replace SYSDATE with getDate() 2020-03-03 10:07:14 +08:00
Carlos Ruiz a2ade6340a Merge release-7.1 into master 2020-02-29 11:22:06 +01:00
Carlos Ruiz 55356515b5 IDEMPIERE-4190 Implement Image Storage Provider (1006528) (FHCA-1165)
integrate development from Heng Sin
2020-02-27 21:37:32 +01:00
Carlos Ruiz ff9802d618 IDEMPIERE-4157: Quick Form
- rename and fix migration script - must be applied after the changes to
toolbar table
- basic initial configuration for most used document windows
2020-02-26 19:54:18 +01:00
Deepak Pansheriya 434cbaf110 IDEMPIERE-4157: Quick Form for fast data entry with keyboard 2020-02-26 16:08:42 +01:00
hengsin 2c639f7a69 IDEMPIERE-4178 Replace NVL with Coalesce 2020-02-21 09:54:57 +08:00
Deepak Pansheriya 79d050b34c
IDEMPIERE-4065: Making report configurable to reverse value (#13) 2020-02-14 18:39:17 +01:00
Carlos Ruiz 15707d9aac Merge release-7.1 into master 2020-02-13 01:00:46 +01:00
Carlos Ruiz ce8dc4aedd IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete 2020-02-12 23:16:58 +01:00
Carlos Ruiz a043224caf IDEMPIERE-3215 Sales Order/Proposal BP shipper, cause inability to complete 2020-02-12 21:01:23 +01:00
Diego Ruiz bfb692d04c IDEMPIERE-4084 Fix Post-it icon position 2020-02-10 19:15:38 +01:00
Carlos Ruiz dcf44a0f03 IDEMPIERE-4084 Modify default toolbar buttons - make oracle and postgres scripts same 2020-02-05 22:53:04 +01:00
Diego Ruiz 57efa72caf IDEMPIERE-4084 Modify default toolbar buttons 2020-02-05 22:49:50 +01:00
Carlos Ruiz 97274bb124 IDEMPIERE-4166 Use css font icon instead of image for button as default - apply the update just if the theme is default 2020-02-05 22:47:35 +01:00
Diego Ruiz f175e3076e IDEMPIERE-4166 Use css font icon instead of image for button as default 2020-02-05 22:43:50 +01:00
hengsin df2385eb86 Merge release-7.1 into master 2020-01-31 12:28:44 +08:00
Carlos Ruiz cb7f57d4f6 IDEMPIERE-4084 - Improve toolbar customization - peer review 2020-01-30 18:17:07 +01:00
Diego Ruiz 33d2a4d0f7 IDEMPIERE-4084 - Improve toolbar customization 2020-01-30 17:29:17 +01:00
nmicoud 0b10b5ee1e IDEMPIERE-4137 : Allocation report should display C_AllocationHdr.DocumentNo instead of C_AllocationHdr.C_AllocationHdr_ID 2020-01-29 16:57:46 +01:00
Carlos Ruiz 55dc83de87 Merge release-7.1 into master 2020-01-25 15:14:33 +01:00
Carlos Ruiz 4c2537bd1b IDEMPIERE-4143 correct owner of function adempiere.documentno from postgres to adempiere 2020-01-21 16:54:41 +01:00
Nicolas Micoud 940d33bc66 IDEMPIERE-4152 : Payment Allocation : notify user when date changes 2020-01-21 15:41:42 +01:00
Carlos Ruiz 8544d80906 Merge release-7.1 into master 2020-01-04 18:36:00 +01:00
Carlos Ruiz 763b81bfe0 IDEMPIERE-1486 Form to captured process parameter for scheduler
Enable the usage of the button for non-system
2020-01-04 17:45:48 +01:00
Carlos Ruiz 21eb285e5b IDEMPIERE-2924 Export to XLS limited to 65536
* Complete ticket - implement support for XLSX in scheduler, background jobs, jasper reporting, default types
* Synchronize xlsx with xls exporter to use ZK_FOOTER_SERVER_MSG and ZK_FOOTER_SERVER_DATETIME_FORMAT SysConfig
* Excel alerts now export to xlsx instead of xls
2020-01-04 17:26:00 +01:00
Deepak Pansheriya 503ca8eb62 IDEMPIERE-2924: Adding XLSX Export support (#6) 2020-01-04 15:19:48 +01:00
Carlos Ruiz 04c13ea9c3 Merge release-7.1 into master 2019-12-29 00:04:54 +01:00
Carlos Ruiz 4113812884 IDEMPIERE-3413 Multi Select List and table reference - fix oracle seed - wrong application of script 201906171811_IDEMPIERE-3413.sql 2019-12-29 00:00:36 +01:00
Carlos Ruiz b00ca72938 IDEMPIERE-3952 EntityType and Data Access Level review for tables / set default to 'U' in the 8 new columns to allow old 2packs backward compatibility 2019-12-27 17:26:16 +01:00
Carlos Ruiz a8ad176e47 Merge release-7.1 into master 2019-12-21 16:00:24 +01:00
Carlos Ruiz 3041228c45 IDEMPIERE-4130 MaxQueryRecords by Tab (FHCA-1115) 2019-12-18 23:07:01 +01:00
Carlos Ruiz dbed99a875 IDEMPIERE-2836 SQL Searches for advanced users / peer review - fix oracle script 2019-12-18 16:35:54 +01:00
Diego Ruiz ca714c3774 IDEMPIERE-2836 SQL Searches for advanced users 2019-12-18 16:27:18 +01:00
Carlos Ruiz c1979109dc Merge release-7.1 into master 2019-12-14 13:23:41 +01:00
nmicoud cc8d8f2c5e IDEMPIERE-4132 2019-12-13 17:38:41 +01:00
Carlos Ruiz b4be53cbaf Merge release-7.1 2019-12-12 12:38:45 +01:00
sjeffen 3a6b25ddec IDEMPIERE-4078 cph::erp Doc messages translation 2019-12-11 15:49:01 +01:00
Carlos Ruiz 0b26ced570 IDEMPIERE-4129 Increase field size t_selection.viewid (FHCA-1130) 2019-12-10 19:24:24 +01:00
Carlos Ruiz f75174998c hg merge release-7.1 (merge release7.1 into default) 2019-12-04 23:11:53 +01:00
Carlos Ruiz 8c3af7914e IDEMPIERE-4087 Virtual search columns / enable the usage of @SQLFIND= columns in reports / update field Description 2019-12-04 20:54:13 +01:00
Nicolas Micoud dedc38ffc9 IDEMPIERE-4111 Add col_21 -> col_30 to T_Report 2019-11-27 10:08:54 +01:00
Carlos Ruiz ee062d7175 release 7.1 process - prepare new migration folder for release 2019-11-21 23:31:40 +01:00
Carlos Ruiz ccd51b994e release 7.1 process - script to set version 2019-11-21 22:28:32 +01:00
Carlos Ruiz 09bd1527b8 release 7.1 process - script to fix wrong entity types 2019-11-21 22:03:25 +01:00
Carlos Ruiz dc85ade0a2 release 7.1 process - generate periods for year 2020 in GardenWorld 2019-11-21 21:35:40 +01:00
Carlos Ruiz 6fcbe19151 IDEMPIERE-2837 - Use in a better way saved searches - PR 2019-11-14 18:06:32 +01:00
Diego Ruiz 3baf23c4dd IDEMPIERE-2837 - Use in a better way saved searches 2019-11-14 12:53:20 +01:00
Nicolas Micoud 123e2074c8 IDEMPIERE-4011 Define paging size per Info window 2019-10-16 16:00:58 +02:00
Murilo Habermann Torquato 69cc3237c9 IDEMPIERE-3971 - implement new options (carlos suggestions) 2019-10-09 10:46:54 -03:00
Heng Sin Low dce1355998 IDEMPIERE-4060 Implement change scheduler state at scheduler window. Deactivate toolbar button and add button field implementation 2019-10-08 10:45:13 +08:00
Carlos Ruiz fc27803ac0 IDEMPIERE-4060 Implement change scheduler state at scheduler window - fixes for migration scripts 2019-10-04 12:04:00 +02:00
Heng Sin Low 0ebc63b215 IDEMPIERE-4060 Implement change scheduler state at scheduler window 2019-10-04 17:24:41 +08:00
Carlos Ruiz 392abbc764 hg merge release-6.2 (merge release6.2 into default) 2019-09-28 17:42:41 +02:00
Carlos Ruiz e2d91ab096 IDEMPIERE-3971 Process Customization / fix oracle script 2019-09-25 10:37:02 +02:00
Heng Sin Low c203427ed6 IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo. Implement matchinv between vendor invoice and vendor cm. 2019-09-25 16:17:28 +08:00
Carlos Ruiz 161faf2199 IDEMPIERE-3971 Process Customization / peer review 2019-09-24 16:51:33 +02:00
Carlos Ruiz 7b1a328a63 IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo / minor fix in migration script entity type 2019-09-18 18:43:23 +02:00
Heng Sin Low fc09db1278 IDEMPIERE-4006 Wrong matched PO quanity for vendor credit memo 2019-09-18 18:39:25 +08:00
Nicolas Micoud 72ab1de774 IDEMPIERE-2134 Issues found on Payment Selection process - fix NPE replace it with a proper message 2019-09-17 14:01:52 +02:00
Carlos Ruiz a9fb26e58d IDEMPIERE-730 03_update_sequences.sql for native sequence / improve performance 2019-08-26 17:53:48 +02:00
Carlos Ruiz 23e6325afc IDEMPIERE-4034 Payment Selection improvements/bugs / peer review - set default to true for "Only positive balance" 2019-08-24 14:56:46 +02:00
Diego Ruiz f7f95937c7 IDEMPIERE-4034 - Payment Selection improvements/bugs 2019-08-23 20:57:20 +02:00
Carlos Ruiz bbf28092bb IDEMPIERE-893 IDEMPIERE-3936 Info Window to maintain Support Roles / fix permissions 2019-08-20 14:59:19 +02:00
Nicolas Micoud f02e4a633a IDEMPIERE-918 Allow to choose the reversal document for invoice / add a RelationType to ease finding the credit memo from the invoice 2019-08-16 14:37:08 +02:00
Carlos Ruiz a121eae24b IDEMPIERE-4017 Create a Unique Key case/accent insensitive to AD_Table.TableName (FHCA-1005) 2019-08-01 14:15:36 +02:00
Nicolas Micoud 497bf9d429 IDEMPIERE-4014 Aging - some lines are hidden if using C_Currency_ID as parameter 2019-07-30 13:26:21 +02:00
Nicolas Micoud 33729acb64 IDEMPIERE-918 Allow to choose the reversal document for invoice - Add C_Invoice.RelatedInvoice_ID 2019-07-26 18:00:26 +02:00
Carlos Ruiz cc881f7354 IDEMPIERE-918 Allow to choose the reversal document for invoice - add forgotten parameter IsCreateAllocation 2019-07-19 12:19:56 +02:00
Murilo Habermann Torquato 9b0becb734 IDEMPIERE-3971 - process customization (correct script and ticket) 2019-05-16 09:43:18 -03:00
Murilo Habermann Torquato 372c531ef7 IDEMPIERE-3971 - process customization 2019-05-16 09:31:34 -03:00
Carlos Ruiz 6133471c1b hg merge release-6.2 (merge release6.2 into default) 2019-09-21 12:57:50 +02:00
Murilo Habermann Torquato 73c05c3828 IDEMPIERE-3831 info column style 2019-09-17 23:47:21 -03:00
Carlos Ruiz 09e7bf992c IDEMPIERE-4050 Minor bug: spelling error in report Invoice Transactions (Doc) 2019-09-18 18:40:30 +02:00
Carlos Ruiz cdbb206003 IDEMPIERE-4046 No need of foreign keys on temporary tables 2019-09-10 11:59:31 +02:00
Nicolas Micoud 63fab58fc1 IDEMPIERE-4005 Force grid mode when Find panel closes 2019-09-03 14:27:44 +02:00
Carlos Ruiz 12e9d47c74 hg merge release-6.2 (merge release6.2 into default) 2019-08-31 16:34:46 +02:00
Carlos Ruiz cb2387f9fe IDEMPIERE-4038 Implement multi for Period Open Close 2019-08-29 13:14:00 +02:00
Carlos Ruiz 64ab5ccf0a IDEMPIERE-4036 Doc_InOut missing translation / peer review - dup message 2019-08-27 12:20:34 +02:00
sjeffen 2e36c361e0 IDEMPIERE-4036 Doc_InOut missing translation 2019-08-26 15:49:29 +02:00
sjeffen 2fcf9759b4 IDEMPIERE-4035 OrderLineCreateShipment missing translation 2019-08-25 13:42:40 +02:00
Carlos Ruiz 171a0c67ba IDEMPIERE-4032 - Financial Report Translation (lines & column) / peer review 2019-08-23 14:37:21 +02:00
Murilo Habermann Torquato 2499827f93 COF #10021 / IDEMPIERE-4032 - Financial Report Translation (lines & column) 2019-08-22 11:33:22 -03:00
Carlos Ruiz 01643c0acb hg merge release-6.2 (merge release6.2 into default) 2019-08-18 12:38:53 +02:00
sjeffen 8790af0262 IDEMPIERE-4023 Missing translation in Client setup 2019-08-11 14:58:20 +02:00
sjeffen 9e6b18bcc6 IDEMPIERE-4024 cpherp missing part of help suggestion translation 2019-08-12 08:44:49 +02:00
Carlos Ruiz fa73cc1fd3 hg merge release-6.2 (merge release6.2 into default) 2019-08-02 20:21:35 +02:00
Ricardo Santana 1b700d7ac9 IDEMPIERE-3714 Includes Shipment as parameter of Generate Invoice Process 2019-08-02 12:35:29 +02:00
Carlos Ruiz f7111b1097 hg merge release-6.2 (merge release6.2 into default) 2019-07-27 11:47:28 +02:00
Carlos Ruiz 1c48a96b10 hg merge release-6.2 (merge release6.2 into default) 2019-07-20 12:39:26 +02:00
Carlos Ruiz e5110b9109 hg merge release-6.2 (merge release6.2 into default) 2019-07-13 15:36:29 +02:00
Heng Sin Low 22fea523c2 IDEMPIERE-4000 Form Print Format: Make page break per row configurable 2019-07-04 17:08:30 +08:00
Carlos Ruiz df72426ab1 IDEMPIERE-3996 Implement DisplayLogic for PrintFormatItem / fix oracle script 2019-06-27 11:22:38 +02:00
Heng Sin Low 790ce0113d IDEMPIERE-3996 Implement DisplayLogic for PrintFormatItem 2019-06-26 15:24:11 +08:00
Heng Sin Low d00c07c2b9 IDEMPIERE-3413 Multi Select List and table reference 2019-06-24 18:23:41 +08:00
Carlos Ruiz cc8f48acd2 hg merge release-6.2 (merge release6.2 into default) 2019-06-22 12:27:07 +02:00
Carlos Ruiz ed6a4133e0 IDEMPIERE-2389 - foreign key 2019-06-17 12:33:04 +02:00
Carlos Ruiz f8878b8e01 IDEMPIERE-3439 IDEMPIERE-3936 - foreign constraints 2019-06-17 12:24:47 +02:00
Carlos Ruiz 4251777150 hg merge release-6.2 (merge release6.2 into default) 2019-05-25 14:38:21 +02:00
Carlos Ruiz 41f6590608 IDEMPIERE-3977 Allow context variables on subject and message when processing alerts (FHCA-967) 2019-05-25 13:32:38 +02:00
Carlos Ruiz f772f37e4d IDEMPIERE-3976 Scheduler in System cannot be assigned to a valid Supervisor (FHCA-963) 2019-05-22 14:27:24 +02:00
Carlos Ruiz a1a7b80bd0 IDEMPIERE-2850 Allow to schedule background reports in xls 2019-05-21 18:17:05 +02:00
Carlos Ruiz d1498c7362 hg merge release-6.2 (merge release6.2 into default) 2019-05-11 21:43:19 +02:00
sjeffen a1a496d253 IDEMPIERE-3958 Project Detail Accounting Report parameter error 2019-05-09 12:36:38 +02:00
Heng Sin Low 0d8cbeb5bc IDEMPIERE-3961 GL Journal - Switching accounting schema removes PERIOD 2019-05-08 17:39:55 +08:00
Carlos Ruiz 7753c90af0 hg merge release-6.2 (merge release6.2 into default) 2019-04-27 14:18:37 +02:00
Carlos Ruiz 9f3ab12923 IDEMPIERE-3957 Translation of infogeneralpanel - peer review 2019-04-27 14:15:23 +02:00
sjeffen a4e501973a cph::erp IDEMPIERE-3957 2019-04-26 21:24:45 +02:00
Carlos Ruiz f985863ecd IDEMPIERE-3956 Add Close Windows to the Left/Right - expanding IDEMPIERE-2335 2019-04-25 16:58:35 +02:00
Carlos Ruiz 61ffa71f8c hg merge release-6.2 (merge release6.2 into default) 2019-04-21 12:55:49 +02:00
Carlos Ruiz e001009715 IDEMPIERE-3952 - reviews entitytype & data access level / make columns mandatory on DB level 2019-04-21 12:54:30 +02:00
Carlos Ruiz 191ee4a74d IDEMPIERE-3950 Translation of valuepreference dialog / peer review 2019-04-18 22:16:52 +02:00
Carlos Ruiz 8977f47895 IDEMPIERE-3952 - reviews entitytype & data access level 2019-04-18 16:37:27 +02:00
Murilo Habermann Torquato 9b34245402 IDEMPIERE-3952 - review entitytype & data access level - new tables & fix script 2019-04-15 18:09:17 -03:00
Murilo Habermann Torquato 5b1f3d8958 IDEMPIERE-3952 - reviews entitytype & data access level 2019-04-15 11:58:04 -03:00
Heng Sin Low b7bd22da94 IDEMPIERE-3874 Process Recalculate Cube not loading GL journal facts due to c_calendar_id 2019-04-17 16:30:05 +08:00
Carlos Ruiz f5e6beb8b7 hg merge release-6.2 (merge release6.2 into default) 2019-04-11 15:51:04 +02:00
Heng Sin Low f014fae2a9 IDEMPIERE-3947 Fixed Asset bugs and enhancements 2019-04-11 21:08:19 +08:00
sjeffen 4cd2b500b1 cph::erp valuepreference / IDEMPIERE-3950 Translation of valuepreference dialog 2019-04-10 22:58:42 +02:00
Carlos Ruiz 0a9d7335de IDEMPIERE-3874 Process Recalculate Cube not loading GL journal facts due to c_calendar_id 2019-04-18 14:36:30 +02:00
Heng Sin Low f0c50daee0 IDEMPIERE-3874 Process Recalculate Cube not loading GL journal facts due to c_calendar_id 2019-04-17 16:30:05 +08:00
Carlos Ruiz d28c1e682d Integrate contribution from TrekGlobal - developed by Heng Sin Low and Elaine Tan
1007781 Fix barcode text bug
1009003 add QR Code as Barcode Type for Print Formats
1006829 Add "Print Barcode Text" flag to print format item. Fix wrong scaling for barcode image. Fix barcode print format item doesn't respect max height.
IDEMPIERE-3948 Implement QRCode support in report engine
IDEMPIERE-1854 Barcode issue: Code Missing from barcodes in Code 128 B
IDEMPIERE-1838 Adding UPC-A barcode support in print format and adding setting fonts from print format item
2019-04-10 17:57:08 +02:00
Carlos Ruiz 18ec16c2fb IDEMPIERE-3944 SynchronizeTerminology FK error (FHEG-637) 2019-04-09 12:39:05 +02:00
Carlos Ruiz 570003bd92 IDEMPIERE-3439 Create System windows to analyze all clients and users / show a field that was hidden wrongly 2019-07-12 10:59:40 +02:00
Diego Ruiz a726ea78ee IDEMPIERE-3945 Country name Germany - Deutschland should be named Germany 2019-04-09 11:57:10 +02:00
Carlos Ruiz 0e4fc3a373 hg merge release-6.2 (merge release6.2 into default) 2019-03-29 17:47:51 -03:00
Heng Sin Low e65edd9e51 IDEMPIERE-3562 Timeline view of record changes. 2019-03-28 16:45:41 +08:00
Carlos Ruiz f318aaf854 hg merge release-6.2 (merge release6.2 into default) 2019-03-25 19:57:13 -03:00
Carlos Ruiz 2df5088624 IDEMPIERE-3930 Allow permission control for idempiereMonitor and OSGI console 2019-03-25 15:19:04 -03:00
Carlos Ruiz 7ee9d5e7cd IDEMPIERE-3929 "Failed when processing document" & "is mandatory" is not translated. / integrate suggestion from Flemming Birch (sjeffen) 2019-03-24 13:16:00 -03:00
Carlos Ruiz cee4edc557 hg merge release-6.2 (merge release6.2 into default) 2019-03-23 21:38:25 -03:00
Carlos Ruiz 27ec2191e7 IDEMPIERE-3439 Add AD_User.IsSupportUser 2019-03-21 17:47:29 -03:00
Carlos Ruiz 0a0ad7027c IDEMPIERE-3926 Restrict roles in login by type 2019-03-21 16:04:26 -03:00
Carlos Ruiz ec55d45b3d IDEMPIERE-3916 Implement Copy Client from Template in the same database 2019-03-20 12:04:13 -03:00
Carlos Ruiz 429162c43d IDEMPIERE-2395 - Add ad_package_uuid_map - and parameter for changelog 2019-03-19 15:47:51 -03:00
Carlos Ruiz 15dd1f43ab IDEMPIERE-2395 NoteDelete leaving orphan attachments / fix some orphans in GardenWorld seed 2019-03-19 10:59:34 -03:00
Carlos Ruiz 5e8c2b26aa IDEMPIERE-3528 Add to Favorite for Menu Search Panel / fix problem because the unique key of AD_TreeBar is not including ad_client_id 2019-03-18 19:57:10 -03:00
Carlos Ruiz bb141e796d hg merge release-6.2 (merge release6.2 into default) 2019-03-16 11:17:29 +01:00
Carlos Ruiz d7f6cc7b84 IDEMPIERE-3916 Process to move client between databases / FHEG-599 / fix oracle script - increase size to 4.000 2019-03-14 11:44:03 +01:00
Carlos Ruiz 2246afb9ff IDEMPIERE-3916 Process to move client between databases / FHEG-599 / Additional process to migrate ID/UUID 2019-03-14 01:34:07 +01:00
Carlos Ruiz 51abcd9c80 IDEMPIERE-3916 Process to move client between databases / FHEG-599 2019-03-14 00:35:13 +01:00
Carlos Ruiz b6dc381d11 hg merge release-6.2 (merge release6.2 into default) 2019-03-02 13:00:54 +01:00
Carlos Ruiz 8acf0ae50f hg merge release-6.2 (merge release6.2 into default) 2019-02-25 12:41:27 +01:00
Carlos Ruiz 4e31368f17 IDEMPIERE-3936 Info Window to maintain Support Roles / it allows to activate/deactivate/delete assignation of support roles to support users 2019-03-27 16:01:38 -03:00
Carlos Ruiz d42372df50 IDEMPIERE-1085 Loading Info windows dynamically - fix wrong default found on AD_InfoWindow.SeqNo 2019-03-26 15:58:30 -03:00
Carlos Ruiz 1fe927b392 IDEMPIERE-3439 Create System windows to analyze all clients and users - create All Roles - add more security info related columns to other All views 2019-03-26 12:54:28 -03:00
Carlos Ruiz 53ac24bf86 IDEMPIERE-2895 UX: Save changes in Detail Tab of a Master-Detail window - filter list in Menu window 2019-03-26 09:09:56 -03:00
Carlos Ruiz bf6cb8cb53 hg merge release-6.2 (merge release6.2 into default) 2019-02-17 15:41:00 +01:00
Carlos Ruiz 9aeb90550f IDEMPIERE-3896 Process that fixes M_StorageReservation when wrong reservations are found / peer review - fix for oracle 2019-02-17 11:32:23 +01:00
Diego Ruiz 907eed3f93 IDEMPIERE-3896 Process that fixes M_StorageReservation when wrong reservations are found 2019-02-16 19:53:40 +01:00
Carlos Ruiz 5f1c8e0860 IDEMPIERE-1615 Multiple key columns lead to data corruption or data loss 2019-02-14 16:56:02 +01:00
Carlos Ruiz 53664405aa hg merge release-6.2 (merge release6.2 into default) 2019-02-02 13:36:54 +01:00
Carlos Ruiz 6c97072e54 IDEMPIERE-3439 Create System windows to analyze all clients and users / adding view AD_AllUserRoles_V and corresponding window/tabs for security audit purposes 2019-01-31 18:27:04 +01:00
Carlos Ruiz 6db1526cdd hg merge release-6.2 (merge release6.2 into default) 2019-01-26 17:48:35 +01:00
Carlos Ruiz 926fe806f8 IDEMPIERE-3509 NPE when csv export order with "Sales Representative" / add validations to avoid wrong column definition 2019-01-26 13:43:35 +01:00
Carlos Ruiz 9d3355d6b2 IDEMPIERE-1311 Ability to hide fields on Connection panel 2019-01-25 14:59:03 +01:00
Deepak Pansheriya d6e2058703 IDEMPIERE-3858 Options to create one to one check on payment selection window. 2019-01-04 16:06:47 +05:30
Carlos Ruiz df55d4649c IDEMPIERE-3431 Posting error for Matched PO if invoice posted while MR is not posted. / integrating fixes from Heng Sin AP2-825 2019-01-09 22:38:08 +01:00
Carlos Ruiz da003d4771 Preparing release 6.2 - create folders for new version 2019-01-06 00:01:01 +01:00
Carlos Ruiz a33cf4bec5 Preparing release 6.2 2019-01-05 23:34:22 +01:00
Carlos Ruiz d889ebd6de IDEMPIERE-3837 Revenue Recognition / fix migration scripts issues 2019-01-05 23:26:40 +01:00
Carlos Ruiz b32038f30b IDEMPIERE-2911 NF3.0 Tree On Any Table not working correctly in subtab 2018-12-29 00:04:32 +01:00
Carlos Ruiz e3cf7d225a hg merge release-6.1 (merge release6.1 into default) 2018-12-27 11:19:27 +01:00
Carlos Ruiz 6037389ced IDEMPIERE-3855 Implement AD_Tree.IsValueDisplayed - FHCA-817 2018-12-26 15:27:12 +01:00
Carlos Ruiz 426951381c IDEMPIERE-3854 Conversion rate must validate period overlapping 2018-12-25 21:39:51 +01:00
Carlos Ruiz 83f8ea2253 IDEMPIERE-3851 Filtering list box (AP2-671 TrekGlobal) - integrate development from Elaine Tan 2018-12-18 17:28:24 +01:00
Carlos Ruiz 1fd56b7609 IDEMPIERE-3850 Performance improvement: implement reporting from read-only replica (from TrekGlobal) 2018-12-18 14:22:17 +01:00
Nicolas Micoud 36c3c55f9c IDEMPIERE-1052 Improve Performance using Search instead of Table/Table Direct 2018-12-15 17:02:39 +01:00
Nicolas Micoud ec6d32fdd5 IDEMPIERE-3770 Translation : export only centralized data 2018-12-15 17:00:03 +01:00
Carlos Ruiz 00b15802d0 IDEMPIERE-3780 AD_User.IsNoExpire to override MAX_INACTIVE_PERIOD_DAY / set field as advanced 2018-12-15 16:53:36 +01:00
Nicolas Micoud 69b0ad5ce8 IDEMPIERE-3780 AD_User.IsNoExpire to override MAX_INACTIVE_PERIOD_DAY 2018-12-15 16:50:08 +01:00
Nicolas Micoud 123eaf0c6f IDEMPIERE-3786 Number of records in detail grid must not be hardcoded 2018-12-15 14:21:00 +01:00
Carlos Ruiz 5d31f298fd IDEMPIERE-2933 MERGE ENTITIES: update or delete on table "ad_user" violates foreign key constraint "aduser_adtabcustomization" 2018-11-28 22:11:06 +01:00
Carlos Ruiz 8ab10c8bf5 IDEMPIERE-3837 Revenue Recognition / fix migration scripts issues 2018-11-28 13:44:32 +01:00
Carlos Ruiz ead2c81d8a IDEMPIERE-3837 Revenue Recognition / fix migration scripts issues 2018-11-28 13:14:39 +01:00
Carlos Ruiz 0db7c012e1 IDEMPIERE-3837 Revenue Recognition / fix migration scripts issues 2018-11-28 13:00:52 +01:00
Carlos Ruiz e89fbe3b29 IDEMPIERE-3837 Revenue Recognition / peer review 2018-11-28 01:54:58 +01:00
Carlos Ruiz fc2d69e8ab IDEMPIERE-3837 Revenue Recognition - integrate Revenue Recognition implementation from Adaxa 2018-11-28 01:12:21 +01:00
Carlos Ruiz 23edeb1625 IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow / move scripts to 6.1 2018-11-12 15:32:21 -02:00
Carlos Ruiz a7d4a7d690 IDEMPIERE-2648 implement pack-in pack-out handle for infoWindow 2018-11-12 15:29:22 -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 e6a6271355 Prepare folder for 6.1 scripts mainteinance 2018-11-04 15:12:03 -02:00
Carlos Ruiz ee4303d453 set version to 6.1 2018-11-04 14:47:53 -02:00
Carlos Ruiz b97c1c6d1a Migration script for GardenWorld periods year 2019 2018-11-03 18:34:48 +01:00
Carlos Ruiz 5a88fd1b49 IDEMPIERE-3760 Implement Virtual UI Column / fix oracle script 2018-11-01 01:23:39 +01:00
Carlos Ruiz eba4ceca7f hg merge release-5.1 (merge release5.1 into default) 2018-10-26 15:36:31 +02:00
Deepak Pansheriya 10a51f9586 IDEMPIERE-1311: Only visible org and warehouse combo-box on role window if combo-box has more than one value. 2018-10-17 14:55:28 +05:30
Carlos Ruiz e72c735f52 IDEMPIERE-2754 remove wrong test data. 2018-10-12 12:02:17 +02:00
Carlos Ruiz c049ebfeaf IDEMPIERE-2395 NoteDelete leaving orphan attachments 2018-10-06 23:42:20 +02:00
Diego Ruiz 0619c3d452 IDEMPIERE-3799 Avoid users re-running a process that is already being processed 2018-10-05 17:32:24 +02:00
Diego Ruiz c32fa14dfb IDEMPIERE-2816/IDEMPIERE-2351 Force background/foreground based on parameters 2018-10-05 16:58:38 +02:00
Carlos Ruiz 53583c1a1d hg merge release-5.1 (merge release5.1 into default) 2018-09-27 20:48:58 +02:00
Carlos Ruiz 08e622ba6d IDEMPIERE-3794 Improvement to Housekeeping 2018-09-27 17:19:36 +02:00
Carlos Ruiz 49016d35ed IDEMPIERE-2319 Adding date value type support in Attribute set / peer review 2018-09-11 15:45:59 +02:00
Carlos Ruiz cab22dfe9c IDEMPIERE-2652 default value of ad_ctxhelpmsg_trl.create and ad_ctxhelpmsg_trl.update should now() 2018-09-08 16:19:06 +02:00
Carlos Ruiz 22460071c0 IDEMPIERE-2621 Assign default warehouse from Org on inventory docs 2018-09-08 15:52:47 +02:00
Nicolas Micoud 82623d4399 IDEMPIERE-3769 IBAN : Invalid message is not translated - force to uppercase 2018-08-28 13:26:05 +02:00
Carlos Ruiz 0bd4ac0329 IDEMPIERE-2442 Always using default conversion type in Order & Invoice window's amount summary information 2018-08-07 12:27:50 +02:00
Nicolas Micoud 817f23835c IDEMPIERE-3762 Fix AD_Column_ID / AD_Field_ID : Loader - Too many records / IDEMPIERE-1052 2018-07-27 09:39:35 +02:00
Carlos Ruiz 3053494e47 IDEMPIERE-3757 In form "Menu" for Client can not view and edit Menu tree. (Menu item is created successfully) 2018-07-24 09:38:05 +02:00
z5k1 ea2151698d IDEMPIERE-3737 System preference cant display ad_user_id in other clients that lead null ad_user_id be saved 2018-07-23 20:40:53 +02:00
Carlos Ruiz ba541e7dc0 IDEMPIERE-1539 search without "%" mark in value, name, description fields 2018-07-19 23:09:04 +02:00
Nicolas Micoud 42a69abfd8 IDEMPIERE-3746 Use AD_Language.DatePattern and TimePattern 2018-07-16 22:19:36 +02:00
Diego Ruiz 7eeacc854d IDEMPIERE-3748 Script altercolumn is not recreating previously assigned permissions on dependent views (AP2-357) 2018-07-16 21:00:00 +02:00
Carlos Ruiz 0b2d64f89c IDEMPIERE-1421 Tax Group field is enabled in the window Customer 2018-07-11 16:26:41 +02:00
Carlos Ruiz a96208dd2a IDEMPIERE-3738 Reference Color broken 2018-07-04 16:17:28 +02:00
Carlos Ruiz 10ad4064d8 IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values / add IsActive validation 2018-06-13 14:33:31 +02:00
Carlos Ruiz 9fbd984472 IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values / reviewing this further - the filter was not allowing multiple accounting schemas - changing filter to allow that 2018-06-06 13:32:21 +02:00
Nicolas Micoud 8b42a4297f IDEMPIERE-585 Accounting tabs should have InsertRecord = N 2018-06-06 11:13:22 +02:00
Carlos Ruiz 38d72fae55 IDEMPIERE-3651 Report Column Set=>Report Column=>User Element List1 not displaying User1_ID values 2018-06-04 12:55:05 +02:00
Carlos Ruiz 74fd567062 IDEMPIERE-3716 Extend the length of the Column SQL field in AD_ViewColumn to allow more advanced queriesa / fix oracle script 2018-05-26 19:45:53 +02:00
Diego Ruiz 06357f40b0 IDEMPIERE-3716 Extend the length of the Column SQL field in AD_ViewColumn to allow more advanced queries 2018-05-22 13:07:12 +02:00
Carlos Ruiz 6b89176b2f iIDEMPIERE-918 Allow to choose the reversal document for invoice / created a process that allows the user to create a credit memo instead of reversing 2018-05-22 19:31:54 +02:00
Carlos Ruiz 10907fbaab IDEMPIERE-3851 Filtering list box (AP2-671 TrekGlobal) - make this default for all lists 2019-02-22 14:49:23 +01:00
Carlos Ruiz b875e4dc09 IDEMPIERE-3707 [Info Window] - Default Value for seqNoSelection 2019-02-21 13:55:11 +01:00
Carlos Ruiz 2d7a246cf7 Backed out changeset e688971f79c2 / IDEMPIERE-3851 Filtering list box (AP2-671 TrekGlobal) - make this default for all lists / remove too aggressive approach for lists, better to be defined per implementation 2019-02-28 16:32:16 +01:00
Carlos Ruiz 963009b7c7 IDEMPIERE-3906 Make mandatory location on BP quick entry optional on certain tables / integrate contribution from TrekGlobal AP2-580 2019-02-28 16:15:26 +01:00
Carlos Ruiz e0d96ee600 IDEMPIERE-3850 AP2-4 1008281 Performance improvement: implement reporting from read-only replica (from TrekGlobal) 2019-02-28 11:50:03 +01:00
Carlos Ruiz ae778fc029 IDEMPIERE-3698 Change datatype R_MailText.MailText to CLOB / same for R_MailText_Trl 2019-02-27 13:36:23 +01:00
Carlos Ruiz 118170ae3a IDEMPIERE-3903 Notification Type tries to default to Email 2019-02-27 13:30:42 +01:00
Deepak Pansheriya 9a0b9fb317 IDEMPIERE-2319: Adding date value type support in Attribute set and adding transaction support on Attribute dialog 2014-11-19 20:36:20 +05:30
Carlos Ruiz ac0b824eee hg merge release-5.1 (merge release5.1 into default) 2018-08-29 20:42:42 +02:00
Carlos Ruiz 2180fc3524 IDEMPIERE-2709 Adding support for editable field on info window / thanks to Deepak Pansheriya (Logilite) and Silvano Trinchero (FreePath) 2018-08-28 12:54:07 +02:00
Carlos Ruiz 8c30a6c6cd IDEMPIERE-3760 Implement Virtual UI Column 2018-07-25 19:00:17 +02:00
Carlos Ruiz 9367a062f2 IDEMPIERE-2310 Improve description field with inline Html editor and html rendering / thanks to muriloht and hieplq - integrating pieces from both contributions 2018-07-24 01:05:30 +02:00
Carlos Ruiz 39e1727ebd hg merge release-5.1 (merge release5.1 into default) 2018-07-23 23:47:21 +02:00
Carlos Ruiz 40bcba3ce2 hg merge release-5.1 (merge release5.1 into default) 2018-07-14 18:03:36 +02:00
Carlos Ruiz a32055713e hg merge release-5.1 (merge release5.1 into default) 2018-06-06 11:16:36 +02:00
Carlos Ruiz cd298bf31f hg merge release-5.1 (merge release5.1 into default) 2018-05-29 13:52:46 +02:00
Carlos Ruiz 919b6f34db hg merge release-5.1 (merge release5.1 into default) 2018-05-17 21:59:23 +02:00
Diego Ruiz 389ffe4927 IDEMPIERE-3705 Define customer or vendor by context when creating new BPs via QuickEntry 2018-05-03 16:54:15 +02:00
Nicolas Micoud d28dec8f32 IDEMPIERE-3696 Implementing warning to encourage user to change their password before it is expired 2018-04-25 13:31:59 +02:00
Carlos Ruiz c10b0cd46c hg merge release-5.1 (merge release5.1 into default) 2018-04-23 09:21:16 +02:00
Carlos Ruiz 75b817b087 IDEMPIERE-3678 getAD_OrgBP_ID of I_C_BPartner returns string instead of number in DB that causes error in "Convert lead to bp" 2018-04-17 09:50:09 +02:00
Nicolas Micoud 6f5f225d66 IDEMPIERE-3691 "Row" tooltip is not translated 2018-04-17 09:26:12 +02:00
Carlos Ruiz c3727c2f10 IDEMPIERE-3685 Client field is shown empty in Included Roles grid mode 2018-04-12 17:08:14 +02:00
Carlos Ruiz da53148c79 hg merge release-5.1 (merge release5.1 into default) 2018-04-08 21:06:13 +02:00
Carlos Ruiz dcd5e0421f IDEMPIERE-3664 New Role - User Assignment 2018-03-22 10:22:06 -03:00
Carlos Ruiz 476b1283e8 hg merge release-5.1 (merge release5.1 into default) 2018-03-19 08:27:33 -03:00
Carlos Ruiz 89c00b7ada IDEMPIERE-3660 Improve Packin - allow application on all tenants 2018-03-16 17:49:25 -03:00
Carlos Ruiz b9c1774edc IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied / move old migration folders to migration-historic - just keep the folders > i4.1 in migration 2018-03-14 18:14:09 -03:00
Carlos Ruiz b8f0aa4bd8 IDEMPIERE-3655 Improve installer to include migration scripts and syncApplied 2018-03-14 18:13:08 -03:00
Carlos Ruiz 6a7637bc42 IDEMPIERE-3639 Placeholders for every fields / integrate patch from Flemming Birch (sjeffen) 2018-03-08 16:00:38 +01:00
Carlos Ruiz 096a535b28 hg merge release-5.1 (merge release5.1 into default) 2018-03-05 21:25:29 +01:00
Nicolas Micoud 1153e4d159 IDEMPIERE-3648 Bank statement : Error on BeginningBalance when creating a bank statement with empty BankAccount field 2018-03-05 21:20:03 +01:00
Carlos Ruiz 331f1a78c6 IDEMPIERE-1800 Reset Locked Account shows all clients 2018-03-01 10:21:25 +01:00
Carlos Ruiz 351c9e22b1 hg merge release-5.1 (merge release5.1 into default) 2018-02-26 12:19:18 +01: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 c368274df5 IDEMPIERE-3639 Placeholders for every fields / fix ORA-12704: character set mismatch 2018-02-25 12:44:56 +01:00
Carlos Ruiz a225722ba9 IDEMPIERE-3639 Placeholders for every fields / revert back to postgres < 9.5 syntax 2018-02-25 12:17:26 +01:00
Carlos Ruiz a75dd18925 IDEMPIERE-3632 Deprecated Message from Swing Time 2018-02-24 15:12:01 +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 16167a62cb hg merge release-5.1 (merge release5.1 into default) 2018-01-23 12:01:20 +01:00
Carlos Ruiz 7c0bffa908 IDEMPIERE-1906 Use postgresql SIMILAR TO instead of LIKE 2018-01-19 23:02:46 +01:00
Carlos Ruiz 975a46ae45 IDEMPIERE-3580 Advanced Zoom Across 2018-01-19 18:22:16 +01:00
Carlos Ruiz 9ce5c347cb IDEMPIERE-3545 Add plugin information in About window / implement start-stop 2018-01-19 15:45:53 +01:00
Carlos Ruiz af32053a03 hg merge release-5.1 (merge release5.1 into default) 2018-01-19 15:44:08 +01:00
Carlos Ruiz caf3ca2367 hg merge release-5.1 (merge release5.1 into default) 2018-01-05 15:17:26 +01:00
Diego Ruiz baa44f138f IDEMPIERE-3529 - Add parameters to InvoicePrint process 2018-01-11 19:15:30 +01:00
Nicolas Micoud 80d831f486 IDEMPIERE-3589 Add a 'Warning' Message 2018-01-11 06:59:02 +01:00
Carlos Ruiz acf10e57a5 IDEMPIERE-3358 Dictionary fixes / fix readonly translated flag on activity and sales region translation tab 2017-12-16 10:25:39 +01:00
Carlos Ruiz af63086cc8 IDEMPIERE-3578 BPartner Location name : Preserve custom name / peer review - reorg order of fields on BP Location 2017-12-12 19:20:37 +01:00
Nicolas Micoud 82178fa0fd IDEMPIERE-3578 BPartner Location name : Preserve custom name 2017-12-12 19:16:11 +01:00
Carlos Ruiz 6d2700ac72 hg merge release-5.1 (merge release5.1 into default) 2017-11-29 10:45:50 +01:00
Nicolas Micoud 1eeac68526 IDEMPIERE-1052 Improve Performance using Search instead of Table/Table Direct 2017-11-23 16:40:38 +01:00
Carlos Ruiz ed891d0c71 hg merge release-5.1 (merge release5.1 into default) 2017-11-10 15:05:26 +01:00
Carlos Ruiz c582c21810 IDEMPIERE-3551 1008086 - External (non-plugin) 2Pack automation 2017-11-08 18:29:30 +01:00
Carlos Ruiz da15fe4de4 IDEMPIERE-3532 / fix better defaults - include also order and inout - add a default to IsPaid=N when paymentinfo is called from payment window 2017-11-08 11:23:18 +01:00
Nicolas Micoud 6950087449 IDEMPIERE-3532 Remove hardcoded values for InfoInvoiceWindow (BPartnerID / IsSOTrx) and InfoPaymentWindow (IsSOTrx) 2017-11-08 10:58:09 +01:00
Carlos Ruiz 6a76072a43 IDEMPIERE-3486 peer review / better defaults when calling BP Info from dashboard 2017-11-08 10:19:00 +01:00
Heng Sin Low c0e13c7321 IDEMPIERE-3535 Implement font icon theme 2017-11-03 06:56:57 +08:00
Carlos Ruiz 73c86db571 Migration folders for maintenance of new version 2017-10-31 23:26:16 +01:00
Carlos Ruiz d6908fc065 Point to version 5.1 2017-10-31 23:03:48 +01:00
Carlos Ruiz 7878e8efbd Correct script for missing foreign keys 2017-10-31 22:48:02 +01:00
Carlos Ruiz 106f06e607 Missing foreign keys 2017-10-31 22:30:15 +01:00
Carlos Ruiz 8594b12001 Fill UUIDs 2017-10-31 22:18:33 +01:00
Carlos Ruiz 5f0ca1df00 IDEMPIERE-3411 When lauching a report based on a report view, available print formats are not filtered 2017-10-31 22:05:03 +01:00
Carlos Ruiz fb9db664be IDEMPIERE-3352 Enhancement of Batch Level Costing 2017-10-31 22:03:30 +01:00
Carlos Ruiz 909bbcb84f IDEMPIERE-3438 Capture user suggestions for field terminology and context help - fix UUID fields displayed 2017-10-31 21:53:53 +01:00
Carlos Ruiz 24ad9272c6 Generate year 2018 in GardenWorld calendar 2017-10-31 21:39:03 +01:00
Carlos Ruiz a036839491 hg merge release-4.1 (merge release4.1 into default) 2017-10-31 17:55:06 +01:00
Carlos Ruiz f5b85983cd IDEMPIERE-1052 Improve Performance using Search instead of Table/Table Direct / AD_ChangeLog.AD_Column_ID 2017-10-31 17:20:57 +01:00
Carlos Ruiz 267fab419a IDEMPIERE-3529 - Add parameters to InvoicePrint process / peer review 2017-10-25 18:41:23 +02:00
Diego Ruiz dae313ae78 IDEMPIERE-3529 - Add parameters to InvoicePrint process 2017-10-25 12:46:16 +02:00
Nicolas Micoud 73f1764acd IDEMPIERE-3411 When lauching a report based on a report view, available print formats are not filtered 2017-10-24 17:13:39 +02:00
Heng Sin Low eb4eb1d1a4 IDEMPIERE-3518 Improvement For Mobile Compatibility. Implement mobile UI alternative for moving of selected tree item (dnd not working well on mobile devices). 2017-10-24 07:41:45 +08:00
Carlos Ruiz 790cd64ed2 IDEMPIERE-3173 Columns that must not be copied 2017-10-23 19:15:58 +02:00
Carlos Ruiz 7e8d895f4b IDEMPIERE-3338 Document Status Indicator / fix wrong example on GW 2017-10-23 18:45:01 +02:00
Heng Sin Low c036ed2e57 IDEMPIERE-3528 Add to Favorite for Menu Search Panel 2017-10-24 00:33:20 +08:00
Carlos Ruiz f8cf23f2cb IDEMPIERE-3521 InfoWindow problem on other SQL when make a register count / peer review and integrate patch from Orlando 2017-10-20 19:41:57 +02:00
Carlos Ruiz 74a7f30120 IDEMPIERE-3517 Report Cube - OrgTrx Dimension is not displayed 2017-10-13 14:07:33 +02:00
hieplq a56e9dbe28 IDEMPIERE-3519:column updated, created of c_salesregion_trl isn't yet sync so miss default value 2017-10-13 12:55:39 +07:00
Carlos Ruiz ea5192578b hg merge release-4.1 (merge release4.1 into development) 2017-10-13 16:41:48 +02:00
hieplq 58d573949f IDEMPIERE-1926:Workflow/Wizard type - > Node Action Info Window MiSSING 2017-09-19 18:43:48 +07:00
Heng Sin Low 7a488b2a0d 1008477 List on Position field in Lead window is blank even if there are position options configured. (IDEMPIERE-1721) 2017-09-18 12:45:02 +08:00
Carlos Ruiz e725b3f664 IDEMPIERE-1721 Window Position, tab Remuneration, refers to a disabled window 2017-12-16 10:12:26 +01:00
Carlos Ruiz a898f32438 Fix help of form Merge Entities wrongly formatted breaking the wiki manual 2017-12-15 13:52:49 +01:00
Carlos Ruiz 290429f138 IDEMPIERE-3388 - change GardenWorld to Average PO instead of Average Invoice 2017-12-14 15:13:49 +01:00
Heng Sin Low e3961c7d61 IDEMPIERE-3488 Improvement to Error Message for Negative Inventory Disallow exception 2017-09-15 11:15:10 +08:00
hieplq 0543f00cf5 IDEMPIERE-3486:info business partner hard code to set isCustomer, isVendor, so break "Value Preference " and avoid customize 2017-09-13 21:29:18 +07:00
Carlos Ruiz f66e6a82c4 IDEMPIERE-3546 Use specific messages for range process parameters placeholder / revert wrong migration script uploaded by mistake in previous commit 2017-11-08 08:42:05 +01:00
Carlos Ruiz 5f127882c1 IDEMPIERE-3546 Use specific messages for range process parameters placeholder / peer review, insert default trl from previous messages 2017-11-08 08:32:06 +01:00
Nicolas Micoud 8a1635f42c IDEMPIERE-3546 Use specific messages for range process parameters placeholder 2017-11-08 08:26:46 +01:00
Carlos Ruiz 725c76c994 IDEMPIERE-905 Post-it functionality / wrong column name - creating problems with native sequences 2017-11-07 15:14:13 +01:00
Carlos Ruiz def8f0adaf IDEMPIERE-3547 Mismatches in oracle foreign keys delete rule 2017-11-06 16:26:34 +01:00
Carlos Ruiz f005a63d38 IDEMPIERE-2970 Display URL in the Record info panel 2017-11-06 13:48:16 +01:00
Carlos Ruiz 84b9538c14 hg merge release-4.1 (merge release4.1 into development) 2017-09-08 16:05:42 +02:00
Carlos Ruiz 2281f9ec81 IDEMPIERE-2353 Please, add to WLocationDialog & C_Location new field Address5 / thanks to Anna Smirnova from Palichmos 2017-09-08 16:02:41 +02:00
Carlos Ruiz fb0cdb12e7 IDEMPIERE-3396 Performance Issue in Process' Saved Parameter 2017-08-27 11:55:25 +02:00
Carlos Ruiz 7558c71176 IDEMPIERE-3453 Fix Fact_Acct - fact_acct_trunc_dateacct index / based on Nicolas Micoud patch 2017-08-25 12:37:40 +02:00
Carlos Ruiz 19aea1d6a2 1006483 Ease edit of Field label, description and Help. Fix migration scripts. / IDEMPIERE-3438 2017-08-03 14:13:59 +02:00
Carlos Ruiz 0d53248d94 IDEMPIERE-3438 Capture user suggestions for field terminology and context help - fix migration script as reported by Hiep 2017-07-31 11:55:16 +02:00
Carlos Ruiz 137d8b869c IDEMPIERE-3438 Capture user suggestions for field terminology and context help - final peer review and tests for iDempiere 2017-07-28 18:49:07 +02:00
Carlos Ruiz 9df6b2a615 IDEMPIERE-3439 Create System windows to analyze all clients and users 2017-07-28 18:22:11 +02:00
Carlos Ruiz 73abb0fd87 IDEMPIERE-3424 table m_movement / constraint cbpartnerlocation_mmovement incorrect / fix oracle migration script 2017-08-23 20:03:39 +02:00
Heng Sin Low 704667fff7 IDEMPIERE-3424 table m_movement / constraint cbpartnerlocation_mmovement incorrect 2017-08-17 18:44:24 +08:00
Alex Silva de Albuquerque 1b8d9b038e IDEMPIERE-3446 Define the workflow approver dynamically - migration scripts 2017-08-10 17:15:07 -03:00
Carlos Ruiz c663b563b4 IDEMPIERE-3443 Payment Schedule leading to -> Current record was changed by another user, please ReQuery 2017-08-03 14:05:44 +02:00
Carlos Ruiz d0b5697dc6 IDEMPIERE-1157 Adding functionality to add charts on the standard windows 2017-07-27 17:43:22 +02:00
Heng Sin Low 515d6a14cf 1006079 Ease edit of OnLine Context Help. / IDEMPIERE-3438 2016-08-25 22:07:44 +08:00
Carlos Ruiz 139de8e0cd 1006079 Ease edit of OnLine Context Help. Make processed, approved and save as tenant customization field readonly. Allow suggestion when context help is not available. / IDEMPIERE-3438 (integrating contribution from hengsin) 2016-08-15 11:33:27 +08:00
Heng Sin Low bef0a30f90 1006483 Ease edit of Field label, description and Help. Make approved and processed field readonly. / IDEMPIERE-3438 2016-08-12 16:28:10 +08:00
Heng Sin Low d4401c3ed5 1006483 Ease edit of Field label, description and Help. Show approve and processed field at field suggestion window. / IDEMPIERE-3438 2016-07-21 18:12:33 +08:00
Carlos Ruiz 3a0e748f1e IDEMPIERE-3405 When Window Preference doesn't exists then Default Doctype Taken - also from another client / IDEMPIERE-2672 2017-06-25 14:59:26 +02:00
Carlos Ruiz 822453941d IDEMPIERE-3405 When Window Preference doesn't exists then Default Doctype Taken - also from another client / IDEMPIERE-2672 2017-06-25 00:41:23 +02:00
Carlos Ruiz 5fee4bf291 IDEMPIERE-3401 Orderline Discount Context issue 2017-06-24 19:00:55 +02:00
Carlos Ruiz 35a3c406a9 IDEMPIERE-3409 Make separator used between identifier fields configurable 2017-06-24 18:08:37 +02:00
Carlos Ruiz 2ac53ef2fd IDEMPIERE-794 fix wrong reference 2017-06-22 17:48:46 +02:00
Carlos Ruiz c42958d700 IDEMPIERE-3403 Allow search by UU in windows 2017-06-21 20:09:36 +02:00
Diego Ruiz e012b916e2 1008086 IDEMPIERE-2771 implement semaphore in internal 2packs to avoid multiple servers applying same 2pack 2017-06-21 01:24:25 +02:00
Carlos Ruiz 8615b92609 IDEMPIERE-3394 Allow defining web service type in System and extend in Tenant 2017-06-13 17:58:02 +02:00
Heng Sin Low 9eef8e0ca8 IDEMPIERE-3352 Enhancement of Batch Level Costing. 2017-06-04 17:11:03 +08:00
Carlos Ruiz c5aca27ae1 IDEMPIERE-3358 Fix the index for ASP_ClientLevel - add the fix also in a new migration script in case the previous was already applied 2017-05-12 15:37:10 +02:00
Carlos Ruiz 2e74a9b7de IDEMPIERE-3338 Document Status Indicator / make fields updateable 2017-05-04 11:39:47 +02:00
Carlos Ruiz 802a3ee262 IDEMPIERE-3328 Trees : Ability to force loading of all nodes / peer review 2017-05-03 18:21:01 +02:00
Nicolas Micoud 0107f87a3a IDEMPIERE-3328 Trees : Ability to force loading of all nodes 2017-05-03 18:19:26 +02:00
Carlos Ruiz ab23c91233 IDEMPIERE-3358 Dictionary fixes
- UNIQUE INDEX fox ws_webservicetype_value
- Add ASP_Tab unique index to disallow repeating same tab - same for others in ASP
- Default for ASP_Status = S
- AD_Table.MaintainChangeLog must default to Y
- EntityType default sys-configurable
- AD_Menu.IsSOTrx must default to Y to be consistent with AD_Window
- disable changelog to recentitem and other tables
- Msg New and NewRecord are same - New must translate to just "New"
2017-04-29 21:15:53 +02:00
Carlos Ruiz a24936da7c IDEMPIERE-3338 Document Status Indicator 2017-04-13 13:52:43 +02:00
Carlos Ruiz 28505bf01b IDEMPIERE-3338 Document Status Indicator / integrate dashboard panel for Document Status (replaces Activities) - contributed by Adaxa - integrated to idempiere by Murilo - peer review and improvements by Carlos Ruiz 2017-04-12 21:27:59 +02:00
Carlos Ruiz 874ede8dce IDEMPIERE-3321 Add Mandatory Logic to Report & Process Parameter. / move scripts to right folder 2017-04-10 11:28:07 +02:00
Heng Sin Low 5c4973b528 IDEMPIERE-3321 Add Mandatory Logic to Report & Process Parameter. 2017-04-08 22:08:32 +08:00
Carlos Ruiz f9853ba495 IDEMPIERE-3115 1006003 - UI - add conditional styles for fields / fix integration error breaking IDEMPIERE-2020 2017-04-01 08:49:30 +02:00
Carlos Ruiz df7de8087a IDEMPIERE-3330 Shipment Line - movement qty field not shown until qty is changed 2017-03-31 18:10:05 +02:00
Heng Sin Low 617d5dfeeb 1006079 Ease edit of OnLine Context Help. Fixed migration script. / IDEMPIERE-3438 2016-07-13 11:49:40 +08:00
Heng Sin Low 4c2d73a8be 1006079 Ease edit of OnLine Context Help. Fixed migration script error. / IDEMPIERE-3438 2016-07-08 12:18:30 +08:00
Carlos Ruiz f474ad12f6 1006079 Ease edit of OnLine Context Help. / IDEMPIERE-3438 (integrating contribution from hengsin) 2016-07-05 23:07:48 +08:00
Heng Sin Low 41803aea7c 1006483 Ease edit of Field label, description and Help / IDEMPIERE-3438 2016-07-01 16:17:49 +08:00
Carlos Ruiz 80d851ed8e hg merge release-4.1 (merge release4.1 into development) 2017-07-21 20:13:24 +02:00
Carlos Ruiz 9cce160aff hg merge release-4.1 (merge release4.1 into development) 2017-06-14 13:10:30 +02:00
Carlos Ruiz e878a33778 hg merge release-4.1 (merge release4.1 into development) 2017-05-16 00:18:47 +02:00
markus_bozem e52e1ff87f IDEMPIERE-3290
Add IBAN-Column to import table.
2017-01-31 16:47:04 +01:00
Carlos Ruiz 50719be0ec hg merge release-4.1 (merge release4.1 into development) 2017-04-04 23:44:37 +02:00
Carlos Ruiz dd2fcee33f hg merge release-4.1 (merge release4.1 into development) 2017-02-18 07:28:56 +01:00
Carlos Ruiz 98d73702f3 IDEMPIERE-1200 Check consistency of IBAN / peer review 2017-02-17 21:15:45 +01:00
markus_bozem 04928f78b8 IDEMPIERE-1200
Validate IBAN in C_BankAccount, C_BP_BankAccount, C_Payment, C_PaymentTransaction
Config via IBAN_VALIDATION, Default is Y
2017-02-17 21:14:57 +01:00
Diego Ruiz 654bd882dc IDEMPIERE-3291 - Increase length of ConstantValue in WS_WebService_Para 2017-02-01 18:28:01 +01:00
Carlos Ruiz 505ad5a9e0 hg merge release-4.1 (merge release4.1 into development) 2016-12-22 15:37:07 +01:00
Carlos Ruiz 2941206592 IDEMPIERE-3270 fix wrong oracle migration script 2016-12-22 10:58:59 +01:00
Carlos Ruiz fbe29bb7d7 hg merge release-4.1 (merge release4.1 into development) 2016-12-22 00:44:02 +01:00
Carlos Ruiz f1d8a68569 IDEMPIERE-2558 don't allow use old password when change password / fix dictionary and db for table AD_Password_History 2016-12-21 23:41:56 +01:00