Commit graph

1286 commits

Author SHA1 Message Date
Manuel Rego Casasnovas
eb3871d234 Use new database query when filtering projects list
The database query that filters the orders by several fields is used only when
the subelements checkbox is not clicked. Otherwise the old query is used and the
old behavior is kept for the filtering.

However, if the checkbox is not clicked, the new query is used to get the
initial list and to do the successive filtering too.

NOTE: Resources are never assigned directly to the root element, so if you
filter by resources it'll only work if you have the subelements checkbox
clicked.

FEA: ItEr77S15FilteringEnhancements
2013-02-05 13:53:34 +01:00
Lorenzo Tilve Álvaro
2da6a83a61 Included bandbox filter parameters into projects view
FEA: ItEr77S15FilteringEnhancements
2013-02-05 13:19:09 +01:00
Lorenzo Tilve Álvaro
a54fc40b4c Importing session bandbox parameters into resourcesload filter
FEA: ItEr77S15FilteringEnhancements
2013-02-05 13:19:09 +01:00
Lorenzo Tilve Álvaro
6936dd2ff1 Fixed issue regarding using labels and dates at the same time
FEA: ItEr77S15FilteringEnhancements
2013-02-05 13:19:09 +01:00
Lorenzo Tilve Álvaro
80f84d22ea Delete stored filter session variables when saving changes on preferences values
FEA: ItEr77S15FilteringEnhancements
2013-02-05 13:19:09 +01:00
Lorenzo Tilve Álvaro
ef42d9b954 Forcing multiplebandbox search notification when clearing the bandbox
FEA: ItEr77S15FilteringEnhancements
2013-02-05 13:19:09 +01:00
Lorenzo Tilve Álvaro
235f6de48c Added global zoom level session variable
FEA: ItEr77S15FilteringEnhancements
2013-02-05 13:19:09 +01:00
Manuel Rego Casasnovas
5044e541c2 Use new database query when filtering projects list
The database query that filters the orders by several fields is used only when
the subelements checkbox is not clicked. Otherwise the old query is used and the
old behavior is kept for the filtering.

However, if the checkbox is not clicked, the new query is used to get the
initial list and to do the successive filtering too.

FEA: ItEr77S15FilteringEnhancements
2013-02-04 14:24:45 +01:00
Manuel Rego Casasnovas
86e1d77791 New query in OrderDAO to get projects filtered
The new query receives several params from the filters (dates, labels, criteria,
customer and state) and returns the filtered orders.

For the moment it's only used to get the initial list of orders for the projects
list window.

FEA: ItEr77S15FilteringEnhancements
2013-02-04 14:24:45 +01:00
Lorenzo Tilve Álvaro
7c6733e579 Attached onChange listeners to project tree filter parameters
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:13:15 +01:00
Lorenzo Tilve Álvaro
fb68757b6d Enabled filters memory mechanism on project edition
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:13:10 +01:00
Lorenzo Tilve Álvaro
ed69a6e7bc Imported configured or previously used criterion into resourcesLoad filtering
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:13:05 +01:00
Lorenzo Tilve Álvaro
41661c3afc Added session support to label parameters to company view 2013-02-01 13:12:59 +01:00
Lorenzo Tilve Álvaro
da7eeb7c21 Imported date filtering preferences to Projects List perspective
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:12:59 +01:00
Lorenzo Tilve Álvaro
0971a2de67 Attached onChange listener to orderfilter multipleBandboxSearch
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:12:59 +01:00
Lorenzo Tilve Álvaro
82d78afec4 Moved method to generate label name and type pattern for finders to Label class
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:12:59 +01:00
Lorenzo Tilve Álvaro
0fe7ace58c Inserted into company view filter the specified label user setting
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:12:46 +01:00
Lorenzo Tilve Álvaro
08ec2695f3 Clear filter label or criterion settings if they have been removed
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:12:46 +01:00
Lorenzo Tilve Álvaro
13a4473d3f Created Criterion configuration bandbox on user settings to filter Resources Load results
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:12:46 +01:00
Lorenzo Tilve Álvaro
dcd7cd8c09 Refactored to OrderStatusEnum static method to get default visible project status 2013-02-01 13:12:46 +01:00
Lorenzo Tilve Álvaro
2df2af8000 Added user settings bandbox to configure project filtering by label
FEA: ItEr77S15FilteringEnhancements
2013-02-01 13:12:46 +01:00
Lorenzo Tilve Álvaro
a99d860d87 Added session based memory for Resource Load filtering date parameters
FEA: ItEr77S15FilteringEnhancements
2013-01-29 13:20:18 +01:00
Lorenzo Tilve Álvaro
86cedc04c5 Used stored user settings parameters for ResourceLoad date filtering
FEA: ItEr77S15FilteringEnhancements
2013-01-29 13:20:18 +01:00
Lorenzo Tilve Álvaro
ba4ff60658 Setting company filtering dates with session values if they have been set
FEA: ItEr77S15FilteringEnhancements
2013-01-29 13:20:18 +01:00
Lorenzo Tilve Álvaro
425f7c44f6 Storing on the session the values for the company filtering dates
FEA: ItEr77S15FilteringEnhancements
2013-01-29 13:20:18 +01:00
Lorenzo Tilve Álvaro
b16cfdf4a6 Added onchange listeners to company view date filter widgets
FEA: ItEr77S15FilteringEnhancements
2013-01-29 13:20:18 +01:00
Lorenzo Tilve Álvaro
bc20df68ac Adapted dates filter to user preferences
It will substract N months to the current date and use it as the start
date for the compan view filtering, being N the 'projects since'
parameter on the user settings tab.

