Skip to content

Tags: pervices/PartKeepr

Tags

1.4.0

Toggle 1.4.0's commit message
New Features:

 * [Easy to use part parameter filter](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.4.0#Easy_Parametric_Filter)
 * [Mobile Frontend Proof of Concept](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.4.0#Mobile_Frontend_Proof_of_Concept)

Bugfixes and other features:
 * PartKeepr now displays the cause if an item can't be deleted, because it's in use somewhere else
 * The default AJAX/XHR request timeout for the frontend has been increased from 30s to 300s [partkeepr#914](partkeepr#914)
 * It's now possible to run PartKeepr in specific reverse proxy scenarios, see [the wiki](https://wiki.partkeepr.org/wiki/KB00008:PartKeepr_behind_a_reverse_proxy) for a description
 * Several performance improvements to the project reports
 * Fixed an issue where setup didn't properly write the PostgreSQL configuration to parameters.php

1.2.0

Toggle 1.2.0's commit message
This is the PartKeepr 1.2.0 release.

New Features:

* [Advanced Part Parameters](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.2.0#Advanced_Part_Parameters): Allows the user to define part parameters
* [Generic Filtering](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.2.0#Generic_Filtering): Allows the definition of custom filters
* [OctoPart Integration](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.2.0#OctoPart_Integration): Retrieve part data from OctoPart
* [Importer](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.2.0#Importer): Import any data into PartKeepr
* [Meta Parts](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.2.0#Meta_Parts): Define Parts based on values from other parts
* [Theme Support](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.2.0#Experimental_Theme_Support): Experimental themes
* [Batch Jobs](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.2.0#Batch_Jobs): Update data based on actions
* [Project Runs](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.2.0#Project_Runs): Stores parts used for each project run
* [Project Overages](https://wiki.partkeepr.org/wiki/New_and_Noteworthy/1.2.0#Project_Overages): Remove a fixed or percentual amount for project runs (e.g. wasted parts)

Bugfixes and other features:
* It's now possible to define if the internal part number must be unique [partkeepr#486](partkeepr#486)
* m:n Data can now be exported, for example, distributors for a part [partkeepr#435](partkeepr#435)
* Item prices are considered as not being set, allows proper statistics for "Parts without price" [partkeepr#500](partkeepr#500)
* Part details are shown in the Add/Remove Stock dialog when using a barcode scanner [partkeepr#727](partkeepr#727)
* Setting passwords for legacy users work again [partkeepr#750](partkeepr#750)

For a mostly complete list of bugfixes, please refer to [GitHub](https://github.com/partkeepr/PartKeepr/issues?q=milestone%3A1.2.0+is%3Aclosed)

1.1.0

Toggle 1.1.0's commit message
New Features:

* Thumbnail Browse Mode: Allows the user to browse parts by their images
* Fulltext Search Configuration: Allows the administrator to specify the fields to be searched when using the search field within the parts manager
* Required Fields configuration: It is now possible to configure the required fields for parts, part manufacturers and part distributors as well to enforce a certain minimum amount of distributors, manufacturers and attachments.
* Display of active filters for a grid: Active filters for a grid are now displayed at the bottom of each grid, with the possibility to remove certain filters. This makes it more transparent if a grid is filtered and by which values. Additionally, filters can be removed manually.
* Barcode Scanner Configuration: It is now possible to configure a barcode scanner and to perform actions based on barcode scanner input.
* Added a filter to filter by the Internal Part ID

Bugfixes:
* Project names are now properly recorded when removing parts by the project report view
* Part stock levels are retained when removing parts using the project reports
* Parts are now saved properly when ticking the "Needs Review" checkbox
* "Don't ask again" Dialogs now properly remember the setting
* German umlauts are now properly displayed in the part details view

For a mostly complete list of bugfixes, please refer to GitHub: https://github.com/partkeepr/PartKeepr/issues?q=milestone%3A1.1.0+is%3Aclosed

1.0.0

Toggle 1.0.0's commit message
This is the PartKeepr 1.0.0 release. Bugfixes for this version:

* Fixed an issue where dragging and dropping multiple parts only copied the first part [partkeepr#663](partkeepr#663)
* Fixed an issue where setup would always revert to MySQL instead of the selected PostgreSQL driver [partkeepr#659](partkeepr#659)
* Fixed an issue where stock levels would be copied to the new part if "Takeover all data" in the create part dialog was selected [partkeepr#660](partkeepr#660)
* Fixed an issue where sorting by storage location name doesn't work in the parts view [partkeepr#620](partkeepr#620)

For a mostly complete list of bugfixes, please refer to [GitHub](https://github.com/partkeepr/PartKeepr/issues?q=milestone%3A1.0.0+is%3Aclosed)

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message
The first 1.0.0 beta version. Subsequent 1.0 releases will only conta…

…in bugfixes.

Bugfixes for this version:
* Fixed an issue where the "Price per Item" checkbox has inverted behavior
* Fixed an issue where the currency symbol is not stored when set
* Fixed a "division by zero" error when upgrading from an earlier PartKeepr version
* Fixed an issue where the xlsx format is not correctly set when exporting data
* Fixed an issue where distributor and manufacturer filters don't work

1.0.0-alpha2

Toggle 1.0.0-alpha2's commit message
Updated changelog

1.0.0-alpha.2

Toggle 1.0.0-alpha.2's commit message
Updated changelog

1.0.0-alpha.1

Toggle 1.0.0-alpha.1's commit message
The first 1.0.0 alpha version. Subsequent 1.0 releases will only cont…

…ain bugfixes.

Bugfixes for this version:
* Fixed an issue where an attachment can't be deleted if the file on the filesystem can't be deleted [partkeepr#623](partkeepr#623)
* Added dedicated save button for the formatting user preferences [partkeepr#593](partkeepr#593)
* Fixed an issue where projects can't be saved as soon as an attachment exists [partkeepr#613](partkeepr#613)

0.82

Toggle 0.82's commit message
This release fixes the 0.81 issue where part attachments aren't visib…

…le. See partkeepr#612