1
1
Changelog
2
2
=========
3
3
4
- 1.2.2 (unreleased)
4
+
5
+ 1.2.3 (unreleased)
5
6
------------------
6
7
7
8
**Added **
8
9
10
+ - #666 Added Unpublished filter in Analysis Requests list
9
11
10
- **Removed **
12
+ **Changed **
11
13
14
+ - #660 Better style for reference widgets
15
+ - #627 Unassigned filter on Analysis Requests view does not work
16
+ - #659 Display the Unit in Profile Analyses Listing
17
+ - #636 Do not display "Advanced..." item in object's workflow actions menu
18
+ - #652 Added Sample Type, Partition ID and Date Sampled in Code_128_1x48mm sticker
19
+ - #655 Updated German Translations
20
+ - #647 Refactored bika.lims.bikalisting.js + several functional fixtures
21
+ - #637 Deassociate Analysis Request portal type from `worksheetanalysis_workflow `
12
22
13
- **Changed **
23
+ **Removed **
14
24
15
25
- #621 AnalysesView code refactoring
16
26
17
27
**Fixed **
18
28
19
- - #620 Client batch list is not filtered by state
29
+ - #653 Points in QC Charts are not displayed in accordance with capture date
30
+ - #662 Viewing Cancelled AR's fails
31
+ - #550 Wrong Listings of Analyses called from Dashboard
32
+ - #666 "Rejected" filter is displayed in AR lists regardless of Setup setting
33
+ - #666 "To be preserved" filter is displayed in AR lists regardless of Setup setting
34
+ - #666 "Scheduled sampling" is displayed in AR lists regardless of Setup setting
35
+ - #666 "To be sampled" filter is displayed in AR lists regardless of Setup setting
36
+ - #664 Improved async transition loading and workflow button rendering in listing tables
37
+ - #658 Worksheet listing view shows old- invalid Analysts
38
+ - #663 AR Report Listing shows all Reports
39
+ - #654 Default's Multi Analysis Request report gives a Traceback
40
+ - #649 Specification fields decimal-mark validator not working for new opened categories
41
+ - #637 Analysis Requests are never transitioned to assigned/unassigned
42
+ - #641 Broken Analyses list on ReferenceSample in Supplier
43
+ - #640 Broken Reference Sample Results view
20
44
21
45
**Security **
22
46
23
47
48
+ 1.2.2 (2018-02-09)
49
+ ------------------
50
+
51
+ **Added **
52
+
53
+ - #594 Add button in Sample View for the createion of Analysis Requests
54
+ - #607 Ability to choose sticker template based on sample type
55
+ - #480 Sample panel in dashboard
56
+ - #617 Instrument import interface: 2-Dimensional-CSV
57
+ - #617 Instrument import interface: Agilent Masshunter
58
+ - #617 Instrument import interface: Shimadzu GCMS-QP2010 SE
59
+ - #617 Instrument import interface: Shimadzu GCMS-TQ8030 GC/MS/MS
60
+ - #617 Instrument import interface: Shimadzu ICPE-9000 Multitype
61
+ - #617 Instrument import interface: Shimadzu HPLC-PDA Nexera-I
62
+ - #617 Instrument import interface: Shimadzu LC MS/MS Nexera X2
63
+ - #537 Instrument import interface: Sysmex XT-4000i
64
+ - #536 Instrument import interface: Sysmex XT-1800i
65
+ - #607 Barcode and labelling depending on Sample Type
66
+ - #618 When previewing stickers the number of copies to print for each sticker can be modified.
67
+ - #618 The default number of sticker copies can be set and edited in the setup Sticker's tab.
68
+
69
+ **Changed **
70
+
71
+ - #619 Changed listing tables search logic to operate on catalog metadata
72
+ - #621 Change Errors to Warnings when importing instrument results
73
+
74
+ **Fixed **
75
+
76
+ - #639 Analysis Requests from inside Batch are not filtered correctly
77
+ - #591 Fixed workflow publish recursion error that reached max depth
78
+ - #634 Fix undefined Symbols in Sample Transition Guards
79
+ - #616 Fix character encodings in analysisservice duplication
80
+ - #624 TypeError: "Can't pickle objects in acquisition wrappers" (WorksheetTemplate)
81
+ - #530 Calculated results do not get updated when importing instrument results
82
+ - #614 Fix accreditation category titles
83
+ - #611 Advanced filter bar: filter Analysis Requests by Service name not working
84
+ - #622 (Re-)Installation always adds another identifier type
85
+ - #620 Client batch list is not filtered by state
86
+ - #628 Hide Department on lab contact inherited from Person
87
+ - #631 Traceback on stickers display
88
+
24
89
25
90
1.2.1 (2018-01-26)
26
91
------------------
@@ -979,13 +1044,12 @@ Changelog
979
1044
- LIMS-1328: Instrument calibration test graphs do not work on multiple samples
980
1045
- LIMS-1347: Analysis/AR background colour to be different to for Receive and To be Sampled
981
1046
- LIMS-1353: Analyses don't sort in Attachment look-up
982
-
983
- - #eview for Results reports
984
- - Single/Multi-AR preview
985
- - Allows to cancel the pre-publish/publish process
986
- - Allows to make visible/invisible the QC analyses
987
- - Allows to add new custom-made templates
988
- - JS machinery allowed for pdf reporting
1047
+ - Preview for Results reports
1048
+ - Single/Multi-AR preview
1049
+ - Allows to cancel the pre-publish/publish process
1050
+ - Results reports. Allows to make visible/invisible the QC analyses
1051
+ - Results reports. Allows to add new custom-made templates
1052
+ - Results reports. JS machinery allowed for pdf reporting
989
1053
990
1054
991
1055
3.1.4 (2014-07-23)
@@ -1040,16 +1104,11 @@ Changelog
1040
1104
- LIMS-1245: off-by-one in part indicators in ar_add
1041
1105
- LIMS-1240: Hide "copy to new" from Analyst users
1042
1106
- LIMS-1059: Added worksheet rejection workflow
1043
-
1044
- RejectAnalysis (Analysis subclass (has IAnalysis!)) workflow transition.
1045
-
1046
- Does not retract individual Analysis objects - instead, forces their state
1047
- back to "Received", and assigns them onto newly created WS.
1048
-
1049
- Sets attributes on src and dst worksheets:
1050
- WS instance rejected worksheet attribute: .replaced_by = UID
1051
- WS instance replacement worksheet attribute: .replaces_rejected_worksheet:UID
1052
-
1107
+ - RejectAnalysis (Analysis subclass (has IAnalysis!)) workflow transition.
1108
+ - Does not retract individual Analysis objects
1109
+ - Sets attributes on src and dst worksheets:
1110
+ - WS instance rejected worksheet attribute: .replaced_by = UID
1111
+ - WS instance replacement worksheet attribute: .replaces_rejected_worksheet:UID
1053
1112
- Fixed some i18n and encoding snags, and updated translations.
1054
1113
1055
1114
@@ -1084,19 +1143,17 @@ Changelog
1084
1143
- Enhancements to AR Batching
1085
1144
- Enhancements to Results Reports
1086
1145
- Instrument management module
1087
- - Calibration certificates, maintenance, Instrument QC
1088
- - Method, Instrument and Analysis integrity
1089
- - Instrument interfaces
1090
- - Agilent MS 'Masshunter Quant'
1091
- - Thermo Gallery
1092
- - Foss Winescan FT 120, Auto
1093
- - Invoices
1094
- - Per AR, Analysis per Invoice line.
1095
- - Per Supply Order, inventory item per Invoice line
1096
- - Invoices by email
1097
- - Invoice 'batches' for selected time period, ARs aand Orders per Invoice line
1098
- - Invoice batch export to accounts systems
1099
- - #ice lists. Analysis Services and Supplies
1146
+ - Calibration certificates, maintenance, Instrument QC
1147
+ - Method, Instrument and Analysis integrity
1148
+ - Instrument import interface: Agilent MS 'Masshunter Quant'
1149
+ - Instrument import interface: Thermo Gallery
1150
+ - Instrument import interface: Foss Winescan FT 120, Auto
1151
+ - Invoices per AR, Analysis per Invoice line.
1152
+ - Invoices per Supply Order, inventory item per Invoice line
1153
+ - Invoices by email
1154
+ - Invoice 'batches' for selected time period, ARs aand Orders per Invoice line
1155
+ - Invoice batch export to accounts systems
1156
+ - Price lists. Analysis Services and Supplies
1100
1157
1101
1158
1102
1159
3.1.3036 (2014-05-30)
@@ -1118,8 +1175,8 @@ assigned. These defaults can be changed in BikaSetup > Security.
1118
1175
----------------
1119
1176
1120
1177
- Fix some out-dated dependencies that prevented the app from loading.
1121
- - Development of the current bika 3.0 code has slowed, and our efforts have been focused on
1122
- the 3.01a branch for some time.
1178
+ - Development of the current bika 3.0 code has slowed, and our efforts have been
1179
+ focused on the 3.01a branch for some time.
1123
1180
1124
1181
1125
1182
3.0rc3.5.1 (2013-10-25)
@@ -1132,8 +1189,7 @@ assigned. These defaults can be changed in BikaSetup > Security.
1132
1189
3.0rc3.5 (2013-10-24)
1133
1190
---------------------
1134
1191
1135
- - Requires Plone 4.3. For information on upgrading Plone, visit
1136
- http://plone.org/documentation/manual/upgrade-guide
1192
+ - Requires Plone 4.3.
1137
1193
- Fix a serious error saving Analysis results.
1138
1194
- Improve upgrade handling in genericsetup profile
1139
1195
- Fix errors in setupdata loader
@@ -1171,7 +1227,7 @@ assigned. These defaults can be changed in BikaSetup > Security.
1171
1227
- Removed ReferenceManufacturer (use of generic Manufacturer instead)
1172
1228
- Removed ReferenceSupplier (use Supplier instead)
1173
1229
- Improve service/calculation interim field widgets
1174
- Allows service to include custom fields (without calculation selected)
1230
+ - Allows service to include custom fields (without calculation selected)
1175
1231
- Fix services display table categorisation in Analysis Specification views
1176
1232
- Stop focusing the search gadget input when page load completes. (revert)
1177
1233
- Limit access to Import tab (BIKA: Manage Bika)
@@ -1219,12 +1275,11 @@ assigned. These defaults can be changed in BikaSetup > Security.
1219
1275
- Added remarks for individual analyses
1220
1276
- Improved Javascript i18n handling
1221
1277
- Improved default permissions
1222
- - New reports
1223
- - Added 'Analysis summary per department' (merge of 'Analyses lab department weekly' and 'Analyses request summary by date range'
1224
- - Added 'Analyses performed as % of total' report
1225
- - Added Analyses per lab department report
1226
- - Added 'Samples received vs. samples reported' report
1227
- - Added Daily Samples Received report
1278
+ - Added 'Analysis summary per department' (merge of 'Analyses lab department weekly' and 'Analyses request summary by date range'
1279
+ - Added 'Analyses performed as % of total' report
1280
+ - Added Analyses per lab department report
1281
+ - Added 'Samples received vs. samples reported' report
1282
+ - Added Daily Samples Received report
1228
1283
- Many many bugfixes.
1229
1284
1230
1285
@@ -1339,8 +1394,8 @@ assigned. These defaults can be changed in BikaSetup > Security.
1339
1394
2.3.3 Bug fix release
1340
1395
---------------------
1341
1396
1342
- - Inclusion of BikaMembers 0.0.3. No changes to bika code, version bumped
1343
- to facilitate release of new BikaMembers version.
1397
+ - Inclusion of BikaMembers 0.0.3. No changes to bika code, version bumped to
1398
+ facilitate release of new BikaMembers version.
1344
1399
1345
1400
1346
1401
2.3
@@ -1458,8 +1513,8 @@ assigned. These defaults can be changed in BikaSetup > Security.
1458
1513
- Implement generic instrument data import tool
1459
1514
- Login portlet added
1460
1515
- Modifications required to support interlab
1461
- Permit analysis parent (sample) to be in 'released' state.
1462
- Reference SampleID on AnalysisRequest-
1516
+ - Permit analysis parent (sample) to be in 'released' state.
1517
+ - Reference SampleID on AnalysisRequest-
1463
1518
- 1566324: Logged in page redirected to welcome page.
1464
1519
- 1573299: LiveSearch - Added permissions to InvoiceLineItem.
1465
1520
- 1573083: Status Drop Down - Invoicing
@@ -1483,7 +1538,6 @@ title of the Cultivar, not the UID. This will impact anybode that customised
1483
1538
the *analysisrequed_add.cpy * controller script and the
1484
1539
*validate_analysisrequest_add_form.vpy * validation script.
1485
1540
1486
-
1487
1541
- 1423182: IndexError on surfing to LIMS pages without being logged on
1488
1542
- 1423238: Orders - Dispatch date
1489
1543
- 1429992: AR edit tab - Cultivar uneditable
0 commit comments