session_begin(); $auth->acl($user->data); // Grab data $mode = request_var('mode', ''); $action = request_var('action', ''); $user_id = request_var('u', ANONYMOUS); $username = request_var('un', '', true); $group_id = request_var('g', 0); $topic_id = request_var('t', 0); if ($user->data['username'] == 'Anonymous') { //login_box($phpbb_root_path . 'my_page.' . $phpEx, $user->lang['Hello']); login_box('http://www.buildlog.net/cnc_laser/erp/bom.html', 'Drawings: You must be logged into the forum to view the BOM','Thanks, you will be now redirected to the BOM page'); } else { ?>
Below is the contents of the hardware kit. To the best of my knowledge, this contains all the required hardware for the basic assmebly of the complete XY Assembly and frame, but there is no garantee that it is all here. Please help me perfect the contents by looking at all the drawings. The hardware is stainless steel wherever possible and practical. The prices shown are basically what I pay for the hardware in large quantities. If you tried to buy enough for a kit at these prices yourself, it would cost well over $200 and you would have ton of extra hardware. It is all bagged and tagged in individual bags.
$itmParent = new item(); $itmParent->dbGetFromPn($parent); if ($itmParent->Id != -1) { $bomRollup = array(); $tableString = ""; recusiveBom1($itmParent->Id,1, 1,!$single_level); //echo $tableString; //echo count($bomRollup); if (count($bomRollup) > 0) { $totalCost = 0; ksort($bomRollup); echo "| Shopping List | ||||||
|---|---|---|---|---|---|---|
| All Levels/Qty's From Above Rolled Up Into One List | ||||||
| P/N | Desc | Qty | Supplier | Supp P/N | cost per | cost ext |
| $value->partNumber | "; echo "$value->description | "; echo "$value->qty | "; echo "$value->supplierName | "; echo "$value->supplierPn | "; echo "$" . number_format($value->unitCost,2) . " | "; $costExtended = $value->unitCost * $value->qty; $totalCost += $costExtended; echo "$" . number_format($costExtended,2) . " | "; echo "
| Total | $" . number_format($totalCost,2) . " | |||||
Want to order directly from McMaster Carr instead of buildlog.net? Here is a head start. Just go to McMaster Carr. Click on the build order button. Cut and paste the list below into the box provided. Each item is quantity 1 lot. You will need to determine if the resulting quantity is OK.
if ($itmParent->Id != -1) { $bomRollup = array(); $tableString = ""; recusiveBom1($itmParent->Id,1, 1,!$single_level); //echo $tableString; //echo count($bomRollup); if (count($bomRollup) > 0) { $totalCost = 0; ksort($bomRollup); echo "CSV File for my label printer
if ($itmParent->Id != -1) { $bomRollup = array(); $tableString = ""; recusiveBom1($itmParent->Id,1, 1,!$single_level); //echo $tableString; //echo count($bomRollup); if (count($bomRollup) > 0) { $totalCost = 0; ksort($bomRollup); echo "
Send comments, suggestions, corrections to bdring@buildlog.net