Code Monkey home page Code Monkey logo

eagle-bom-manager's People

Contributors

jbaker0428 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

dejan-stankovic

eagle-bom-manager's Issues

BOM.readFromFile does not use batch DB writes

BOM.readFromFile currently makes a separate SQL commit for each BOM line item as it reads in from a CSV file. This is VERY slow when importing a whole project. A better way to do this would be to collect all of the items to be written in memory and do a single batch write at the end.

Grouping BOM items by value/PN does not split by package

When grouping BOM parts by value or part number, the grouping methods are blind to the fact that parts have different packages.

When grouping parts by value, only parts with matching values AND packages should be grouped together. For example:
0.1uF capacitors in a 0603 package are one group.
0.1uF capacitors in a 0402 package are another group.

Currently, they go into the same group. This results in the package/part number columns for that row being useless.
In addition, ALL parts with a blank value are currently grouped together. This behavior is highly undesirable.

Reeling fees

Current price calculations do not account for flat reeling fees on certain types of vendor packaging, such as Digi-Reel and MouseReel. These types of packaging give the customer a reel which can be used in automated assembly equipment by attaching a leader and trailer to a cut tape.

Known packaging types of this variety:
Digi-Reel: Flat $7 fee per product per order.
MouseReel: Flat $7 fee per product per order.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.