0
mirror of https://github.com/oresat/oresat-adcs-hardware.git synced 2025-04-16 04:39:17 +00:00

Added worksheet variables, Made OPD resistors NP appropriately, revamped the BOM table, and started working on fixing the BOM table and all the values that we seem to have lost?!

This commit is contained in:
Andrew Greenberg 2024-05-05 20:45:55 -07:00
parent 98a63cfab2
commit 71f3bcd518
11 changed files with 455 additions and 462 deletions

View File

LOADING design file

View File

LOADING design file

View File

LOADING design file

View File

LOADING design file

View File

LOADING design file

View File

LOADING design file

View File

LOADING design file

View File

LOADING design file

View File

LOADING design file

View File

@ -579,8 +579,20 @@
"bom_settings": {
"exclude_dnp": false,
"fields_ordered": [
{
"group_by": true,
"label": "DNP",
"name": "${DNP}",
"show": true
},
{
"group_by": false,
"label": "Qty",
"name": "${QUANTITY}",
"show": true
},
{
"group_by": true,
"label": "Reference",
"name": "Reference",
"show": true
@ -591,6 +603,18 @@
"name": "Value",
"show": true
},
{
"group_by": false,
"label": "MFR",
"name": "MFR",
"show": true
},
{
"group_by": false,
"label": "MPN",
"name": "MPN",
"show": true
},
{
"group_by": false,
"label": "Datasheet",
@ -605,20 +629,32 @@
},
{
"group_by": false,
"label": "Qty",
"name": "${QUANTITY}",
"label": "#",
"name": "${ITEM_NUMBER}",
"show": false
},
{
"group_by": false,
"label": "DIST",
"name": "DIST",
"show": true
},
{
"group_by": true,
"label": "DNP",
"name": "${DNP}",
"group_by": false,
"label": "DPN",
"name": "DPN",
"show": true
},
{
"group_by": false,
"label": "Description",
"name": "Description",
"show": true
}
],
"filter_string": "",
"group_symbols": true,
"name": "Grouped By Value",
"name": "",
"sort_asc": true,
"sort_field": "Reference"
},

View File

LOADING design file