Similarly, it will add M months to the current date and use it as
the filtering end date with the specified parameter.

FEA: ItEr77S15FilteringEnhancements
2013-01-29 13:20:18 +01:00
Lorenzo Tilve Álvaro
8a9b78050a Added accesors to settings controller for manipulation of filtering preferences
FEA: ItEr77S15FilteringEnhancements
2013-01-29 13:20:18 +01:00
Lorenzo Tilve Álvaro
5e262b5144 Added initial interface to user preferences for company and resourcesload filtering configuration
FEA: ItEr77S15FilteringEnhancements
2013-01-29 13:20:18 +01:00
Manuel Rego Casasnovas
193aff96cf Mark to translate project status label in tooltip in company view
FEA: ItEr77S04BugFixing
2013-01-11 07:58:28 +01:00
Manuel Rego Casasnovas
727bc642b8 Bump version number to 1.3.3
FEA: ItEr77S03Community
2012-12-21 14:38:48 +01:00
Manuel Rego Casasnovas
7c46b2b9b5 Fix typo in Labels tab in project details view
FEA: ItEr77S04BugFixing
2012-12-21 13:35:42 +01:00
Thiago Cangussu
c97ba7d025 i18n: Update Portuguese translation
FEA: ItEr77S03Community
2012-12-21 12:19:34 +01:00
Manuel Rego Casasnovas
87796fcfc8 i18n: Mark some missing strings to be translated
FEA: ItEr77S04BugFixing
2012-12-20 17:44:20 +01:00
Manuel Rego Casasnovas
b4a1145926 i18n: Mark some missing strings to be translated
FEA: ItEr77S04BugFixing
2012-12-20 17:33:24 +01:00
Manuel Rego Casasnovas
d5c2707edc Bug #1600: Fix issue creating bindings on open resource allocation pop-up
FEA: ItEr77S04BugFixing
2012-12-20 14:06:20 +01:00
Lorenzo Tilve Álvaro
9cfdf62d71 Use for company view filtering all projects with status different to STORED or CANCELLED
FEA: ItEr77S04BugFixing
2012-12-20 11:18:12 +01:00
Manuel Rego Casasnovas
2f37775748 Bug #1598: Fix empty labels bandbox creating bindings for tab on open
FEA: ItEr77S04BugFixing
2012-12-18 13:12:21 +01:00
Lorenzo Tilve Álvaro
9729dad8c2 Bug #1579: Add autodisable to save-and-exit button on all standard CRUD forms
FEA: ItEr77S04BugFixing
2012-12-18 09:01:13 +01:00
Lorenzo Tilve Álvaro
c221e5784b Make more readable date constraint component on taskdetails
FEA: ItEr77S04BugFixing
2012-12-18 09:00:59 +01:00
Lorenzo Tilve Álvaro
25a9c12b6b Fix vertical alignment problems on component to add new resource allocations
FEA: ItEr77S04BugFixing
2012-12-18 09:00:00 +01:00
Lorenzo Tilve Álvaro
d6c2b27935 Make more compact advanced search criteria filter tree
FEA: ItEr77S04BugFixing
2012-12-18 08:59:59 +01:00
Lorenzo Tilve Álvaro
42ebf52a03 Fix left padding issue on company view project names
FEA: ItEr77S04BugFixing
2012-12-18 08:59:58 +01:00
Lorenzo Tilve Álvaro
d13982c818 Fix extra vertical padding issue on WBS tree rows
FEA: ItEr77S04BugFixing
2012-12-18 08:59:58 +01:00
Lorenzo Tilve Álvaro
d8a5aea0d2 Bug #1418: Focused worker firstname on creation
FEA: ItEr77S04BugFixing
2012-12-18 08:59:58 +01:00
Lorenzo Tilve Álvaro
8a278480bf Add first input focus-element behaviour to BaseCRUDController subclasses
FEA: ItEr77S04BugFixing
2012-12-18 08:59:58 +01:00
Lorenzo Tilve Álvaro
77f3674dc9 Add support to BaseCRUDController for automatically focusing first .focus-element component
FEA: ItEr77S04BugFixing
2012-12-18 08:59:24 +01:00
Lorenzo Tilve Álvaro
23ef34de73 Replaced comma separator on Task resourcesText as it was already used on each resource
FEA: ItEr76S04BugFixing
2012-12-18 08:56:44 +01:00
Lorenzo Tilve Álvaro
ae8c273bc6 Improved task name style inside gantt view popup
FEA: ItEr76S04BugFixing
2012-12-18 08:56:44 +01:00
Lorenzo Tilve Álvaro
9878d03954 Bug #1584: Fix corner case issue filling the advanced assignment pagination intervals
FEA: ItEr77S04BugFixing
2012-12-17 18:05:46 +01:00