Difference between revisions of "New and Noteworthy/1.2.0"

From PartKeepr Wiki
Jump to: navigation, search
Line 9: Line 9:
 
Image:1.2.0 Advanced Part Parameters 4.png|Displaying parameters in the part details
 
Image:1.2.0 Advanced Part Parameters 4.png|Displaying parameters in the part details
 
</gallery>
 
</gallery>
 +
 +
== Generic Filtering ==
 +
 +
It's now possible to filter any grid for any field and with any operator. You're not limited to what PartKeepr provides as default filters.
 +
 +
<gallery mode="packed-hover">
 +
Image:1.2.0 Generic Filter 1.png|Add Filter Button
 +
Image:1.2.0 Generic Filter 4.png|Filter Expression Window
 +
Image:1.2.0 Generic Filter 2.png|Selecting an entity field
 +
Image:1.2.0 Generic Filter 3.png|Operator List
 +
</gallery>
 +
  
 
== OctoPart Integration ==
 
== OctoPart Integration ==
Line 51: Line 63:
  
 
== Batch Jobs ==
 
== Batch Jobs ==
 +
 +
It's now possible to create batch jobs, which can be run either once or on specific actions.
 +
 +
<gallery mode="packed-hover">
 +
Image:1.2.0 Batch Job 1.png|Defining a batch job
 +
Image:1.2.0 Batch Job 1.png|Executing a batch job when parts are removed by a project report
 +
</gallery>
 +
 +
== Project Runs ==
 +
Whenever you click on "Remove Parts from Stock" in a project report, a project run entry is created, which reflects which parts you have used for a project at which point in time.
  
 
== Project Overages ==
 
== Project Overages ==
 +
You can now define project overages, which are considered whenever you remove parts from a project report. This is useful if you use a pick and place machine and you "lose" a certain amount of parts.
 +
 +
== Custom exporter enhancements ==
  
= Other new Features =
+
You can now export m:n relations, for example, you can export distributors for a part, which was previously not possible.
  
* It is now possible to configure a maximum file upload limit by configuration. This is useful when you don't want to use the upload limits configured within PHP.
+
== Other features & bugfixes ==
  
For a complete list of Bugfixes refer to [https://github.com/partkeepr/PartKeepr/issues?q=milestone%3A1.1 the GitHub 1.1 Milestone]
+
For a complete list of Bugfixes refer to [https://github.com/partkeepr/PartKeepr/issues?q=milestone%3A1.2 the GitHub 1.2 Milestone]

Revision as of 16:46, 1 February 2017

GUI Changes

Advanced Part Parameters

Part Parameters are re-implemented. It is now possible to add min/max values and string values.

Generic Filtering

It's now possible to filter any grid for any field and with any operator. You're not limited to what PartKeepr provides as default filters.


OctoPart Integration

PartKeepr finally gets the OctoPart integration, which allows you to retrieve data like datasheets, part parameters and distributors.


Importer

PartKeepr can now import almost any data from CSV files into any PartKeepr data structure.

Meta Parts

Meta-Parts consist of a query against other matching parts. For example, if you have 10k 0805 1% and 10k 0805 5% resistors in your database, and you have a project where it doesn't matter if you use 1% or 5% resistors, you can simply create a meta-part to cover those:

In the project reports, you can pick which specific part(s) you want to use.

Experimental Theme Support

PartKeepr now has theme support. Note that this is experimental and that some layouts used in PartKeepr might not work well.

Batch Jobs

It's now possible to create batch jobs, which can be run either once or on specific actions.

Project Runs

Whenever you click on "Remove Parts from Stock" in a project report, a project run entry is created, which reflects which parts you have used for a project at which point in time.

Project Overages

You can now define project overages, which are considered whenever you remove parts from a project report. This is useful if you use a pick and place machine and you "lose" a certain amount of parts.

Custom exporter enhancements

You can now export m:n relations, for example, you can export distributors for a part, which was previously not possible.

Other features & bugfixes

For a complete list of Bugfixes refer to the GitHub 1.2 Milestone