PK-†‰‘Sÿÿÿÿÿÿÿÿ BID/actions/PKPK-7°qPÿÿÿÿÿÿÿÿBID/actions/act_addAgency.cfm select operatorId, companyname, city, state, distrib1, distrib2 from tbl_OPR_ClientOperators with (nolock) where operatorId = and ownerId = and fsltablecode = set nocount on insert into tbl_BID_Agencies ( ownerid, ownertype, bidAgencyStatus, bidAgencyName, bidAgencyCity, bidAgencyState, partnerId, partnerType ) values ( , , 'A', , , , , ) select bidAgencyId = @@identity set nocount off insert into tbl_BID_Distributors ( ownerid, ownertype, cdr_recordID, bidDstName, bidDstCity, bidDstState, dateCreated, createdBy ) select cdr.ownerId, cdr.fsl_tablecode, cdr.cdr_recordID, cdr.cdr_dstname, cdr.cdr_dstCity, cdr.cdr_dstState, #now()# dateCreated, #client.id# createdBy from tbl_CDR_Distributors cdr with (nolock) where cdr.ownerId = and cdr.fsl_tablecode = and cdr.cdr_recordID = and not exists ( select * from tbl_BID_Distributors bd where bd.ownerId = cdr.ownerId and bd.ownerType = cdr.fsl_tablecode and cdr_recordId = cdr.cdr_recordId ) PKÀÂøè­ ­ PK-7°qPÿÿÿÿÿÿÿÿ%BID/actions/act_addBidDistributor.cfm select bidDstId from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and cdr_recordId = set nocount on insert into tbl_BID_Distributors ( ownerid, ownertype, cdr_recordID, bidDstName, bidDstCity, bidDstState, dateCreated, createdBy ) select cdr.ownerId, cdr.fsl_tablecode ownerType, cdr.cdr_recordID, cdr.cdr_dstname bidDstName, cdr.cdr_dstCity bidDstCity, cdr.cdr_dstState bidDstZip, getDate() dateCreated, #client.id# createdBy from tbl_CDR_Distributors cdr with (nolock) where cdr_recordID = and ownerId = and fsl_tablecode = select bidDstId = @@identity set nocount off update tbl_BID_Distributors set archive = 'N' where ownerId = and ownerType = and bidDstId = select bd.bidDstId, d.bidDstName from tbl_BID_BidDistributors bd with (nolock) inner join tbl_BID_Distributors d with (nolock) on d.bidDstId = bd.bidDstid and d.ownerId = bd.ownerId and d.ownerType = bd.ownerType where bd.ownerId = and bd.ownerType = and bd.bidId = and bd.bidDstId = select bidDstName from tbl_BID_Distributors with (nolock) where ownerId = AND ownerType = and bidDstId = insert into tbl_BID_BidDistributors ( ownerId, ownerType, bidId, bidDstId, autoLinkNewProducts ) values ( , , , , ) select bidLineProductId from tbl_BID_BidLineProductDistributors with (nolock) where ownerId = and ownerType = and bidDstId = and bidLineProductId = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) insert into tbl_BID_BidLineDistributors ( ownerId, ownerType, bidLineId, bidDstId ) values ( , , , ) insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) ---> PKu>¼##PK-7°qPÿÿÿÿÿÿÿÿ!BID/actions/act_addCompetitor.cfm INSERT INTO tbl_BRO_PrincipalCompetitors ( principalId, ownerId, ownerType, mfrId, competitorName ) VALUES ( , , , , null ) PKÑݏ“¾¾PK-7°qPÿÿÿÿÿÿÿÿ"BID/actions/act_addDistributor.cfm select cdr.cdr_recordID, cdr.cdr_dstname, cdr.cdr_dstCity, cdr.cdr_dstState from tbl_CDR_Distributors cdr with (nolock) where cdr.ownerId = and cdr.fsl_tablecode = and cdr.cdr_recordID = select bidDstid from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and cdr_recordId = set nocount on insert into tbl_BID_Distributors ( ownerid, ownertype, cdr_recordID, bidDstName, bidDstCity, bidDstState, dateCreated, createdBy ) values ( , , , , , , , ) select bidDstId = @@identity set nocount off update tbl_BID_Distributors set archive = 'N' where ownerId = and ownerType = and bidDstId = PK©Œp=0 0 PK-7°qPÿÿÿÿÿÿÿÿ#BID/actions/act_addManufacturer.cfm select mfr_id, mfr_name, city, state from tblmanufacturers where mfr_id = set nocount on insert into tbl_BID_Manufacturers ( ownerid, ownertype, bidMfrStatus, bidMfrName, bidMfrCity, bidMfrState, mfrId ) values ( , , 'A', , , , ) select bidMfrId = @@identity set nocount off PKžÌœÌààPK-7°qPÿÿÿÿÿÿÿÿBID/actions/act_addSKU.cfm PK—J#ͽ ½ PK-7°qPÿÿÿÿÿÿÿÿ BID/actions/act_approveLines.cfm update tbl_BID_Bids set dateModified = , modifiedBy = , linesConfirmed = where bidId = and ownerId = and ownerType = select top 1 * from tbl_EAI_InboundBatches with (nolock) where ownerId = and ownerType = and fileFormat = 'BID_SPEC_TXT' and config like '%#_stringToSearch#%' order by createTime desc select bsReviewedDate, bsReviewedBy from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = update tbl_BID_Bids set bsReviewedDate = #CreateODBCDateTime( Now() )#, bsReviewedBy = where ownerId = and ownerType = and bidId = PKãsÜ»]]PK-7°qPÿÿÿÿÿÿÿÿBID/actions/act_archiveBid.cfm update tbl_BID_Bids set archive = 'Y' where ownerId = and ownerType = and bidId = PKWnׇ\\PK-7°qPÿÿÿÿÿÿÿÿ%BID/actions/act_archiveBidContact.cfm UPDATE tbl_BID_PartnerContacts SET archive = WHERE ownerID = AND ownerType = AND bidContactID = AND bidPartnerId = AND bidPartnerType = AND fspro_userId = PKLrÜ  PK-7°qPÿÿÿÿÿÿÿÿBID/actions/act_archiveSku.cfm update tbl_BID_Skus set archive = 'Y' where ownerId = and ownerType = and bidSkuId = PKXv¡Ô¶¶PK-7°qPÿÿÿÿÿÿÿÿ.BID/actions/act_assignBidLineManufacturers.cfm select bidId, bidLineId from tbl_BID_BidLines with (nolock) where ownerId = and ownertype = and bidLineId = delete tbl_BID_BidLineManufacturers where bidLineId = and ownerId = and ownerType = insert into tbl_BID_BidLineManufacturers ( ownerId, ownerType, bidLineId, bidMfrId ) values ( , , , ) insert into tbl_BID_BidManufacturers ( ownerId, ownerType, bidId, bidMfrId ) select blm.ownerId, blm.ownerType, bl.bidId, blm.bidMfrId from tbl_BID_BidLineManufacturers blm with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.bidLineId = blm.bidLineId and bl.ownerId = blm.ownerId and bl.ownerType = blm.ownerType where blm.bidLineId = and blm.bidMfrId = and blm.ownerId = and blm.ownerType = and not exists ( select * from tbl_BID_BidManufacturers bm with (nolock) where bm.bidMfrId = blm.bidMfrId and bm.bidId = bl.bidId and bm.ownerId = bl.ownerId and bm.ownerType = bl.ownerType ) PK¤£ë.Z Z PK-7°qPÿÿÿÿÿÿÿÿ(BID/actions/act_bidLineProductPicked.cfm select bidSkuId from tbl_BID_Skus with (nolock) where skuId = and ownerId = and ownerType = update tbl_BID_Skus set archive = 'N' where bidSkuId = and ownerId = and ownerType = select mfrId from tbl_PRD_Skus with (nolock) where skuId = and ownerId = and fsl_tablecode = select mfr_id, mfr_name, city, state from tblmanufacturers with (nolock) where mfr_id = set nocount on insert into tbl_BID_Manufacturers ( ownerid, ownertype, bidMfrStatus, bidMfrName, bidMfrCity, bidMfrState, mfrId ) values ( , , 'A', , , , ) select bidMfrId = @@identity set nocount off set nocount on insert into tbl_BID_Skus ( ownerId, ownerType, bidMfrId, bidSku, bidSkuDesc, bidPackSizeDesc, dateCreated, createdBy,skuId, bidSkuStatus ) select ownerId, fsl_tablecode, #_bidMfrId# bidMfrId, sku bidSku, skuDesc bidSkuDesc, packSizeDesc bidPackSizeDesc, #now()# dateCreated, #client.id# createdBy, skuId, 'A' bidSkuStatus from tbl_PRD_Skus with (nolock) where ownerId= and fsl_tablecode = and skuId = select bidSkuId = @@identity set nocount off PK3ìã(77PK- °ïPÿÿÿÿÿÿÿÿ(BID/actions/act_chooseBlanketPricing.cfm PKÂD¦n{{PK-7°qPÿÿÿÿÿÿÿÿBID/actions/act_copyBid.cfm insert into tbl_BID_Bids ( ownerId, ownerType, bidNumber, bidName, bidOpeningDateTime, bidComments, dateCreated, createdBy, bidAgencyId, deliveryStartDate, deliveryEndDate, deliveryComments, releaseDate, toDistributorDate, rollover, associatedBid, directDelivery, bidCycleFrequency, bidCycleDate, sourceBidId, internalContactId, internalContact2Id ) values ( ,, , , , , , , , , , , , , , , , , , , , ) PKM¯ƒPK-7°qPÿÿÿÿÿÿÿÿ&BID/actions/act_copyBidLineProduct.cfm set nocount on insert into tbl_BID_BidLineProducts ( ownerId, ownerType, bidLineId, bidSkuId, awarded, quantityAmt, quantityUM, newSpec, bidLineProductStatus, sampleDelivered, pricingType ) select ownerId, ownerType, bidLineId, bidSkuId, awarded, quantityAmt, quantityUM, newSpec, bidLineProductStatus, sampleDelivered, pricingType from tbl_BID_BidLineProducts with (nolock) where ownerId = and ownerType = and bidLineId = and bidLineProductId = select bidLineProductId = @@identity set nocount off select bidDstId from tbl_BID_BidLineProductDistributors with (nolock) where ownerId = and ownerType = and bidLineProductId = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) PKyè²¾¾PK-7°qPÿÿÿÿÿÿÿÿ(BID/actions/act_createBlanketPricing.cfm insert into tbl_BID_priceLists ( ownerId, ownerType, bidMfrId, priceListCode, priceListDesc, priceMfrBidNumber, priceListStartDate, priceListEndDate, priceListNotes, createdBy, dateCreated ) values ( , , , , , , , , , , ) INSERT into tbl_BID_PriceListsOverride ( ownerId, ownerType, priceListId, bidMfrId, territoryId, overrideYN ) VALUES ( , , , , , ) insert into tbl_BID_PriceListPrices ( ownerId, ownertype, priceListId, bidSkuId, pricingType, approvedPriceAmt, approvedPriceUM, approvedPriceQualifier, deliveredRate, fobRate, billBackRate, offInvoiceRate, commodityPassThroughRate, commodityAllowanceRate, commodityNetRate, commodityUM ) values ( , , , , , , , , , , , , , , , ) UPDATE tbl_BID_BidManufacturers SET mfrBidNumber = WHERE ownerId = AND ownerType = AND bidMfrId = AND bidId = PK9ÈnîddPK-7°qPÿÿÿÿÿÿÿÿBID/actions/act_deleteBid.cfm update tbl_BID_Bids set deletedBy = , deletedOn = , deletedReason = , deleted = 'Y' where ownerId = and ownerType = and bidId = select bidId, bidName, bidNumber from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = PK £“kkPK-7°qPÿÿÿÿÿÿÿÿ(BID/actions/act_deleteBidDistributor.cfm delete from tbl_BID_BidDistributors where ownerId = and ownerType = and bidId = and bidDstId = delete blpd from tbl_BID_BidLineProductDistributors blpd inner join tbl_BID_BidLineProducts blp on blp.bidLineProductId = blpd.bidLineProductId and blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType inner join tbl_BID_BidLines bl on bl.bidLineId = blp.bidLineId and bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType where blpd.ownerId = and blpd.ownerType = and blpd.bidDstId = and bl.bidId = PKsž üvvPK-7°qPÿÿÿÿÿÿÿÿ!BID/actions/act_deleteBidLine.cfm bidLineId="#form.bidLineId#" queryName="qmd_bidLineToDelete"> delete from tbl_BID_BidLines where ownerId = and ownerType = and bidLineId = delete from tbl_BID_BidLineProducts where ownerId = and ownerType = and bidLineId = delete from tbl_BID_BidLineManufacturers where ownerId = and ownerType = and bidLineId = PKp›qÆ2 2 PK-7°qPÿÿÿÿÿÿÿÿ(BID/actions/act_deleteBidLineProduct.cfm delete from tbl_BID_BidLineProducts where ownerId = and ownerType = and bidLineId = and bidLineProductId = PKП^@®®PK-7°qPÿÿÿÿÿÿÿÿ)BID/actions/act_deleteLocalMarketInfo.cfm DELETE FROM tbl_BID_ManufacturersOverride WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId = DELETE FROM tbl_BID_ManufacturersOverride WHERE ownerId = AND ownerType = AND bidMfrId = DELETE FROM tbl_BID_SkusOverride WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId = DELETE FROM tbl_BID_SkusOverride WHERE ownerId = AND ownerType = AND bidMfrId = PKÕiЁ””PK-7°qPÿÿÿÿÿÿÿÿ#BID/actions/act_deletePriceList.cfm delete from tbl_BID_PriceLists where bidMfrId = and priceListId = and ownerId = and ownerType = delete from tbl_BID_PriceListPrices where priceListId = and ownerId = and ownerType = delete from tbl_BID_PriceListsOverride where priceListId = and ownerId = and ownerType = select bl.bidId, blp.bidLineProductId from tbl_BID_BidLineProducts blp with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where blp.priceListId = and blp.ownerId = and blp.ownerType = update tbl_BID_BidLineProducts set priceListId = null, bidLineProductStatus = 'P' where ownerId = and ownerType = and bidLineProductId = update tbl_BID_BidLineProductDistributors set quoteStatus = 'N' where ownerId = and ownerType = and bidLineProductId = select distinct bidId from qmd_bidLineProducts PKÝÚO‘33PK-7°qPÿÿÿÿÿÿÿÿ"BID/actions/act_emailRepToPush.cfm select opr.mfr_bsr_id, fm.firstName + ' ' + fm.lastName AS fullName, fm.email from tbl_OPR_ClientOperators opr with (nolock) inner join tbl_FSPro_Members fm with (nolock) on opr.ownerId = fm.ownerId and opr.fsltablecode = fm.fsl_tablecode and opr.mfr_bsr_id = fm.fspro_userId where opr.ownerId = and opr.fsltablecode = and opr.operatorId = select * from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where bl.bidId = and bl.ownerId = and bl.ownerType = select * from qmd_bidLineProducts where ( awardedStatus = 1 or awardedStatus = 2 ) select * from qmd_bidLineProducts where awardedStatus = -1 update tbl_BID_Bids set emailedRepDate = where ownerId = and ownerType = and bidId = PKîó'Ց‘PK-7°qPÿÿÿÿÿÿÿÿ!BID/actions/act_linkBidAgency.cfm SELECT bidAgencyID FROM tbl_BID_Agencies WHERE ownerID = AND ownerType = AND partnerID = AND partnerType = 'OPR' UPDATE tbl_BID_Agencies SET partnerID = , partnerType = 'OPR' WHERE ownerID = AND ownerType = AND bidAgencyID = UPDATE tbl_BID_Bids SET bidAgencyID = WHERE ownerID = AND ownerType = AND bidAgencyID = ; UPDATE tbl_BID_PartnerContacts SET bidPartnerID = WHERE ownerID = AND ownerType = AND bidPartnerID = ; UPDATE tbl_BID_Agencies SET ownerID = WHERE ownerID = AND ownerType = AND bidAgencyID = PKK¢Åœ´ ´ PK-7°qPÿÿÿÿÿÿÿÿ&BID/actions/act_linkBidDistributor.cfm SELECT bidDstID FROM tbl_BID_Distributors WHERE ownerID = AND ownerType = AND cdr_recordID = UPDATE tbl_BID_Distributors SET cdr_recordID = WHERE ownerID = AND ownerType = AND bidDstID = ; UPDATE tbl_BID_Distributors SET ownerID = , dateModified = getDate(), ModifiedBy = WHERE ownerID = AND ownerType = AND bidDstID = ; UPDATE bd SET bidDstID = FROM tbl_BID_BidDistributors bd WHERE ownerID = AND ownerType = AND bidDstID = AND 0 = (SELECT COUNT(bidDstID) FROM tbl_BID_BidDistributors dd WHERE dd.ownerid = AND dd.ownerType = AND dd.bidDstID = AND dd.bidID = bd.bidID); UPDATE bd SET bidDstID = FROM tbl_BID_BidLineProductDistributors bd WHERE ownerID = AND ownerType = AND bidDstID = AND 0 = (SELECT COUNT(bidDstID) FROM tbl_BID_BidLineProductDistributors dd WHERE dd.ownerid = AND dd.ownerType = AND dd.bidDstID = AND dd.bidLineProductID = bd.bidLineProductID); UPDATE tbl_BID_PartnerContacts SET bidPartnerID = WHERE ownerID = AND ownerType = AND bidPartnerID = ; PKËÌøî¹¹PK-7°qPÿÿÿÿÿÿÿÿ'BID/actions/act_linkBidManufacturer.cfm SELECT bidMfrID FROM tbl_BID_Manufacturers WHERE ownerID = AND ownerType = AND mfrid = UPDATE tbl_BID_Manufacturers SET mfrid = WHERE ownerID = AND ownerType = AND bidMFRId = DELETE tbl_BID_BidManufacturers WHERE ownerID = AND ownerType = AND bidMFRId = UPDATE tbl_BID_PriceLists SET bidMfrID = WHERE ownerID = AND ownerType = AND bidMFRId = UPDATE s SET bidMfrID = FROM tbl_BID_Skus s WHERE ownerID = AND ownerType = AND bidMFRId = AND 0 = (SELECT Count(bidSku) FROM tbl_BID_Skus x with (nolock) WHERE x.bidMFRId = AND x.bidSku = s.bidSku AND x.ownerID = AND x.ownerType = ) UPDATE tbl_BID_PartnerContacts SET bidPartnerID = WHERE ownerID = AND ownerType = AND bidPartnerID = ; UPDATE tbl_BID_Manufacturers SET ownerID = WHERE ownerID = AND ownerType = AND bidMfrID = UPDATE s SET s.skuid = sk.skuid FROM tbl_BID_Manufacturers m INNER JOIN tbl_BID_SKUs s ON m.bidmfrid = s.bidmfrid INNER JOIN tbl_PRD_Skus sk ON (sk.ownerid = AND sk.fsl_TableCode = AND m.mfrid = sk.mfrid AND rtrim(s.bidsku) = rtrim(sk.sku)) WHERE m.ownerid = AND m.ownerType = AND m.bidMfrID = AND nullif(s.skuid,0) IS NULL AND nullif(m.mfrid,0) IS NOT NULL PK ÏÜdPK-7°qPÿÿÿÿÿÿÿÿBID/actions/act_linkBidSku.cfm SELECT bidSkuID FROM tbl_BID_Skus WHERE ownerID = AND ownerType = AND skuid = UPDATE tbl_BID_Skus SET skuid = WHERE ownerID = AND ownerType = AND bidSkuId = UPDATE tbl_BID_Skus SET skuid = WHERE ownerID = AND ownerType = AND bidSkuId = SELECT bidSkuID FROM tbl_BID_Skus WHERE ownerID = AND ownerType = AND skuid = AND BidSkuID <> UPDATE tbl_BID_BidLineProducts SET bidSkuId = WHERE ownerID = AND ownerType = AND bidSkuId = UPDATE tbl_BID_PriceListPrices SET bidSkuId = WHERE ownerID = AND ownerType = AND bidSkuId = UPDATE tbl_BID_Skus SET ownerID = WHERE ownerID = AND ownerType = AND bidSkuID = select bidMfrid, bidSkuId from tbl_BID_Skus with (nolock) where ownerID = and ownerType = and bidSkuID = PK¤sâ ØØPK-7°qPÿÿÿÿÿÿÿÿ0BID/actions/act_markBiddingDistributorQuoted.cfm update blpd set blpd.quoteStatus = 'Y' from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType and blp.bidLineProductId = blpd.bidLineProductId inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where bl.ownerId = and bl.ownerType = and bl.bidId = and blpd.bidDstId = PKógy44PK-7°qPÿÿÿÿÿÿÿÿ"BID/actions/act_pickBidProduct.cfm select bidSkuId from tbl_BID_Skus with (nolock) where skuId = and ownerId = and ownerType = update tbl_BID_Skus set archive = 'N' where bidSkuId = and ownerId = and ownerType = select mfrId from tbl_PRD_Skus with (nolock) where skuId = and ownerId = and fsl_tablecode = select mfr_id, mfr_name, city, state from tblmanufacturers with (nolock) where mfr_id = insert into tbl_BID_Manufacturers ( ownerid, ownertype, bidMfrStatus, bidMfrName, bidMfrCity, bidMfrState, mfrId ) values ( , , 'A', , , , ) insert into tbl_BID_Skus ( ownerId, ownerType, bidMfrId, bidSku, bidSkuDesc, bidPackSizeDesc, dateCreated, createdBy,skuId, bidSkuStatus ) select ownerId, fsl_tablecode, #_bidMfrId# bidMfrId, sku bidSku, skuDesc bidSkuDesc, packSizeDesc bidPackSizeDesc, #now()# dateCreated, #client.id# createdBy, skuId, 'A' bidSkuStatus from tbl_PRD_Skus with (nolock) where ownerId= and fsl_tablecode = and skuId = PK ŽÚ<ííPK-7°qPÿÿÿÿÿÿÿÿ BID/actions/act_pickProducts.cfm select bidSkuId from tbl_BID_Skus with (nolock) where bidSku = and archive = 'N' and ownerId = and ownerType = and bidMfrId = select skuId from tbl_PRD_Skus with (nolock) where sku = and ownerId = and fsl_tablecode = and mfrId = and inactive = '0' and crmactive = 'Y' and discontinued = 'N' set nocount on insert into tbl_BID_BidLineProducts ( ownerId, ownerType, bidLineId, bidSkuId, dateCreated, createdBy, bidLineProductStatus ) values ( , , , , , , ) select bidLineProductId = @@identity set nocount off select ptr.resourceId territoryId, ter.name from tbl_BRO_PrincipalTerritoryResources ptr with (nolock) inner join tbl_BRO_PrincipalTerritories pt with (nolock) on pt.principalTerritoryId = ptr.principalTerritoryId and pt.ownerId = ptr.ownerId and pt.ownerType = ptr.ownerType inner join tbl_BRO_Principals p on p.principalId = pt.principalId and p.ownerId = pt.ownerId and p.ownerType = pt.ownerType inner join tbl_TER_Territories ter on ter.territoryId = ptr.resourceId and ter.ownerId = ptr.ownerId and ter.fsl_tablecode = ptr.ownerType where p.ownerId = and p.ownerType= and ptr.resourceType = 'TER' and p.mfrId = select ter.territoryId, ter.name from tbl_TER_Territories ter with (nolock) inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_territoryId = ter.territoryId and cdr.ownerId = ter.ownerId and cdr.fsl_tablecode = ter.fsl_tablecode where cdr.cdr_recordId = and cdr.ownerId = and cdr.fsl_tablecode = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) PK|„¶¼ªªPK-7°qPÿÿÿÿÿÿÿÿ!BID/actions/act_renumberLines.cfm update tbl_BID_BidLines set bidLineNumber = where ownerId = and ownerType = and bidId = and bidLineId = delete from tbl_BID_BidLineProducts where ownerId = and ownerType = and bidLineId = and bidLineProductId = delete from tbl_BID_BidLines where ownerId = and ownerType = and bidId = and bidLineId = delete from tbl_BID_BidLineProducts where ownerId = and ownerType = and bidLineId = delete from tbl_BID_BidLineManufacturers where ownerId = and ownerType = and bidLineId = update tbl_BID_BidLines set bidLineSortNumber = where ownerId = and ownerType = and bidId = and bidLineId = update tbl_BID_BidLines set bidLineQtyAmt = where ownerId = and ownerType = and bidId = and bidLineId = update tbl_BID_BidLines set bidLineQtyUM = where ownerID = and ownerType = and bidId = and bidLineId = PKŒ*žkÍ#Í#PK-7°qPÿÿÿÿÿÿÿÿBID/actions/act_saveAgency.cfm select fspro_userid from tbl_BID_PartnerContacts with (nolock) where ownerId = and ownerType = and bidContactId = update tbl_BID_Agencies set bidAgencyName = , bidAgencyCity = , bidAgencyState = , bidProcessingComments = , directShipStatus = , archive = , bidAgencyContactID = where ownerId = and ownertype = and bidAgencyId = PKÐ,›ýÄÄPK-7°qPÿÿÿÿÿÿÿÿ!BID/actions/act_saveBidAwards.cfm select bidLineProductId, awardedPrice, awardedUM, awardedBidDstId, noAwardSKU, noAwardPack, noAwardMFR, noAwardCompMFR, awardedComments, awardedStatus, awardedSubClassifier, awardedOutsideDistributor, awardedBidDstId2, awardedOutsideDistributor2 from tbl_BID_BidLineProducts with (nolock) WHERE ownerId = AND ownerType = AND bidLineProductId in ( ) order by bidLineProductId UPDATE tbl_BID_BidLineProducts SET awardedPrice = , awardedUM = , awardedBidDstId = , noAwardSKU = , noAwardPack = , noAwardMFR = , noAwardCompMFR = , awardedComments = , awardedStatus = , awardedSubClassifier = , awardedOutsideDistributor = , awardedBidDstId2 = , awardedOutsideDistributor2 = WHERE ownerId = AND ownerType = AND bidLineProductId = select bidLineProductId, awardedPrice, awardedUM, awardedBidDstId, noAwardSKU, noAwardPack, noAwardMFR, noAwardCompMFR, awardedComments, awardedStatus, awardedSubClassifier, awardedOutsideDistributor, awardedBidDstId2, awardedOutsideDistributor2 from tbl_BID_BidLineProducts with (nolock) WHERE ownerId = AND ownerType = AND bidLineProductId in ( ) order by bidLineProductId select top 1 * from tbl_EAI_InboundBatches with (nolock) where ownerId = and ownerType = and fileFormat = 'BID_AWARDS_TXT' and config like '%#_stringToSearch#%' order by createTime desc select baReviewedDate, baReviewedBy from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = update tbl_BID_Bids set baReviewedDate = #CreateODBCDateTime( Now() )#, baReviewedBy = where ownerId = and ownerType = and bidId = PKçkn”U%U%PK-7°qPÿÿÿÿÿÿÿÿ"BID/actions/act_saveBidContact.cfm _memberAttrs.firstName = form.firstName; _memberAttrs.lastName = form.lastName; _memberAttrs.salutation = form.salutation; _memberAttrs.email = form.email; _memberAttrs.title = form.title; _memberAttrs.jobfunctionId = form.jobFunction; _memberAttrs.relationshipRankId = form.relationshipRank; _memberAttrs.sameAddress = iif( form.officeAddrSame, true, false ); _memberAttrs.phone = form.phone; _memberAttrs.phoneExt = form.phoneExt; _memberAttrs.cell = form.cell; _memberAttrs.fax = form.fax; _memberAttrs.comments = form.comments; if( _memberAttrs.sameAddress eq false ) { _memberAttrs.address1 = form.address1; _memberAttrs.address2 = form.address2; _memberAttrs.city = form.city; _memberAttrs.zipcode = form.zipcode; } PK |L¢¾¾PK-7°qPÿÿÿÿÿÿÿÿ&BID/actions/act_saveBidDistributor.cfm select blpd.bidLineProductId from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.bidLineProductId = blpd.bidLineProductId and blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType where blpd.ownerId = and blpd.ownerType = and blpd.bidDstId = and blp.bidLineId = update tbl_BID_BidLineProductDistributors set bidDstId = bidDstId where ownerId = and ownerType = and bidLineProductId = and bidDstId = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) select blpd.bidLineProductId from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.bidLineProductId = blpd.bidLineProductId and blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType where blpd.ownerId = and blpd.ownerType = and blpd.bidDstId = and blp.bidLineId = delete from tbl_BID_BidLineProductDistributors where ownerId = and ownerType = and bidLineProductId = and bidDstId = delete from tbl_BID_BidLineProductDistributors where ownerId = and ownerType = and bidLineProductId in ( ) and bidDstId = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) --->PKºÔð““PK-°ESÿÿÿÿÿÿÿÿ!BID/actions/act_saveBidHeader.cfm select associatedBid from tbl_BID_Bids with (nolock) where bidId = and ownerId = and ownerType = update tbl_BID_Bids set bidName = , bidNumber = , bidComments = , bidOpeningDateTime = , dateModified = , modifiedBy = , deliveryStartDate = , deliveryEndDate = , useDeliveryDates = , expectedAwardDate = , releaseDate = , toDistributorDate = , bidCycleFrequency = , bidCycleDate = , internalContactId = , internalContact2Id = , archive = , linesConfirmed = , rollover = , associatedBid = , bidType = , bidAwardType = where bidId = and ownerId = and ownerType = update blp set blp.termsOfGuaranteeBegin = , blp.termsOfGuarantee = from tbl_BID_BidLineProducts blp inner join tbl_BID_BidLines bl on bl.bidLineId = blp.bidLineId and bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType where blp.ownerId = and blp.ownerType = and bl.bidId = select productStatusId from tbl_OPR_ProductStatus with (nolock) where ownerId = and ownerType = and operatorId = and skuId = update tbl_OPR_ProductStatus set contractId = , contractStart = , contractEnd = where ownerId = and ownerType = and productStatusId = update tbl_BID_Bids set toDistributorDate = where bidId = and ownerId = and ownerType = update tbl_BID_Bids set internalContactId = , internalContact2Id = where bidId = and ownerId = and ownerType = insert into tbl_BID_Bids ( ownerId, ownerType, bidNumber, bidName, bidOpeningDateTime, bidComments, dateCreated, createdBy, bidAgencyId, deliveryStartDate, deliveryEndDate, useDeliveryDates, releaseDate, toDistributorDate, bidCycleFrequency, bidCycleDate, internalContactId, internalContact2Id, linesConfirmed, rollover, directDelivery, expectedAwardDate, bidType ) values ( ,, , , , , , , , , , , , , , , , , , , , , ) select bidDstId from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and bidDstName = 'DIRECT BID' insert into tbl_BID_Distributors ( ownerId, ownerType, bidDstName, archive ) values ( , , , ) insert into tbl_BID_BidDistributors ( ownerId, ownerType, bidDstId, bidId, autoLinkNewProducts ) values ( , , , , ) PKˆí}²Ü6Ü6PK-7°qPÿÿÿÿÿÿÿÿBID/actions/act_saveBidLine.cfm update tbl_BID_BidLines set bidLineNumber = , bidLineDescription = , bidLineQtyAmt = , bidLineQtyUM = , dateModified = , modifiedBy = , sampleRequired = , sampleMarkings = , sampleComments = , sampleUnits = , sampleDeliveryDateTime = , shipDirect = , confidentialComment = , grade = , brandRequirements = , nutritionalsRequired = , newSpecification = where bidId = and ownerId = and ownerType = and bidLineId = select max( bidLineSortNumber ) bidLineSortNumber from qmd_bidLines set nocount on insert into tbl_BID_BidLines ( ownerId, ownerType, bidId, bidLineNumber, bidLineDescription, bidLineQtyAmt, bidLineQtyUM, dateCreated, createdBy, sampleRequired, sampleMarkings, sampleComments, sampleUnits, sampleDeliveryDateTime, shipDirect, confidentialComment, grade, brandRequirements, nutritionalsRequired, newSpecification, bidLineSortNumber ) values ( , , , , , , , , , , , , , , , , , , , , ) select bidLineId = @@identity set nocount off select bidLineProductId, bidDstId from tbl_BID_BidLineProductDistributors with (nolock) where ownerId = and ownerType = and bidLineProductId = and bidDstId = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId, quoteStatus ) values( , , , , 'N') PK‚þ^¥CCPK-7°qPÿÿÿÿÿÿÿÿ&BID/actions/act_saveBidLineProduct.cfm select ter.territoryId from tbl_TER_Territories ter with (nolock) inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_territoryId = ter.territoryId and cdr.ownerId = ter.ownerId and cdr.fsl_tablecode = ter.fsl_tablecode where cdr.cdr_recordId = and cdr.ownerId = and cdr.fsl_tablecode = select bidSkuId, bidMfrId from tbl_BID_Skus with (nolock) where bidSku = and archive = 'N' and ownerId = and ownerType = and bidMfrId in ( ) update tbl_BID_BidLineProducts set dateModified = , modifiedBy = , comments = , mfrAwardRef = , awardedDate = , alternateProduct = , terms = , guarantee = , pointOfOrigin = , termsOfAllowance = , termsOfGuarantee = , termsOfGuaranteeBegin = where ownerId = and ownertype = and bidLineproductId = and bidLineId = update tbl_BID_BidLineProducts set priceUM = , priceDeliveredRate = , priceFOBRate = , priceBillBackRate = , priceOffInvoiceRate = , commUM = , commodityPassThroughRate = , commodityAllowanceRate = , commodityNetRate = where ownerId = and ownertype = and bidLineproductId = and bidLineId = select bidComments from tbl_BID_Skus with (nolock) where ownerId = and ownerType = and bidSkuId = and includeCommentsOnQuote = 'Y' set nocount on insert into tbl_BID_BidLineProducts ( ownerId, ownerType, bidLineId, bidSkuId, dateCreated, createdBy, comments, alternateProduct, mfrAwardRef, awardedDate, terms, guarantee, pointOfOrigin, termsOfAllowance, termsOfGuarantee, termsOfGuaranteeBegin ) values ( , , , , , , , , , , , , , , , ) select bidLineProductId = @@identity set nocount off select bidDstId from tbl_BID_BidLineProductDistributors with (nolock) where ownerId = and ownerType = and bidLineProductId = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) select bidDstId from tbl_BID_BidLineProductDistributors with (nolock) where ownerId = and ownerType = and bidLineProductId = delete from tbl_BID_BidLineProductDistributors where ownerId = and ownerType = and bidLineProductId = and bidDstId = update blpd set blpd.quoteStatus = 'N' from tbl_BID_BidLineProductDistributors blpd where blpd.ownerId = and blpd.ownerType = and blpd.bidLineProductId = PK°–b£K£KPK-7°qPÿÿÿÿÿÿÿÿ BID/actions/act_saveBidLines.cfm select distinct bs.bidSKUId from tbl_PRD_SKUs s with (nolock) inner join tbl_PRD_Products p with (nolock) on p.prodId = s.prodId and p.ownerId = s.ownerId and p.fsl_tablecode = s.fsl_tablecode inner join tblManufacturers m with (nolock) on m.mfr_id = s.mfrId inner join tbl_BID_Skus bs with (nolock) on bs.skuId = s.skuId and bs.ownerId = s.ownerId and bs.ownerType = s.fsl_tablecode and bs.archive = 'N' inner join tbl_BRO_Principals bpl with (nolock) on bpl.ownerId = s.ownerId and bpl.ownerType = s.fsl_tablecode and bpl.mfrId = s.mfrId inner join tbl_BRO_PrincipalTerritories pt with (nolock) on pt.ownerId = bpl.ownerId and pt.ownerType = bpl.ownerType and pt.principalId = bpl.principalId and pt.hireStatus = 'A' inner join tbl_BRO_PrincipalTerritoryResources ptr with (nolock) on ptr.ownerId = pt.ownerId and ptr.ownerType = pt.ownerType and ptr.principalTerritoryId = pt.principalTerritoryId and ptr.resourceType = 'TER' and ptr.resourceId in ( ) where s.sku like and s.ownerId = and s.fsl_tablecode = and s.inactive = '0' and s.crmActive = 'Y' select * from qmd_skuLookup where bidSkuId = #serializeJSON( _json )# select max( bidLineSortNumber ) bidLineSortNumber from qmd_bidLines set nocount on insert into tbl_BID_BidLines ( ownerId, ownerType, bidId, bidLineNumber, bidLineDescription, bidLineQtyAmt, bidLineQtyUM, dateCreated, createdBy, sampleRequired, sampleMarkings, sampleComments, sampleUnits, sampleDeliveryDateTime, shipDirect, confidentialComment, grade, brandRequirements, nutritionalsRequired, newSpecification, bidLineSortNumber ) values ( , , , , , , , , , , , , , , , , , , , , ) select bidLineId = @@identity set nocount off set nocount on insert into tbl_BID_BidLineProducts ( ownerId, ownerType, bidLineId, bidSkuId, newSpec, dateCreated, createdBy, mfrAwardRef, terms, guarantee, pointOfOrigin, alternateProduct, comments ) values( , , , , 'N', getDate(), -1, '', '', '', '', , ) select newBidLineProductId = @@identity set nocount off select * from tbl_BID_Bids where ownerId = and ownerType = and bidId = update tbl_BID_BidLineProducts set termsOfGuaranteeBegin = , termsOfGuarantee = where ownerId = and ownerType = and bidLineId = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) ---> PK>­/dXAXAPK-7°qPÿÿÿÿÿÿÿÿ$BID/actions/act_saveBidLines.cfm.old select b.bidSKUId from tbl_PRD_SKUs s inner join tbl_BID_Skus b on b.ownerId = s.ownerId and b.ownerType = s.fsl_tablecode and b.skuId = s.skuId where s.sku like and s.ownerId = and s.fsl_tablecode = and s.inactive = '0' and s.crmActive = 'Y' select * from qmd_skuLookup where bidSkuId = #serializeJSON( _json )# update tbl_BID_BidLines set bidLineNumber = , bidLineDescription = , bidLineQtyAmt = , bidLineQtyUM = , dateModified = , modifiedBy = , sampleRequired = , sampleMarkings = , sampleComments = , sampleUnits = , sampleDeliveryDateTime = , shipDirect = , confidentialComment = , grade = , brandRequirements = , nutritionalsRequired = , newSpecification = where bidId = and ownerId = and ownerType = and bidLineId = select max( bidLineSortNumber ) bidLineSortNumber from qmd_bidLines set nocount on insert into tbl_BID_BidLines ( ownerId, ownerType, bidId, bidLineNumber, bidLineDescription, bidLineQtyAmt, bidLineQtyUM, dateCreated, createdBy, sampleRequired, sampleMarkings, sampleComments, sampleUnits, sampleDeliveryDateTime, shipDirect, confidentialComment, grade, brandRequirements, nutritionalsRequired, newSpecification, bidLineSortNumber ) values ( , , , , , , , , , , , , , , , , , , , , ) select bidLineId = @@identity set nocount off set nocount on insert into tbl_BID_BidLineProducts ( ownerId, ownerType, bidLineId, bidSKUId, newSpec, dateCreated, createdBy, mfrAwardRef, terms, guarantee, pointOfOrigin, alternateProduct, comments ) values( , , , , 'N', getDate(), -1, '', '', '', '', 'N', '' ) select newBidLineProductId = @@identity set nocount off select * from tbl_BID_Bids where ownerId = and ownerType = and bidId = update tbl_BID_BidLineProducts set termsOfGuaranteeBegin = , termsOfGuarantee = where ownerId = and ownerType = and bidLineId = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId ) values ( , , , ) PKFg\'òIòIPK- °)Qÿÿÿÿÿÿÿÿ"BID/actions/act_saveBidPricing.cfm update tbl_BID_BidManufacturers set priceRequestSent = , mfrBidNumber = where bidMfrId = and bidId = and ownerId = and ownerType = update tbl_BID_BidLineProducts set priceUM = , priceDeliveredRate = , priceFOBRate = , priceBillBackRate = , priceOffInvoiceRate = , commUM = , commodityPassThroughRate = , commodityNetRate = , commodityAllowanceRate = , commType = , termsOfAllowance = , priceListId = , useListPrice = , terms = , guarantee = , pointOfOrigin = , modifiedBy = , dateModified = , alternateProduct = , termsOfGuarantee = , termsOfGuaranteeBegin = , mfrAwardRef = , bidLineProductStatus = , awardedDate = , comments = where ownerId = and ownerType = and bidLineId = and bidLineProductId = update blpd set blpd.quoteStatus = 'N' from tbl_BID_BidLineProductDistributors blpd where blpd.ownerId = and blpd.ownerType = and blpd.bidLineProductId = update tbl_BID_BidManufacturers set pricingApprovedDate = , pricingApproved = 'Y''N' where ownerId = and ownerType = and bidId = and bidMfrId = update tbl_BID_BidManufacturers set mfrTradeRequestApplied = , mfrBidNumber = where ownerId = and ownerType = and bidId = and bidMfrId = PKÄÎ4Jå:å:PK-7°qPÿÿÿÿÿÿÿÿ BID/actions/act_saveContacts.cfm update tbl_BID_BidManufacturers set bidContactId = where ownerId = and ownerType = and bidId = and bidMfrId = update tbl_BID_BidDistributors set bidContactId = where ownerId = and ownerType = and bidId = and bidDstId = PKêÇ(TTPK-7°qPÿÿÿÿÿÿÿÿ#BID/actions/act_savedistributor.cfm select fspro_userid from tbl_BID_PartnerContacts with (nolock) where ownerId = and ownerType = and bidContactId = update tbl_BID_Distributors set bidDstName = , bidDstCity = , bidDstState = , bidDstProcessingComments = , bidDstContactID = , archive = , disclaimer = , disclaimerOnQuotes = , notes = , viewNotes = where ownerId = and ownertype = and bidDstId = PKØ&¹ËžžPK-7°qPÿÿÿÿÿÿÿÿ*BID/actions/act_saveDistributorBidding.cfm update tbl_BID_BidDistributors set autoLinkNewProducts = where ownerId = and ownerType = and bidId = and bidDstId = set nocount on update tbl_PRD_CustomerSkus set customerSku = where customerId = and customerType = 'dst' and linkType = 'SKU' and skuId = and ownerId = and fsl_tablecode = select rowsAffected = @@rowcount set nocount off select mfrId, sku from tbl_PRD_Skus with (nolock) where ownerId = and fsl_tablecode = and skuId = insert into tbl_PRD_CustomerSKUs ( ownerId, fsl_tablecode, skuId, linkType, sku, mfrId, customerId, customerType, customerSku ) values( , , , 'SKU', , , , 'dst', ) delete from tbl_PRD_CustomerSKus where skuId = and customerId = and customerType = 'dst' and linkType = 'SKU' and ownerId = and fsl_tablecode = select blpd.bidLineProductId from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.bidLineProductId = blpd.bidLineProductId and blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType where blpd.ownerId = and blpd.ownerType = and blpd.bidDstId = and blp.bidLineId = update tbl_BID_BidLineProductDistributors set quoteStatus = where ownerId = and ownerType = and bidLineProductId = and bidDstId = insert into tbl_BID_BidLineProductDistributors ( ownerId, ownerType, bidLineProductId, bidDstId, quoteStatus ) values ( , , , , ) select blpd.bidLineProductId from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.bidLineProductId = blpd.bidLineProductId and blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType where blpd.ownerId = and blpd.ownerType = and blpd.bidDstId = and blp.bidLineId = delete from tbl_BID_BidLineProductDistributors where ownerId = and ownerType = and bidLineProductId = and bidDstId = PKøG'6KKPK-7°qPÿÿÿÿÿÿÿÿ-BID/actions/act_saveDistributorDisclaimer.cfm PKÝqàã55PK-7°qPÿÿÿÿÿÿÿÿ*BID/actions/act_saveLocalMarketMFRInfo.cfm select * from tbl_FSPRO_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = SELECT * from tbl_BID_ManufacturersOverride with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId = UPDATE tbl_BID_ManufacturersOverride SET mfrDisclaimerOverride = , termsOverride = , notesOverride = , viewNotes = , minDeliveryOverride = , minDeliveryUMOverride = , minPickupOverride = , minPickupUMOverride = , minCubeOverride = , minCubeUMOverride = , minPalletOverride = , contactOverride = WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId = DELETE from tbl_BID_ManufacturersOverride WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId = INSERT into tbl_BID_ManufacturersOverride ( ownerId, ownerType, bidMfrId, territoryId, mfrDisclaimerOverride, termsOverride, notesOverride, viewNotes, minDeliveryOverride, minDeliveryUMOverride, minPickupOverride, minPickupUMOverride, minCubeOverride, minCubeUMOverride, minPalletOverride, contactOverride ) VALUES ( , , , , , , , , , , , , , , , ) PK:wïô””PK-7°qPÿÿÿÿÿÿÿÿ*BID/actions/act_saveLocalMarketSKUInfo.cfm SELECT * from tbl_BID_SkusOverride with (nolock) WHERE ownerId = AND ownerType = AND bidSkuId = AND bidMfrId = AND territoryId = UPDATE tbl_BID_SkusOverride SET overrideDescOverride = , bidSkuDescOverride = , bidPackSizeDescOverride = , bidCommentsOverride = , includeCommentsOnQuoteOverride = , modifiedDate = , modifiedBy = WHERE ownerId = AND ownerType = AND bidSkuId = AND bidMfrId = AND territoryId = DELETE from tbl_BID_SkusOverride WHERE ownerId = AND ownerType = AND bidSkuId = AND bidMfrId = AND territoryId = INSERT into tbl_BID_SkusOverride ( ownerId, ownerType, bidSkuId, bidMfrId, territoryId, overrideDescOverride, bidSkuDescOverride, bidPackSizeDescOverride, bidCommentsOverride, includeCommentsOnQuoteOverride, createdDate, createdBy ) VALUES ( , , , , , , , , , , , ) PK.ó“``PK-7°qPÿÿÿÿÿÿÿÿ$BID/actions/act_saveManufacturer.cfm select fspro_userid from tbl_BID_PartnerContacts with (nolock) where ownerId = and ownerType = and bidContactId = update tbl_BID_Manufacturers set bidMfrName = , bidMfrCity = , bidMfrState = , bidmfrcontactid = , autoApplyBlanketPricing = 'N', archive = where ownerId = and ownertype = and bidMfrId = PKîÍè†ééPK-7°qPÿÿÿÿÿÿÿÿ!BID/actions/act_savePriceList.cfm update tbl_BID_priceLists set priceListCode = , priceListDesc = , priceListStartDate = , priceListEndDate = , priceListNotes = , priceMfrBidNumber = , dateModified = , modifiedBy = , mfrPricingVisibility = , nationalBlanket = where priceListId = and bidMfrId = and ownerId = and ownerType = delete from tbl_BID_PriceListsOverride where ownerId = and ownerType = and bidMfrId = and priceListId = and territoryId in ( ) select * from tbl_BID_PriceListsOverride with (nolock) where ownerId = and ownerType = and bidMfrId = and priceListId = and territoryId = update tbl_BID_PriceListsOverride set overrideYN = 'Y' where ownerId = and ownerType = and bidMfrId = and priceListId = and territoryId = INSERT into tbl_BID_PriceListsOverride ( ownerId, ownerType, priceListId, bidMfrId, territoryId, overrideYN ) VALUES ( , , , , , ) insert into tbl_BID_priceLists ( ownerId, ownerType, bidMfrId, priceListCode, priceListDesc, priceMfrBidNumber, priceListStartDate, priceListEndDate, priceListNotes, createdBy, dateCreated, mfrPricingVisibility , nationalBlanket ) values ( , , , , , , , , , , , , ) INSERT into tbl_BID_PriceListsOverride ( ownerId, ownerType, priceListId, bidMfrId, territoryId, overrideYN ) VALUES ( , , , , , ) insert into tbl_BID_PriceListPrices ( ownerId, ownertype, priceListId, bidSkuId, approvedPriceAmt, approvedPriceQualifier, approvedPriceUM, commodityUM , deliveredRate, fobRate, billBackRate, offInvoiceRate, commodityPassThroughRate, commodityAllowanceRate, commodityNetRate , comments ) select ownerId, ownerType, #_priceListId#, bidSkuId, approvedPriceAmt, approvedPriceQualifier , approvedPriceUM, '?' , commodityUM, '?' , deliveredRate, fobRate, billBackRate, offInvoiceRate, commodityPassThroughRate, commodityAllowanceRate, commodityNetRate , comments from tbl_BID_PriceListPrices with (nolock) where priceListId = and ownerId = and ownerType = insert into tbl_BID_PriceListPrices ( ownerId, ownertype, priceListId, bidSkuId, approvedPriceAmt, approvedPriceQualifier, approvedPriceUM, deliveredRate, fobRate, billBackRate, offInvoiceRate, commodityUM, commodityPassThroughRate, commodityAllowanceRate, commodityNetRate, comments ) select ownerId, ownerType, #_priceListId# priceListId, bidSkuId, approvedPriceAmt, approvedPriceQualifier, approvedPriceUM, deliveredRate, fobRate, billBackRate, offInvoiceRate, commodityUM, commodityPassThroughRate, commodityAllowanceRate, commodityNetRate, comments from tbl_BID_PriceListPrices where priceListId = and ownerId = and ownerType = ---> PK† ˜6(6(PK-7°qPÿÿÿÿÿÿÿÿ'BID/actions/act_savePriceListPrices.cfm initializeListeners(); delete from tbl_BID_PriceListPrices where ownerId = and ownertype = and priceListId = and bidSkuId in ( ) select priceListId, bidSkuId from tbl_BID_PriceListPrices with (nolock) where ownerId = and ownertype = and priceListId = and bidSkuId = insert into tbl_BID_PriceListPrices ( ownerId, ownertype, priceListId, bidSkuId, pricingType, approvedPriceAmt, approvedPriceQualifier , approvedPriceUM, deliveredRate, fobRate, billBackRate, offInvoiceRate , commodityUM, commodityPassThroughRate, commodityAllowanceRate, commodityNetRate, commodityType ) values ( , , , , , , , , , , , , , , , , ) update tbl_BID_PriceListPrices set comments = where ownerId = and ownerType = and priceListId = and bidSkuId = update tbl_BID_priceLists set dateModified = , modifiedBy = where priceListId = and bidMfrId = and ownerId = and ownerType = select count(*) installed from tbl_SYS_EventListeners with (nolock) where ownerId = and ownerType = and eventSubjectType = 'BID' and eventName = 'priceListPricesChanged' insert into tbl_SYS_EventListeners ( ownerId, ownerType, eventSubjectType, eventName, listenerPath ) values( , , , , ) PKŠæ‡JJPK-7°qPÿÿÿÿÿÿÿÿ!BID/actions/act_saveskudetail.cfm UPDATE tbl_bid_skus SET bidSkuDesc = , bidPackSizeDesc = , overrideDesc = 'Y' WHERE ownerid = AND ownerType = AND bidSkuId = ; UPDATE tbl_bid_skus SET bidSkuDesc = , bidPackSizeDesc = , overrideDesc = 'N' WHERE ownerid = AND ownerType = AND bidSkuId = ; UPDATE tbl_bid_skus SET dateModified = , modifiedBy = , bidComments = , archive = ,includeCommentsOnQuote = WHERE ownerid = AND ownerType = AND bidSkuId = ; PK?›¨G66PK-7°qPÿÿÿÿÿÿÿÿ)BID/actions/act_sendTradeRequestToMFR.cfm update tbl_BID_BidManufacturers set mfrTradeRequestId = , mfrTradeRequestSent = , mfrTradeRequestApplied = null, priceRequestSent = 'Y' where ownerId = and ownerType = and bidId = and bidMfrId = Price Authorization Request Sent #lsDateFormat( Now(), 'MM/DD/YYYY')# @ #lsTimeFormat( Now(), 'hh:mmtt')# EST webLogAttrs.subjectId = form.bidId; webLogAttrs.subjectType = "BID"; webLogAttrs.comment = _webLogComment; webLogAttrs.postedBy = client.id; webLogAttrs.ownerId = attributes.ownerId; webLogAttrs.ownerType = attributes.ownerType; webLogAttrs.datasource = attributes.datasource; webLogAttrs.title = trim ( left( "#qmd_manufacturerToSend.bidMfrName# Price Request", 255 )); webLogAttrs.attachmentUpload = _priceAuthorizationFileName; webLogAttrs.attachmentData = _priceAuthorization; #serializeJSON( response )# PKY –==PK-7°qPÿÿÿÿÿÿÿÿ$BID/actions/act_updateBidContact.cfm select * from tbl_FSPRO_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = select bidAgencyId from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = select contactOverride from tbl_BID_ManufacturersOverride with (nolock) where ownerId = and ownerType = and bidMfrId = and territoryId = update tbl_BID_ManufacturersOverride set contactOverride = where ownerId = and ownerType = and bidMfrId = and territoryId = update tbl_BID_Manufacturers set bidMfrContactId = where ownerId = and ownerType = and bidMfrId = PKRåÕVPK-7°qPÿÿÿÿÿÿÿÿ+BID/actions/act_updatePurchasingProfile.cfm PK ±S|ŒŒPK-7°qPÿÿÿÿÿÿÿÿ#BID/actions/act_uploadBidAwards.cfm select fileProcessor from tbl_EAI_InboundFileProcessors with (nolock) where ownerId = and ownerType = and fileFormat = 'BID_AWARDS_TXT' insert into tbl_EAI_InboundFileProcessors ( ownerId, ownerType, fileName, fileProcessor, fileFormat, clientProcessEmail, fseProcessEmail, allowUpload, processingWindowStartHr24, processingWindowLengthHr ) values ( , , 'bid_awards\.txt', '/mstrQueries/utilityQueries/DataImport/BidAwards/fileProcessor.cfm', 'BID_AWARDS_TXT', 'teddie@fsenablers.com', 'brett@fsenablers.com', 'Y', 0, 24 ) select baReviewedBy from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = update tbl_BID_Bids set baReviewedDate = null, baReviewedBy = null where ownerId = and ownerType = and bidId = fileReader.init( qmd_batch.fileName ); bufferedReader.init( fileReader ); reader = bufferedReader; multiLineReader.init( bufferedReader, _fileFormat.multiLineStartRegEx ); reader = multiLineReader; _heading = reader.readLine(); reader.close(); if( isDefined( "multiLineReader" )) { StructDelete( variables, "multiLineReader" ); } StructDelete( variables, "bufferedReader" ); StructDelete( variables, "fileReader" ); select formatId, formatName from tbl_EAI_InboundFileFormats where formatName = 'BID_AWARDS_TXT' and ownerId = 0 and ownerType = '*'

Hello #qmd_user.firstName#,

Your import request CANNOT BE PROCESSED at this time due to format incompatibilities.

Please review the information below and make the necessary adjustments to the import file before uploading it again.

Click here to view the Bid Awards Import file format specification.

File Layout Problems
Field ## Name Type Len. Message
#right( "000#currentRow#", 3 )#XXX #fieldName# #fieldDataType#&##160; #fieldLength#&##160; #_message#&##160;
select message, count(*) lineCount, min( lineNumber ) firstLine from tbl_EAI_InboundBatchMessages where batchId = and lineNumber > 0 group by message order by message
File Content Problems
Message First Line Total Lines
#htmleditformat( message )# #firstLine# #lineCount#
---> PKôùo‡÷#÷#PK-7°qPÿÿÿÿÿÿÿÿ!BID/actions/act_uploadBidSpec.cfm select fileProcessor from tbl_EAI_InboundFileProcessors with (nolock) where ownerId = and ownerType = and fileFormat = 'BID_SPEC_TXT' insert into tbl_EAI_InboundFileProcessors ( ownerId, ownerType, fileName, fileProcessor, fileFormat, clientProcessEmail, fseProcessEmail, allowUpload, processingWindowStartHr24, processingWindowLengthHr ) values ( , , 'bid_spec\.txt', '/mstrQueries/utilityQueries/DataImport/BidSpec/fileProcessor.cfm', 'BID_SPEC_TXT', 'teddie@fsenablers.com', 'brett@fsenablers.com', 'Y', 0, 24 ) select bsReviewedBy from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = update tbl_BID_Bids set bsReviewedDate = null, bsReviewedBy = null where ownerId = and ownerType = and bidId = update tbl_BID_Bids set bidStatus = 'TodoLines', linesConfirmed = 'N' where ownerId = and ownerType = and bidId = PKìZO¶¹ ¹ PK-7°qPÿÿÿÿÿÿÿÿ(BID/actions/act_uploadBlanketPricing.cfm select fileProcessor from tbl_EAI_InboundFileProcessors with (nolock) where ownerId = and ownerType = and fileFormat = 'BLANKET_PRICING_TXT' insert into tbl_EAI_InboundFileProcessors ( ownerId, ownerType, fileName, fileProcessor, fileFormat, clientProcessEmail, fseProcessEmail, allowUpload, processingWindowStartHr24, processingWindowLengthHr ) values ( , , 'blanket_pricing\.txt', '/mstrQueries/utilityQueries/DataImport/BlanketPricing/fileProcessor.cfm', 'BLANKET_PRICING_TXT', 'teddie@fsenablers.com', 'brett@fsenablers.com', 'Y', 0, 24 ) update tbl_BID_Bids set bidStatus = 'TodoLines', linesConfirmed = 'N' where ownerId = and ownerType = and bidId = --->PKa¹5 5 PK-¥‰‘SÿÿÿÿÿÿÿÿBID/api/PKPK-7°qPÿÿÿÿÿÿÿÿBID/api/cfmod_buildBidList.cfm Showing #_recordCount##client.rowCount# of #_recordCount# [Show More] [Show All]
Status Bid # AgencyBid Name Release Opening Action
#bidStatusStruct.statusDisplay# #htmleditformat( bidNumber )##htmleditformat( bidNumber )# #htmleditformat( bidAgencyName )##htmleditformat( bidName )# #lsdateformat( releaseDate, "MM/DD/YYYY" )# #lsdateformat( bidOpeningDateTime, "MM/DD/YYYY")# #actionHTML#
[Show More]
PKØ!ßä44PK-7°qPÿÿÿÿÿÿÿÿ!BID/api/cfmod_getHistoricBids.cfm select blp.bidSkuId, blp.bidLineProductId, blp.bidLineId, blp.awarded,blp.mfrRef,blp.mfrAwardRef,blp.awardedDate,blp.quantityAmt,blp.quantityUM, blp.priceDeliveredRate, blp.priceFOBRate, blp.priceBillBackRate, blp.priceOffInvoiceRate, blp.termsOfAllowance,blp.termsOfAllowanceBegin, blp.terms, blp.guarantee,blp.termsOfGuarantee,blp.termsOfGuaranteeBegin, blp.pointOfOrigin,blp.newSpec,blp.alternateProduct,blp.comments,blp.bidLineProductStatus, blp.bidLineProductStatus2, blp.dateCreated,blp.createdBy,blp.dateModified,blp.modifiedBy,blp.awardedStatus, blp.awardedBidDstId, blp.awardedBidDstId2, blp.awardedPrice, blp.awardedUM, blp.awardedComments, blp.noAwardSKU, blp.noAwardPack, blp.noAwardMFR, blp.awardedOutsideDistributor, blp.awardedOutsideDistributor2, blp.priceUM, blp.awardedSubClassifier, blp.noAwardCompMFR, s.skuId, s.discontinued, case when s.skuId is null then bs.bidSku else s.sku end bidSku, case when s.skuId is null or bs.overrideDesc = 'Y' then bs.bidSkuDesc else s.skuDesc end bidSkuDesc, case when s.skuId is null or bs.overrideDesc = 'Y' then bs.bidPackSizeDesc else s.packSizeDesc end bidPackSizeDesc, bl.bidLineNumber, bl.bidLineDescription, bl.bidLineQtyAmt, bl.bidLineQtyUM, bl.bidId, blp.priceListId,blp.useListPrice, b.bidNumber, b.bidName, b.bidOpeningDateTime, b.bidStatus, b.deliveryStartDate, b.bidAgencyId, ba.bidAgencyName, bm.bidMfrId, coalesce( m.mfr_Name, bm.bidMfrName ) bidMfrName, bm.mfrId, bbm.mfrBidNumber, blp.sampleDelivered, blp.sampleDeliveredDate, blp.sampleComments, bl.sampleRequired, blp.commodityAllowanceRate, blp.commodityPassThroughRate, blp.commodityNetRate, blp.commUM, bs.bidComments skuComments, bs.includeCommentsOnQuote includeSkuCommentsOnQuote from tbl_BID_BidLineProducts blp with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.bidLineId = blp.bidLineId and bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType inner join tbl_BID_Skus bs with (nolock) on bs.bidSkuId = blp.bidSkuId and bs.ownerId = blp.ownerId inner join tbl_BID_Bids b with (nolock) on b.bidId = bl.bidId and b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.deleted <> 'Y' inner join tbl_BID_Manufacturers bm with (nolock) on bm.bidMfrId = bs.bidMfrId and bm.ownerId = bs.ownerId and bm.ownerType = bs.ownerType left outer join tbl_BID_BidManufacturers bbm with (nolock) on bbm.ownerId = bm.ownerId and bbm.ownerType = bm.ownerType and bbm.bidMfrId = bm.bidMfrId and bbm.bidId = b.bidId left outer join tblManufacturers m with (nolock) on m.mfr_id = bm.mfrId inner join tbl_BID_Agencies ba with (nolock) on ba.bidAgencyId = b.bidAgencyId and ba.ownerId = b.ownerId and ba.ownerType = b.ownerType left outer join tbl_PRD_Skus s with (nolock) on s.skuId = bs.skuId and s.ownerId = bs.ownerId where blp.ownerId = and blp.ownerType = and blp.bidSkuId = and ba.bidAgencyId = and bl.bidId <> and b.deliveryStartDate < select * from qmd_getBidHistories order by bidId desc select * from qmd_getBidHistories order by deliveryStartDate desc, bidId desc select * from qmd_getBidHistories where 1 = 2 PK>CÀ%%PK-°"SÿÿÿÿÿÿÿÿBID/app_controller.cfm PKE&vóóPK-¦‰‘Sÿÿÿÿÿÿÿÿ BID/batch/PKPK-¦‰‘SÿÿÿÿÿÿÿÿBID/batch/bidpricingapproved/PKPK-¦‰‘Sÿÿÿÿÿÿÿÿ&BID/batch/bidpricingapproved/includes/PKPK- °)Qÿÿÿÿÿÿÿÿ7BID/batch/bidpricingapproved/includes/inc_bidWebLog.cfm To: #qmd_user.email# Subject: #_subject# Message:
#bidName# #bidMfrName# products are approved.
#lsDateFormat( Now(), 'MM/DD/YYYY')# @ #lsTimeFormat( Now(), 'hh:mmtt')# EST
webLogAttrs.subjectId = bidId; webLogAttrs.subjectType = "BID"; webLogAttrs.comment = _webLogComment; webLogAttrs.postedBy = _memberId; webLogAttrs.ownerId = qmd_batch.ownerId; webLogAttrs.ownerType = qmd_batch.ownerType; webLogAttrs.datasource = attributes.datasource; webLogAttrs.title = "BCS Team: MFR Pricing Approved";
PK„¬_”PK-§‰‘Sÿÿÿÿÿÿÿÿ%BID/batch/bidpricingapproved/queries/PKPK- °)Qÿÿÿÿÿÿÿÿ<BID/batch/bidpricingapproved/queries/qmd_pricingApproved.cfm select b.bidId, b.bidNumber, b.bidName, m.bidMfrName, pTer.name, pTer.territoryId from tbl_BID_BidManufacturers bm with (nolock) inner join tbl_BID_Bids b with (nolock) on b.ownerId = bm.ownerId and b.ownerType = bm.ownerType and b.bidId = bm.bidId inner join tbl_BID_Agencies a with (nolock) on b.ownerId = a.ownerId and b.ownerType = a.ownerType and b.bidAgencyId = a.bidAgencyId inner join tbl_OPR_ClientOperators opr with (nolock) on a.ownerId = opr.ownerId and a.ownerType = opr.fsltablecode and a.partnerId = opr.operatorId inner join tbl_TER_Territories ter with (nolock) on opr.ownerId = ter.ownerId and opr.fsltablecode = ter.fsl_tablecode and opr.territoryId = ter.territoryId left outer join tbl_TER_Territories pTer with (nolock) on ter.ownerId = pTer.ownerId and ter.fsl_tablecode = pTer.fsl_tablecode and ter.parentTerritoryId = pTer.territoryId inner join tbl_BID_Manufacturers m with (nolock) on bm.ownerId = m.ownerId and bm.ownerType = m.ownerType and bm.bidMfrId = m.bidMfrId where bm.ownerId = and bm.ownerType = and cast( bm.pricingApprovedDate as date ) = cast( getDate() as date ) and bm.pricingApproved = 'Y' order by opr.territoryId, b.bidName, m.bidMfrName PKÐÆª¦ééPK-7°qPÿÿÿÿÿÿÿÿ/BID/batch/cfmod_bidDeliveryEndDateProcessor.cfm select b.broker_id ownerId, 'BRO' ownerType from tblBrokers b with (nolock) where exists ( select * from tbl_OPR_ProductStatus ps with (nolock) where ps.operatorId > 0 and ps.purchasingStatus = 'B' and ps.ownerId = b.broker_Id and ps.contracttype = 'BID' and ps.contractEnd < getDate() ) and b.broker_id = 14 select ps.contractId, ps.productStatusId, ps.operatorId, ps.contractEnd, opr.companyName, ps.skuId from tbl_OPR_ProductStatus ps with (nolock) inner join tbl_OPR_CLientOperators opr with (nolock) on opr.ownerId = ps.ownerId and opr.fsltablecode = ps.ownerType and opr.operatorId = ps.operatorId where ps.ownerId = and ps.ownerType = and ps.contractType = 'BID' and ps.purchasingStatus = 'B' and ps.contractEnd < getDate() order by ps.contractId select b.bidNumber, b.bidName, b.bidAgencyId, a.partnerId, a.partnerType, a.bidAgencyName, opr.companyName bidOperatorName, b.deliveryEndDate from tbl_BID_Bids b with (nolock) inner join tbl_BID_Agencies a with (nolock) on a.ownerId = b.ownerId and a.ownerType = b.ownerType and a.bidAgencyId = b.bidAgencyId and a.partnerType = 'OPR' inner join tbl_OPR_CLientOperators opr with (nolock) on opr.ownerId = a.ownerId and opr.fsltablecode = a.ownerType and opr.operatorId = a.partnerId where b.bidId = and b.ownerId = and b.ownerType = select * from qmd_productStatusRecords order by bidAgencyName, bidNumber, sortRank, companyName

The Delivery End Date has passed for the following Items that were marked "Buying". The purchasing status for these Items is now set to "Unknown"

AGENCY: #bidAgencyName#
BID: #htmleditformat( bidNumber )# - #htmleditformat( bidName )# (Delivery End Date - #lsdateformat( deliveryEndDate, "MM/DD/YYYY" )# )
OPERATOR: #htmleditformat( companyName )#&##160; select sku, skuDesc from tbl_PRD_Skus with (nolock) where ownerId = and fsl_tablecode = and skuId =
ITEM: #htmleditformat( qmd_skuLookup.sku )# - #htmleditformat( qmd_skuLookup.skuDesc )#
update tbl_OPR_ProductStatus set purchasingStatus = '?', updateTimeStamp = { fn now() }, updateUserId = -1, updateType = 'EAI', updateId = where ownerId = and ownerType = and productStatusId = PK/Ÿ`óÑÑPK- °*Qÿÿÿÿÿÿÿÿ/BID/batch/cfmod_bidPricingApprovedProcessor.cfm

Bids in Pricing Approved State

select groupId from tbl_SEC_Groups with (nolock) where ownerId = and fsl_tablecode = and categoryId = 792 and groupName like select fspro_userId from tbl_SEC_MemGrpLink with (nolock) where groupID =
#bidName#
select ws.portal_name from fsenablers..tbl_CUS_Websites ws with (nolock) where ws.portal_ownerId = and ws.portal_ownerType = #bidMfrName# products are approved.
#_emailBodyHTML4EmailDigest#

No results

PKp:»»PK-¨‰‘SÿÿÿÿÿÿÿÿBID/controller/PKPK-°ESÿÿÿÿÿÿÿÿ BID/controller/inc_ajaxviews.cfm select top 1 * from tbl_EAI_InboundBatches with (nolock) where ownerId = and ownerType = and fileFormat = 'BID_SPEC_TXT' and config like order by createTime desc #_ableToApprove#

#htmleditformat( qmd_distributor.notes )#

SELECT notesOverride FROM tbl_BID_ManufacturersOverride with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId =

#htmleditformat( qmd_bidManufacturerOverride.notesOverride )#

select *, 'N' approvalPending, upper( bidLineNumber ) blnSort, upper( bidSku ) bsSort from qmd_bidLineproducts order by blnSort, alternateProduct, bsSort SELECT *, 'N' approvalPending FROM qmd_bidLineProducts ORDER BY bidSku #_stockedItemStatus#
PKÀdÛóú]ú]PK-7°qPÿÿÿÿÿÿÿÿ#BID/controller/inc_displayViews.cfm

Developer Help

The current view "#request.view#" is not understood by the controller. Check the name of the view to be sure that it matches the view name within "#getCurrentTemplatePath()#"
PKQ)””PK-7°qPÿÿÿÿÿÿÿÿ BID/controller/inc_flexViews.cfm
#_flexContent#
PK´â0ttPK-7°qPÿÿÿÿÿÿÿÿ!BID/controller/inc_initialize.cfm Evaluate( "client.#request.applicationPrefix#_initialized = true" ); Evaluate( "session.#request.applicationPrefix#_initialized = true" ); Evaluate( "request.#request.applicationPrefix#_initialized = true" ); PK ÀEù ù PK-7°qPÿÿÿÿÿÿÿÿ!BID/controller/inc_javascript.cfm PKp™Œt°°PK-7°qPÿÿÿÿÿÿÿÿ"BID/controller/inc_optionViews.cfm Bid Management Report Center PK ›•€  PK-7°qPÿÿÿÿÿÿÿÿ*BID/controller/inc_updateCRMReferences.cfm select distinct bm.ownerId from tbl_BID_Manufacturers bm with (nolock) inner join tblBrokers b with (nolock) on b.broker_id = bm.ownerId where bm.ownerId > 0 and bm.ownerType = 'BRO' update bm set bm.bidMfrName = m.mfr_name from tbl_BID_Manufacturers bm inner join tblManufacturers m on m.MFR_ID = bm.mfrId where bm.bidMfrName <> m.MFR_NAME and bm.ownerId = and bm.ownerType = 'BRO' select distinct ba.ownerId from tbl_BID_Agencies ba with (nolock) inner join tblBrokers b with (nolock) on b.broker_id = ba.ownerId where ba.ownerId > 0 and ba.ownerType = 'BRO' update ba set ba.bidAgencyName = o.companyName, ba.bidAgencyCity = o.city, ba.bidAgencyState = o.state from tbl_BID_Agencies ba inner join tbl_OPR_ClientOperators o on o.operatorId = ba.partnerId and o.ownerId = ba.ownerId and o.fsltablecode = ba.ownerType where ( ba.bidAgencyName <> o.companyName or ba.bidAgencyCity <> o.city or ba.bidAgencyState <> o.State ) and ba.ownerId = and ba.ownerType = 'BRO' and ba.partnerType = 'OPR' PK€³^^PK-7°qPÿÿÿÿÿÿÿÿ#BID/controller/utl_fileshandler.cfm select subFolderId from tbl_FSC_SubFolders with (nolock) where subFolderCode = insert into tbl_FSC_SubFolders ( subFolderCode, subFolderURL, subFolderURL_ODD, subFolderSecureURL, subFolderInternalPath, subFolderDescription ) values( , 'http://doclibrary.com', 'http://doclibrary.com', 'http://www.appslibrary.com/assests', '\\fsefs01\FSL_DATA\FSLContent', 'Storage area for Bid Mgmt files' ) PK艪«ÆÆPK-7°qPÿÿÿÿÿÿÿÿ!BID/controller/utl_getHandler.cfm context = getPageContext(); // context.setFlushOutput(false); response = context.getResponse().getResponse(); out = response.getOutputStream(); response.setContentType(cfhttp.mimetype); response.setContentLength(arrayLen(cfhttp.filecontent)); out.write(cfhttp.filecontent); // out.flush(); // out.close(); PKÚدû û PK-7°qPÿÿÿÿÿÿÿÿ"BID/controller/utl_postHandler.cfm

Developer Help

The current do "#request.do#" is not understood by the controller. Check the name of the do to be sure that it matches the do name within "#getCurrentTemplatePath()#"
Evaluate( "request.#request.applicationPrefix#ActionHandled = true");
PK¯–ÌØ ! !PK-­‰‘Sÿÿÿÿÿÿÿÿ BID/devTools/PKPK-­‰‘SÿÿÿÿÿÿÿÿBID/devTools/adjustbid/PKPK-7°qPÿÿÿÿÿÿÿÿ(BID/devTools/adjustbid/act_updateBid.cfm update tbl_BID_Bids set bidAgencyId = where bidId = update tbl_BID_Bids set directDelivery = where bidId = PK¿ŒÑˆ°°PK-7°qPÿÿÿÿÿÿÿÿ$BID/devTools/adjustbid/adjustBid.cfm
Search Bid Name or ID:
select * from tbl_BID_Bids with (nolock) where bidName like or bidId =
[#bidId#] #bidName# (#bidNumber#) select broker_name from tblBrokers where broker_id = (#qmd_broker.broker_name#)
 
PKíöÞK K PK-7°qPÿÿÿÿÿÿÿÿ$BID/devTools/adjustbid/updateBid.cfm select * from tbl_BID_Bids where bidId =

#qmd_bid.bidName# (#qmd_bid.bidNumber#)

Agency: select * from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = order by bidAgencyName UPDATED!
Direct Bid: Yes No UPDATED!
 
Start Over
PK½í½­ ­ PK-¯‰‘Sÿÿÿÿÿÿÿÿ BID/devTools/Bid_Data_Importers/PKPK-¯‰‘Sÿÿÿÿÿÿÿÿ+BID/devTools/Bid_Data_Importers/BectonData/PKPK-7°qPÿÿÿÿÿÿÿÿFBID/devTools/Bid_Data_Importers/BectonData/import_beckton_agencies.cfm INSERT INTO tbl_BID_Agencies(OwnerID, OwnerType, partnerType, BidAgencyName, BidAgencyCity, BidAgencyState, LoadSource) SELECT #variables.ownerid#, '#variables.ownerType#', 'OPR', Name, City, ST, rowid FROM zz_tmp_Estreet_Elite_BecktonBidOperators INSERT INTO tbl_BID_Agencies(OwnerID, OwnerType, partnerType, BidAgencyName, BidAgencyCity, BidAgencyState, LoadSource) SELECT #variables.ownerid#, '#variables.ownerType#', 'OPR', Name, City, ST, rowid FROM zz_tmp_Estreet_Elite_BecktonBidOperators INSERT INTO tbl_BID_Agencies(OwnerID, OwnerType, partnerType, BidAgencyName, BidAgencyCity, BidAgencyState, LoadSource) SELECT #variables.ownerid#, '#variables.ownerType#', 'OPR', Name, City, ST, rowid FROM zz_tmp_Estreet_Elite_BecktonBidOperators PKQ~ëùññPK-7°qPÿÿÿÿÿÿÿÿBBID/devTools/Bid_Data_Importers/BectonData/import_beckton_data.cfm INSERT INTO tbl_Bid_bids( ownerid, ownerType, bidName, bidComments, bidOpeningDateTime, bidNumber, dateCreated ) SELECT DISTINCT #variables.ownerID#, '#variables.ownerType#', instbid, comt1, [open], [bid ##], getDate() FROM z_tmp_EliteBidData_FSPBIDS WHERE [open] >= dateadd(m,-18,getDate()) AND institem IS NOT NULL INSERT INTO tbl_Bid_agencies( ownerid, ownerType, bidAgencyNAme, dateCreated, partnerType ) SELECT DISTINCT #variables.ownerID#, '#variables.ownerType#', [operator name], getdate(), 'OPR' FROM z_tmp_EliteBidData_FSPBIDS WHERE [open] >= dateadd(m,-18,getDate()) AND institem IS NOT NULL UPDATE agencies SET partnerid = opr.operatorid, bidagencyCity = opr.city, bidagencyState = opr.state FROM tbl_Bid_agencies agencies INNER JOIN tbl_OPR_ClientOperators opr ON opr.companyname = bidagencyName WHERE opr.ownerid = #variables.ownerID# AND opr.fsltableCode = '#variables.ownerType#' AND (agencies.partnerid = 0 OR agencies.partnerid IS NULL) AND agencies.partnerType = 'OPR' UPDATE b SET bidAgencyID = ba.bidAgencyID FROM tbl_BID_BIDS b INNER JOIN z_tmp_EliteBidData_FSPBIDS x ON (b.BidName = x.instbid AND b.bidnumber = x.[bid ##]) INNER JOIN tbl_BID_Agencies ba ON (ba.bidAgencyName = x.[operator name]) WHERE b.ownerid = AND b.ownerType = AND ba.ownerid = AND ba.ownerType = INSERT INTO tbl_BID_Manufacturers(ownerid, ownerType, bidMfrName, dateCreated, mfrid, bidmfrcity, bidmfrstate) SELECT DISTINCT #variables.ownerID#, '#variables.ownerType#',mfr.mfr_name, getDate(), mfr.mfr_id, mfr.city, mfr.state FROM [FSLibrary_RPC].[dbo].[z_tmp_EliteBidData_FSPBIDS] x LEFT OUTER JOIN tbl_IMPORT_Aliases a ON (rtrim(x.mfr) = a.alias and objectType = 'MFRID') LEFT OUTER JOIN tblManufacturers mfr ON a.objectid = mfr.mfr_id INSERT INTO tbl_BID_Distributors(ownerid, ownerType, bidDstName,datecreated, cdr_recordID, bidDstCity, bidDstState) SELECT DISTINCT #variables.ownerID#,'#variables.ownerType#',customer, getDAte(), cdr.cdr_recordid, cdr.cdr_dstcity, cdr_dststate FROM z_tmp_EliteBidData_FSPBIDSDIST LEFT OUTER JOIN tbl_CDR_Distributors cdr ON (customer = cdr.cdr_dstcode AND cdr.ownerid = #variables.ownerID# AND cdr.fsl_tableCode = '#variables.ownerType#') SELECT * FROM z_tmp_EliteBidData_FSPBIDS x INNER JOIN tbl_Bid_Bids b ON (b.bidNumber = x.[bid ##]) WHERE [open] >= dateadd(m,-18,getDate()) AND institem IS NOT NULL ORDER BY [bid ##] INSERT INTO tbl_BID_BidLines( ownerid, ownerType, bidID, bidLineNumber, bidLineDescription, bidLineQtyAmt, bidLineQtyUM, dateCreated, sampleRequired, AwardedPrice) VALUES ( , , , , , , , getDate(), , ) SELECT BidLineID = @@IDENTITY; INSERT INTO tbl_BID_BidLineProducts( OwnerID, OwnerType, bidLineID, bidSkuId, bidProductCode, Awarded, mfrAwardRef, awardedDate, quantityAmt, deliveryPrice, pointOfOrigin ) VALUES ( , , , , 0, , , , , , ) PK皔þQQPK-7°qPÿÿÿÿÿÿÿÿEBID/devTools/Bid_Data_Importers/BectonData/import_Becton_agencies.cfm INSERT INTO tbl_BID_Agencies(OwnerID, OwnerType, partnerType, BidAgencyName, LoadSource) SELECT #variables.ownerid#, '#variables.ownerType#', 'OPR', [OPERATOR NAME], min(rowid) RowID FROM zz_tmp_SynergyBidDataAllData a LEFT OUTER JOIN tbl_BID_Agencies b ON (b.BidAgencyName = [OPERATOR NAME] AND b.ownerid = AND b.ownerType = ) WHERE b.bidAgencyID IS NULL GROUP BY [OPERATOR NAME] INSERT INTO tbl_BID_Manufacturers(ownerid, ownerType, bidmfrname, dateCreated, LoadSource) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', MFR, getdate(), min(rowid) RowID FROM zz_tmp_SynergyBidDataAllData a LEFT OUTER JOIN tbl_BID_Manufacturers b ON (b.BidMFRName = a.MFR AND b.ownerid = AND b.ownerType = ) WHERE b.BidMfrID IS NULL GROUP BY MFR SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', MFR, product, b.bidMfrID FROM zz_tmp_SynergyBidDataAllData a INNER JOIN tbl_BID_Manufacturers b ON (b.BidMFRName = a.MFR AND b.ownerid = AND b.ownerType = ) LEFT OUTER JOIN tbl_BID_Skus s ON (s.bidmfrid = b.bidmfrID) WHERE s.bidskuid IS NULL INSERT INTO tbl_BID_Skus(ownerid, ownerType, bidSku, bidMfrID) VALUES ( , , , ); SELECT NewSkuID = @@IDENTITY UPDATE zz_tmp_SynergyBidDataAllData SET fsl_BidSkuID = WHERE mfr = AND product = INSERT INTO tbl_BID_Distributors(ownerid, ownerType, bidDstName, dateCreated, LoadSource) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', AWARD, getdate(), min(RowID) RowID FROM zz_tmp_SynergyBidDataAllData a LEFT OUTER JOIN tbl_BID_Distributors b ON (b.BidDSTName = a.Award AND b.ownerid = AND b.ownerType = ) WHERE b.biddstid IS NULL AND nullif(AWARD,'') IS NOT NULL GROUP BY AWARD UPDATE tmp SET FSL_BidAgencyID = a.BidAgencyID FROM zz_tmp_SynergyBidDataAllData tmp INNER JOIN tbl_BID_Agencies a ON (a.BidAgencyName = tmp.[OPERATOR NAME]) WHERE a.ownerid = AND a.ownerType = UPDATE tmp SET FSL_BidMFRID = a.BidMFRID FROM zz_tmp_SynergyBidDataAllData tmp INNER JOIN tbl_BID_Manufacturers a ON (a.bidmfrname = tmp.MFR) WHERE a.ownerid = AND a.ownerType = UPDATE tmp SET FSL_BidDstID = a.BidDstID FROM zz_tmp_SynergyBidDataAllData tmp INNER JOIN tbl_BID_Distributors a ON (a.bidDstname = tmp.AWARD) WHERE a.ownerid = AND a.ownerType = PK:?t„œœPK-7°qPÿÿÿÿÿÿÿÿABID/devTools/Bid_Data_Importers/BectonData/import_Becton_data.cfm SELECT DISTINCT '#variables.ownerID#', '#variables.ownerType#', instbid, [open] OpenDate, Stop as StopDate, start as startdate, [bid ##] AS BidID, fsl_bidagencyid FROM zz_tmp_SynergyBidDataAllData GROUP BY instbid, note, [open], [bid ##], Stop, start, fsl_bidagencyid INSERT INTO tbl_Bid_bids( ownerid, ownerType, bidName, bidOpeningDateTime, bidNumber, dateCreated, ReleaseDate, deliveryStartDate, bidAgencyId ) VALUES (, , , , , getDate(), , , ) SELECT NewBidID = @@IDENTITY UPDATE zz_tmp_SynergyBidDataAllData SET FSL_BidID = WHERE [bid ##] = SELECT DISTINCT [bid ##] as BidNum, fsl_BidID, #variables.ownerid#, '#variables.ownerType#', institem, quantity1, uom1, getDate(), sample = CASE WHEN sample = '0' then 'N' WHEN sample = '1' then 'Y' END FROM zz_tmp_SynergyBidDataAllData; INSERT INTO tbl_BID_BidLines(ownerid, ownerType, bidLineDescription, bidLineQtyAmt, bidLineQtyUM, datecreated, sampleRequired, bidid) VALUES( , , , , , getDate(), , ) SELECT NewBidLineID = @@IDENTITY UPDATE zz_tmp_SynergyBidDataAllData SET FSL_BidLineID = WHERE [bid ##] = AND institem = SELECT DISTINCT * FROM zz_tmp_SynergyBidDataAllData WHERE nullif(Product,'') IS NOT NULL INSERT INTO tbl_BID_BidLineProducts(ownerid, ownerType, bidLineId, awarded, quantityAmt, quantityUM, pointOfOrigin, comments, priceDeliveredRate, priceFobRate, sourceBidLineProductId, bidSkuId ) VALUES (, , , , , , , , , , , ) SELECT NewBidLineProdID = @@IDENTITY UPDATE zz_tmp_SynergyBidDataAllData SET FSL_BidLinkProdID = WHERE rowID = INSERT INTO tbl_BID_BidLineProductDistributors(ownerid, ownerType, bidLineProductID, BidDstID) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', a.FSL_BidLinkProdID, a.fsl_BidDstID FROM zz_tmp_SynergyBidDataAllData a LEFT OUTER JOIN tbl_BID_Distributors b ON (b.BidDSTName = a.Award) INNER JOIN zz_tmp_SynergyBidDataISABIDSDIST dst ON a.[bid ##] = dst.[bid ##] AND a.award = dst.customer INSERT INTO tbl_BID_BidDistributors(ownerid, ownerType, bidDstID, bidID) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', fsl_biddstid, fsl_bidID FROM zz_tmp_SynergyBidDataAllData a WHERE bidDstID IS NOT NULL PK’tfÚÎÎPK-±‰‘Sÿÿÿÿÿÿÿÿ9BID/devTools/Bid_Data_Importers/BectonData_oldDataFormat/PKPK-7°qPÿÿÿÿÿÿÿÿTBID/devTools/Bid_Data_Importers/BectonData_oldDataFormat/import_beckton_agencies.cfm INSERT INTO tbl_BID_Agencies(OwnerID, OwnerType, partnerType, BidAgencyName, BidAgencyCity, BidAgencyState, LoadSource) SELECT #variables.ownerid#, '#variables.ownerType#', 'OPR', Name, City, ST, rowid FROM zz_tmp_Estreet_Elite_BecktonBidOperators PKD­«ä!!PK-7°qPÿÿÿÿÿÿÿÿPBID/devTools/Bid_Data_Importers/BectonData_oldDataFormat/import_beckton_data.cfm INSERT INTO tbl_Bid_bids( ownerid, ownerType, bidName, bidComments, bidOpeningDateTime, bidNumber, dateCreated ) SELECT DISTINCT #variables.ownerID#, '#variables.ownerType#', instbid, comt1, [open], [bid ##], getDate() FROM z_tmp_EliteBidData_FSPBIDS WHERE [open] >= dateadd(m,-18,getDate()) AND institem IS NOT NULL INSERT INTO tbl_Bid_agencies( ownerid, ownerType, bidAgencyNAme, dateCreated, partnerType ) SELECT DISTINCT #variables.ownerID#, '#variables.ownerType#', [operator name], getdate(), 'OPR' FROM z_tmp_EliteBidData_FSPBIDS WHERE [open] >= dateadd(m,-18,getDate()) AND institem IS NOT NULL UPDATE agencies SET partnerid = opr.operatorid, bidagencyCity = opr.city, bidagencyState = opr.state FROM tbl_Bid_agencies agencies INNER JOIN tbl_OPR_ClientOperators opr ON opr.companyname = bidagencyName WHERE opr.ownerid = #variables.ownerID# AND opr.fsltableCode = '#variables.ownerType#' AND (agencies.partnerid = 0 OR agencies.partnerid IS NULL) AND agencies.partnerType = 'OPR' UPDATE b SET bidAgencyID = ba.bidAgencyID FROM tbl_BID_BIDS b INNER JOIN z_tmp_EliteBidData_FSPBIDS x ON (b.BidName = x.instbid AND b.bidnumber = x.[bid ##]) INNER JOIN tbl_BID_Agencies ba ON (ba.bidAgencyName = x.[operator name]) WHERE b.ownerid = AND b.ownerType = AND ba.ownerid = AND ba.ownerType = INSERT INTO tbl_BID_Manufacturers(ownerid, ownerType, bidMfrName, dateCreated, mfrid, bidmfrcity, bidmfrstate) SELECT DISTINCT #variables.ownerID#, '#variables.ownerType#',mfr.mfr_name, getDate(), mfr.mfr_id, mfr.city, mfr.state FROM [FSLibrary_RPC].[dbo].[z_tmp_EliteBidData_FSPBIDS] x LEFT OUTER JOIN tbl_IMPORT_Aliases a ON (rtrim(x.mfr) = a.alias and objectType = 'MFRID') LEFT OUTER JOIN tblManufacturers mfr ON a.objectid = mfr.mfr_id INSERT INTO tbl_BID_Distributors(ownerid, ownerType, bidDstName,datecreated, cdr_recordID, bidDstCity, bidDstState) SELECT DISTINCT #variables.ownerID#,'#variables.ownerType#',customer, getDAte(), cdr.cdr_recordid, cdr.cdr_dstcity, cdr_dststate FROM z_tmp_EliteBidData_FSPBIDSDIST LEFT OUTER JOIN tbl_CDR_Distributors cdr ON (customer = cdr.cdr_dstcode AND cdr.ownerid = #variables.ownerID# AND cdr.fsl_tableCode = '#variables.ownerType#') SELECT * FROM z_tmp_EliteBidData_FSPBIDS x INNER JOIN tbl_Bid_Bids b ON (b.bidNumber = x.[bid ##]) WHERE [open] >= dateadd(m,-18,getDate()) AND institem IS NOT NULL ORDER BY [bid ##] INSERT INTO tbl_BID_BidLines( ownerid, ownerType, bidID, bidLineNumber, bidLineDescription, bidLineQtyAmt, bidLineQtyUM, dateCreated, sampleRequired, AwardedPrice) VALUES ( , , , , , , , getDate(), , ) SELECT BidLineID = @@IDENTITY; INSERT INTO tbl_BID_BidLineProducts( OwnerID, OwnerType, bidLineID, bidSkuId, bidProductCode, Awarded, mfrAwardRef, awardedDate, quantityAmt, deliveryPrice, pointOfOrigin ) VALUES ( , , , , 0, , , , , , ) PK皔þQQPK-²‰‘Sÿÿÿÿÿÿÿÿ(BID/devTools/Bid_Data_Importers/eStreet/PKPK-7°qPÿÿÿÿÿÿÿÿ?BID/devTools/Bid_Data_Importers/eStreet/import_eStreet_data.cfm DELETE FROM tbl_BID_Manufacturers WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' DELETE FROM tbl_BID_BidManufacturers WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' DELETE FROM tbl_BID_Skus WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' DELETE FROM tbl_BID_Distributors WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' DELETE FROM tbl_BID_BidDistributors WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' DELETE FROM tbl_BID_Agencies WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' DELETE FROM tbl_BID_Bids WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' DELETE FROM tbl_BID_BidLines WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' DELETE FROM tbl_BID_BidLineProducts WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' DELETE FROM tbl_BID_BidLineProductDistributors WHERE ownerID = #variables.ownerid# AND ownerType ='#variables.ownerType#' INSERT INTO tbl_BID_Manufacturers(ownerid, ownerType, bidmfrname, dateCreated, mfrid, bidmfrCity, bidmfrState, LoadSource) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#',prnnam, getDate(), null, prnCity, prnState, PrinID FROM zz_tmp_Estreet_Elite_Principal x --LEFT OUTER JOIN tblManufacturers mfr ON PrnNam = mfr.mfr_name --LEFT OUTER JOIN tbl_BRO_Principals bp ON mfr.mfr_id = bp.mfrid AND bp.ownerid = #variables.ownerid# AND bp.ownerType = '#variables.ownerType#' --LEFT OUTER JOIN tbl_BID_Manufacturers bmfr ON (x.prnnam = bmfr.bidmfrname) --WHERE bmfr.bidMfrID IS NULL INSERT INTO tbl_BID_Skus(ownerid, ownerType, bidMfrId, bidSku, bidSkuDesc, dateCreated, skuid, bidPackSizeDesc) SELECT #variables.ownerid#, '#variables.ownerType#', mfr.BidmfrId, ProdMfgrCode, proddesc, getDate(), null, packdesc FROM zz_tmp_Estreet_Elite_Product r INNER JOIN zz_tmp_Estreet_Elite_Principal p ON (r.prinID = p.prinID) INNER JOIN tbl_BID_Manufacturers mfr ON p.PrinID = mfr.LoadSource -- LEFT OUTER JOIN tbl_PRD_Skus sku ON (sku.sku = prodmfgrCode AND r.prodDesc = sku.sku AND sku.ownerid = #variables.ownerid# AND sku.fsl_tableCode = '#variables.ownerType#' and sku.inactive = 0) -- LEFT OUTER JOIN tbl_BID_Skus bs ON (bs.bidSku = r.prodmfgrCode) WHERE NULLIF(proddesc,'') IS NOT NULL -- AND bs.bidskuid IS NULL INSERT INTO tbl_BID_Distributors(ownerid, ownerType, cdr_recordID, bidDstName, bidDstCity, bidDstState, dateCreated, LoadSource) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', null, distName, distCity, distState, getDate(), DistID FROM zz_tmp_Estreet_Elite_Distributors d -- LEFT OUTER JOIN tbl_CDR_Distributors cdr ON (d.distName = cdr.cdr_dstName and cdr.ownerid = #variables.ownerid# AND cdr.fsl_tableCode = '#variables.ownerType#') -- LEFT OUTER JOIN tbl_BID_Distributors bd ON (bd.bidDstName = d.distName) --WHERE bd.bidDstName IS NULL INSERT INTO tbl_BID_Agencies(ownerid, ownerType, bidAgencyName, bidAgencyCity, bidAgencyState, partnerID, PartnerType, dateCreated, LoadSource) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', opname, opcity, opState, null, 'OPR', getDate(), bh.operid FROM zz_tmp_Estreet_Elite_Operators o INNER JOIN zz_tmp_Estreet_Elite_BidHeader bh ON (bh.operid = o.operid) WHERE BidOpening >= dateadd(m,-18,getDate()) INSERT INTO tbl_BID_Bids(ownerid, ownerType, BidName, BidOpeningDateTime, ReleaseDate, bidNumber, dateCreated, bidAgencyID, deliveryStartDate, deliveryEndDate, bidStatus, Archive, LoadSource, linesConfirmed ) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', bidDesc, BidOpening, BidRequestRecvd, OperatorBidNbr, getDate(), ba.bidAgencyID, deliveryFrom, deliveryTo, 'Archived', 'Y', bh.bidid, 'Y' FROM zz_tmp_Estreet_Elite_BidHeader bh INNER JOIN zz_tmp_Estreet_Elite_Operators o ON (bh.operid = o.operid) INNER JOIN tbl_BID_Agencies ba ON (ba.LoadSource = o.operid) LEFT OUTER JOIN tbl_BID_Bids bid ON (bh.bidDesc = bid.BidName) WHERE BidOpening >= dateadd(m,-18,getDate()) and bid.bidid IS NULL INSERT INTO tbl_BID_BidLines(ownerid, ownerType, BidLineNumber, bidLineDescription, brandRequirements, bidLineQtyAmt, bidLineQtyUM, datecreated, sampleRequired, sampleComments, bidid, LoadSource) SELECT #variables.ownerid#, '#variables.ownerType#', linenbr, proddesc, nullif( specification, '' ) specification, reqQty, reqUM, getDate(), sample = CASE WHEN sampleReqd = 'False' then 'N' WHEN sampleReqd = 'True' then 'Y' END , bri.sampleText , bid.bidid , bidRequestedITemID FROM zz_tmp_Estreet_Elite_BidRequestedItem bri INNER JOIN zz_tmp_Estreet_Elite_BidHeader bh ON bri.bidid = bh.bidid INNER JOIN tbl_BID_Bids bid ON bid.LoadSource = bh.bidid --LEFT OUTER JOIN tbl_BID_BidLines bl ON bl.bidLineDescription = bri.proddesc WHERE BidOpening >= dateadd(m,-18,getDate()) --AND bl.bidLineDescription IS NULL INSERT INTO tbl_BID_BidLineProducts(ownerid, ownerType, bidLineID, BidSkuID, quantityAmt, quantityUM, priceAmt, priceUM, pricingType, priceQualifier, pointoforigin, bidLineProductStatus) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', bl.bidLineID, s.BidSkuID, bidQty, BidUM , CASE WHEN CAST(nullif(delivPrice,'') AS float) <> 0.0 THEN CAST(nullif(delivPrice,'') AS float) WHEN CAST(nullif(allowance,'') AS float) <> 0.0 THEN CAST(nullif(allowance,'') AS float) ELSE 0.0 END AS priceAmt , BidUM AS priceUM , CASE WHEN CAST(nullif(delivPrice,'') AS float) <> 0.0 THEN 'P' WHEN CAST(nullif(allowance,'') AS float) <> 0.0 THEN 'A' ELSE '?' END AS PricingType , CASE WHEN CAST(nullif(delivPrice,'') AS float) <> 0.0 THEN 'Delivery' WHEN CAST(nullif(allowance,'') AS float) <> 0.0 THEN CASE WHEN AllowanceType = 'B' THEN 'BillBack' ELSE '??' END ELSE '??' END AS priceQualifier , pointoforigin , CASE WHEN CAST(nullif(delivPrice,'') AS float) <> 0.0 THEN 'A' WHEN CAST(nullif(allowance,'') AS float) <> 0.0 THEN 'A' ELSE 'P' END AS bidLineProductStatus FROM zz_tmp_Estreet_Elite_BidProduct bp INNER JOIN zz_tmp_Estreet_Elite_BidRequestedItem bri ON (bp.bidRequestedITemID = bri.bidRequestedITemID) INNER JOIN tbl_BID_BidLines bl ON ( bl.LoadSource = bri.bidRequestedITemID) INNER JOIN zz_tmp_Estreet_Elite_Product prd ON (prd.prodid = bp.prodid) INNER JOIN tbl_BID_Skus s ON prd.ProdMfgrCode = s.bidsku AND prd.proddesc = s.bidSkuDesc WHERE s.ownerid = #variables.ownerid# AND s.ownerType = '#variables.ownerType#' --AND 0 = (SELECT Count(*) FROM tbl_BID_BidLineProducts blp WHERE blp.bidLineID = bl.bidLineID AND bidSkuID = s.BidSkuID) INSERT INTO tbl_BID_BidLineProductDistributors(ownerid, ownerType, bidLineProductid, bidDstID) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', blp.bidLineProductid, bdst.biddstid from zz_tmp_Estreet_Elite_BidHeader bh INNER JOIN zz_tmp_Estreet_Elite_BidRequestedItem bri ON (bh.bidid = bri.bidid) INNER JOIN zz_tmp_Estreet_Elite_BidProduct bp ON (bri.BidRequestedItemID = bp.BidRequestedItemID) INNER JOIN zz_tmp_Estreet_Elite_BidResult br ON (br.BidRequestedItemID = bp.BidRequestedItemID) INNER JOIN zz_tmp_Estreet_Elite_Distributors edst ON (edst.distid = br.distid) INNER JOIN tbl_BID_Distributors bdst ON (bdst.LoadSource = edst.distID) INNER JOIN tbl_BID_BidLines bl ON ( bl.LoadSource = bri.bidRequestedITemID) INNER JOIN tbl_BID_BidLineProducts blp ON ( blp.BidLineID = bl.BidLineID) WHERE bh.BidOpening >= dateadd(m,-18,getDate()) AND bdst.ownerid = #variables.ownerid# AND bdst.ownerType = '#variables.ownerType#' --AND 0 = (SELECT Count(*) FROM tbl_BID_BidLineProductDistributors tmp1 WHERE tmp1.bidLineProductid = bl.LoadSource AND tmp1.bidDstID = bdst.bidDstID) INSERT INTO tbl_BID_BidManufacturers(ownerid, ownerType, bidMfrID, BidID) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', m.bidMfrid, bp.bidid FROM tbl_BID_Manufacturers m INNER JOIN tbl_BID_SKUS s ON (m.bidmfrid = s.bidmfrid) INNER JOIN tbl_BID_BidLineProducts bpl ON (s.bidSkuID = bpl.bidSkuID) INNER JOIN tbl_BID_BidLines bp ON (bp.bidlineid = bpl.bidlineid) --LEFT OUTER JOIN tbl_BID_BidManufacturers tmp1 ON (tmp1.bidmfrid = m.bidmfrid) WHERE m.ownerid = #variables.ownerid# AND m.ownerType = '#variables.ownerType#' --AND tmp1.bidMfrID IS NULL INSERT INTO tbl_BID_BidDistributors(ownerid, ownerType, bidDstID, BidID, autoLinkNewProducts) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', d.biddstid, bl.bidid, 'N' FROM tbl_BID_Distributors d INNER JOIN tbl_BID_BidLineProductDistributors blpd ON (d.biddstid = blpd.biddstid) INNER JOIN tbl_BID_BidLineProducts blp ON (blp.bidLineProductID = blpd.bidLineProductID) INNER JOIN tbl_BID_BidLines bl ON (bl.bidlineid = blp.bidlineid) LEFT OUTER JOIN tbl_BID_BidDistributors tmp1 ON (tmp1.biddstid = d.biddstid) WHERE d.ownerid = #variables.ownerid# AND d.ownerType = '#variables.ownerType#' AND tmp1.biddstid IS NULL INSERT INTO tbl_BID_BidDistributors(ownerid, ownerType, bidDstID, BidID, autoLinkNewProducts) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', bdst.biddstid, bid.bidid, 'N' from zz_tmp_Estreet_Elite_BidHeader bh INNER JOIN zz_tmp_Estreet_Elite_BidDistributor bd ON (bh.bidid = bd.bidid) INNER JOIN zz_tmp_Estreet_Elite_Distributors edst ON (edst.distid = bd.distid) INNER JOIN tbl_BID_Distributors bdst ON (bdst.LoadSource = edst.distID) INNER JOIN tbl_BID_Bids bid ON (bid.bidNumber = bh.bidid) --LEFT OUTER JOIN tbl_BID_BidDistributors tmp1 ON (tmp1.biddstid = bdst.biddstid) WHERE BidOpening >= dateadd(m,-18,getDate()) AND bdst.ownerid = #variables.ownerid# AND bdst.ownerType = '#variables.ownerType#' --AND tmp1.biddstid IS NULL DELETE a FROM tbl_BID_Agencies a LEFT OUTER JOIN tbl_BID_Bids b ON (b.bidAgencyID = a.bidAgencyID) WHERE a.ownerid = #variables.ownerid# AND a.ownerType = '#variables.ownerType#' AND b.bidAgencyID IS NULL DELETE a FROM tbl_BID_Distributors a LEFT OUTER JOIN tbl_BID_BidDistributors b ON (b.bidDstID = a.bidDstID) WHERE a.ownerid = #variables.ownerid# AND a.ownerType = '#variables.ownerType#' AND b.bidDstID IS NULL DELETE s FROM tbl_BID_Skus s LEFT OUTER JOIN tbl_BID_BidLineProducts b ON (b.bidSkuID = s.bidSkuID) WHERE s.ownerid = #variables.ownerid# AND s.ownerType = '#variables.ownerType#' AND b.bidLineProductid IS NULL DELETE a FROM tbl_BID_Manufacturers a LEFT OUTER JOIN tbl_BID_BidManufacturers b ON (b.bidMfrID = a.bidMfrID) WHERE a.ownerid = #variables.ownerid# AND a.ownerType = '#variables.ownerType#' AND b.bidMfrID IS NULL UPDATE b set b.bidCycleDate = case when eb.bidCycle = 'A' then DATEADD( month, 12, b.releaseDate ) when eb.bidCycle = 'M' then DATEADD( month, 1, b.releaseDate ) when eb.bidCycle = 'S' then DATEADD( month, 6, b.releaseDate ) when eb.bidCycle = 'Q' then DATEADD( month, 3, b.releaseDate ) when eb.bidCycle = 'T' then DATEADD( month, 4, b.releaseDate ) end, b.bidCycleFrequency = case when eb.bidCycle = 'A' then 'Y' when eb.bidCycle = 'M' then 'M' when eb.bidCycle = 'S' then 'S' when eb.bidCycle = 'Q' then 'Q' when eb.bidCycle = 'T' then 'T' end from tbl_BID_Bids b inner join zz_tmp_Estreet_Elite_BidHeader eb on eb.bidId = b.loadSource where b.ownerId = #variables.ownerid# and b.ownerType = 'BRO' and eb.bidCycle <> '#variables.ownerType#' and datediff( month, b.releaseDate, GETDATE() ) <= 18 INSERT INTO tbl_BID_AttributeLinks( ownerid, ownerType, mstrAttrbId, mstrAttrbTypeId, childAttrbId, childAttrbTypeId) SELECT '#variables.ownerid#', '#variables.ownerType#', 2, bl.BidLineID, 1, 1 FROM zz_tmp_Estreet_Elite_BidRequestedItem bri INNER JOIN tbl_BID_BidLines bl ON (bl.LoadSource = bri.bidRequestedITemID) WHERE bri.LabelUSDA <> 'False' INSERT INTO tbl_BID_AttributeLinks( ownerid, ownerType, mstrAttrbId, mstrAttrbTypeId, childAttrbId, childAttrbTypeId) SELECT '#variables.ownerid#', '#variables.ownerType#', 2, bl.BidLineID, 1, 2 FROM zz_tmp_Estreet_Elite_BidRequestedItem bri INNER JOIN tbl_BID_BidLines bl ON (bl.LoadSource = bri.bidRequestedITemID) WHERE bri.LabelIQF <> 'False' INSERT INTO tbl_BID_AttributeLinks( ownerid, ownerType, mstrAttrbId, mstrAttrbTypeId, childAttrbId, childAttrbTypeId) SELECT '#variables.ownerid#', '#variables.ownerType#', 2, bl.BidLineID, 1, 3 FROM zz_tmp_Estreet_Elite_BidRequestedItem bri INNER JOIN tbl_BID_BidLines bl ON (bl.LoadSource = bri.bidRequestedITemID) WHERE bri.LabelPUFI <> 'False' INSERT INTO tbl_BID_AttributeLinks( ownerid, ownerType, mstrAttrbId, mstrAttrbTypeId, childAttrbId, childAttrbTypeId) SELECT '#variables.ownerid#', '#variables.ownerType#', 2, bl.BidLineID, 1, 4 FROM zz_tmp_Estreet_Elite_BidRequestedItem bri INNER JOIN tbl_BID_BidLines bl ON (bl.LoadSource = bri.bidRequestedITemID) WHERE bri.LabelSS <> 'False' INSERT INTO tbl_BID_AttributeLinks( ownerid, ownerType, mstrAttrbId, mstrAttrbTypeId, childAttrbId, childAttrbTypeId) SELECT '#variables.ownerid#', '#variables.ownerType#', 2, bl.BidLineID, 1, 5 FROM zz_tmp_Estreet_Elite_BidRequestedItem bri INNER JOIN tbl_BID_BidLines bl ON (bl.LoadSource = bri.bidRequestedITemID) WHERE bri.LabelCN <> 'False' PK³Ìël|A|APK-²‰‘Sÿÿÿÿÿÿÿÿ'BID/devTools/Bid_Data_Importers/winBid/PKPK-7°qPÿÿÿÿÿÿÿÿDBID/devTools/Bid_Data_Importers/winBid/import_mergeDuplicateSkus.cfm SELECT * FROM tbl_Bid_Skus o INNER JOIN ( select bidSku, bidmfrid--, count(bidSkuid) from tbl_Bid_Skus where ownerid = and ownerType = GROUP BY bidSku, bidmfrid having count(bidSkuid) > 1 --Order by count(bidSkuid) desc ) x ON o.bidSku = x.bidsku AND o.bidmfrid = x.bidmfrid where o.ownerid = and o.ownerType = Order BY o.bidmfrid, o.bidSku
bidSkuID bidMfrID bidSku bidSkudesc bidPackSizeDesc  
checked="checked" />
UPDATE tbl_BID_BidLineProducts SET BidSkuID = WHERE BidSkuID = AND ownerID = AND ownerType = UPDATE tbl_BID_PriceListPrices SET BidSkuID = WHERE BidSkuID = AND ownerID = AND ownerType = UPDATE tbl_BID_Skus SET ownerID = -ownerID, ownerType = 'BRX' WHERE BidSkuID = AND ownerID = AND ownerType =

Merge Complete!

PKxCa:££PK-7°qPÿÿÿÿÿÿÿÿQBID/devTools/Bid_Data_Importers/winBid/import_Supplemental BidProductLineData.cfm ALTER TABLE zz_tmp_WB_ProdBid ADD FSL_BidProductLineid int NULL UPDATE tmp SET tmp.FSL_BidProductLineid = blp.bidlineproductid FROM tbl_BID_BidLineProducts blp INNER JOIN tbl_BID_BidLines b ON (b.bidlineid = blp.bidlineid) INNER JOIN tbl_BID_Skus bbs ON (blp.bidSkuID = bbs.bidSkuID) INNER JOIN zz_tmp_WB_ProdBid tmp ON (b.bidlineid = tmp.fsl_bidLineID AND rtrim(tmp.[PRO PBCODE]) = rtrim(bbs.bidsku)) WHERE b.ownerid = AND b.ownerType = UPDATE blp SET priceDeliveredRate = CAST(replace([pro price],'$','') AS Float) FROM tbl_BID_BidLineProducts blp INNER JOIN zz_tmp_WB_ProdBid tmp ON (tmp.fsl_bidProductLineId = blp.bidlineproductid) AND blp.ownerid = AND blp.ownerType = AND isNumeric(tmp.[pro price]) = 1 UPDATE blp SET priceFobRate = CAST(replace([pro fprice],'$','') AS Float) FROM tbl_BID_BidLineProducts blp INNER JOIN zz_tmp_WB_ProdBid tmp ON (tmp.fsl_bidProductLineId = blp.bidlineproductid) AND blp.ownerid = AND blp.ownerType = AND isNumeric(tmp.[pro fprice]) = 1 UPDATE blp SET useListPrice = 'Y' FROM tbl_BID_BidLineProducts blp INNER JOIN zz_tmp_WB_ProdBid tmp ON (tmp.fsl_bidProductLineId = blp.bidlineproductid) AND blp.ownerid = AND blp.ownerType = AND tmp.[pro price] = 'PRICE LIST' UPDATE blp SET MFRAwardRef = [pro MfrAward], MFRRef = [pro Mfr_Refnum], PointOfOrigin = [pro pofo] FROM tbl_BID_BidLineProducts blp INNER JOIN zz_tmp_WB_ProdBid tmp ON (tmp.fsl_bidProductLineId = blp.bidlineproductid) AND blp.ownerid = AND blp.ownerType = PK§Ë`´ ´ PK-7°qPÿÿÿÿÿÿÿÿABID/devTools/Bid_Data_Importers/winBid/import_WinBid_agencies.cfm SELECT DISTINCT [AGE Agency_Name] AS Agency ,[AGE City] AS City ,[AGE State] AS State ,[AGE Zip] AS Zip FROM zz_tmp_WB_Agency a LEFT OUTER JOIN tbl_BID_Agencies b ON (a.[AGE Agency_Name] = b.bidAgencyName AND b.ownerid = AND b.ownerType = ) INNER JOIN zz_tmp_WB_HeadBid ON ([AGE Agency_Name] = [HEA Bid_Agency]) WHERE bidAgencyID IS NULL AND [HEA open_date] >= dateadd(m,-18,getDate()) INSERT INTO tbl_BID_Agencies(ownerid, ownerType, bidAgencyName, bidAgencyCity, bidAgencyState, partnerType, datecreated, LoadSource) VALUES ( , , , , , 'OPR', getDate(), 'WINBID' ) SELECT NewID = @@IDENTITY; UPDATE zz_tmp_WB_Agency SET FSL_BidAgencyID = WHERE [AGE Agency_Name] = UPDATE tmp SET FSL_BidAgencyID = a.BidAgencyID FROM zz_tmp_WB_Agency tmp INNER JOIN tbl_BID_Agencies a ON (tmp.[AGE Agency_Name] = a.bidAgencyName) WHERE a.ownerid = AND a.ownerType = SELECT DISTINCT [DIS DISTRI_NAME] AS Name ,[DIS ADDRESS] AS address ,[DIS CITY] as city ,[DIS STATE] as state ,[DIS ZIP] as zip FROM [zz_tmp_WB_Distri] a LEFT OUTER JOIN tbl_BID_Distributors b ON (a.[DIS DISTRI_NAME] = b.bidDstName AND b.ownerid = AND b.ownerType = ) WHERE bidDstID IS NULL INSERT INTO tbl_BID_Distributors(ownerid, ownerType, bidDstName, bidDstCity ,bidDstState, dateCreated, LoadSource) VALUES ( , , , , , getDate(), 'WINBID' ) SELECT NewID = @@IDENTITY; UPDATE zz_tmp_WB_Distri SET FSL_BidDstID = WHERE [DIS DISTRI_NAME] = UPDATE tmp SET FSL_BidDstID = a.BidDstID FROM zz_tmp_WB_Distri tmp INNER JOIN tbl_BID_Distributors a ON (tmp.[DIS DISTRI_NAME] = a.bidDstName) WHERE a.ownerid = AND a.ownerType = SELECT DISTINCT [MAN MANUF_NAME] as Name ,[MAN ADDRESS] AS Address ,[MAN CITY] AS city ,[MAN STATE] as state ,[MAN ZIP] as zip FROM [zz_tmp_WB_Manuf] a LEFT OUTER JOIN tbl_BID_Manufacturers b ON (a.[MAN MANUF_NAME] = b.bidMfrName AND b.ownerid = AND b.ownerType = ) WHERE bidMfrID IS NULL INSERT INTO tbl_BID_Manufacturers(ownerid, ownerType, bidMFRName, bidMFrCity ,bidMfrState, dateCreated, LoadSource) VALUES ( , , , , , getDate(), 'WINBID' ) SELECT NewID = @@IDENTITY; UPDATE zz_tmp_WB_Manuf SET FSL_BidMfrID = WHERE [MAN MANUF_NAME] = UPDATE tmp SET FSL_BidMfrID = a.BidMfrID FROM zz_tmp_WB_Manuf tmp INNER JOIN tbl_BID_Manufacturers a ON (tmp.[MAN MANUF_NAME] = a.bidMfrName) WHERE a.ownerid = AND a.ownerType = INSERT INTO tbl_BID_Skus( [ownerId] ,[ownerType] ,[bidMfrId] ,[bidSku] ,[bidSkuDesc] ,[dateCreated] ,[bidPackSizeDesc] , LoadSource ) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', mfr.bidmfrid , [PRD Prod_Code], [PRD Prod_Des], getDAte(), [PRD Pack], 'WINBID' FROM zz_tmp_WB_Product p INNER JOIN zz_tmp_WB_Manuf m ON (p.[PRD Manufac] = m.[man manuf_name]) INNER JOIN tbl_BID_Manufacturers mfr ON (m.fsl_bidmfrID = mfr.bidmfrid) WHERE 0 = (SELECT Count(BidSkuID) FROM tbl_BID_SKUS WHERE BidSku = p.[PRD Prod_Code] AND bidMfrId = mfr.bidmfrid AND tbl_BID_SKUS.ownerid = AND tbl_BID_SKUS.ownerType = ) PKZ: øŒŒPK-7°qPÿÿÿÿÿÿÿÿCBID/devTools/Bid_Data_Importers/winBid/import_WinBid_data - ALL.cfm SELECT #variables.ownerid#, '#variables.ownerType#', [HEA BID_ID] AS BID_ID, [HEA NOTES] AS Notes, [HEA OPEN_DATE] AS Open_Date, [HEA BID_ID] AS Bid_id, getDate(), zz_tmp_WB_Agency.fsl_bidAgencyID, [HEA BID_CYCLE_O] AS BID_CYCLE_O, [HEA DEL_FROMDATE] AS DEL_FROMDATE, [HEA DEL_TODATE] as DEL_TODATE FROM [zz_tmp_WB_HeadBid] INNER JOIN zz_tmp_WB_Agency ON (zz_tmp_WB_Agency.[AGE Agency_Name] = zz_tmp_WB_HeadBid.[HEA BID_AGENCY]) WHERE 0 = (SELECT Count(bidid) FROM tbl_BID_Bids WHERE Ownerid = AND OwnerType = AND Bidname = [HEA BID_ID]) AND [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) SET ANSI_WARNINGS OFF INSERT INTO tbl_BID_Bids( [ownerId] ,[ownerType] ,[bidName] ,[bidComments] ,[bidOpeningDateTime] ,[bidNumber] ,[dateCreated] ,[bidAgencyId] ,[bidCycleFrequency] ,[deliveryStartDate] ,[deliveryEndDate] , LoadSource ) VALUES( , , , , , , getDate(), , , , , 'WINBID' ) SELECT NewID = @@IDENTITY UPDATE zz_tmp_WB_HeadBid SET FSL_Bidid = WHERE [HEA BID_ID] = SELECT DISTINCT [HEA ENTERED_BY] ,[HEA SALES_REP] ,[HEA BID_AGENCY] ,[HEA BID_ID] ,[HEA DATE_RECD] ,[HEA OPEN_DATE] ,[HEA OPEN_TIME] ,[HEA AM_PM] ,[HEA DEL_FROMDATE] ,[HEA DEL_TODATE] ,[HEA BID_CYCLE] ,[HEA BID_CYCLE_O] ,[HEA AGENCY_DELIN] ,[HEA AGENCY_DEL2] ,[HEA AGENCY_DEL3] ,[HEA AGENCY_DEL4] ,[HEA MINIOR_BID] ,[HEA PERFORM] ,[HEA NonProfit] ,[HEA BidType] ,[HEA Escalation] ,[HEA Flag1] ,[HEA Flag2] ,[HEA NOTES] ,[SPE ALT_SEQ] ,[SPE LINE_NUM] ,[SPE PRODUCT_SPEC] PRODUCT_SPEC ,[SPE CN] ,[SPE USDA] ,[SPE IQF] ,[SPE PUFI] ,[SPE SS] ,[SPE GRADE] GRADE ,[SPE BRANDED] BRANDED ,[SPE SAMPLE_REQ] ,[SPE SAMPLE_UNITS] ,[SPE DEL_DATE] ,[SPE DIRECT_INDIR] ,[SPE DEL_TIME] ,[SPE DEL_AMPM] ,[SPE BID_ID] ,[SPE MFR_BIDNUM] ,[SPE CONFIDE] ,[SPE SPECIAL_MARK] ,[SPE SPECIAL_MAR2] ,[SPE COMMISSION] ,[SPE P_BID_ID] ,[SPE P_LINE_NUM] ,[SPE COMMENTS] SPE_COMMENTS ,[PRO AutoID] AutoID ,[PRO BID_ID] ,[PRO LINE_NUM] Line_Num ,[PRO BID_LINE] PRO_BID_LINE ,[PRO AWARD_FLAG] ,[PRO AWARD_DATE] ,[PRO PBCODE] ,[PRO ALT_PROD] ,[PRO MANUFAC] ,[PRO MFR_REFNUM] ,[PRO MfrAward] MfrAward ,[PRO PACK] ,[PRO DESCRIP] ,[PRO PROD_DIVISON] ,[PRO PRICE] ,[PRO UNIT] ,[PRO DEL_FOB] ,[PRO FPRICE] ,[PRO FUNIT] ,[PRO POFO] ,[PRO FREIGHT] ,[PRO NET] ,[PRO ALLOW] ,[PRO AllowUM] ,[PRO GUANT] ,[PRO QUAN] QUAN ,[PRO UNITS] UNITS ,[PRO SERVE] ,[PRO PORTION] ,[PRO TOTAL] ,[PRO CATCH] ,[PRO GROSS] ,[PRO NET_WT] ,[PRO DPTOAGEN] ,[PRO TERMOFGUAN] ,[PRO TERMOFALLOW] ,[PRO Comments] ,[PRO Comments2] ,[PRO Comments3] ,[PRO Comments4] ,[PRO ExtTerm] ,[PRO ExtPrice] ,[PRO ExtUm] ,[PRO ExtFPrice] ,[PRO ExtFUM] ,[PRO ExtAllow] ,[PRO ExtAllowUM] ,[PRO ExtTermOfG] ,[PRO ExtTermOfA] , FSL_Bidid FROM zz_tmp_WB_SpecsBid INNER JOIN zz_tmp_WB_ProdBid ON [PRO Line_Num] = [SPE Line_Num] AND [PRO BID_ID] = [SPE BID_ID] INNER JOIN zz_tmp_WB_HeadBid ON [hea Bid_id] = [pro bid_id] WHERE [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) INSERT INTO tbl_BID_BidLines( [ownerId] ,[ownerType] ,[bidId] ,[bidLineNumber] ,[bidLineDescription] ,[bidLineQtyAmt] ,[bidLineQtyUM] ,[dateCreated] ,[brandRequirements] ,[confidentialComment] ,[grade] ,[awardedBidLineProductId] ,[loadSource]) VALUES ( , , , , , , , getdate(), , , , , ) SELECT NewID = @@IDENTITY UPDATE zz_tmp_WB_ProdBid SET FSL_BidLineid = WHERE [PRO AutoID] = ---> SELECT DISTINCT [HEA ENTERED_BY] ,[HEA SALES_REP] ,[HEA BID_AGENCY] ,[HEA BID_ID] ,[HEA DATE_RECD] ,[HEA OPEN_DATE] ,[HEA OPEN_TIME] ,[HEA AM_PM] ,[HEA DEL_FROMDATE] ,[HEA DEL_TODATE] ,[HEA BID_CYCLE] ,[HEA BID_CYCLE_O] ,[HEA AGENCY_DELIN] ,[HEA AGENCY_DEL2] ,[HEA AGENCY_DEL3] ,[HEA AGENCY_DEL4] ,[HEA MINIOR_BID] ,[HEA PERFORM] ,[HEA NonProfit] ,[HEA BidType] ,[HEA Escalation] ,[HEA Flag1] ,[HEA Flag2] ,[HEA NOTES] ,[SPE ALT_SEQ] ,[SPE LINE_NUM] ,[SPE PRODUCT_SPEC] PRODUCT_SPEC ,[SPE CN] ,[SPE USDA] ,[SPE IQF] ,[SPE PUFI] ,[SPE SS] ,[SPE GRADE] GRADE ,[SPE BRANDED] BRANDED ,[SPE SAMPLE_REQ] SAMPLE_REQ ,[SPE SAMPLE_UNITS] ,[SPE DEL_DATE] ,[SPE DIRECT_INDIR] ,[SPE DEL_TIME] ,[SPE DEL_AMPM] ,[SPE BID_ID] ,[SPE MFR_BIDNUM] ,[SPE CONFIDE] ,[SPE SPECIAL_MARK] ,[SPE SPECIAL_MAR2] ,[SPE COMMISSION] ,[SPE P_BID_ID] ,[SPE P_LINE_NUM] ,[SPE COMMENTS] SPE_COMMENTS ,[PRO AutoID] ,[PRO BID_ID] ,[PRO LINE_NUM] Line_Num ,[PRO BID_LINE] PRO_BID_LINE ,[PRO AWARD_FLAG] AWARD_FLAG ,[PRO AWARD_DATE] AWARD_DATE ,[PRO PBCODE] ,[PRO ALT_PROD] ,[PRO MANUFAC] ,[PRO MFR_REFNUM] MFR_REFNUM ,[PRO MfrAward] MfrAward ,[PRO PACK] ,[PRO DESCRIP] ,[PRO PROD_DIVISON] ,[PRO PRICE] PRO_PRICE ,[PRO UNIT] PRO_UNIT ,[PRO DEL_FOB] ,[PRO FPRICE] ,[PRO FUNIT] ,[PRO POFO] ,[PRO FREIGHT] ,[PRO NET] ,[PRO ALLOW] ,[PRO AllowUM] ,[PRO GUANT] GUANT ,[PRO QUAN] QUAN ,[PRO UNITS] UNITS ,[PRO SERVE] ,[PRO PORTION] ,[PRO TOTAL] ,[PRO CATCH] ,[PRO GROSS] ,[PRO NET_WT] ,[PRO DPTOAGEN] ,[PRO TERMOFGUAN] TERMOFGUAN ,[PRO TERMOFALLOW] TERMOFALLOW ,[PRO Comments] PRO_Comments ,[PRO Comments2] ,[PRO Comments3] ,[PRO Comments4] ,[PRO ExtTerm] ,[PRO ExtPrice] ,[PRO ExtUm] ,[PRO ExtFPrice] ,[PRO ExtFUM] ,[PRO ExtAllow] ,[PRO ExtAllowUM] ,[PRO ExtTermOfG] ,[PRO ExtTermOfA] , BidSkuID , fsl_bidLineID FROM zz_tmp_WB_SpecsBid INNER JOIN zz_tmp_WB_ProdBid ON [PRO Line_Num] = [SPE Line_Num] AND [PRO BID_ID] = [SPE BID_ID] INNER JOIN zz_tmp_WB_HeadBid ON [hea Bid_id] = [pro bid_id] INNER JOIN tbl_BID_Skus ON rtrim(zz_tmp_WB_ProdBid.[PRo pbCode]) = tbl_BID_Skus.bidSku AND rtrim(zz_tmp_WB_ProdBid.[PRO DESCRIP]) = tbl_BID_Skus.bidSkuDesc WHERE [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) AND nullif(tbl_BID_Skus.bidSkuDesc,'') IS NOT NULL AND tbl_BID_Skus.ownerid = AND tbl_BID_Skus.ownerType = AND fsl_bidLineID IS NOT NULL INSERT INTO tbl_BID_BidLineProducts( [ownerId] ,[ownerType] ,[bidLineId] ,[bidSkuId] ,[awarded] ,[mfrRef] ,[mfrAwardRef] ,[awardedDate] ,[quantityAmt] ,[quantityUM] ,[guarantee] ,[comments] ,[priceAmt] ,[priceUM] ) VALUES ( , , , , , , , , , , , , , ) SELECT DISTINCT bp.bidlineproductid, d.biddstid FROM zz_tmp_WB_DistBid INNER JOIN tbl_BID_Distributors d ON [BDI Dist] = d.bidDstName INNER JOIN zz_tmp_WB_ProdBid x ON x.[PRO BID_LINE] = zz_tmp_WB_DistBid.[BDI BID_LINE] INNER JOIN tbl_BID_BidLines bl ON x.fsl_BidLineID = bl.bidlineid INNER JOIN tbl_BID_BidLineProducts bp ON bp.BidLineID = bl.bidlineid WHERE d.ownerid = AND d.ownerType = INSERT INTO tbl_BID_BidLineProductDistributors( [ownerId] ,[ownerType] ,[bidLineProductId] ,[bidDstId]) VALUES ( , , , ) INSERT INTO tbl_BID_BidDistributors(ownerid, ownerType, bidDstId, bidId) SELECT DISTINCT #variables.ownerID#, '#variables.ownerType#', d.bidDStID, bl.bidID FROM zz_tmp_WB_DistBid INNER JOIN tbl_BID_Distributors d ON [BDI Dist] = d.bidDstName INNER JOIN zz_tmp_WB_ProdBid x ON x.[PRO BID_LINE] = zz_tmp_WB_DistBid.[BDI BID_LINE] INNER JOIN tbl_BID_BidLines bl ON x.fsl_BidLineID = bl.bidlineid INNER JOIN tbl_BID_BidLineProducts bp ON bp.BidLineID = bl.bidlineid WHERE d.ownerid = AND d.ownerType = PKò©¹4848PK-7°qPÿÿÿÿÿÿÿÿCBID/devTools/Bid_Data_Importers/winBid/import_WinBid_data-part1.cfm SELECT #variables.ownerid#, '#variables.ownerType#', [HEA BID_ID] AS BID_ID, [HEA NOTES] AS Notes, [HEA OPEN_DATE] AS Open_Date, [HEA BID_ID] AS Bid_id, getDate(), zz_tmp_WB_Agency.fsl_bidAgencyID, [HEA BID_CYCLE_O] AS BID_CYCLE_O, [HEA DEL_FROMDATE] AS DEL_FROMDATE, [HEA DEL_TODATE] as DEL_TODATE FROM [zz_tmp_WB_HeadBid] INNER JOIN zz_tmp_WB_Agency ON (zz_tmp_WB_Agency.[AGE Agency_Name] = zz_tmp_WB_HeadBid.[HEA BID_AGENCY]) WHERE 0 = (SELECT Count(bidid) FROM tbl_BID_Bids WHERE Ownerid = AND OwnerType = AND Bidname = [HEA BID_ID]) AND [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) SET ANSI_WARNINGS OFF INSERT INTO tbl_BID_Bids( [ownerId] ,[ownerType] ,[bidName] ,[bidComments] ,[bidOpeningDateTime] ,[bidNumber] ,[dateCreated] ,[bidAgencyId] ,[bidCycleFrequency] ,[deliveryStartDate] ,[deliveryEndDate] , LoadSource ) VALUES( , , , , , , getDate(), , , , , 'WINBID' ) SELECT NewID = @@IDENTITY UPDATE zz_tmp_WB_HeadBid SET FSL_Bidid = WHERE [HEA BID_ID] = SELECT DISTINCT [HEA ENTERED_BY] ,[HEA SALES_REP] ,[HEA BID_AGENCY] ,[HEA BID_ID] ,[HEA DATE_RECD] ,[HEA OPEN_DATE] ,[HEA OPEN_TIME] ,[HEA AM_PM] ,[HEA DEL_FROMDATE] ,[HEA DEL_TODATE] ,[HEA BID_CYCLE] ,[HEA BID_CYCLE_O] ,[HEA AGENCY_DELIN] ,[HEA AGENCY_DEL2] ,[HEA AGENCY_DEL3] ,[HEA AGENCY_DEL4] ,[HEA MINIOR_BID] ,[HEA PERFORM] ,[HEA NonProfit] ,[HEA BidType] ,[HEA Escalation] ,[HEA Flag1] ,[HEA Flag2] ,[HEA NOTES] ,[SPE ALT_SEQ] ,[SPE LINE_NUM] ,[SPE PRODUCT_SPEC] PRODUCT_SPEC ,[SPE CN] ,[SPE USDA] ,[SPE IQF] ,[SPE PUFI] ,[SPE SS] ,[SPE GRADE] GRADE ,[SPE BRANDED] BRANDED ,[SPE SAMPLE_REQ] ,[SPE SAMPLE_UNITS] ,[SPE DEL_DATE] ,[SPE DIRECT_INDIR] ,[SPE DEL_TIME] ,[SPE DEL_AMPM] ,[SPE BID_ID] ,[SPE MFR_BIDNUM] ,[SPE CONFIDE] ,[SPE SPECIAL_MARK] ,[SPE SPECIAL_MAR2] ,[SPE COMMISSION] ,[SPE P_BID_ID] ,[SPE P_LINE_NUM] ,[SPE COMMENTS] SPE_COMMENTS ,[PRO AutoID] AutoID ,[PRO BID_ID] PRO_BID_ID ,[PRO LINE_NUM] Line_Num ,[PRO BID_LINE] PRO_BID_LINE ,[PRO AWARD_FLAG] ,[PRO AWARD_DATE] ,[PRO PBCODE] ,[PRO ALT_PROD] ,[PRO MANUFAC] ,[PRO MFR_REFNUM] ,[PRO MfrAward] MfrAward ,[PRO PACK] ,[PRO DESCRIP] ,[PRO PROD_DIVISON] ,[PRO PRICE] ,[PRO UNIT] ,[PRO DEL_FOB] ,[PRO FPRICE] ,[PRO FUNIT] ,[PRO POFO] ,[PRO FREIGHT] ,[PRO NET] ,[PRO ALLOW] ,[PRO AllowUM] ,[PRO GUANT] ,[PRO QUAN] QUAN ,[PRO UNITS] UNITS ,[PRO SERVE] ,[PRO PORTION] ,[PRO TOTAL] ,[PRO CATCH] ,[PRO GROSS] ,[PRO NET_WT] ,[PRO DPTOAGEN] ,[PRO TERMOFGUAN] ,[PRO TERMOFALLOW] ,[PRO Comments] ,[PRO Comments2] ,[PRO Comments3] ,[PRO Comments4] ,[PRO ExtTerm] ,[PRO ExtPrice] ,[PRO ExtUm] ,[PRO ExtFPrice] ,[PRO ExtFUM] ,[PRO ExtAllow] ,[PRO ExtAllowUM] ,[PRO ExtTermOfG] ,[PRO ExtTermOfA] , FSL_Bidid FROM zz_tmp_WB_SpecsBid INNER JOIN zz_tmp_WB_ProdBid ON [PRO Line_Num] = [SPE Line_Num] AND [PRO BID_ID] = [SPE BID_ID] INNER JOIN zz_tmp_WB_HeadBid ON [hea Bid_id] = [pro bid_id] WHERE [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) INSERT INTO tbl_BID_BidLines( [ownerId] ,[ownerType] ,[bidId] ,[bidLineNumber] ,[bidLineDescription] ,[bidLineQtyAmt] ,[bidLineQtyUM] ,[dateCreated] ,[brandRequirements] ,[confidentialComment] ,[grade] ,[awardedBidLineProductId] ,[loadSource]) VALUES ( , , , , , , , getdate(), , , , , ) SELECT NewID = @@IDENTITY UPDATE zz_tmp_WB_ProdBid SET FSL_BidLineid = WHERE [PRO BID_ID] = AND [PRO Line_Num] = PKý òPK-7°qPÿÿÿÿÿÿÿÿCBID/devTools/Bid_Data_Importers/winBid/import_WinBid_data-part2.cfm SELECT DISTINCT [HEA ENTERED_BY] ,[HEA SALES_REP] ,[HEA BID_AGENCY] ,[HEA BID_ID] ,[HEA DATE_RECD] ,[HEA OPEN_DATE] ,[HEA OPEN_TIME] ,[HEA AM_PM] ,[HEA DEL_FROMDATE] ,[HEA DEL_TODATE] ,[HEA BID_CYCLE] ,[HEA BID_CYCLE_O] ,[HEA AGENCY_DELIN] ,[HEA AGENCY_DEL2] ,[HEA AGENCY_DEL3] ,[HEA AGENCY_DEL4] ,[HEA MINIOR_BID] ,[HEA PERFORM] ,[HEA NonProfit] ,[HEA BidType] ,[HEA Escalation] ,[HEA Flag1] ,[HEA Flag2] ,[HEA NOTES] ,[SPE ALT_SEQ] ,[SPE LINE_NUM] ,[SPE PRODUCT_SPEC] PRODUCT_SPEC ,[SPE CN] ,[SPE USDA] ,[SPE IQF] ,[SPE PUFI] ,[SPE SS] ,[SPE GRADE] GRADE ,[SPE BRANDED] BRANDED ,[SPE SAMPLE_REQ] SAMPLE_REQ ,[SPE SAMPLE_UNITS] ,[SPE DEL_DATE] ,[SPE DIRECT_INDIR] ,[SPE DEL_TIME] ,[SPE DEL_AMPM] ,[SPE BID_ID] ,[SPE MFR_BIDNUM] ,[SPE CONFIDE] ,[SPE SPECIAL_MARK] ,[SPE SPECIAL_MAR2] ,[SPE COMMISSION] ,[SPE P_BID_ID] ,[SPE P_LINE_NUM] ,[SPE COMMENTS] SPE_COMMENTS ,[PRO AutoID] ,[PRO BID_ID] ,[PRO LINE_NUM] Line_Num ,[PRO BID_LINE] PRO_BID_LINE ,[PRO AWARD_FLAG] AWARD_FLAG ,[PRO AWARD_DATE] AWARD_DATE ,[PRO PBCODE] ,[PRO ALT_PROD] ,[PRO MANUFAC] ,[PRO MFR_REFNUM] MFR_REFNUM ,[PRO MfrAward] MfrAward ,[PRO PACK] ,[PRO DESCRIP] ,[PRO PROD_DIVISON] ,[PRO PRICE] PRO_PRICE ,[PRO UNIT] PRO_UNIT ,[PRO DEL_FOB] ,[PRO FPRICE] ,[PRO FUNIT] ,[PRO POFO] ,[PRO FREIGHT] ,[PRO NET] ,[PRO ALLOW] ,[PRO AllowUM] ,[PRO GUANT] GUANT ,[PRO QUAN] QUAN ,[PRO UNITS] UNITS ,[PRO SERVE] ,[PRO PORTION] ,[PRO TOTAL] ,[PRO CATCH] ,[PRO GROSS] ,[PRO NET_WT] ,[PRO DPTOAGEN] ,[PRO TERMOFGUAN] TERMOFGUAN ,[PRO TERMOFALLOW] TERMOFALLOW ,[PRO Comments] PRO_Comments ,[PRO Comments2] ,[PRO Comments3] ,[PRO Comments4] ,[PRO ExtTerm] ,[PRO ExtPrice] ,[PRO ExtUm] ,[PRO ExtFPrice] ,[PRO ExtFUM] ,[PRO ExtAllow] ,[PRO ExtAllowUM] ,[PRO ExtTermOfG] ,[PRO ExtTermOfA] , BidSkuID , fsl_bidLineID FROM zz_tmp_WB_SpecsBid INNER JOIN zz_tmp_WB_ProdBid ON [PRO Line_Num] = [SPE Line_Num] AND [PRO BID_ID] = [SPE BID_ID] INNER JOIN zz_tmp_WB_HeadBid ON [hea Bid_id] = [pro bid_id] INNER JOIN tbl_BID_Skus ON rtrim(zz_tmp_WB_ProdBid.[PRo pbCode]) = tbl_BID_Skus.bidSku AND rtrim(zz_tmp_WB_ProdBid.[PRO DESCRIP]) = tbl_BID_Skus.bidSkuDesc WHERE [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) AND nullif(tbl_BID_Skus.bidSkuDesc,'') IS NOT NULL AND tbl_BID_Skus.ownerid = AND tbl_BID_Skus.ownerType = AND 0 = (SELECT Count(bidLineProductID) FROM tbl_BID_BidLineProducts x WHERE x.ownerid = AND x.ownerType = AND x.bidLineId = zz_tmp_WB_ProdBid.fsl_bidLineID AND x.bidSkuId = tbl_BID_Skus.bidSkuId) INSERT INTO tbl_BID_BidLineProducts( [ownerId] ,[ownerType] ,[bidLineId] ,[bidSkuId] ,[awarded] ,[mfrRef] ,[mfrAwardRef] ,[awardedDate] ,[quantityAmt] ,[quantityUM] ,[guarantee] ,[comments] ,[priceAmt] ,[priceUM] ) VALUES ( , , , , , , , , , , , , , ) SELECT DISTINCT bp.bidlineproductid, d.biddstid FROM zz_tmp_WB_DistBid INNER JOIN tbl_BID_Distributors d ON [BDI Dist] = d.bidDstName INNER JOIN zz_tmp_WB_ProdBid x ON x.[PRO BID_LINE] = zz_tmp_WB_DistBid.[BDI BID_LINE] INNER JOIN tbl_BID_BidLines bl ON x.fsl_BidLineID = bl.bidlineid INNER JOIN tbl_BID_BidLineProducts bp ON bp.BidLineID = bl.bidlineid WHERE d.ownerid = AND d.ownerType = INSERT INTO tbl_BID_BidLineProductDistributors( [ownerId] ,[ownerType] ,[bidLineProductId] ,[bidDstId]) VALUES ( , , , ) INSERT INTO tbl_BID_BidDistributors(ownerid, ownerType, bidDstId, bidId) SELECT DISTINCT #variables.ownerID#, '#variables.ownerType#', d.bidDStID, bl.bidID FROM zz_tmp_WB_DistBid INNER JOIN tbl_BID_Distributors d ON [BDI Dist] = d.bidDstName INNER JOIN zz_tmp_WB_ProdBid x ON x.[PRO BID_LINE] = zz_tmp_WB_DistBid.[BDI BID_LINE] INNER JOIN tbl_BID_BidLines bl ON x.fsl_BidLineID = bl.bidlineid INNER JOIN tbl_BID_BidLineProducts bp ON bp.BidLineID = bl.bidlineid WHERE d.ownerid = AND d.ownerType = AND 0 = (SELECT Count(*) FROM tbl_BID_BidDistributors y WHERE y.bidDstId = d.bidDStID AND y.bidId = bl.bidID) PKÜó,ööPK-7°qPÿÿÿÿÿÿÿÿ=BID/devTools/Bid_Data_Importers/winBid/import_WinBid_data.cfm SELECT #variables.ownerid#, '#variables.ownerType#', [HEA BID_ID] AS BID_ID, [HEA NOTES] AS Notes, [HEA OPEN_DATE] AS Open_Date, [HEA BID_ID] AS Bid_id, getDate(), zz_tmp_WB_Agency.fsl_bidAgencyID, [HEA BID_CYCLE_O] AS BID_CYCLE_O, [HEA DEL_FROMDATE] AS DEL_FROMDATE, [HEA DEL_TODATE] as DEL_TODATE FROM [zz_tmp_WB_HeadBid] INNER JOIN zz_tmp_WB_Agency ON (zz_tmp_WB_Agency.[AGE Agency_Name] = zz_tmp_WB_HeadBid.[HEA BID_AGENCY]) WHERE 0 = (SELECT Count(bidid) FROM tbl_BID_Bids WHERE Ownerid = AND OwnerType = AND Bidname = [HEA BID_ID]) AND [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) SET ANSI_WARNINGS OFF INSERT INTO tbl_BID_Bids( [ownerId] ,[ownerType] ,[bidName] ,[bidComments] ,[bidOpeningDateTime] ,[bidNumber] ,[dateCreated] ,[bidAgencyId] ,[bidCycleFrequency] ,[deliveryStartDate] ,[deliveryEndDate] ) VALUES( , , , , , , getDate(), , , , ) SELECT NewID = @@IDENTITY UPDATE zz_tmp_WB_HeadBid SET FSL_Bidid = WHERE [HEA BID_ID] = SELECT [BDI BID_ID] BID_ID ,[BDI LINE_NUM] LINE_NUM ,[BDI BID_LINE] BID_LINE ,[BDI AWARD_FLAG] AWARD_FLAG ,[BDI AWARD_DATE] AWARD_DATE ,[BDI PRICE_TO_AGE] PRICE_TO_AGE ,[BDI DIST] DIST ,[BDI DISTBIDID] DISTBIDID , fsl_bidid FROM zz_tmp_WB_DistBid INNER JOIN zz_tmp_WB_HeadBid ON ([hea Bid_id] = [bdi bid_id]) WHERE [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) INSERT INTO tbl_BID_BidLines( [ownerId] ,[ownerType] ,[bidId] ,[bidLineNumber] ,[bidLineDescription] ,[dateCreated] ,[sampleRequired]) VALUES ( , , , , , getDate(), , ) INSERT INTO tbl_Bid_bids( ownerid, ownerType, bidName, bidOpeningDateTime, bidNumber, dateCreated, ReleaseDate, deliveryStartDate, bidAgencyId ) VALUES (, , , , , getDate(), , , ) SELECT NewBidID = @@IDENTITY UPDATE zz_tmp_SynergyBidDataAllData SET FSL_BidID = WHERE [bid ##] = SELECT DISTINCT [bid ##] as BidNum, fsl_BidID, #variables.ownerid#, '#variables.ownerType#', institem, quantity1, uom1, getDate(), sample = CASE WHEN sample = '0' then 'N' WHEN sample = '1' then 'Y' END FROM zz_tmp_SynergyBidDataAllData; INSERT INTO tbl_BID_BidLines(ownerid, ownerType, bidLineDescription, bidLineQtyAmt, bidLineQtyUM, datecreated, sampleRequired, bidid) VALUES( , , , , , getDate(), , ) SELECT NewBidLineID = @@IDENTITY UPDATE zz_tmp_SynergyBidDataAllData SET FSL_BidLineID = WHERE [bid ##] = AND institem = SELECT DISTINCT * FROM zz_tmp_SynergyBidDataAllData WHERE nullif(Product,'') IS NOT NULL INSERT INTO tbl_BID_BidLineProducts(ownerid, ownerType, bidLineId, awarded, awardedDate, quantityAmt, quantityUM, pointOfOrigin, comments, priceDeliveredRate, priceFobRate, sourceBidLineProductId, bidSkuId ) VALUES (, , , , , , , , , , , , , ) SELECT NewBidLineProdID = @@IDENTITY UPDATE zz_tmp_SynergyBidDataAllData SET FSL_BidLinkProdID = WHERE rowID = INSERT INTO tbl_BID_BidLineProductDistributors(ownerid, ownerType, bidLineProductID, BidDstID) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', a.FSL_BidLinkProdID, a.fsl_BidDstID FROM zz_tmp_SynergyBidDataAllData a LEFT OUTER JOIN tbl_BID_Distributors b ON (b.BidDSTName = a.Award) INNER JOIN zz_tmp_SynergyBidDataISABIDSDIST dst ON a.[bid ##] = dst.[bid ##] AND a.award = dst.customer INSERT INTO tbl_BID_BidDistributors(ownerid, ownerType, bidDstID, bidID) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', fsl_biddstid, fsl_bidID FROM zz_tmp_SynergyBidDataAllData a WHERE bidDstID IS NOT NULL --->PK:·IL'L'PK-7°qPÿÿÿÿÿÿÿÿ7BID/devTools/Bid_Data_Importers/winBid/SkuLinkQuery.txtUPDATE s SET s.skuid = p.skuid from tbl_BID_Skus s INNER JOIN tbl_BID_Manufacturers m ON m.bidMfrId = s.bidmfrid INNER JOIN tbl_PRD_SKUs p ON (s.bidSku = p.sku and m.mfrid = p.mfrid) WHERE s.ownerId = 387 and s.ownerType = 'BRO' and m.ownerId = 387 and m.ownerType = 'BRO' and p.ownerId = 387 and p.fsl_tableCode = 'BRO' and s.skuId is NULLPK悘aaPK-¶‰‘Sÿÿÿÿÿÿÿÿ,BID/devTools/Bid_Data_Importers/winBid/TEST/PKPK-7°qPÿÿÿÿÿÿÿÿFBID/devTools/Bid_Data_Importers/winBid/TEST/import_WinBid_agencies.cfm SELECT DISTINCT [AGE Agency_Name] AS Agency ,[AGE City] AS City ,[AGE State] AS State ,[AGE Zip] AS Zip FROM zz_tmp_WB_Agency_Infusion_NE a LEFT OUTER JOIN tbl_BID_Agencies b ON (a.[AGE Agency_Name] = b.bidAgencyName AND b.ownerid = AND b.ownerType = ) INNER JOIN zz_tmp_WB_HeadBid_Infusion_NE ON ([AGE Agency_Name] = [HEA Bid_Agency]) WHERE bidAgencyID IS NULL AND [HEA open_date] >= dateadd(m,-18,getDate()) INSERT INTO tbl_BID_Agencies(ownerid, ownerType, bidAgencyName, bidAgencyCity, bidAgencyState, partnerType, datecreated, LoadSource) VALUES ( , , , , , 'OPR', getDate(), 'WINBID' ) SELECT NewID = @@IDENTITY; UPDATE zz_tmp_WB_Agency_Infusion_NE SET FSL_BidAgencyID = WHERE [AGE Agency_Name] = UPDATE tmp SET FSL_BidAgencyID = a.BidAgencyID FROM zz_tmp_WB_Agency_Infusion_NE tmp INNER JOIN tbl_BID_Agencies a ON (tmp.[AGE Agency_Name] = a.bidAgencyName) WHERE a.ownerid = AND a.ownerType = SELECT DISTINCT [DIS DISTRI_NAME] AS Name ,[DIS ADDRESS] AS address ,[DIS CITY] as city ,[DIS STATE] as state ,[DIS ZIP] as zip FROM [zz_tmp_WB_Distri_Infusion_NE] a LEFT OUTER JOIN tbl_BID_Distributors b ON (a.[DIS DISTRI_NAME] = b.bidDstName AND b.ownerid = AND b.ownerType = ) WHERE bidDstID IS NULL INSERT INTO tbl_BID_Distributors(ownerid, ownerType, bidDstName, bidDstCity ,bidDstState, dateCreated, LoadSource) VALUES ( , , , , , getDate(), 'WINBID' ) SELECT NewID = @@IDENTITY; UPDATE zz_tmp_WB_Distri_Infusion_NE SET FSL_BidDstID = WHERE [DIS DISTRI_NAME] = UPDATE tmp SET FSL_BidDstID = a.BidDstID FROM zz_tmp_WB_Distri_Infusion_NE tmp INNER JOIN tbl_BID_Distributors a ON (tmp.[DIS DISTRI_NAME] = a.bidDstName) WHERE a.ownerid = AND a.ownerType = SELECT DISTINCT [MAN MANUF_NAME] as Name ,[MAN ADDRESS] AS Address ,[MAN CITY] AS city ,[MAN STATE] as state ,[MAN ZIP] as zip FROM [zz_tmp_WB_Manuf_Infusion_NE] a LEFT OUTER JOIN tbl_BID_Manufacturers b ON (a.[MAN MANUF_NAME] = b.bidMfrName AND b.ownerid = AND b.ownerType = ) WHERE bidMfrID IS NULL INSERT INTO tbl_BID_Manufacturers(ownerid, ownerType, bidMFRName, bidMFrCity ,bidMfrState, dateCreated, LoadSource) VALUES ( , , , , , getDate(), 'WINBID' ) SELECT NewID = @@IDENTITY; UPDATE zz_tmp_WB_Manuf_Infusion_NE SET FSL_BidMfrID = WHERE [MAN MANUF_NAME] = UPDATE tmp SET FSL_BidMfrID = a.BidMfrID FROM zz_tmp_WB_Manuf_Infusion_NE tmp INNER JOIN tbl_BID_Manufacturers a ON (tmp.[MAN MANUF_NAME] = a.bidMfrName) WHERE a.ownerid = AND a.ownerType = INSERT INTO tbl_BID_Skus( [ownerId] ,[ownerType] ,[bidMfrId] ,[bidSku] ,[bidSkuDesc] ,[dateCreated] ,[bidPackSizeDesc] , LoadSource ) SELECT DISTINCT #variables.ownerid#, '#variables.ownerType#', mfr.bidmfrid , [PRD Prod_Code], [PRD Prod_Des], getDAte(), [PRD Pack], 'WINBID' FROM zz_tmp_WB_Product_Infusion_NE p INNER JOIN zz_tmp_WB_Manuf_Infusion_NE m ON (p.[PRD Manufac] = m.[man manuf_name]) INNER JOIN tbl_BID_Manufacturers mfr ON (m.fsl_bidmfrID = mfr.bidmfrid) WHERE 0 = (SELECT Count(BidSkuID) FROM tbl_BID_SKUS WHERE BidSku = p.[PRD Prod_Code] AND bidMfrId = mfr.bidmfrid AND tbl_BID_SKUS.ownerid = AND tbl_BID_SKUS.ownerType = ) PKéõcPK-7°qPÿÿÿÿÿÿÿÿHBID/devTools/Bid_Data_Importers/winBid/TEST/import_WinBid_data-part1.cfm SELECT #variables.ownerid#, '#variables.ownerType#', [HEA BID_ID] AS BID_ID, [HEA NOTES] AS Notes, [HEA OPEN_DATE] AS Open_Date, [HEA BID_ID] AS Bid_id, getDate(), zz_tmp_WB_Agency_Infusion_NE.fsl_bidAgencyID, [HEA BID_CYCLE_O] AS BID_CYCLE_O, [HEA DEL_FROMDATE] AS DEL_FROMDATE, [HEA DEL_TODATE] as DEL_TODATE FROM [zz_tmp_WB_HeadBid_Infusion_NE] INNER JOIN zz_tmp_WB_Agency_Infusion_NE ON (zz_tmp_WB_Agency_Infusion_NE.[AGE Agency_Name] = zz_tmp_WB_HeadBid_Infusion_NE.[HEA BID_AGENCY]) WHERE 0 = (SELECT Count(bidid) FROM tbl_BID_Bids WHERE Ownerid = AND OwnerType = AND Bidname = [HEA BID_ID]) AND [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) SET ANSI_WARNINGS OFF INSERT INTO tbl_BID_Bids( [ownerId] ,[ownerType] ,[bidName] ,[bidComments] ,[bidOpeningDateTime] ,[bidNumber] ,[dateCreated] ,[bidAgencyId] ,[bidCycleFrequency] ,[deliveryStartDate] ,[deliveryEndDate] , LoadSource ) VALUES( , , , , , , getDate(), , , , , 'WINBID' ) SELECT NewID = @@IDENTITY UPDATE zz_tmp_WB_HeadBid_Infusion_NE SET FSL_Bidid = WHERE [HEA BID_ID] = SELECT DISTINCT [HEA ENTERED_BY] ,[HEA SALES_REP] ,[HEA BID_AGENCY] ,[HEA BID_ID] ,[HEA DATE_RECD] ,[HEA OPEN_DATE] ,[HEA OPEN_TIME] ,[HEA AM_PM] ,[HEA DEL_FROMDATE] ,[HEA DEL_TODATE] ,[HEA BID_CYCLE] ,[HEA BID_CYCLE_O] ,[HEA AGENCY_DELIN] ,[HEA AGENCY_DEL2] ,[HEA AGENCY_DEL3] ,[HEA AGENCY_DEL4] ,[HEA MINIOR_BID] ,[HEA PERFORM] ,[HEA NonProfit] ,[HEA BidType] ,[HEA Escalation] ,[HEA Flag1] ,[HEA Flag2] ,[HEA NOTES] ,[SPE ALT_SEQ] ,[SPE LINE_NUM] ,[SPE PRODUCT_SPEC] PRODUCT_SPEC ,[SPE CN] ,[SPE USDA] ,[SPE IQF] ,[SPE PUFI] ,[SPE SS] ,[SPE GRADE] GRADE ,[SPE BRANDED] BRANDED ,[SPE SAMPLE_REQ] ,[SPE SAMPLE_UNITS] ,[SPE DEL_DATE] ,[SPE DIRECT_INDIR] ,[SPE DEL_TIME] ,[SPE DEL_AMPM] ,[SPE BID_ID] ,[SPE MFR_BIDNUM] ,[SPE CONFIDE] ,[SPE SPECIAL_MARK] ,[SPE SPECIAL_MAR2] ,[SPE COMMISSION] ,[SPE P_BID_ID] ,[SPE P_LINE_NUM] ,[SPE COMMENTS] SPE_COMMENTS ,[PRO AutoID] AutoID ,[PRO BID_ID] ,[PRO LINE_NUM] Line_Num ,[PRO BID_LINE] PRO_BID_LINE ,[PRO AWARD_FLAG] ,[PRO AWARD_DATE] ,[PRO PBCODE] ,[PRO ALT_PROD] ,[PRO MANUFAC] ,[PRO MFR_REFNUM] ,[PRO MfrAward] MfrAward ,[PRO PACK] ,[PRO DESCRIP] ,[PRO PROD_DIVISON] ,[PRO PRICE] ,[PRO UNIT] ,[PRO DEL_FOB] ,[PRO FPRICE] ,[PRO FUNIT] ,[PRO POFO] ,[PRO FREIGHT] ,[PRO NET] ,[PRO ALLOW] ,[PRO AllowUM] ,[PRO GUANT] ,[PRO QUAN] QUAN ,[PRO UNITS] UNITS ,[PRO SERVE] ,[PRO PORTION] ,[PRO TOTAL] ,[PRO CATCH] ,[PRO GROSS] ,[PRO NET_WT] ,[PRO DPTOAGEN] ,[PRO TERMOFGUAN] ,[PRO TERMOFALLOW] ,[PRO Comments] ,[PRO Comments2] ,[PRO Comments3] ,[PRO Comments4] ,[PRO ExtTerm] ,[PRO ExtPrice] ,[PRO ExtUm] ,[PRO ExtFPrice] ,[PRO ExtFUM] ,[PRO ExtAllow] ,[PRO ExtAllowUM] ,[PRO ExtTermOfG] ,[PRO ExtTermOfA] , FSL_Bidid FROM zz_tmp_WB_SpecsBid_Infusion_NE INNER JOIN zz_tmp_WB_ProdBid_Infusion_NE ON [PRO Line_Num] = [SPE Line_Num] AND [PRO BID_ID] = [SPE BID_ID] INNER JOIN zz_tmp_WB_HeadBid_Infusion_NE ON [hea Bid_id] = [pro bid_id] WHERE [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) INSERT INTO tbl_BID_BidLines( [ownerId] ,[ownerType] ,[bidId] ,[bidLineNumber] ,[bidLineDescription] ,[bidLineQtyAmt] ,[bidLineQtyUM] ,[dateCreated] ,[brandRequirements] ,[confidentialComment] ,[grade] ,[awardedBidLineProductId] ,[loadSource]) VALUES ( , , , , , , , getdate(), , , , , ) SELECT NewID = @@IDENTITY UPDATE zz_tmp_WB_ProdBid_Infusion_NE SET FSL_BidLineid = WHERE [PRO AutoID] = PKàxÙÙPK-7°qPÿÿÿÿÿÿÿÿHBID/devTools/Bid_Data_Importers/winBid/TEST/import_WinBid_data-part2.cfm SELECT DISTINCT [HEA ENTERED_BY] ,[HEA SALES_REP] ,[HEA BID_AGENCY] ,[HEA BID_ID] ,[HEA DATE_RECD] ,[HEA OPEN_DATE] ,[HEA OPEN_TIME] ,[HEA AM_PM] ,[HEA DEL_FROMDATE] ,[HEA DEL_TODATE] ,[HEA BID_CYCLE] ,[HEA BID_CYCLE_O] ,[HEA AGENCY_DELIN] ,[HEA AGENCY_DEL2] ,[HEA AGENCY_DEL3] ,[HEA AGENCY_DEL4] ,[HEA MINIOR_BID] ,[HEA PERFORM] ,[HEA NonProfit] ,[HEA BidType] ,[HEA Escalation] ,[HEA Flag1] ,[HEA Flag2] ,[HEA NOTES] ,[SPE ALT_SEQ] ,[SPE LINE_NUM] ,[SPE PRODUCT_SPEC] PRODUCT_SPEC ,[SPE CN] ,[SPE USDA] ,[SPE IQF] ,[SPE PUFI] ,[SPE SS] ,[SPE GRADE] GRADE ,[SPE BRANDED] BRANDED ,[SPE SAMPLE_REQ] SAMPLE_REQ ,[SPE SAMPLE_UNITS] ,[SPE DEL_DATE] ,[SPE DIRECT_INDIR] ,[SPE DEL_TIME] ,[SPE DEL_AMPM] ,[SPE BID_ID] ,[SPE MFR_BIDNUM] ,[SPE CONFIDE] ,[SPE SPECIAL_MARK] ,[SPE SPECIAL_MAR2] ,[SPE COMMISSION] ,[SPE P_BID_ID] ,[SPE P_LINE_NUM] ,[SPE COMMENTS] SPE_COMMENTS ,[PRO AutoID] ,[PRO BID_ID] ,[PRO LINE_NUM] Line_Num ,[PRO BID_LINE] PRO_BID_LINE ,[PRO AWARD_FLAG] AWARD_FLAG ,[PRO AWARD_DATE] AWARD_DATE ,[PRO PBCODE] ,[PRO ALT_PROD] ,[PRO MANUFAC] ,[PRO MFR_REFNUM] MFR_REFNUM ,[PRO MfrAward] MfrAward ,[PRO PACK] ,[PRO DESCRIP] ,[PRO PROD_DIVISON] ,[PRO PRICE] PRO_PRICE ,[PRO UNIT] PRO_UNIT ,[PRO DEL_FOB] ,[PRO FPRICE] ,[PRO FUNIT] ,[PRO POFO] ,[PRO FREIGHT] ,[PRO NET] ,[PRO ALLOW] ,[PRO AllowUM] ,[PRO GUANT] GUANT ,[PRO QUAN] QUAN ,[PRO UNITS] UNITS ,[PRO SERVE] ,[PRO PORTION] ,[PRO TOTAL] ,[PRO CATCH] ,[PRO GROSS] ,[PRO NET_WT] ,[PRO DPTOAGEN] ,[PRO TERMOFGUAN] TERMOFGUAN ,[PRO TERMOFALLOW] TERMOFALLOW ,[PRO Comments] PRO_Comments ,[PRO Comments2] ,[PRO Comments3] ,[PRO Comments4] ,[PRO ExtTerm] ,[PRO ExtPrice] ,[PRO ExtUm] ,[PRO ExtFPrice] ,[PRO ExtFUM] ,[PRO ExtAllow] ,[PRO ExtAllowUM] ,[PRO ExtTermOfG] ,[PRO ExtTermOfA] , BidSkuID , fsl_bidLineID FROM zz_tmp_WB_SpecsBid_Infusion_NE INNER JOIN zz_tmp_WB_ProdBid_Infusion_NE ON [PRO Line_Num] = [SPE Line_Num] AND [PRO BID_ID] = [SPE BID_ID] INNER JOIN zz_tmp_WB_HeadBid_Infusion_NE ON [hea Bid_id] = [pro bid_id] INNER JOIN tbl_BID_Skus ON rtrim(zz_tmp_WB_ProdBid_Infusion_NE.[PRo pbCode]) = tbl_BID_Skus.bidSku AND rtrim(zz_tmp_WB_ProdBid_Infusion_NE.[PRO DESCRIP]) = tbl_BID_Skus.bidSkuDesc WHERE [HEA OPEN_DATE] >= dateadd(m,-18,getDate()) AND nullif(tbl_BID_Skus.bidSkuDesc,'') IS NOT NULL AND tbl_BID_Skus.ownerid = AND tbl_BID_Skus.ownerType = INSERT INTO tbl_BID_BidLineProducts( [ownerId] ,[ownerType] ,[bidLineId] ,[bidSkuId] ,[awarded] ,[mfrRef] ,[mfrAwardRef] ,[awardedDate] ,[quantityAmt] ,[quantityUM] ,[guarantee] ,[comments] ,[priceAmt] ,[priceUM] ) VALUES ( , , , , , , , , , , , , , ) SELECT DISTINCT bp.bidlineproductid, d.biddstid FROM zz_tmp_WB_DistBid_Infusion_NE INNER JOIN tbl_BID_Distributors d ON [BDI Dist] = d.bidDstName INNER JOIN zz_tmp_WB_ProdBid_Infusion_NE x ON x.[PRO BID_LINE] = zz_tmp_WB_DistBid_Infusion_NE.[BDI BID_LINE] INNER JOIN tbl_BID_BidLines bl ON x.fsl_BidLineID = bl.bidlineid INNER JOIN tbl_BID_BidLineProducts bp ON bp.BidLineID = bl.bidlineid WHERE d.ownerid = AND d.ownerType = INSERT INTO tbl_BID_BidLineProductDistributors( [ownerId] ,[ownerType] ,[bidLineProductId] ,[bidDstId]) VALUES ( , , , ) INSERT INTO tbl_BID_BidDistributors(ownerid, ownerType, bidDstId, bidId) SELECT DISTINCT #variables.ownerID#, '#variables.ownerType#', d.bidDStID, bl.bidID FROM zz_tmp_WB_DistBid_Infusion_NE INNER JOIN tbl_BID_Distributors d ON [BDI Dist] = d.bidDstName INNER JOIN zz_tmp_WB_ProdBid_Infusion_NE x ON x.[PRO BID_LINE] = zz_tmp_WB_DistBid_Infusion_NE.[BDI BID_LINE] INNER JOIN tbl_BID_BidLines bl ON x.fsl_BidLineID = bl.bidlineid INNER JOIN tbl_BID_BidLineProducts bp ON bp.BidLineID = bl.bidlineid WHERE d.ownerid = AND d.ownerType = AND 0 = (SELECT Count(*) FROM tbl_BID_BidDistributors y WHERE y.bidDstId = d.bidDStID AND y.bidId = bl.bidID) PK}‹ÐW66PK-7°qPÿÿÿÿÿÿÿÿBID/devTools/priceListFix.cfm select ownerId, ownerType, priceListId, bidSkuId, fobRate, deliveredRate, offInvoiceRate, billBackRate from tbl_BID_priceListPrices where offInvoiceRate is not null or billBackRate is not null update blp set blp.priceOffInvoiceRate = , blp.priceBillBackRate = from tbl_BID_BidLineProducts blp where blp.ownerId = and blp.ownerType = and blp.bidSkuId = and blp.priceListId = update plp set plp.offInvoiceRate = , plp.billBackRate = from tbl_BID_PriceListPrices plp where plp.ownerId = and plp.ownerType = and plp.bidSkuId = and plp.priceListId = PKˆÖêeggPK-¸‰‘Sÿÿÿÿÿÿÿÿ BID/displays/PKPK-¸‰‘SÿÿÿÿÿÿÿÿBID/displays/agencies/PKPK-¸‰‘Sÿÿÿÿÿÿÿÿ&BID/displays/agencies/addAgencyDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ7BID/displays/agencies/addAgencyDialog/frm_addAgency.cfm

Type the first few letters of the agency name here . The list will refresh automatically when you stop typing.

Select the agency you wish to add from the list below.

PKæ   PK-¹‰‘Sÿÿÿÿÿÿÿÿ.BID/displays/agencies/addAgencyDialog/queries/PKPK-7°qPÿÿÿÿÿÿÿÿBBID/displays/agencies/addAgencyDialog/queries/qmd_agencySearch.cfm select opr.operatorId, opr.companyName, ter.territoryId from tbl_OPR_ClientOperators opr with (nolock) inner join tbl_TER_TErritories ter with (nolock) on ter.territoryId = opr.territoryId and ter.ownerId = opr.ownerId and ter.fsl_tablecode = opr.fsltablecode where opr.ownerId = and opr.fsltablecode = and opr.crmActive = 'Y' and not ( opr.oprCompanyType in ( 'C') ) and (opr.companyName like OR opr.companyName like OR opr.companyName like ) and opr.operatorId = 0 and opr.operatorId not in ( select partnerId from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and partnerType = 'OPR' and partnerId is not null) PK2҆±††PK-¹‰‘Sÿÿÿÿÿÿÿÿ0BID/displays/agencies/addAgencyDialog/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿEBID/displays/agencies/addAgencyDialog/utilities/inc_agencyPreview.cfm select companyname, address, city, state, zipCode, ter.name territoryName, phone from tbl_OPR_ClientOperators opr with (nolock) inner join tbl_TER_Territories ter on ter.ownerId = opr.ownerId and ter.fsl_tablecode = opr.fsltablecode and ter.territoryId = opr.territoryId where operatorId = and opr.ownerid = and opr.fsltablecode =
Market: #htmleditformat( territoryName )#
Name: #htmleditformat( companyName )#
Address: #htmleditformat( address )# #htmleditformat( city )#, #htmleditformat( state )# #htmleditformat( zipcode )#
Phone: #htmleditformat( phone )#
PKêê·4èèPK-7°qPÿÿÿÿÿÿÿÿDBID/displays/agencies/addAgencyDialog/utilities/inc_agencySelect.cfm select qmd_territories.territoryName, qmd_territories.displayOrder, qmd_agencySearchResults.companyName, qmd_agencySearchResults.operatorId, qmd_territories.rank from qmd_agencySearchResults, qmd_territories where qmd_territories.territoryId = qmd_agencySearchResults.territoryId order by displayOrder, companyName PK֟ï‚PK-7°qPÿÿÿÿÿÿÿÿ)BID/displays/agencies/disp_agencyTabs.cfm if( _tabCode eq "details" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "details", "Details", true, true, _currentTab eq "details" )); } else if ( _tabCode eq "bids" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "bids", "Bids", true, true, _currentTab eq "bids" )); } else if ( _tabCode eq "contacts" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "contacts", "Contacts", true, true, _currentTab eq "contacts" )); } else if ( _tabCode eq "files" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "files", "Files", true, true, _currentTab eq "files" )); } #mainTabSet# PKRŠ7‡ ‡ PK-7°qPÿÿÿÿÿÿÿÿ(BID/displays/agencies/inc_agencyList.cfm select firstLetter, count(*) agencyCount from qmd_agencies group by firstLetter
Add Agency  
#_letter##_letter# &##160;All
select * from qmd_agencies where firstLetter = select count(*) agencyCount from qmd_agencies where archive = 'Y' select *, upper( bidAgencyName ) bidAgencyNameSort from qmd_agencies where archive = 'N' order by bidAgencyNameSort
Status Name Market City,&##160;State Action
#_bss.statusDisplay#&##160; #htmleditformat( bidAgencyName )# #htmleditformat( territoryName )#&##160; #htmleditformat( bidAgencyCity)#,#htmleditformat( bidAgencyState )# #actionHTML#
HideShow #qmd_archived.agencyCount# archived Agencies PKzÿTÆYYPK-7°qPÿÿÿÿÿÿÿÿ"BID/displays/agencies/inc_bids.cfm select * from qmd_bids order by bidOpeningDateTime desc
StatusNumberNameReleaseOpeningAction
#bidStatusStruct.statusDisplay# #htmleditformat( bidNumber )##htmleditformat( bidName )# #lsDateFormat( releaseDate, "MM/DD/YYYY")# #lsDateFormat( bidOpeningDateTime, "MM/DD/YYYY")# #lsTimeFormat( bidOpeningDateTime, "h:MM TT" )# #actionHTML#

No Bids have been entered for this Agency. Click here to enter a new Bid for this Agency.

PKKÝÕ  PK-7°qPÿÿÿÿÿÿÿÿ%BID/displays/agencies/inc_details.cfm select * from qmd_bidPartnerContacts where archive <> 'Y'
---> select * from qmd_BidPartnerContacts where bidcontactid = #_defaultContactId#
:
:
: select opr.mfr_bsr_id, fm.firstName + ' ' + fm.lastName AS fullName, fm.email from tbl_OPR_ClientOperators opr with (nolock) inner join tbl_FSPro_Members fm with (nolock) on opr.ownerId = fm.ownerId and opr.fsltablecode = fm.fsl_tablecode and opr.mfr_bsr_id = fm.fspro_userId where opr.ownerId = and opr.fsltablecode = and opr.operatorId = #htmleditformat( _fullName )# #htmleditformat( _fullName )#
: &##160;&##160;
:
#500 - len( qmd_agency.bidProcessingComments )# remaining
: &##160;&##160;
When an Agency is archived it's you will not be able to create new Bids for it, but it will still be accessible for reporting.
&##160;
&##160;
Ext.
#_form# PKúÁ½Õ‘9‘9PK-7°qPÿÿÿÿÿÿÿÿ#BID/displays/agencies/inc_files.cfm
PKÌÊ£l••PK-½‰‘Sÿÿÿÿÿÿÿÿ'BID/displays/agencies/linkAgencyDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ<BID/displays/agencies/linkAgencyDialog/frm_linkBidAgency.cfm

Select the agency you wish to link #htmleditformat( qmd_agency.bidAgencyName )# - #htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# to from the list below.

To shorten the list type the first few letters of the name here . The list will refresh automatically when you stop typing.

Agencies marked in blue are already linked to a bid agency record. If selected, the agency data will be merged into the existing bid agency record and the current record will be removed.

PKø–ÈÈPK-7°qPÿÿÿÿÿÿÿÿ;BID/displays/agencies/linkAgencyDialog/inc_agencySelect.cfm PKSvúùxxPK-À‰‘Sÿÿÿÿÿÿÿÿ/BID/displays/agencies/linkAgencyDialog/queries/PKPK-7°qPÿÿÿÿÿÿÿÿCBID/displays/agencies/linkAgencyDialog/queries/qmd_agencySearch.cfm select opr.operatorid, opr.companyName, opr.city, opr.state, opr.zipcode, bidAgencyID as linkid from tbl_OPR_ClientOperators opr left outer join tbl_BID_Agencies ba on opr.operatorId = ba.partnerId and opr.ownerId = ba.ownerId and opr.fsltablecode = ba.ownerType and ba.partnerType = 'OPR' where opr.ownerId = and opr.fsltableCode = and ( opr.companyName like OR opr.companyName like OR opr.companyName like ) and opr.crmActive = 'Y' order by opr.companyName PKÌöqââPK-Á‰‘SÿÿÿÿÿÿÿÿBID/displays/bids/PKPK-Á‰‘Sÿÿÿÿÿÿÿÿ*BID/displays/bids/addBidDistributorDialog/PKPK-7°qPÿÿÿÿÿÿÿÿCBID/displays/bids/addBidDistributorDialog/frm_addBidDistributor.cfm

Select the distributor you wish to add from the list below.

To shorten the list type the first few letters of the name here . The list will refresh automatically when you stop typing.

     
PKh=(7 7 PK-Á‰‘Sÿÿÿÿÿÿÿÿ2BID/displays/bids/addBidDistributorDialog/queries/PKPK-7°qPÿÿÿÿÿÿÿÿKBID/displays/bids/addBidDistributorDialog/queries/qmd_distributorSearch.cfm select cdr.cdr_recordId, coalesce( bd.bidDstId, 0 ) bidDstId, cdr.cdr_dstname bidDstName, cdr.cdr_territoryId territoryId from tbl_CDR_Distributors cdr with (nolock) innerleft outer join tbl_BID_Distributors bd with (nolock) on bd.cdr_recordId = cdr.cdr_recordId and bd.ownerId = cdr.ownerId and bd.ownerType = cdr.fsl_tablecode and bd.archive = 'N' where cdr.ownerid = and cdr.fsl_tablecode = and cdr.crmActive = 'Y' and cdr.cdr_dstcompanytype = 'B' and cdr.cdr_territoryId in ( ) and ( bd.bidDstNamecdr.cdr_dstName like OR bd.bidDstNamecdr.cdr_dstName like OR bd.bidDstNamecdr.cdr_dstName like ) and bd.bidDstId not in ( select bidDstId from tbl_BID_BidDistributors with (nolock) where ownerId = and ownerType = and bidId = ) order by bidDstName PK5]mY PK-‰‘Sÿÿÿÿÿÿÿÿ4BID/displays/bids/addBidDistributorDialog/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿNBID/displays/bids/addBidDistributorDialog/utilities/inc_distributorPreview.cfm select rtrim( cdr_dstname ) bidDstName, rtrim( cdr_dstcity ) bidDstCity, rtrim( cdr_dststate ) bidDstState from tbl_cdr_Distributors with (nolock) where ownerId = and fsl_tablecode = and cdr_recordID =
Name: #htmleditformat( bidDstName )#
Address: #htmleditformat( bidDstCity )# #htmleditformat( bidDstState )#
Name:  
Address:  
PKÞ­$¶ÎÎPK-7°qPÿÿÿÿÿÿÿÿMBID/displays/bids/addBidDistributorDialog/utilities/inc_distributorSelect.cfmPK¦L€PK-ɑSÿÿÿÿÿÿÿÿ&BID/displays/bids/addCompetitorDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ;BID/displays/bids/addCompetitorDialog/frm_addCompetitor.cfm select mfr_id, rtrim( m.mfr_name ) mfr_name from tblManufacturers m where m.mfr_id not in ( select cmp.mfrId FROM tbl_BRO_PrincipalCompetitors cmp with (nolock) inner join tblManufacturers m (nolock) on m.mfr_id = cmp.mfrId inner join tbl_BRO_Principals ppl (nolock) on ppl.principalId = cmp.principalId and ppl.ownerId = cmp.ownerId and ppl.ownerType = cmp.ownerType where cmp.ownerid = and cmp.ownerType = and ppl.mfrId = ) and m.mfr_id <> and m.crmActive = 'Y' and m.parentMfrId is null order by m.mfr_name SELECT mfr_id, mfr_name from qmd_manufacturerSearch WHERE mfr_id NOT IN ( )
PK96Šï£ £ PK-ɑSÿÿÿÿÿÿÿÿ$BID/displays/bids/addEditLineDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ7BID/displays/bids/addEditLineDialog/frm_addEditLine.cfm
PK­ËW͸¸PK-ĉ‘Sÿÿÿÿÿÿÿÿ3BID/displays/bids/assignBidLineManufacturersDialog/PKPK-7°qPÿÿÿÿÿÿÿÿUBID/displays/bids/assignBidLineManufacturersDialog/frm_assignBidLineManufacturers.cfm

You can tag the Manufacturers from which you will likely add products to this Bid Line. Tagging a Manufacturer is optional and only serves as a reminder to add products to the Bid Line.

Manufacturer Tag
PKԅØ|ããPK-ĉ‘Sÿÿÿÿÿÿÿÿ'BID/displays/bids/bidDistributorDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ=BID/displays/bids/bidDistributorDialog/frm_bidDistributor.cfm
:
:
:
BiddingSKU/DescriptionSize
#htmleditformat( bidPackSizeDesc )#
PKßnÊBID/displays/bids/bidLineProductDialog/ajax_distributorTab.cfm PK¤@ûoÃÃPK-7°qPÿÿÿÿÿÿÿÿ=BID/displays/bids/bidLineProductDialog/frm_bidLineProduct.cfm
PKwèˆx¡¡PK-7°qPÿÿÿÿÿÿÿÿ=BID/displays/bids/bidLineProductDialog/inc_distributorTab.cfm
: select ptr.resourceId territoryId from tbl_BRO_PrincipalTerritoryResources ptr with (nolock) inner join tbl_BRO_PrincipalTerritories pt with (nolock) on pt.principalTerritoryId = ptr.principalTerritoryId and pt.ownerId = ptr.ownerId and pt.ownerType = ptr.ownerType inner join tbl_BRO_Principals p with (nolock) on p.principalId = pt.principalId and p.ownerId = pt.ownerId and p.ownerType = pt.ownerType where p.ownerId = and p.ownerType= and ptr.resourceType = 'TER' and p.mfrId = select ter.territoryId from tbl_TER_Territories ter with (nolock) inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_territoryId = ter.territoryId and cdr.ownerId = ter.ownerId and cdr.fsl_tablecode = ter.fsl_tablecode where cdr.cdr_recordId = and cdr.ownerId = and cdr.fsl_tablecode =
PKÑ ¶î¿ ¿ PK-7°qPÿÿÿÿÿÿÿÿ9BID/displays/bids/bidLineProductDialog/inc_productTab.cfm select customerSku as sku from tbl_PRD_CustomerSkus ds with (nolock) where ds.skuId = and ds.customerid in ( ) and ds.customertype = 'dst' and ds.linkType = 'SKU' and ds.ownerId = and ds.fsl_tablecode = select ter.territoryId from tbl_TER_Territories ter with (nolock) inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_territoryId = ter.territoryId and cdr.ownerId = ter.ownerId and cdr.fsl_tablecode = ter.fsl_tablecode where cdr.cdr_recordId = and cdr.ownerId = and cdr.fsl_tablecode =
#htmleditformat( qmd_bidSku.bidMfrName )#
#htmleditformat( qmd_bidSku.bidSku )# - #htmleditformat( _bidSkuDesc )#
#htmleditformat( _bidPackSizeDesc )# : #htmleditformat( _dstItem )# : #lsnumberformat( dspSkuData.Master_Net_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Net_Weight_Unit )# : #lsnumberformat( dspSkuData.Master_Gross_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Gross_Weight_Unit )# #lsnumberformat( dspSKUData.pallet_tie )# x #lsnumberformat( dspSKUData.pallet_high )# : #lsnumberformat( dspSkuData.Master_Cube, "0.0000" )# #htmleditformat( dspSkuData.Master_Cube_Unit )#
: &##160;&##160; search
PK£e.0ÎÎPK-7°qPÿÿÿÿÿÿÿÿ8BID/displays/bids/bidLineProductDialog/inc_sampleTab.cfm

Bid Spec. Sample Requirements

: #lsdateformat( qmd_bidLine.sampleDeliveryDateTime, "Dddd, Mmmm dd yyyy")# @ #lstimeformat( qmd_bidLine.sampleDeliveryDateTime )#&##160;
: #lsnumberformat( qmd_bidLine.sampleUnits )#
: #htmleditformat( qmd_bidLine.sampleMarkings )#
: #htmleditformat( qmd_bidLine.sampleComments )#

Sample Status for this Product

:   
:
:
#500 - len( qmd_bidLineProduct.sampleComments )# remaining
PK²–’o PK-ȉ‘Sÿÿÿÿÿÿÿÿ!BID/displays/bids/bidlinesdialog/PKPK-7°qPÿÿÿÿÿÿÿÿ7BID/displays/bids/bidlinesdialog/disp_bidLineFields.cfm select ter.territoryId from tbl_TER_Territories ter with (nolock) inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_territoryId = ter.territoryId and cdr.ownerId = ter.ownerId and cdr.fsl_tablecode = ter.fsl_tablecode where cdr.cdr_recordId = and cdr.ownerId = and cdr.fsl_tablecode = #htmleditformat( _sequence )#
&##160; New Line Remove Line New SKU &##160;
:
:
:
500 remaining
:
: &##160; &##160;
:
500 remaining
:
: :

500 remaining
&##160; &##160;
PK´G„Ü|*|*PK-7°qPÿÿÿÿÿÿÿÿ0BID/displays/bids/bidlinesdialog/disp_skuRow.cfm select ter.territoryId from tbl_TER_Territories ter with (nolock) inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_territoryId = ter.territoryId and cdr.ownerId = ter.ownerId and cdr.fsl_tablecode = ter.fsl_tablecode where cdr.cdr_recordId = and cdr.ownerId = and cdr.fsl_tablecode = select ptr.resourceId territoryId from tbl_BRO_PrincipalTerritoryResources ptr with (nolock) inner join tbl_BRO_PrincipalTerritories pt with (nolock) on pt.principalTerritoryId = ptr.principalTerritoryId and pt.ownerId = ptr.ownerId and pt.ownerType = ptr.ownerType inner join tbl_BRO_Principals p with (nolock) on p.principalId = pt.principalId and p.ownerId = pt.ownerId and p.ownerType = pt.ownerType where p.ownerId = and p.ownerType= and ptr.resourceType = 'TER' and p.mfrId =
#htmleditformat( qmd_sku.bidSkuDesc )#
#htmleditformat( qmd_sku.bidPackSizeDesc )#
Remove Sku SKU comments:&##160; Manage Distributors
select ter.territoryId from tbl_TER_Territories ter with (nolock) inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_territoryId = ter.territoryId and cdr.ownerId = ter.ownerId and cdr.fsl_tablecode = ter.fsl_tablecode where cdr.cdr_recordId = and cdr.ownerId = and cdr.fsl_tablecode =
#htmleditformat( bidDstName )#
PK> -ç ç PK-7°qPÿÿÿÿÿÿÿÿ5BID/displays/bids/bidlinesdialog/disp_skuRows.cfm.old select ter.territoryId from tbl_TER_Territories ter inner join tbl_CDR_Distributors cdr on cdr.cdr_territoryId = ter.territoryId and cdr.ownerId = ter.ownerId where cdr.cdr_recordId = and cdr.ownerId = and cdr.fsl_tablecode = &##160;
&##160; SKU comments:&##160; Manage Distributors
PK>;ÛTôôPK-7°qPÿÿÿÿÿÿÿÿ1BID/displays/bids/bidlinesdialog/frm_bidLines.cfm
&##160; Line ## Description Quantity New SKU ALT Description Pack &##160;
PK|m±ÈÈPK-7°qPÿÿÿÿÿÿÿÿ5BID/displays/bids/bidlinesdialog/inc_distributors.cfm select ptr.resourceId territoryId from tbl_BRO_PrincipalTerritoryResources ptr with (nolock) inner join tbl_BRO_PrincipalTerritories pt with (nolock) on pt.principalTerritoryId = ptr.principalTerritoryId and pt.ownerId = ptr.ownerId and pt.ownerType = ptr.ownerType inner join tbl_BRO_Principals p with (nolock) on p.principalId = pt.principalId and p.ownerId = pt.ownerId and p.ownerType = pt.ownerType where p.ownerId = and p.ownerType= and ptr.resourceType = 'TER' and p.mfrId = select ter.territoryId from tbl_TER_Territories ter with (nolock) inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_territoryId = ter.territoryId and cdr.ownerId = ter.ownerId and cdr.fsl_tablecode = ter.fsl_tablecode where cdr.cdr_recordId = and cdr.ownerId = and cdr.fsl_tablecode =
#htmleditformat( bidDstName )#
PK\2Í;´ ´ PK-ˉ‘Sÿÿÿÿÿÿÿÿ&BID/displays/bids/bidspecuploaddialog/PKPK-7°qPÿÿÿÿÿÿÿÿ;BID/displays/bids/bidspecuploaddialog/frm_uploadBidSpec.cfm select formatId, formatName from tbl_EAI_InboundFileFormats with (nolock) where formatName = 'BID_SPEC_TXT' and ownerId = 0 and ownerType = '*'

1. View Data Field Formats

2. Download Bid Spec Template

NOTE: You may open and work on this file in excel - be sure to save file as a tab-delimited (.txt) file for upload.

3.

Uploading Bid Spec is not immediate. Once the upload has been started you will be able to do other things. An email will be sent to you when the upload is complete.

Your request to import bid spec has been uploaded and queued for processing.
Once your request has been processed you will be notified by email.

PKh a+  PK-ˉ‘Sÿÿÿÿÿÿÿÿ-BID/displays/bids/blanketpricinguploaddialog/PKPK-7°qPÿÿÿÿÿÿÿÿIBID/displays/bids/blanketpricinguploaddialog/frm_uploadBlanketPricing.cfm select formatId, formatName from tbl_EAI_InboundFileFormats with (nolock) where formatName = 'BLANKET_PRICING_TXT' and ownerId = 0 and ownerType = '*'

1. View Data Field Formats

2. Download Blanket Pricing Template

NOTE: You may open and work on this file in excel - be sure to save file as a tab-delimited (.txt) file for upload.

3.

Uploading Blanket Pricing is not immediate. Once the upload has been started you will be able to do other things. An email will be sent to you when the upload is complete.

Your request to import blanket pricing has been uploaded and queued for processing.
Once your request has been processed you will be notified by email.

PKϟ»Ë  PK-̉‘Sÿÿÿÿÿÿÿÿ&BID/displays/bids/commentforalldialog/PKPK-7°qPÿÿÿÿÿÿÿÿ;BID/displays/bids/commentforalldialog/frm_commentForAll.cfm

255 remaining
PKdP ý¯¯PK-̉‘Sÿÿÿÿÿÿÿÿ BID/displays/bids/copyBidDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ/BID/displays/bids/copyBidDialog/frm_copyBid.cfm select bidLineId from tbl_BID_BidLines with (nolock) where bidId = and ownerId = and ownerType = and sampleRequired = 'Y'
_releaseDate = ""; _deliveryStartDate = ""; _deliveryEndDate = ""; _bidCycleDate = ""; _bidOpeningDateTime = ""; QuerySetCell( qmd_bid, "bidName", "" ); QuerySetCell( qmd_bid, "bidNumber", "" ); if( qmd_sourceBid.bidCycleFrequency neq "O" and qmd_sourceBid.bidCycleFrequency neq "N" ) { if( qmd_sourceBid.bidCycleFrequency eq "M" ) { _months = 1; } else if( qmd_sourceBid.bidCycleFrequency eq "Q" ) { _months = 3; } else if( qmd_sourceBid.bidCycleFrequency eq "T" ) { _months = 4; } else if ( qmd_sourceBid.bidCycleFrequency eq "Y" ) { _months = 12; } else if ( qmd_sourceBid.bidCycleFrequency eq "S" ) { _months = 6; } _releaseDate = ""; _deliveryStartDate = ""; _deliveryEndDate = ""; _bidCycleDate = ""; _bidOpeningDateTime = ""; } QuerySetCell( qmd_bid, "releaseDate", _releaseDate ); QuerySetCell( qmd_bid, "deliveryStartDate", _deliveryStartDate ); QuerySetCell( qmd_bid, "deliveryEndDate", _deliveryEndDate ); QuerySetCell( qmd_bid, "bidCycleDate", _bidCycleDate ); QuerySetCell( qmd_bid, "bidOpeningDateTime", _bidOpeningDateTime );
:
#htmleditformat( qmd_agency.bidAgencyName )# - #htmleditformat( qmd_agency.bidAgencyCity )#,#htmleditformat( qmd_agency.bidAgencyState )#
: &##160;&##160; :
: :&##160; :&##160;
: :&##160;&##160;&##160; :&##160;
: &##160;&##160;: &##160;&##160;
:
: : &##160;&##160;#_linesWithSamplesRequired# lines require samples
Yes&##160; No
: Yes&##160; No
: &##160; :
Copy Options
Remove All Products from the Following MFRs:
&##160;
style="background-color:##DCDCDC;"--->>
checked="checked"/>#htmleditformat( bidMfrName )# - Not Represented in OPR LM
PK3/†v\7\7PK-͉‘Sÿÿÿÿÿÿÿÿ-BID/displays/bids/createblanketpricingdialog/PKPK-7°qPÿÿÿÿÿÿÿÿIBID/displays/bids/createblanketpricingdialog/frm_createBlanketPricing.cfm SELECT DISTINCT bidMfrId, bidMfrName, bidAgencyId FROM qmd_bidLineProducts ORDER BY bidMfrName
Please select the Manufacturer for which you want to create a Price File:
: : :

***Be sure the award data is saved before you submit***

PKÔX÷ÌççPK-͉‘Sÿÿÿÿÿÿÿÿ"BID/displays/bids/deleteBidDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ3BID/displays/bids/deleteBidDialog/frm_deleteBid.cfm
: #htmleditformat( qmd_bid.bidName )#
: #htmleditformat ( qmd_bid.bidNumber )#
: #lsDateFormat ( qmd_bid.bidOpeningDateTime, "MM/DD/YYYY" )#
:
#htmleditformat( qmd_agency.bidAgencyName )#
#htmleditformat( qmd_agency.bidAgencyCity )#, #htmleditformat( qmd_agency.bidAgencyState )#
In order to delete this Bid, check "Yes, delete this Bid" option below and provide the reason for which you are deleting it. And then click the "Submit"button
Note: Deleting a Bid can NOT be undone.
? &##160;&##160;
: #htmleditformat( client.user )#
:
PK,#—¼ ¼ PK-°ESÿÿÿÿÿÿÿÿ*BID/displays/bids/disp_bidHeaderFields.cfm
: select * from qmd_agencies where bidAgencyId =
#htmleditformat( qmd_agency.territoryName )#
:
:
:
: :
:
: &##160;
: &##160;&##160;
: &##160;&##160;&##160; &##160;
   Use Delivery Period Dates towards Product Guarantee Dates
:
Yes&##160; No
: Yes&##160; No
: Commercial&##160; Commodity&##160; Commercial & Commodity
: Line Item Bid&##160; Prime Vendor Bid&##160;
:
#500 - len( qmd_bid.bidComments )# remaining
: &##160; : &##160;
&##160;
When a Bid is archived it will no longer appear on the dashboard, but will still be accessible for reporting.
PK89Ÿ¶7¶7PK-7°qPÿÿÿÿÿÿÿÿ-BID/displays/bids/disp_bidLineAwardFields.cfm
: &##160;
:
#250 - len( _awardedOther )# remaining
PKc‰,ž ž PK-7°qPÿÿÿÿÿÿÿÿ/BID/displays/bids/disp_bidLineProductFields.cfm
select priceListCode, priceListDesc from tbl_BID_PriceLists with (nolock) where ownerId = and ownerType = and priceListId =
YesNo
#htmleditformat( catch_weight_range )#
 
YesNo
#htmleditformat( qmd_priceList.priceListCode )# - #htmleditformat( qmd_priceList.priceListDesc )#
$
$
Pending Pricing Approval Approved Requested Pricing / No Approval No Bid
to

#500 - len( comments )# remaining
PK”^KKPK-7°qPÿÿÿÿÿÿÿÿ&BID/displays/bids/disp_bidLineTabs.cfm if( _tabCode eq "lineSpecs" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "lineSpecs", "Specification", true, true, _currentTab eq "lineSpecs" )); } else if( _tabCode eq "lineProducts" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "lineProducts", "Products", true, true, _currentTab eq "lineProducts" )); } else if ( _tabCode eq "lineDists" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "lineDists", "Distributors", true, true, _currentTab eq "lineDists" )); } #mainTabSet# PK5í:W1 1 PK-7°qPÿÿÿÿÿÿÿÿ"BID/displays/bids/disp_bidList.cfm select *, upper( bidName ) bidNameSort from qmd_bids order by bidCycleDate, bidNameSort select *, upper( bidName) bidNameSort from qmd_bids order by bidOpeningDateTime desc, bidNameSort select *, upper( bidName) bidNameSort from qmd_bids order by bidOpeningDateTime, bidNameSort
#htmleditformat( attributes.title )# (#qmd_bids.recordCount#) #attributes.titleLinkHTML#
Status Agency/Bid Name Bid ## To DSTR OpenedOpening Cycle Cycle Date Action
#bidStatusStruct.statusDisplay# select firstName + ' ' + lastName as fullname from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = select firstName + ' ' + lastName as fullname from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = #htmleditformat( bidNumber )# #lsDateFormat( toDistributorDate, "MM/DD/YYYY")# #lsDateFormat( bidOpeningDateTime, "MM/DD/YYYY")# #lsTimeFormat( bidOpeningDateTime, "h:MM TT" )# Yearly Semi-Annually Montnly Other #bidCycleFrequency# #lsdateformat( bidCycleDate, "MM/DD/YYYY")# #actionHTML#
PKYÈçïÙÙPK- °%Rÿÿÿÿÿÿÿÿ"BID/displays/bids/disp_bidTabs.cfm if( _tabCode eq "details" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "details", "Details", true, true, _currentTab eq "details", "Alt+Shift+T" )); } else if( _tabCode eq "lines" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "lines", "Spec", true, true, _currentTab eq "lines", "Alt+Shift+S" )); } else if( _tabCode eq "agency" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "agency", "Agency", true, true, _currentTab eq "agency" )); } else if( _tabCode eq "pricing" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "pricing", "MFR Pricing", true, true, _currentTab eq "pricing", "Alt+Shift+P" )); } else if( _tabCode eq "quotes" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "quotes", "DST Quotes", true, true, _currentTab eq "quotes", "Alt+Shift+Q" )); } else if( _tabCode eq "awards" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "awards", "Awards", true, true, _currentTab eq "awards", "Alt+Shift+W" )); } else if( _tabCode eq "notes" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "notes", "Notes", true, true, _currentTab eq "notes", "Alt+Shift+N" )); } else if ( _tabCode eq "files" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "files", "Files", true, true, _currentTab eq "files", "Alt+Shift+F" )); } #mainTabSet#
Delete Bid Copy Bid select * from qmd_bidManufacturers where skuCount > 0
Hide All Skus Show All Skus By Line Order By Sort Order
Mark Lines As Approved
Show only information for:
Add Lines Re-Number Lines Copy Line Add Line


#_importStatusContent#
select distinct bm.bidMfrId, m.bidMfrName from tbl_BID_Manufacturers m with (nolock) inner join tbl_BID_BidManufacturers bm with (nolock) on bm.ownerId = m.ownerId and bm.ownerType = m.ownerType and bm.bidMfrId = m.bidMfrId left outer join tbl_BID_BidLineManufacturers blm with (nolock) on blm.ownerId = bm.ownerId and blm.ownerType = bm.ownerType and blm.bidMfrId = bm.bidMfrId where bm.ownerId = and bm.ownerType = and bm.bidId = order by m.bidMfrName
Show only information for: Select Number of Historic Bids: Other Options:
Sort By SKU Sort By Line
Emailed to Rep: #dateFormat( request.qmd_bid.emailedRepDate, "mm/dd/yy" )# #_importStatusContent#
Add Distributor Edit Disclaimer
PKPKx̯E¯EPK-щ‘Sÿÿÿÿÿÿÿÿ/BID/displays/bids/editDistributorBiddingDialog/PKPK-°ESÿÿÿÿÿÿÿÿMBID/displays/bids/editDistributorBiddingDialog/frm_editDistributorBidding.cfm select * from qmd_bidLineproducts order by bidMfrName, bidLineNumber select distinct mfrId from qmd_bidLineProducts order by bidMfrName
: #htmleditformat( qmd_bidDistributor.bidDstName )# &##160;NOTES Dstr Stocking Report
: &##160;&##160; &##160;&##160;
select bd.bidDstName from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_BID_Distributors bd with (nolock) on bd.ownerId = blpd.ownerId and bd.ownerType = blpd.ownerType and bd.bidDstId = blpd.bidDstId where blpd.ownerId = and blpd.ownerType = and blpd.bidLineProductId = and blpd.bidDstId <> select blpd.quoteStatus, blpd.bidLineProductId, blpd.bidDstId from tbl_BID_BidLineProductDistributors blpd with (nolock) where blpd.ownerId = and blpd.ownerType = and blpd.bidLineProductId = and blpd.bidDstId = select cs.customerSku from tbl_PRD_CustomerSkus cs with (nolock) where cs.ownerId = and cs.fsl_tablecode = and cs.skuId = and cs.customerId = and cs.customerType = 'dst' and cs.linkType = 'SKU' and nullif( cs.customerSku, '' ) is not null select pcs.customersku from tbl_CDR_Distributors cdr with (nolock) inner join tbl_DST_Distributors dst with (nolock) on dst.dstId = cdr.fsl_dstId inner join tbl_CDR_Distributors pcdr with (nolock) on pcdr.ownerId = cdr.ownerID and pcdr.fsl_tablecode = cdr.fsl_tablecode and pcdr.fsl_dstId = dst.dstparentco inner join tbl_PRD_CustomerSkus pcs with (nolock) on pcs.ownerId = cdr.ownerId and pcs.fsl_tablecode = cdr.fsl_tablecode and pcs.customerId = pcdr.cdr_recordId and pcs.customerType = 'pdst' and pcs.linkType = 'SKU' where cdr.ownerId = and cdr.fsl_tablecode = and cdr.cdr_recordId = and pcs.skuId = and nullif( pcs.customerSku, '' ) is not null style="background-color:##DCDCDC;">
Line #Mfr. SKUDst. SKU&##160;DescriptionBiddingQuoted
       
>#htmleditformat( bidMfrName )# - Not represented in this market
#htmleditformat( bidLineNumber)# #htmleditformat( bidSku )# &##160; #htmleditformat( _bidSkuDesc )#
*** DISCONTINUED ***
select bidLineId from tbl_BID_BidLines with (nolock) where ownerId = and ownerType = and bidId =
PKö”duT=T=PK-҉‘Sÿÿÿÿÿÿÿÿ%BID/displays/bids/importStatusDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ9BID/displays/bids/importStatusDialog/inc_importStatus.cfm SELECT message, lineNumber FROM tbl_EAI_InboundBatchMessages with (nolock) WHERE batchId = AND lineNumber IS NULL AND message LIKE '%WARNING%'
Columns Not Mapped
#_column#
SELECT message, min( lineNumber ) + 1 lineNumber FROM tbl_EAI_InboundBatchMessages with (nolock) WHERE batchId = AND lineNumber > 0 GROUP BY message ORDER BY lineNumber
ColumnMessageLine Number
#_column##_message##lineNumber#
PKzŽó€ € PK-°ESÿÿÿÿÿÿÿÿ BID/displays/bids/inc_awards.cfm select territoryId from tbl_OPR_ClientOperators with (nolock) where ownerId = and fsltablecode = and operatorId = select distinct bidDstId, bidDstName from qmd_bidDistributors order by bidDstName select distinct bidLineId from qmd_bidAwards
Line
#qmd_bidAwards.bidLineNumber# #htmleditformat( left( qmd_bidAwards.bidLineDescription, 70 ) )#... #qmd_bidAwards.bidLineQtyAmt# #qmd_bidAwards.bidLineQtyUM#
#htmleditformat( qmd_bidAwards.bidSku )# - #htmleditformat( left( qmd_bidAwards.bidSkuDesc, 70 ))#...&##160;&##160;*** DISCONTINUED ***
#qmd_bidAwards.bidPackSizeDesc#
Approved Brands:&##160; #qmd_bidAwards.brandRequirements#
2nd Distributor
$
 YesNo - #htmleditformat( qmd_bidAwards.catch_weight_range )#
", "#chr(10)#", "ALL")>
#255-Len(_awardedComments)#&##160;Remaining
#qmd_bidAwards.bidMfrName#
select bidDstId from tbl_BID_BidLineProductDistributors with (nolock) where ownerId = and ownerType = and bidLineProductId = and quoteStatus = 'Y' select bidDstName from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and bidDstId in ( ) order by bidDstName
Quoted to Dstr:
#valueList( qmd_getDstNames.bidDstName )#
Quoted: #_fieldName#: #lsnumberformat( _value, "$9.9999" )#&##160; No Bid
select b.deliveryStartDate, b.bidName, b.bidNumber, b.bidOpeningDateTime, bl.bidLineQtyAmt, bl.bidLineQtyUM, blp.awardedStatus, blp.awardedSubClassifier, blp.awardedPrice, blp.awardedComments, blp.priceDeliveredRate, blp.priceFobRate, blp.priceOffInvoiceRate, blp.priceBillBackRate, blp.commodityAllowanceRate, blp.commodityNetRate, blp.commodityPassThroughRate, blp.awardedBidDstId, blp.awardedBidDstId2, blp.awardedOutsideDistributor, blp.awardedOutsideDistributor2, blp.noAwardMFR, blp.noAwardSKU, blp.noAwardPack, blp.noAwardCompMFR from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidId = bl.bidId inner join tbl_BID_BidLineProducts blp with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where blp.ownerId = and blp.ownerType = and blp.bidSkuId = and b.bidAgencyId = and b.bidId <> and b.deliveryStartDate < and b.deleted = 'N' order by b.deliveryStartDate desc, b.bidId desc select * from qmd_historicBids
Bid History
&##160;
Bid## #bidName#(#bidNumber#) Opening: #lsdateformat( bidOpeningDateTime )# DSTR: #_distributor#
Quantity:&##160;#bidLineQtyAmt# #lcase( bidLineQtyUM )#
#ucase( _hAwardedStatus )# - #_subclassifierLabel# Delivered: #lsnumberformat( priceDeliveredRate, "$0.0000" )# FOB: #lsnumberformat( priceFOBRate, "$0.0000" )# Allowance: #lsnumberformat( priceBillBackRate, "$0.0000" )# Off Inv.: #lsnumberformat( priceOffInvoiceRate, "$0.0000" )# Comm. PTV: #lsnumberformat( commodityPassThroughRate, "$0.0000" )# Comm. Allowance: #lsnumberformat( commodityAllowanceRate, "$0.0000" )# Comm. Net: #lsnumberformat( commodityNetRate, "$0.0000" )#
Award Comments: #awardedComments#N/A Awarded Price: #lsnumberformat( awardedPrice, "$0.0000" )#
Comp. Info
SKU: #htmleditformat( noAwardSKU )# Pack Size: #htmleditformat( noAwardPack )# MFR: #htmleditformat( _noAwardCompMFR )#
#_formHTML# PKûÌÞ¤V¤VPK-7°qPÿÿÿÿÿÿÿÿ#BID/displays/bids/inc_bidHeader.cfm
#_form# PKx8¨qUUPK-7°qPÿÿÿÿÿÿÿÿ$BID/displays/bids/inc_bidHistory.cfm
Bid History
&##160;
Bid## #bidName#(#bidNumber#) Opening: #lsdateformat( bidOpeningDateTime )# DSTR: #_distributor#
Quantity:&##160;#bidLineQtyAmt# #lcase( bidLineQtyUM )#
#ucase( _hAwardedStatus )# - #_subclassifierLabel# Delivered: #lsnumberformat( priceDeliveredRate, "$0.0000" )# FOB: #lsnumberformat( priceFOBRate, "$0.0000" )# Allowance: #lsnumberformat( priceBillBackRate, "$0.0000" )# Off Inv.: #lsnumberformat( priceOffInvoiceRate, "$0.0000" )# Comm. PTV: #lsnumberformat( commodityPassThroughRate, "$0.0000" )# Comm. Allowance: #lsnumberformat( commodityAllowanceRate, "$0.0000" )# Comm. Net: #lsnumberformat( commodityNetRate, "$0.0000" )#
Award Comments: #awardedComments#N/A Awarded Price: #lsnumberformat( awardedPrice, "$0.0000" )#
Comp. Info
SKU: #htmleditformat( noAwardSKU )# Pack Size: #htmleditformat( noAwardPack )# MFR: #htmleditformat( _noAwardCompMFR )#
PKOeÕ­­PK-7°qPÿÿÿÿÿÿÿÿ!BID/displays/bids/inc_bidList.cfm select distinct bidStatus from qmd_allbids where ( bidStatus is not null and bidStatus <> '?' ) select distinct internalContactId from qmd_allbids union select distinct internalContact2Id from qmd_allbids
New Bid
select bidId from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and deleted = 'N'

Current Bids

select * from qmd_bids where dashboardState = 'TODO' order by bidOpeningDateTime select * from qmd_bids where dashboardState = 'WAIT' order by bidOpeningDateTime select * from qmd_bids where not dashboardState in ( 'WAIT','TODO' ) order by bidOpeningDateTime select count(*) archiveCount from qmd_closed where archive = 'Y' select * from qmd_closed where archive = 'N'

Closed Bids

HideShow #qmd_archived.archiveCount# archived Bids
Click here to load all bids, including those older than 6 months.
PKRÛ^5n)n)PK-7°qPÿÿÿÿÿÿÿÿ%BID/displays/bids/inc_competitors.cfm select mfrId from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId = PKˆ>AÒ44PK-7°qPÿÿÿÿÿÿÿÿBID/displays/bids/inc_files.cfm
PK ùÿŒŒPK-7°qPÿÿÿÿÿÿÿÿ&BID/displays/bids/inc_importStatus.cfm select top 1 * from tbl_EAI_InboundBatches with (nolock) where ownerId = and ownerType = and fileFormat = and config like order by createTime desc Last imported by #_config.recordSource# #lsTimeFormat( qmd_batch.createTime, 'hh:mm tt')#
Status:#ucase( qmd_batch.status )##ucase( qmd_batch.status )# select firstName, lastName from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = ReviewedConfirmed By #htmleditformat( qmd_user.firstName )# #htmleditformat( qmd_user.lastName )# #lsdateformat( _reviewedDate, 'MM/DD/YYYY' )# #lstimeformat( _reviewedDate, 'hh:mm tt' )#
PKÄB)ã\ \ PK-7°qPÿÿÿÿÿÿÿÿ*BID/displays/bids/inc_lineDistributors.cfm
Add Distributor &##160;
NameCity,StateAction
#htmleditformat( bidDstName )##htmleditformat( bidDstCity)#,#htmleditformat( bidDstState )# #actionHTML#

Click here to add a Distributor

#_distributorsHTML# PKñgŸXXPK-7°qPÿÿÿÿÿÿÿÿ&BID/displays/bids/inc_lineProducts.cfm
Add Product &##160;
SKUDescriptionPriceAlt.Action
#htmleditformat( bidSKU )#
#htmleditformat( _bidSKUDesc )#
#htmleditformat( _bidPackSizeDesc )#
*** DISCONTINUED ***
$#lsnumberformat( _price, "0.0000" )# #listLast( _pp, "|")#
&##160; LIST
#alternateProduct# #actionHTML#
 
DSTR:#htmleditformat( _dsts )#
&##160; Add #htmleditformat( bidMfrName )# Product
&##160; Tag / Untag Manufacturers
#_productsHTML# PKÿeePK-7°qPÿÿÿÿÿÿÿÿ+BID/displays/bids/inc_lineProducts.cfm.copy
Add Product &##160;
SKUDescriptionPriceAlt.Action
#htmleditformat( bidSKU )#
#htmleditformat( _bidSKUDesc )#
#htmleditformat( _bidPackSizeDesc )#
*** DISCONTINUED ***
$#lsnumberformat( _price, "0.0000" )# #listLast( _pp, "|")#
&##160; LIST
#alternateProduct# #actionHTML#
 
DSTR:#htmleditformat( _dsts )#
&##160; Add #htmleditformat( bidMfrName )# Product
&##160; Tag / Untag Manufacturers
#_productsHTML# PKî‰GÆ**PK-7°qPÿÿÿÿÿÿÿÿBID/displays/bids/inc_lines.cfm
" id="bidLineList" border="0" style="margin-top:0px;"> select bidLineProductId from qmd_bidLines where bidLineId = and bidLineProductId is not null
  Sort # Line # Description Quantity
#_bss.statusDisplay# #htmleditformat( bidLineSortNumber )# #htmleditformat( bidLineNumber )# #htmleditformat( left( bidLineDescription, 125 ) )#... #lsnumberformat( bidLineQtyAmt, "0.00" )##htmleditformat( bidLineQtyUM )#
#_blps.statusDisplay#   #htmleditformat( bidSku )# - #htmleditformat( _bidSkuDesc )#
*** DISCONTINUED ***
#htmleditformat( bidMfrName )#
#lsnumberformat( _price, "$0.0000" )#&##160;#_label#&##160; No Bid
#htmleditformat( _bidPackSizeDesc )#
*** New Line ***
**** Copy Line ****
select * from qmd_bidLines where bidLineId =

Select a bid line from the list at the left or add a new one.

PKý¹éEë&ë&PK-7°qPÿÿÿÿÿÿÿÿ$BID/displays/bids/inc_lines.cfm.copy
" id="bidLineList" border="0" style="margin-top:0px;">
  Sort # Line # Description Quantity
#_bss.statusDisplay# #htmleditformat( bidLineSortNumber )# #htmleditformat( bidLineNumber )# #htmleditformat( bidLineDescription )# #lsnumberformat( bidLineQtyAmt, "0.00" )##htmleditformat( bidLineQtyUM )#
#_blps.statusDisplay#   #htmleditformat( qmd_bidLineProducts.bidSku )# - #htmleditformat( _bidSkuDesc )#
*** DISCONTINUED ***
#htmleditformat( qmd_bidLineProducts.bidMfrName )#
#lsnumberformat( _price, "$0.0000" )#&##160;#_label#&##160;
#htmleditformat( _bidPackSizeDesc )#
*** New Line ***
**** Copy Line ****

Select a bid line from the list at the left or add a new one.

PK «vò)ò)PK-°çRÿÿÿÿÿÿÿÿ*BID/displays/bids/inc_lineSpecFieldSet.cfm
: &##160;&##160;
:
:
:
:
:
#500 - len( qmd_bidLine.brandRequirements )# remaining
:
: &##160; &##160;
:
#500 - len( qmd_bidLine.confidentialComment )# remaining
&##160;
:
: : value="#lsTimeFormat( qmd_bidLine.sampleDeliveryDateTime, "h:mm tt" )#" fse:format="time" maxlength="8" size="8" />

#500 - len( qmd_bidLine.sampleComments )# remaining
PKÚ¹R!R!PK-7°qPÿÿÿÿÿÿÿÿ#BID/displays/bids/inc_lineSpecs.cfm
#_form# PK­ldooPK-7°qPÿÿÿÿÿÿÿÿ(BID/displays/bids/inc_lineSpecs.cfm.copy
#_form# PK¸siâqqPK- °%Rÿÿÿÿÿÿÿÿ(BID/displays/bids/inc_markAllOptions.cfm
Mark All: Mark All: Mark All: cases lbs Comment For All
&##160;
PKŽñó‰‰PK-7°qPÿÿÿÿÿÿÿÿ%BID/displays/bids/inc_noAwardComp.cfm
Competitor
fse-hidden">
PKXÀ{Y  PK- °%RÿÿÿÿÿÿÿÿBID/displays/bids/inc_notes.cfm
#weblogEntriesHTML# PK½|ø¹¢¢PK-7°qPÿÿÿÿÿÿÿÿ!BID/displays/bids/inc_pricing.cfm select bidMfrId from qmd_bidManufacturers where skuCount = 0
select * from tbl_BID_ManufacturersOverride with (nolock) where ownerId = and ownerType = and bidMfrId = and territoryId = style="background-color:##DCDCDC !important;"--->>
Manufacturer Contact SKU Count Pricing Approved Requested Action
#htmleditformat( bidMfrName )# TPM
Not Represented in OPR LM
#lsnumberformat( skuCount )# select ra.requestId, ra.status, ra.statusDate, r.assignedContractNbr, '' statusComment from tbl_TPM_Requests r with (nolock) inner join tbl_TPM_Requests ra with (nolock) on ra.requestId = r.requestId and ra.ownerId = r.ownerId and ra.ownerType = r.ownerType where r.ownerid = and r.ownerType = 'MFR' and r.requestId = order by ra.statusDate desc YN* #priceRequestSent# #actionHTML#

This bid does not yet contain any products.

#_pricingHTML# PKœïY~z#z#PK-7°qPÿÿÿÿÿÿÿÿ&BID/displays/bids/inc_pricing.cfm.copy
select * from tbl_BID_ManufacturersOverride where ownerId = and ownerType = and bidMfrId = and territoryId = style="background-color:##DCDCDC !important;"--->>
Manufacturer Contact SKU Count Pricing Approved Requested Action
#htmleditformat( bidMfrName )# TPM
Not Represented in OPR LM
#lsnumberformat( skuCount )# YN #priceRequestSent# #actionHTML#

This bid does not yet contain any products.

#_pricingHTML# PK@ï~ÇNNPK-7°qPÿÿÿÿÿÿÿÿ BID/displays/bids/inc_quotes.cfm select *, upper( bidDstName ) bidDstNameSort from qmd_bidDistributors order by bidDstNameSort
select bidAgencyName, bidAgencyContactID, bidAgencyId from qmd_agency where bidAgencyId = select * from qmd_dstContact where bidContactId = and archive <> 'Y' select * from qmd_dstContact where ( bidContactId <> and bidContactId > 0 ) and archive <> 'Y' order by lastName
Distributor ContactUpdate Products Quoted Action
#htmleditformat( bidDstName )#
#lsnumberformat( productCount )# YN #actionHTML#
#_quotesHTML# PK …èPP$P$PK-7°qPÿÿÿÿÿÿÿÿ(BID/displays/bids/inc_rolloverSelect.cfm select * from qmd_bids where bidId <> order by dateCreated desc &##160;&##160;: PK¥ÓùPK-7°qPÿÿÿÿÿÿÿÿ,BID/displays/bids/inc_secondDistributors.cfm select distinct bidDstId, bidDstName from qmd_bidDistributors order by bidDstName
PKÒÅ8¢zzPK-7°qPÿÿÿÿÿÿÿÿ'BID/displays/bids/inc_subclassifier.cfm PKE™wRRPK-7°qPÿÿÿÿÿÿÿÿ(BID/displays/bids/inc_subclassifier2.cfm PK¯åË^˜˜PK-≑SÿÿÿÿÿÿÿÿBID/displays/bids/newBidDialog/PKPK-≑Sÿÿÿÿÿÿÿÿ<BID/displays/bids/newBidDialog/editdistributorbiddingdialog/PKPK-7°qPÿÿÿÿÿÿÿÿZBID/displays/bids/newBidDialog/editdistributorbiddingdialog/frm_editDistributorBidding.cfm select * from qmd_bidLineproducts order by bidMfrName, bidLineNumber
: #htmleditformat( qmd_bidDistributor.bidDstName )#
: &##160;&##160; &##160;&##160;
select blpd.quoteStatus, blpd.bidLineProductId, blpd.bidDstId from tbl_BID_BidLineProductDistributors blpd with (nolock) where blpd.ownerId = and blpd.ownerType = and blpd.bidLineProductId = and blpd.bidDstId = select bs.skuId dstSkuId, ds.customerSku dstSKU, s.fmId from tbl_BID_Skus bs with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSKUId = blp.bidSkuId inner join tbl_BID_Distributors d with (nolock) on d.ownerId = bs.ownerId and d.ownerType = bs.ownerType and d.bidDstId = inner join tbl_PRD_Skus s with (nolock) on s.skuId = bs.skuId and s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType left join tbl_PRD_CustomerSkus ds with (nolock) on ds.skuId = bs.skuId and ds.customerId = d.cdr_recordId and ds.customerType = 'dst' and ds.linkType = 'SKU' and ds.ownerId = s.ownerId and ds.fsl_tablecode = s.fsl_tablecode where bs.ownerId = and bs.ownerType = and blp.bidLineProductId =
Line ##Mfr. SKUDst. SKU&##160;DescriptionBiddingQuoted
&##160;&##160;&##160;&##160;
#htmleditformat( bidMfrName )#
#htmleditformat( bidLineNumber)##htmleditformat( bidSku )# &##160; #htmleditformat( _bidSkuDesc )#
select distinct bidLineId from qmd_bidLineProducts
PKµ’ÕD­­PK-7°qPÿÿÿÿÿÿÿÿ-BID/displays/bids/newBidDialog/frm_newBid.cfm
PK¡l\‡‡PK-7°qPÿÿÿÿÿÿÿÿ2BID/displays/bids/newBidDialog/inc_bidAgencies.cfm select * from qmd_agencies where bidAgencyId = select qmd_agencies.bidAgencyId, qmd_agencies.bidAgencyName, qmd_agencies.bidAgencyCity, qmd_agencies.bidAgencyState, qmd_territories.displayOrder, qmd_territories.rank, qmd_territories.territoryName, qmd_territories.territoryId from qmd_agencies, qmd_territories where qmd_agencies.archive = 'N' and qmd_agencies.linked = 'Y' and qmd_territories.territoryId = qmd_agencies.territoryId order by displayOrder, bidAgencyName select min( rank ) minRank from qmd_agencies
#htmleditformat( qmd_agency.bidAgencyName )# - #htmleditformat( qmd_agency.bidAgencyCity )#,#htmleditformat( qmd_agency.bidAgencyState )#
PKÊaA  PK-㉑Sÿÿÿÿÿÿÿÿ%BID/displays/bids/pickProductsDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ9BID/displays/bids/pickProductsDialog/frm_pickProducts.cfm

The following lines been tagged for this Manufacturer but a product has not yet been identified.

Enter the SKU for each line or use the search link to find one.

When you are finished, click the "Submit" button to save your selections. You'll be able to change them later on the "SPEC" tab.

Line ## Specification SKU
#htmleditformat( qmd_bidLine.bidLineNumber )# #htmleditformat( qmd_bidLine.bidLineDescription )# search
PKåÇX* * PK-䉑Sÿÿÿÿÿÿÿÿ BID/displays/bids/pricingDialog/PKPK- °öPÿÿÿÿÿÿÿÿ6BID/displays/bids/pricingDialog/frm_blanketPricing.cfm select distinct territoryId from qmd_bidDistributors select distinct priceListId from tbl_BID_PriceListsOverride with (nolock) where ownerId = and ownerType = and bidMfrId = and territoryId in ( ) and overrideYN = 'Y' > select distinct priceListId, priceListCode, priceListDesc, priceListStartDate, priceListEndDate, mfrPricingVisibility from qmd_preApprovedPrices
This blanket pricing will be applied to all skus on the selected blanket pricelist, overwriting any previously applied pricing.

#htmleditformat( qmd_priceLists.priceListCode )# - #htmleditformat( qmd_priceLists.priceListDesc)# from #lsdateformat( qmd_priceLists.priceListStartDate, 'mm/dd/yyyy' )# to #lsdateformat( qmd_priceLists.priceListEndDate, 'mm/dd/yyyy' )#
PKã=bpÐÐPK- °ŽPÿÿÿÿÿÿÿÿ/BID/displays/bids/pricingDialog/frm_pricing.cfm select *, 'N' approvalPending, upper( bidLineNumber ) blnSort, upper( bidSku ) bsSort from qmd_bidLineproducts order by blnSort, alternateProduct, bsSort

There are no products. They must have been removed or deleted while you are on this page. Please refresh the page and try again.

select distinct blp.priceListId, pl.priceMfrBidNumber from tbl_BID_BidLineProducts blp with (nolock) left outer join tbl_BID_PriceLists pl with (nolock) on blp.ownerId = pl.ownerId and blp.ownerType = pl.ownerType and blp.priceListId = pl.priceListId where blp.ownerId = and blp.ownerType = and blp.bidLineProductId in ( ) and blp.priceListId <> 0 select ra.requestId, ra.status, ra.statusDate, r.assignedContractNbr from tbl_TPM_Requests r with (nolock) inner join tbl_TPM_Requests ra with (nolock) on ra.requestId = r.requestId and ra.ownerId = r.ownerId and ra.ownerType = r.ownerType where r.ownerid = and r.ownerType = 'MFR' and r.requestId = and r.status = 'APPROVED' order by ra.statusDate desc
: #htmleditformat( qmd_bidManufacturer.bidMfrName )# - Not Represented in Operator Local Market SELECT viewNotes, notesOverride FROM tbl_BID_ManufacturersOverride WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId = &##160;NOTES
: #htmleditformat( qmd_bid.bidName )# (#htmleditformat( qmd_bid.bidNumber )#) opening on #lsdateformat( qmd_bid.bidOpeningDateTime )#
: 0> select count(*) commentCount from tbl_TPM_RequestProducts with (nolock) where ownerId = and ownerType = 'MFR' and nullif( pricingComment, '' ) is not null and requestId = * MFR SKU Comments
:
#_priceMfrBidNumbers#
: Not Requested
Pricing Authorization Request sent to #htmleditformat( qmd_manufacturer.bidMfrName )# on #lsdateformat( qmd_bidManufacturer.mfrTradeRequestSent, "MM/DD/YYYY")# @ #lstimeformat( qmd_bidManufacturer.mfrTradeRequestSent, "HH:MMTT" )#
#htmleditformat( qmd_manufacturer.bidMfrName )# pricing response sent on #lsdateformat( qmd_tradeRequest.statusDate, "MM/DD/YYYY" )# #qmd_tradeRequest.assignedContractNbr#.pdf
#htmleditformat( qmd_manufacturer.bidMfrName )# pricing applied on #lsdateformat( qmd_bidManufacturer.mfrTradeRequestApplied, "MM/DD/YYYY" )# @ #lstimeformat( qmd_bidManufacturer.mfrTradeRequestApplied, "HH:MMTT" )#
: &##160;&##160;
&##160;
PKˆÌUÐÿ:ÿ:PK- °õPÿÿÿÿÿÿÿÿ;BID/displays/bids/pricingDialog/inc_blanketPricingLogic.cfm select * from qmd_preApprovedPricesPerSku where priceListId = and bidSkuId = select * from tbl_BID_PriceLists where priceListId = PKEÓã”  PK-7°qPÿÿÿÿÿÿÿÿ5BID/displays/bids/pricingDialog/inc_mfrBidNumbers.cfm select pl.priceMfrBidNumber from tbl_BID_PriceLists pl with (nolock) where pl.ownerId = and pl.ownerType = and pl.priceListId in ( ) #_priceMFRBidNumbers# PK8©Ã™™PK- °õPÿÿÿÿÿÿÿÿ/BID/displays/bids/pricingDialog/inc_pricing.cfm select distinct territoryId from qmd_bidDistributors select distinct priceListId from tbl_BID_PriceListsOverride with (nolock) where ownerId = and ownerType = and bidMfrId = and territoryId in ( ) and overrideYN = 'Y' > select distinct priceListId, priceListCode, priceListDesc, priceListStartDate, priceListEndDate from qmd_preApprovedPrices select * from qmd_preApprovedPrices where bidSkuId = (notes)">
Comment For All
List
BP
Per
Delivered FOB Allowance Off Inv.
: #htmleditformat( bidLineNumber )# - #htmleditformat( left( bidLineDescription, 100 ) )#... : #lsnumberformat( bidLineQtyAmt, "9.99" )# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ) )#
-+ #htmleditformat( bidSku )# #htmleditformat( _bidSkuDesc )#
*** DISCONTINUED ***
#htmleditformat( _bidPackSizeDesc )# disabled="disabled" #iif( useListPrice eq "Y", de("checked=""checked"""), de(""))# name="useListPrice#_fieldSuffix#" id="lp#_fieldSuffix#" onclick="Fse.BID.bidLineProductListPricingChanged(this)"/> disabled="disabled" name="priceListId#_fieldSuffix#" value="#_priceListId#" #_priceListTitleAttr# #iif( val( priceListId ) gt 0, de("checked=""checked"""), de(""))# #iif( useListPrice eq "Y", de("disabled=""disabled"""), de(""))# onclick="#_blanketPricingJS#"/> n/a $disabled="disabled" maxlength="8" fse:format="decimal" id="#_columnName#_pt#_fieldSuffix#" #iif( priceUM eq "?" or val( priceListId ) gt 0 or useListPrice eq "Y", de("disabled=""disabled"""), de(""))#/> *
  DSTR: #_dsts#
Per: $disabled="disabled" value="#_amount#" name="#_columnName##_fieldSuffix#" maxlength="8" fse:format="decimal" id="#_columnName#_pt#_fieldSuffix#" #iif( commUM eq "?" or val( priceListId ) gt 0 or useListPrice eq "Y", de("disabled=""disabled"""), de(""))#/>  
Bid History
Bid## #bidName#(#bidNumber#) Opening: #lsdateformat( bidOpeningDateTime )# DSTR: #getDistributors( awardedBidDstId, awardedBidDstId2 )#
Quantity:&##160;#bidLineQtyAmt# #lcase( bidLineQtyUM )#
#ucase( awardedStatusLabel( awardedStatus ) )# - #awardedSubClassifierLabel( awardedSubClassifier )# Delivered: #lsnumberformat( priceDeliveredRate, "$0.0000" )# FOB: #lsnumberformat( priceFOBRate, "$0.0000" )# Allowance: #lsnumberformat( priceBillBackRate, "$0.0000" )# Off Inv.: #lsnumberformat( priceOffInvoiceRate, "$0.0000" )# Comm. PTV: #lsnumberformat( commodityPassThroughRate, "$0.0000" )# Comm. Allowance: #lsnumberformat( commodityAllowanceRate, "$0.0000" )# Comm. Net: #lsnumberformat( commodityNetRate, "$0.0000" )#
Award Comments: #htmleditformat( awardedComments )#N/A Awarded Price: #lsnumberformat( awardedPrice, "$0.0000" )#
Comp. Info
SKU: #htmleditformat( noAwardSKU )#Pack Size: #htmleditformat( noAwardPack )#MFR: #htmleditformat( noAwardMFR )#
: disabled="disabled" value="#htmleditformat( mfrAwardRef )#" maxlength="25" name="mfrAwardRef#_fieldSuffix#" id="mfrAwardRef#_fieldSuffix#"/>
: disabled="disabled" class="date" fse:format="date" value="#lsdateformat( awardedDate, "MM/DD/YYYY")#"/>
: disabled="disabled" #iif( alternateProduct eq "Y", de("checked=""checked"""),de(""))#/>
: YesNo - #htmleditformat( catch_weight_range )#
: disabled="disabled" class="date" fse:format="date" name="termsOfGuaranteeBegin#_fieldSuffix#" value="#lsdateFormat(_startDate, "MM/DD/YYYY")#" maxlength="10"/> to disabled="disabled" class="date" fse:format="date" name="termsOfGuarantee#_fieldSuffix#" value="#lsdateFormat(_endDate, "MM/DD/YYYY")#" maxlength="10"/>
: disabled="disabled" value="#htmleditformat( pointOfOrigin )#" maxlength="125"/>
MFR SKU Comment: #htmleditformat( mfrSKUComment )#
: #htmleditformat( _bidComments )#
: #htmleditformat( qmd_blanketPricingDetails.comments )#
:
#500 - len( comments )# remaining
PKÐ ­n8n8nPK-7°qPÿÿÿÿÿÿÿÿ3BID/displays/bids/pricingDialog/inc_pricing.cfm.old select distinct territoryId from qmd_bidDistributors select distinct priceListId from tbl_BID_PriceListsOverride where ownerId = and ownerType = and bidMfrId = and territoryId in ( ) and overrideYN = 'Y' select distinct priceListId, priceListCode, priceListDesc, priceListStartDate, priceListEndDate from qmd_preApprovedPrices select * from qmd_preApprovedPrices where bidSkuId =
&##160; SKU Description Size
List
BP
Per
Delivered FOB Allowance Off Inv.
: #htmleditformat( bidLineNumber )# - #htmleditformat( bidLineDescription )# : #lsnumberformat( bidLineQtyAmt, "9.99" )# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ) )#
-+ #htmleditformat( bidSku )# #htmleditformat( _bidSkuDesc )#
*** DISCONTINUED ***
#htmleditformat( _bidPackSizeDesc )# select * from qmd_preApprovedPrices where bidSkuId = and priceListId = na $
  DSTR: #htmleditformat( _dsts )#
Per: $
Bid History
Bid## #bidName#(#bidNumber#) Opening: #lsdateformat( bidOpeningDateTime )# DSTR: #getDistributors( awardedBidDstId, awardedBidDstId2 )#
Quantity:&##160;#bidLineQtyAmt# #lcase( bidLineQtyUM )#
#ucase( awardedStatusLabel( awardedStatus ) )# - #awardedSubClassifierLabel( awardedSubClassifier )# Delivered: #lsnumberformat( priceDeliveredRate, "$0.0000" )# FOB: #lsnumberformat( priceFOBRate, "$0.0000" )# Allowance: #lsnumberformat( priceBillBackRate, "$0.0000" )# Off Inv.: #lsnumberformat( priceOffInvoiceRate, "$0.0000" )# Comm. PTV: #lsnumberformat( commodityPassThroughRate, "$0.0000" )# Comm. Allowance: #lsnumberformat( commodityAllowanceRate, "$0.0000" )# Comm. Net: #lsnumberformat( commodityNetRate, "$0.0000" )#
Award Comments: #htmleditformat( awardedComments )#N/A Awarded Price: #lsnumberformat( awardedPrice, "$0.0000" )#
Comp. Info
SKU: #htmleditformat( noAwardSKU )#Pack Size: #htmleditformat( noAwardPack )#MFR: #htmleditformat( noAwardMFR )#
:
:
: to
:
: #htmleditformat( _bidComments )#
: #htmleditformat( qmd_blanketPricingDetails.comments )#
:
#500 - len( comments )# remaining
PKÓåád–n–nPK-7°qPÿÿÿÿÿÿÿÿ2BID/displays/bids/pricingDialog/pricing_byLine.cfm select *, upper( bidLineNumber ) blnSort, upper( bidSku ) bsSort from qmd_bidLineproducts order by blnSort, alternateProduct, bsSort SELECT * FROM qmd_bidLineProducts ORDER BY bidSku select distinct priceListId from tbl_BID_PriceListsOverride where ownerId = and ownerType = and bidMfrId = and territoryId in ( ) and priceListId in ( ) and overrideYN = 'Y' select * from qmd_preApprovedPrices where priceListId in ( ) select * from qmd_preApprovedPrices where priceListId = 0 --->
&##160; SKU Description Size
List
BP
Per
Delivered FOB Allowance Off Inv.
Status
: #htmleditformat( bidLineNumber )# - #htmleditformat( bidLineDescription )# : #lsnumberformat( bidLineQtyAmt, "9.99" )# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ))#
-+ #htmleditformat( bidSku )# #htmleditformat( _bidSkuDesc )#
*** DISCONTINUED ***
#htmleditformat( _bidPackSizeDesc )# na $
  DSTR: #htmleditformat( _dsts )#
Per: $
Bid History
Bid## #bidName#(#bidNumber#) Opening: #lsdateformat( bidOpeningDateTime )# DSTR: #_distributor#
#ucase( _awardedStatus )# - #_subclassifierLabel# Delivered: #lsnumberformat( priceDeliveredRate, "$0.0000" )# FOB: #lsnumberformat( priceFOBRate, "$0.0000" )# Allowance: #lsnumberformat( priceBillBackRate, "$0.0000" )# Off Inv.: #lsnumberformat( priceOffInvoiceRate, "$0.0000" )# Comm. PTV: #lsnumberformat( commodityPassThroughRate, "$0.0000" )# Comm. Allowance: #lsnumberformat( commodityAllowanceRate, "$0.0000" )# Comm. Net: #lsnumberformat( commodityNetRate, "$0.0000" )#
Award Comments: #htmleditformat( awardedComments )#N/A Awarded Price: #lsnumberformat( awardedPrice, "$0.0000" )#
Comp. Info
SKU: #htmleditformat( noAwardSKU )#Pack Size: #htmleditformat( noAwardPack )#MFR: #htmleditformat( noAwardMFR )#
:
:
: to
:
: #htmleditformat( _bidComments )#
: #htmleditformat( qmd_preApprovedPrices.comments )#
:
#500 - len( comments )# remaining
PK œ¤©…©…PK-艑Sÿÿÿÿÿÿÿÿ&BID/displays/bids/renumberLinesDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ;BID/displays/bids/renumberLinesDialog/frm_renumberLines.cfm

Enter the new lines numbers as necessary. Leave the new line number blank to leave the line number unchanged.

Show All Skus
Delete? Sort ## Current Line ## New Line ## New Qty. Current Qty. & Specification
#htmleditformat( bidLineNumber )# #lsnumberformat( bidLineQtyAmt, '9.99' )# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, 'plural' ) )# #htmleditformat( left( bidLineDescription, 125 ) )#...
View Skus
  SKU Description
#htmleditformat( bidSKU )# #htmleditformat( left( bidSKUDesc, 125 ) )#
PKxËÎPK-艑Sÿÿÿÿÿÿÿÿ)BID/displays/bids/sendtraderequestdialog/PKPK-7°qPÿÿÿÿÿÿÿÿ2BID/displays/bids/sendtraderequestdialog/index.cfm
#htmleditformat( qmd_manufacturer.bidMfrName )#
(date)

200 remaining
PKÿooPK-鉑Sÿÿÿÿÿÿÿÿ)BID/displays/bids/updatebidcontactdialog/PKPK-7°qPÿÿÿÿÿÿÿÿABID/displays/bids/updatebidcontactdialog/frm_updateBidContact.cfm select * from tbl_BID_ManufacturersOverride with (nolock) where ownerId = and ownerType = and bidMfrId = and territoryId =

Alert: Updating this contact will update the Local Market contact for: #qmd_manufacturer.bidMfrName# / #qmd_territory.name#

PK*/ úúPK-鉑Sÿÿÿÿÿÿÿÿ0BID/displays/bids/updatepurchasingprofiledialog/PKPK- °ˆQÿÿÿÿÿÿÿÿOBID/displays/bids/updatepurchasingprofiledialog/frm_updatePurchasingProfile.cfm
MFR / SKU Qty   Award Status Push R
Select:  
select productStatusId from tbl_OPR_ProductStatus with (nolock) where ownerId = and ownerType = and operatorId = and skuId = and contractType = 'BID' and contractId = select pushDate from tbl_BID_BidLineProducts with (nolock) where ownerId = and ownerType = and bidLineProductId = and bidSkuId =
#htmleditformat( bidMfrName )#
#htmleditformat( bidSku )# - #htmleditformat( bidSkuDesc )# #lsNumberformat( bidLineQtyAmt )# #bidLineQtyUM# #awardedStatusLabel( awardedStatus )# R

NOTE: - All BID quantities expressed in #_alternate# will be converted to #_volumeUnitDisplay# on the purchasing profile using known SKU net weight.

PKñ 8£PPPK-ꉑSÿÿÿÿÿÿÿÿ%BID/displays/bids/uploadAwardsDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ9BID/displays/bids/uploadAwardsDialog/frm_uploadAwards.cfm select formatId, formatName from tbl_EAI_InboundFileFormats with (nolock) where formatName = 'BID_AWARDS_TXT' and ownerId = 0 and ownerType = '*'

1. View Data Field Formats

2. Download Bid Awards Template

NOTE: You may open and work on this file in excel - be sure to save file as a tab-delimited (.txt) file for upload.

3.

Uploading Bid Awards is not immediate. Once the upload has been started you will be able to do other things. An email will be sent to you when the upload is complete.

Your request to import bid awards has been uploaded and queued for processing.
Once your request has been processed you will be notified by email.

PKùÁ6PK-ꉑSÿÿÿÿÿÿÿÿBID/displays/contacts/PKPK-7°qPÿÿÿÿÿÿÿÿ*BID/displays/contacts/disp_bidContacts.cfm select * from qmd_dstCustomerManagerChain where customerManagerLevel = 'A' select * from qmd_dstCustomerManagerChain where customerManagerLevel = 'T' order by customerManagerLevelRank, cmIndex select * from qmd_oprCustomerManagerChain where customerManagerLevel = 'A' select * from qmd_oprCustomerManagerChain where customerManagerLevel = 'T' order by customerManagerLevelRank, cmIndex select *, UPPER( lastName ) as lastNameSort, UPPER( firstName ) as firstNameSort from qmd_bidPartnerContacts where archive <> 'Y' order by sortRank, lastNameSort, firstNameSort

Note: - The contacts for this #_partnerTypeDisplay# are the responsibility of #htmleditformat( _cmFirstName )# #htmleditformat( _cmLastName )#. These contacts are used beyond the bidding application and the bidding process. Please add and change contact information carefully.

  Name Job Function / Title Email / Phone Action
*  #htmleditformat( lastName )#, #htmleditformat( firstName )# #htmleditformat( jobFunctionName )#unknown
#htmleditformat( title )#
#email#
#htmleditformat( phone )#
#actionHTML#
PKÕrÙÏÔ#Ô#PK-7°qPÿÿÿÿÿÿÿÿ5BID/displays/contacts/inc_addEditBidContactDialog.cfm
Operator Contact*: &##160; &##160;
Relationship Ranking*:
Primary Job Function*:
Contact Title:
Email Address:
Phone: &##160;Ext.&##160;
Cell:
Fax:
Street 1:
Street 2:
#label#:
#label#:
Internal Comments:
#500 - Len( qmd_bidPartnerContact.comments )#&##160;characters remaining
PKÜeœ…7…7PK-7°qPÿÿÿÿÿÿÿÿ BID/displays/disp_pageHeader.cfm

#htmleditformat( attributes.h1Value )#

#htmleditformat( attributes.h2Value )#

&##160;

PKW·{-uuPK-쉑SÿÿÿÿÿÿÿÿBID/displays/dsts/PKPK-쉑Sÿÿÿÿÿÿÿÿ'BID/displays/dsts/addDistributorDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ=BID/displays/dsts/addDistributorDialog/frm_addDistributor.cfm

Select the distributor you wish to add from the list below.

To shorten the list type the first few letters of the name here . The list will refresh automatically when you stop typing.

PK.ªÌUPK-쉑Sÿÿÿÿÿÿÿÿ/BID/displays/dsts/addDistributorDialog/queries/PKPK-7°qPÿÿÿÿÿÿÿÿHBID/displays/dsts/addDistributorDialog/queries/qmd_distributorSearch.cfm select cdr_recordid, cdr_dstName, ter.territoryId from tbl_CDR_Distributors cdr with (nolock) inner join tbl_TER_TErritories ter with (nolock) on ter.territoryId = cdr.cdr_territoryId and ter.ownerId = cdr.ownerId and ter.fsl_tablecode = cdr.fsl_tablecode where cdr.ownerid = and cdr.fsl_tableCode = and (cdr.cdr_dstName like OR cdr.cdr_dstName like OR cdr.cdr_dstName like ) and cdr.cdr_recordid not in ( select cdr_recordId from tbl_BID_Distributors with (nolock) where cdr_recordId is not null and ownerId = and ownerType = ) and cdr.crmActive = 'Y' and cdr.cdr_dstcompanytype = 'B' PKÑr™™PK-퉑Sÿÿÿÿÿÿÿÿ1BID/displays/dsts/addDistributorDialog/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿKBID/displays/dsts/addDistributorDialog/utilities/inc_distributorPreview.cfm select rtrim( cdr_dstname ) cdr_dstname, rtrim( cdr_dstPhone ) cdr_dstPhone, rtrim( cdr_dstAddress1 ) building_address, rtrim( cdr_dstcity ) city, rtrim( cdr_dststate ) state, rtrim( cdr_dstzip ) zip_code, ter.name territoryName from tbl_cdr_Distributors cdr with (nolock) inner join tbl_TER_Territories ter with (nolock) on ter.territoryId = cdr.cdr_territoryId and ter.ownerId = cdr.ownerId and ter.fsl_tablecode = cdr.fsl_tablecode where cdr_recordID =
Market: #htmleditformat( territoryname )#
Name: #htmleditformat( cdr_dstname )#
Address: #htmleditformat( building_address )# #htmleditformat( city )#, #htmleditformat( state )# #htmleditformat( zip_code )#
Phone: #htmleditformat( cdr_dstPhone )#
PKÙãñFPK-7°qPÿÿÿÿÿÿÿÿJBID/displays/dsts/addDistributorDialog/utilities/inc_distributorSelect.cfm select qmd_territories.territoryName, qmd_territories.displayOrder, qmd_distributorSearchResults.cdr_dstName, qmd_distributorSearchResults.cdr_recordId, qmd_territories.rank from qmd_distributorSearchResults, qmd_territories where qmd_territories.territoryId = qmd_distributorSearchResults.territoryId order by displayOrder, cdr_dstName PK2²¡PK-7°qPÿÿÿÿÿÿÿÿ"BID/displays/dsts/disp_dsttabs.cfm if( _tabCode eq "details" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "details", "Details", true, true, _currentTab eq "details" )); } else if ( _tabCode eq "bids" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "bids", "Bids", true, true, _currentTab eq "bids" )); } else if ( _tabCode eq "contacts" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "contacts", "Contacts", true, true, _currentTab eq "contacts" )); } else if ( _tabCode eq "files" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "files", "Files", true, true, _currentTab eq "files" )); } #mainTabSet#
&##160;
PKN«:#Ø Ø PK-Sÿÿÿÿÿÿÿÿ.BID/displays/dsts/distributorDisclaimerDialog/PKPK-7°qPÿÿÿÿÿÿÿÿKBID/displays/dsts/distributorDisclaimerDialog/frm_distributorDisclaimer.cfm
:

#1000 - len( _distributorDisclaimer )# remaining

Note - This disclaimer will appear on all generated distributor quotations.

PKÿN³³PK-°ESÿÿÿÿÿÿÿÿBID/displays/dsts/inc_bids.cfm
Status Number Name Opening Action
#bidStatusStruct.statusDisplay# #htmleditformat( bidNumber )# #htmleditformat( bidName )# #lsDateFormat( bidOpeningDateTime, "M/DD/YYYY")# #actionHTML#

This Distributor is not included on any Bids.

PKRhP|  PK-7°qPÿÿÿÿÿÿÿÿ!BID/displays/dsts/inc_details.cfm select * from qmd_bidPartnerContacts where archive <> 'Y'
select * from qmd_BidPartnerContacts where bidcontactid = #_defaultContactId#
select * from request.qmd_dstCustomerManagerChain where customerManagerLevel = 'A' select * from request.qmd_dstCustomerManagerChain where customerManagerLevel = 'T' order by customerManagerLevelRank, cmIndex
:
:
#htmleditformat( qmd_territoryManager.territoryName )#
#htmleditformat( _firstName )# #htmleditformat( _lastName )# - #htmleditformat( _Title )#
:
#500 - len( qmd_distributor.bidDstProcessingComments )# remaining
: &##160;&##160;
When a Distributor is archived you will not be add it to new Bids, but it will still be accessible for reporting.
Disclaimer: #500 - len( qmd_distributor.disclaimer )#&##160;Remaining
Disclaimer on Quotes: No Yes
When checked 'Yes' the above disclaimer (if present) will appear on all on Quotes to this distributor.
Notes: #500 - len( qmd_distributor.notes )#&##160;Remaining
View when adding DSTR: No Yes
When checked 'Yes' the above notes will appear on Distributor Bidding Status popup when distributor is added to a bid.
 
 
Ext.
&##160; Note: - The contacts for this Distributor are the responsibility of #htmleditformat( _firstName )# #htmleditformat( _lastName )#. These contacts are used beyond the bidding application and the bidding process. Please add and change contact information carefully.
&##160;
#_form# PKfa'nNCNCPK-7°qPÿÿÿÿÿÿÿÿBID/displays/dsts/inc_files.cfm
PKæú ‡——PK-7°qPÿÿÿÿÿÿÿÿBID/displays/dsts/inc_list.cfm select firstLetter, count(*) instanceCount from qmd_bidDistributors group by firstLetter
Add Distributor  
#_letter##_letter# &##160;All
select * from qmd_bidDistributors where firstLetter = select count(*) dstCount from qmd_bidDistributors where archive = 'Y' select *, upper( bidDstName ) bidDstNameSort from qmd_bidDistributors where archive = 'N' order by bidDstNameSort
Status Name Market City, State Action
#_bss.statusDisplay#&##160; #htmleditformat( bidDstName )# #htmleditformat( territoryName )#&##160; #htmleditformat( bidDstCity)#,#htmleditformat( bidDstState )# #actionHTML#
HideShow #qmd_archived.dstCount# archived Distributors PKÎÝ8SPK-ñ‰‘Sÿÿÿÿÿÿÿÿ(BID/displays/dsts/linkDistributorDialog/PKPK-7°qPÿÿÿÿÿÿÿÿBBID/displays/dsts/linkDistributorDialog/frm_linkBidDistributor.cfm

Select the distributor you wish to link #htmleditformat( qmd_distributors.bidDstName )# - #htmleditformat( qmd_distributors.bidDstZip )#, #htmleditformat( qmd_distributors.bidDstState )# to from the list below.

To shorten the list type the first few letters of the distributors name or code here . The list will refresh automatically when you stop typing.

Distributors marked in blue are already linked to a bid distributor record. If selected, the distributor data will be merged into the existing bid distributor record and the current record will be removed.

PKΗ¼P  PK-7°qPÿÿÿÿÿÿÿÿABID/displays/dsts/linkDistributorDialog/inc_distributorSelect.cfm PK‚MÊ÷77PK-ò‰‘Sÿÿÿÿÿÿÿÿ0BID/displays/dsts/linkDistributorDialog/queries/PKPK-7°qPÿÿÿÿÿÿÿÿIBID/displays/dsts/linkDistributorDialog/queries/qmd_distributorSearch.cfm select cdr.cdr_recordid, cdr.cdr_dstCode, cdr.cdr_dstName, cdr.cdr_dstCity, cdr.cdr_dstState, cdr.cdr_dstzip, bdst.cdr_recordID AS LinkID from tbl_CDR_Distributors cdr with (nolock) left outer join tbl_BID_Distributors bdst with (nolock) ON (cdr.ownerId = bdst.ownerId and cdr.fsl_tablecode = bdst.ownerType and cdr.cdr_recordID = bdst.cdr_recordID) where cdr.ownerid = and cdr.fsl_tableCode = and (cdr.cdr_dstName like OR cdr.cdr_dstName like OR cdr.cdr_dstName like OR cdr.cdr_dstName like OR cdr.cdr_dstcode like ) and cdr.crmActive = 'Y' and cdr.cdr_dstcompanytype = 'B' order by cdr.cdr_dstname PKä£IPK-ó‰‘SÿÿÿÿÿÿÿÿBID/displays/mfrs/PKPK-ó‰‘Sÿÿÿÿÿÿÿÿ(BID/displays/mfrs/addManufacturerDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ?BID/displays/mfrs/addManufacturerDialog/frm_addManufacturer.cfm

Select the manufacturer you wish to add from the list below.

To shorten the list type the first few letters of the name here . The list will refresh automatically when you stop typing.

PK·ԉššPK-ô‰‘Sÿÿÿÿÿÿÿÿ0BID/displays/mfrs/addManufacturerDialog/queries/PKPK-7°qPÿÿÿÿÿÿÿÿJBID/displays/mfrs/addManufacturerDialog/queries/qmd_manufacturerSearch.cfm select mfr_id, rtrim( m.mfr_name ) mfr_name from tblManufacturers m with (nolock) inner join tbl_BRO_principals ppl with (nolock) on ppl.mfrId = m.mfr_Id and ppl.ownerId = and ppl.ownerType = and ppl.crmActive = 'Y' and ppl.crmLevel >= where m.parentMfrId is null and (m.mfr_name like OR m.mfr_name like OR m.mfr_name like ) and m.mfr_id not in ( select mfrId from tbl_BID_Manufacturers with (nolock) where mfrId is not null and ownerId = and ownerType = ) order by m.mfr_name PKÄû¡ùœœPK-ô‰‘Sÿÿÿÿÿÿÿÿ2BID/displays/mfrs/addManufacturerDialog/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿMBID/displays/mfrs/addManufacturerDialog/utilities/inc_manufacturerPreview.cfm select rtrim( mfr_name ) mfr_name, rtrim( building_address ) building_address, rtrim( city ) city, rtrim( state ) state, rtrim( zip_code ) zip_code, rtrim( main_area_code ) main_area_code, rtrim( main_phone ) main_phone from tblManufacturers where mfr_id =
Name: #htmleditformat( mfr_name )#
Address: #htmleditformat( building_address )# #htmleditformat( city )#, #htmleditformat( state )# #htmleditformat( zip_code )#
Phone: #htmleditformat( main_area_code )#-#htmleditformat( main_phone )#
PK…—Q(ôôPK-7°qPÿÿÿÿÿÿÿÿLBID/displays/mfrs/addManufacturerDialog/utilities/inc_manufacturerSelect.cfmPKšy1[,,PK-õ‰‘Sÿÿÿÿÿÿÿÿ%BID/displays/mfrs/addPriceListDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ9BID/displays/mfrs/addPriceListDialog/frm_addPriceList.cfm
PK ˜}//PK-ö‰‘SÿÿÿÿÿÿÿÿBID/displays/mfrs/addSKUDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ-BID/displays/mfrs/addSKUDialog/frm_addSKU.cfm

Select the SKU you wish to add from the list below.

To shorten the list type the first few letters of the code or part of the description here . The list will refresh automatically when you stop typing.

PKâÒcPK-÷‰‘Sÿÿÿÿÿÿÿÿ'BID/displays/mfrs/addSKUDialog/queries/PKPK-7°qPÿÿÿÿÿÿÿÿ8BID/displays/mfrs/addSKUDialog/queries/qmd_skuSearch.cfm select s.skuId, s.sku, s.skuDesc, s.packSizeDesc from tbl_PRD_Skus s with (nolock) where s.ownerId = and s.fsl_tablecode = and s.crmActive = 'Y' and s.inactive = '0' and s.discontinued = 'N' and (s.sku like OR s.skuDesc like ) and s.mfrId = and s.skuId not in ( select bs2.skuId from tbl_BID_Skus bs2 with (nolock) inner join tbl_BID_Manufacturers bm2 with (nolock) on bm2.ownerId = bs2.ownerId and bm2.ownerType = bs2.ownerType and bm2.bidmfrid = bs2.bidMfrId where bs2.ownerId = and bs2.ownerType = and bm2.mfrId = ) order by s.sku, s.skuDesc PKDb›>>PK-÷‰‘Sÿÿÿÿÿÿÿÿ)BID/displays/mfrs/addSKUDialog/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿ;BID/displays/mfrs/addSKUDialog/utilities/inc_skuPreview.cfm select skuId, sku, skuDesc, packSizeDesc from tbl_PRD_Skus with (nolock) where skuId = and ownerId = and fsl_tablecode =
SKU: #htmleditformat( SKU )#
Description: #htmleditformat( skuDesc )#
Pack Size: #htmleditformat( packSizeDesc )#
PK7Ûg"üüPK-7°qPÿÿÿÿÿÿÿÿ:BID/displays/mfrs/addSKUDialog/utilities/inc_skuSelect.cfmPKº6£vvPK-7°qPÿÿÿÿÿÿÿÿ"BID/displays/mfrs/disp_mfrTabs.cfm if( _tabCode eq "details" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "details", "Details", true, true, _currentTab eq "details" )); } else if ( _tabCode eq "skus" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "skus", "Skus", true, true, _currentTab eq "skus" )); } else if ( _tabCode eq "bids" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "bids", "Bids", true, true, _currentTab eq "bids" )); } else if ( _tabCode eq "priceLists" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "priceLists", "Blanket Pricing", true, true, _currentTab eq "priceLists" )); } else if ( _tabCode eq "contacts" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "contacts", "Contacts", true, true, _currentTab eq "contacts" )); } else if ( _tabCode eq "files" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "files", "Files", true, true, _currentTab eq "files" )); } #mainTabSet#
Add SKUs
PKR=Î¥¥PK-7°qPÿÿÿÿÿÿÿÿ*BID/displays/mfrs/disp_priceListFields.cfm
: fse:required="true"required="true" maxlength="125" size="30" value="#htmleditformat( qmd_priceList.priceListCode )#" />
SELECT * FROM tbl_BID_PriceListsOverride with (nolock) WHERE ownerId = AND ownerType = AND priceListId = AND bidMfrId = AND territoryId =
This Blanket to be available to the following Local Markets:
#name# checked="checked" />
: fse:required="true"required="true" maxlength="125" size="30" value="#htmleditformat( qmd_priceList.priceListDesc )#" />
: : fse:required="true"required="true" fse:format="date" maxlength="10" size="10" value="#lsdateformat( qmd_priceList.priceListStartDate, "MM/DD/YYYY")#" /> : fse:required="true"required="true" fse:format="date" maxlength="10" size="10" value="#lsdateformat( qmd_priceList.priceListEndDate, "MM/DD/YYYY")#" />
: Yes &##160;&##160; No
: Yes &##160;&##160; No
:
#500 - len( qmd_priceList.priceListNotes )# remaining
checked="checked" />
checked="checked" />
PKג°lœœPK-7°qPÿÿÿÿÿÿÿÿ(BID/displays/mfrs/disp_priceListTabs.cfm if( _tabCode eq "details" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "details", "Details", true, true, _currentTab eq "details" )); } else if ( _tabCode eq "prices" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "prices", "Prices", true, true, _currentTab eq "prices" )); } #mainTabSet# PKޗø  PK-7°qPÿÿÿÿÿÿÿÿ"BID/displays/mfrs/disp_skuTabs.cfm if( _tabCode eq "details" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "details", "Details", true, true, _currentTab eq "details" )); } else if ( _tabCode eq "bidLines" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "bidLines", "Bid Lines", true, true, _currentTab eq "bidLines" )); } #mainTabSet#
&##160;
PKЁ®WÏ Ï PK-7°qPÿÿÿÿÿÿÿÿBID/displays/mfrs/inc_bids.cfm select * from qmd_bids order by bidOpeningDateTime desc, bidAgencyName
StatusMFR Bid #Agency NameAgency Bid #Bid OpeningAction
#bidStatusStruct.statusDisplay# #htmleditformat( qmd_bidManufacturer.mfrBidNumber )#n/a #htmleditformat( bidAgencyName )##htmleditformat( bidNumber )##lsDateFormat( bidOpeningDateTime, "MM/DD/YYYY")# #lsTimeFormat( bidOpeningDateTime, "h:MM TT" )# #actionHTML#

No Bids are quoting Products from this Manufacturer.

PKuâ'SSPK-7°qPÿÿÿÿÿÿÿÿ!BID/displays/mfrs/inc_details.cfm select * from qmd_bidPartnerContacts where archive <> 'Y'
SELECT territoryId FROM tbl_BID_ManufacturersOverride with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId IN ( ) select * from qmd_BidPartnerContacts where bidcontactid = #_defaultContactId#
:
:
#htmleditformat( _firstName )# #htmleditformat( _lastName )#
Select All Empty Select All with Content Clear All
SELECT * from tbl_BID_ManufacturersOverride with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId =
#htmleditformat( name )#
: &##160;&##160;
When a Manufacturer is archived it's SKUs will no longer appear as an options for adding to new Bids, but will still be accessible for reporting.
 
 
Ext.
&##160; Note: - The contacts for this Manufacturer are the responsibility of #htmleditformat( _firstName )# #htmleditformat( _lastName )#. These contacts are used beyond the bidding application and the bidding process. Please add and change contact information carefully.
&##160;
#_form# PKŒ\ê¢DDPK-7°qPÿÿÿÿÿÿÿÿBID/displays/mfrs/inc_files.cfm
PK»Tà9˜˜PK-7°qPÿÿÿÿÿÿÿÿBID/displays/mfrs/inc_mfr.cfm

#htmleditformat( qmd_manufacturer.bidMfrName )#

if( _tabCode eq "details" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "details", "Details", true, true, _currentTab eq "details" )); } else if ( _tabCode eq "skus" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "skus", "Skus", true, true, _currentTab eq "skus" )); } else if ( _tabCode eq "files" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "files", "Files", true, true, _currentTab eq "files" )); } #mainTabSet#
PKV [¹ ¹ PK-7°qPÿÿÿÿÿÿÿÿ!BID/displays/mfrs/inc_mfrList.cfm select firstLetter, count(*) instanceCount from qmd_manufacturers group by firstLetter
Add Manufacturer  
#_letter##_letter# &##160;All
select * from qmd_manufacturers where firstLetter = select count(*) mfrCount from qmd_manufacturers where archive = 'Y' select *, upper( bidMfrName ) bidMfrNameSort from qmd_manufacturers where archive = 'N' order by bidMfrNameSort
Status Name BP Active Action
#_bss.statusDisplay#&##160; #htmleditformat( bidMfrName )# #activePriceLists#&##160; #actionHTML#
HideShow #qmd_archived.mfrCount# archived Manufacturers PK8ýŒŒPK-7°qPÿÿÿÿÿÿÿÿ*BID/displays/mfrs/inc_priceListDetails.cfm
select firstName + ' ' + lastName as fullname from tbl_FSPro_Members with (nolock) where ownerId = AND fsl_tablecode = AND fspro_userId =
Last edited by #htmleditformat( qmd_user.fullname )# on #dateformat( request.qmd_priceList.dateModified, "mm/dd/yy" )# at #timeformat( request.qmd_priceList.dateModified, "h:mmtt" )#
#_formHTML# PKÚ&“ººPK-7°qPÿÿÿÿÿÿÿÿ)BID/displays/mfrs/inc_priceListPrices.cfm select * from qmd_priceListSkuPrices where approvedPrice = 'Y' and skuId is not null order by bidSku select * from qmd_priceListSkuPrices where approvedPrice = 'N' and ( skuId is not null and bidSku not like '%$$' or discontinued <> 'Y' ) order by bidSku
#_importStatusContent#
Mark All: cases lbs

Bid SKUs with Pre-Approved Pricing

SKUDescriptionSizeDeliveredFOBAllowanceOff Inv.Per
#htmleditformat( bidSku )# #htmleditformat( bidSkuDesc )#
*** DISCONTINUED ***
#htmleditformat( bidPackSizeDesc )# fse:format="decimal" id="#_columnName#_pt_#bidSkuId#" #iif( approvedPriceUM eq "?" or approvedPriceUM eq "", de("disabled=""disabled"""), de("") )#/>
Per:  SEPDS Comm. PTV: Add'l Comm. Allowance: Net Comm. Price: #_columnName# $fse:format="decimal" maxlength="8" #iif( commodityUM eq "?" or commodityUM eq "", de("disabled=""disabled"""), de("") )#/>  
Comments:

Bid SKUs that require per BID price authorization

Enter a price in the Approved price column to add a SKU to the list of SKUs with pre-approved pricing
SKUDescriptionSizeDeliveredFOBAllowanceOff Inv.Per
#htmleditformat( bidSku )# #htmleditformat( bidSkuDesc )#
*** DISCONTINUED ***
#htmleditformat( bidPackSizeDesc )# fse:format="decimal" id="#_columnName#_pt_#bidSkuId#" />
SEPDS Comm. PTV: Add'l Comm. Allowance: Net Comm. Price: #_columnName# $fse:format="decimal" maxlength="8" /> Per: 
Comments:
#_formHTML# PKŠ{í5í5PK-7°qPÿÿÿÿÿÿÿÿ$BID/displays/mfrs/inc_priceLists.cfm select * from request.qmd_userTerritoryHierarchy where territoryId in ( )
All&##160; Active&##160; Inactive
Dsp Blanket Pricing Code Blanket Pricing Desc. Start End Action
Y #htmleditformat( priceListCode )# #htmleditformat( priceListDesc )# #lsdateFormat( priceListStartDate, "MM/DD/YYYY" )# #lsDateFormat( priceListEndDate, "MM/DD/YYYY")# #actionHTML#
Blanket Pricing CodeBlanket Pricing Desc.StartEndAction

No Blanket Pricing has been defined or active for this local market.

PKsƒ“OÕÕPK-7°qPÿÿÿÿÿÿÿÿ%BID/displays/mfrs/inc_skuBidLines.cfm select * from qmd_bidLineProducts order by bidOpeningDateTime desc select territoryId from tbl_OPR_ClientOperators with (nolock) where ownerId = and fsltablecode = and operatorId =
Pricing Status Bid
Agency
Bid
Line
Opening Bid  Won Award Price Action
PendingApprovedNo Bid#bidLineProductStatus# #htmleditformat( bidName )#
#htmleditformat( bidAgencyName )#
#htmleditformat( bidLineNumber )# #lsDateFormat( bidOpeningDateTime, "MM/DD/YYYY")#
$#lsnumberformat( priceDeliveredRate, "0.00" )# DLV
$#lsnumberformat( priceFOBRate, "0.00" )# FOB
$#lsnumberformat( priceBillBackRate, "0.00" )# BB
$#lsnumberformat( priceOffInvoiceRate, "0.00" )# OI
per #htmleditformat( _decodeUnitOfMeasure( priceUM ))# YN? $#lsnumberformat( awardedPrice, "0.00" )# per #htmleditformat( awardedUM )#   #actionHTML#

No Bids are quoting Products from this Manufacturer.

PKåVA¬||PK-7°qPÿÿÿÿÿÿÿÿ#BID/displays/mfrs/inc_skudetail.cfm
SELECT territoryId FROM tbl_BID_SkusOverride with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND bidSkuId = AND territoryId IN ( )
: #htmleditformat( request.qmd_bidSku.bidSku )#
: #htmleditformat( request.qmd_bidSku.bidSkuDesc )#
: #htmleditformat( request.qmd_bidSku.bidPackSizeDesc )#
Select All Empty Select All with Content Clear All
SELECT territoryId, overrideDescOverride from tbl_BID_SkusOverride with (nolock) WHERE ownerId = AND ownerType = AND bidSkuId = AND bidMfrId = AND territoryId =
#name#
:&##160; &##160;&##160;
When a SKU is archived it will no longer be considered a Bid Product, but will still be accessible for reporting and future bids.
#_form# PKT~Jx$$$$PK-7°qPÿÿÿÿÿÿÿÿBID/displays/mfrs/inc_skus.cfm select count(*) skuCount from qmd_bidSkus where archive = 'Y' select * from qmd_bidSkus where archive = 'N' order by bidSku
Status Sku Description Pack Size Action
#_bss.statusDisplay#&##160; #htmleditformat( bidSku )# #htmleditformat( bidSkuDesc )#
*** DISCONTINUED ***
#htmleditformat( bidPackSizeDesc )# #actionHTML#
HideShow #qmd_archived.skuCount# archived SKUs PK¹ïð ð PK-Š‘Sÿÿÿÿÿÿÿÿ)BID/displays/mfrs/linkManufacturerDialog/PKPK-7°qPÿÿÿÿÿÿÿÿDBID/displays/mfrs/linkManufacturerDialog/frm_linkBidManufacturer.cfm

Select the manufacturer you wish to link #htmleditformat( qmd_manufacturers.bidMfrName )# - #htmleditformat( qmd_manufacturers.bidMfrCity )#, #htmleditformat( qmd_manufacturers.bidMfrState )# to from the list below.

To shorten the list type the first few letters of the name here . The list will refresh automatically when you stop typing.

Manufacturers marked in blue are already linked to a bid manufacturer record. If selected, the manufacturer data will be merged into the existing bid manufacturer record and the current record will be removed.

The manufacturers skus that can be matched using the product code will also be linked.

PK´> > PK-7°qPÿÿÿÿÿÿÿÿCBID/displays/mfrs/linkManufacturerDialog/inc_manufacturerSelect.cfm PK"b)rrPK-Š‘Sÿÿÿÿÿÿÿÿ1BID/displays/mfrs/linkManufacturerDialog/queries/PKPK-7°qPÿÿÿÿÿÿÿÿKBID/displays/mfrs/linkManufacturerDialog/queries/qmd_manufacturerSearch.cfm select m.mfr_id, rtrim( m.mfr_name ) mfr_name, m.city, m.state, m.zip_code, bm.bidMfrID as linkid from tblManufacturers m left outer join tbl_BRO_principals ppl on ppl.mfrId = m.mfr_Id and ppl.ownerId = and ppl.ownerType = and ppl.crmActive = 'Y' and ppl.crmLevel >= left outer join tbl_bid_manufacturers bm on bm.mfrid = m.mfr_id and bm.ownerId = ppl.ownerId and bm.ownerType = ppl.ownerType where m.parentMfrId is null and (m.mfr_name like OR m.mfr_name like OR m.mfr_name like ) order by m.mfr_name PKR /aaPK-Š‘Sÿÿÿÿÿÿÿÿ BID/displays/mfrs/linkSkuDialog/PKPK-7°qPÿÿÿÿÿÿÿÿ2BID/displays/mfrs/linkSkuDialog/frm_linkBidSku.cfm

Select the sku you wish to link #qmd_bidSkus.bidSku# - #qmd_bidSkus.BidSkuDesc# to from the list below.

To shorten the list type the first few letters of the sku or description here . The list will refresh automatically when you stop typing.

Sku's marked in blue are already linked to a bid sku record. If selected, the sku data will be merged into the existing bid sku record and the current record will be removed.

Please link the manufacturer before attempting to link the skus.
PK’Gá´# # PK-7°qPÿÿÿÿÿÿÿÿ1BID/displays/mfrs/linkSkuDialog/inc_SkuSelect.cfm PKQÙm““PK-Š‘Sÿÿÿÿÿÿÿÿ(BID/displays/mfrs/linkSkuDialog/queries/PKPK-7°qPÿÿÿÿÿÿÿÿ9BID/displays/mfrs/linkSkuDialog/queries/qmd_SkuSearch.cfm select s.skuid, s.sku, s.skudesc, bs.skuid as linkid from tbl_PRD_Skus s with (nolock) left outer join tbl_BID_Skus bs with (nolock) on bs.ownerId = s.ownerId and bs.ownerType = s.fsl_TableCode and bs.skuid = s.skuid where s.ownerid = and s.fsl_TableCode = and s.mfrid = and s.inactive = '0' and s.crmActive = 'Y' and s.discontinued = 'N' and (s.sku like OR s.sku like OR s.skudesc like ) order by s.sku PKÞ6I°©©PK-Š‘SÿÿÿÿÿÿÿÿBID/displays/mfrs/localmarket/PKPK-7°qPÿÿÿÿÿÿÿÿ3BID/displays/mfrs/localmarket/disp_localMarkets.cfm select distinct resourceId from qmd_principalTerritoryResources SELECT territoryId from tbl_BID_ManufacturersOverride with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId =
#resourceName#
PKù1œ¸ ¸ PK-7°qPÿÿÿÿÿÿÿÿ8BID/displays/mfrs/localmarket/frm_localMarketMFRInfo.cfm select * from qmd_bidPartnerContacts where archive <> 'Y' SELECT * FROM tbl_BID_ManufacturersOverride with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId IN ( )
Local Market Information - #url.localMarketName#
MFR Disclaimer: #500-Len(qmd_bidManufacturerOverride.mfrDisclaimerOverride)#&##160;Remaining
Terms: #500-Len(qmd_bidManufacturerOverride.termsOverride)#&##160;Remaining
Notes: #500-Len(qmd_bidManufacturerOverride.notesOverride)#&##160;Remaining
View notes when adding MFR: No Yes
Minimum Delivery:
Minimum Pickup:
Minimum Cube:
Minimum Pallet:
LM Contact:
PKý '¯ææPK-7°qPÿÿÿÿÿÿÿÿ8BID/displays/mfrs/localmarket/frm_localMarketSKUInfo.cfm SELECT * FROM tbl_BID_SkusOverride with (nolock) WHERE ownerID = AND ownerType = AND bidSkuId = AND bidMfrId = AND territoryId IN ( )
Local Market Information - #url.localMarketName#
#500-Len(qmd_bidSkuOverride.bidCommentsOverride)#&##160;Remaining
No&##160;&##160; Yes
When checked, the above comments (if present) will appear on all distributor quotes.
PK%ʼPK-Š‘SÿÿÿÿÿÿÿÿBID/displays/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿ-BID/displays/utilities/disp_bidPageHeader.cfm

#htmleditformat( attributes.h1Value )#

#htmleditformat( attributes.h2Value )#

&##160;

PKW·{-uuPK-Š‘SÿÿÿÿÿÿÿÿBID/eventlisteners/PKPK-7°qPÿÿÿÿÿÿÿÿ)BID/eventlisteners/bidAwardedListener.cfm PKÁaPK-7°qPÿÿÿÿÿÿÿÿ(BID/eventlisteners/bidClosedListener.cfm select * from qmd_bidManufacturers where brokerBidIntegrationEnabled = 'Y' and mfrTradeRequestId > 0

#htmleditformat( bidMfrName )#

#currentRow#: #_bidLineProductId#

--->

Convert to MFR CompetitorId

select competitorId from tbl_CMP_Companies with (nolock) where ownerId = and ownerType = 'MFR' and companyName = select objectId as competitorId from tbl_IMPORT_Aliases with (nolock) where ownerId = and ownerType = 'MFR' and alias = and objectType = 'CMP' insert into tbl_CMP_Companies( ownerId, ownerType, companyName, sortRank ) values( , 'MFR', , 999)

Convert to MFR NoSaleReason

select reasonId from tbl_CRM_NoSaleReasons nsr with (nolock) where ownerId = and ownerType = 'MFR' and reasonName = select objectId as reasonId from tbl_IMPORT_Aliases with (nolock) where ownerId = and ownerType = 'MFR' and alias = and objectType = 'NoSaleReasons' insert into tbl_CRM_NoSaleReasons( ownerId, ownerType, reasonName, reasonType, reasonDesc, active, sortRank ) values( , 'MFR', , 'GENERAL', , 'Y', 999)
Condition X insert into tbl_OPR_ProductStatus ( ownerId, ownerType, operatorId, prodId, skuId, mktCategoryId, mktSubCategoryId, skuList, purchasingStatus, volumeQty, volumeUnit, volumeTime, sourceType, sourceOther, sourceCompetitorId, generalComments, noSaleReasonId, createUserId, createTimeStamp, updateUserId, updateTimeStamp, contractId, contractType, contractStart, contractEnd, recycleDate, competitiveProduct ) values ( , 'MFR', , , , 0, 0, null, , , , , , , , , , , , , , , , , , , ) update tbl_OPR_ProductStatus set volumeQty = , volumeUnit = , volumeTime = , purchasingStatus = , updateUserId = , updateTimestamp = , skuId = , sourceType = , sourceOther = , sourceCompetitorId = , noSaleReasonId = , contractId = , contractType = , contractStart = , contractEnd = , recycleDate = , competitiveProduct = , generalComments = where ownerId = and ownerType = 'MFR' and operatorId = and prodId = and productStatusId =

Please click the operator name to see bid award details in the Operator's Purchasing tab.
Operator: #htmleditformat( qmd_operatorDetails.companyName )#
BID: #htmleditformat( qmd_bid.bidNumber )# - #htmleditformat( qmd_bid.bidName )#

PK¤ÇñÊßPßPPK-7°qPÿÿÿÿÿÿÿÿ=BID/eventlisteners/bidManufacturerPricingApprovedListener.cfm

Bid (#_bidNumber#) #_bidName# has a manufacturer ready to be quoted. Opening date is: #dateformat( _bidOpeningDateTime, 'mm/dd/yyyy' )#

select fspro_userId from tbl_SEC_MemGrpLink with (nolock) where groupID = and fspro_userId in ( ) PKøYk k PK- °)Qÿÿÿÿÿÿÿÿ/BID/eventlisteners/bidStatusChangedListener.cfm select name from tbl_TER_Territories with (nolock) where territoryId = select groupId from tbl_SEC_Groups with (nolock) where ownerId = and fsl_tablecode = and categoryId = 792 and groupName like Bid (#_bidNumber#) #_bidName# is ready for products. Opening date is: #dateformat( _bidOpeningDateTime, 'mm/dd/yyyy' )# select groupId from tbl_SEC_Groups with (nolock) where ownerId = and fsl_tablecode = and categoryId = 792 and groupName like Bid (#_bidNumber#) #_bidName# is ready for Manufacturer pricing. Opening date is: #dateformat( _bidOpeningDateTime, 'mm/dd/yyyy' )# select fspro_userId from tbl_SEC_MemGrpLink with (nolock) where groupID = select fspro_userId from tbl_SEC_MemGrpLink with (nolock) where groupID = and fspro_userId in ( ) PK—µźºPK-7°qPÿÿÿÿÿÿÿÿ BID/eventlisteners/bidWebLog.cfm To: TEST Subject: #_subject# Message: #_emailBodyHTML# #lsDateFormat( Now(), 'MM/DD/YYYY')# @ #lsTimeFormat( Now(), 'hh:mmtt')# EST webLogAttrs.subjectId = _bidId; webLogAttrs.subjectType = "BID"; webLogAttrs.comment = _webLogComment; webLogAttrs.postedBy = _userId; webLogAttrs.ownerId = attributes.ownerId; webLogAttrs.ownerType = attributes.ownerType; webLogAttrs.datasource = attributes.datasource; webLogAttrs.title = _webLogTitle; /*webLogAttrs.attachmentUpload = listLast( "#_baseFileName#.#attributes.rc_format#", "\" );*/ PKcÎ)ääPK-7°qPÿÿÿÿÿÿÿÿ)BID/eventlisteners/defaultBIDListener.cfm PK¦/ØççPK- Š‘Sÿÿÿÿÿÿÿÿ BID/models/PKPK-7°qPÿÿÿÿÿÿÿÿBID/models/myModel.cfm PKåhzÉÉPK- Š‘Sÿÿÿÿÿÿÿÿ BID/obsolete/PKPK-7°qPÿÿÿÿÿÿÿÿBID/obsolete/act_newBid.cfm set nocount on insert into tbl_BID_Bids ( ownerId, ownerType, bidNumber, bidName, bidOpeningDateTime, bidComments, dateCreated, createdBy, bidAgencyId ) values ( ,, , , , , , , ) select bidId = @@identity set nocount off PKèB.MMPK- Š‘SÿÿÿÿÿÿÿÿBID/obsolete/displays/PKPK- Š‘SÿÿÿÿÿÿÿÿBID/obsolete/displays/bids/PKPK- Š‘Sÿÿÿÿÿÿÿÿ0BID/obsolete/displays/bids/bidDistributorDialog/PKPK-7°qPÿÿÿÿÿÿÿÿFBID/obsolete/displays/bids/bidDistributorDialog/frm_bidDistributor.cfm
:
:
:
BiddingSKU/DescriptionSize
#htmleditformat( bidPackSizeDesc )#
PKßnÊ if( _tabCode eq "lineSpecs" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "lineSpecs", "Specification", true, true, _currentTab eq "lineSpecs" )); } else if( _tabCode eq "lineProducts" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "lineProducts", "Products", true, true, _currentTab eq "lineProducts" )); } else if ( _tabCode eq "lineDists" ) { ArrayAppend( myTabConfig.tabSet, buildTab( "lineDists", "Distributors", true, true, _currentTab eq "lineDists" )); } #mainTabSet# PK5í:W1 1 PK-7°qPÿÿÿÿÿÿÿÿ3BID/obsolete/displays/bids/inc_lineDistributors.cfm
Add Distributor &##160;
NameCity,StateAction
#htmleditformat( bidDstName )##htmleditformat( bidDstCity)#,#htmleditformat( bidDstState )# #actionHTML#

Click here to add a Distributor

#_distributorsHTML# PKñgŸXXPK-7°qPÿÿÿÿÿÿÿÿBID/obsolete/qmd_bidLines.cfm select bl.bidId, bl.bidLineId, bl.bidLineStatus, bl.bidLineNumber, bl.bidLineDescription, bl.bidLineQtyAmt, bl.bidLineQtyUM from tbl_BID_BidLines bl where ownerid = and ownerType = and bidId = order by bidLineNumber PK@&¹ddPK-Š‘SÿÿÿÿÿÿÿÿBID/obsolete/queries/PKPK-7°qPÿÿÿÿÿÿÿÿ0BID/obsolete/queries/qmd_bidLineDistributors.cfm select bd.bidDstID, cdr.cdr_recordID, case when bd.cdr_recordID is not null then cdr.cdr_dstname else bd.bidDstName end bidDstName, case when bd.cdr_recordID is not null then cdr.cdr_dstCity else bd.bidDstCity end bidDstCity, case when bd.cdr_recordID is not null then cdr.cdr_dstState else bd.bidDstState end bidDstState, bd.dateCreated, bd.createdBy, bd.dateModified, bd.modifiedBy, bld.awarded, bld.dstBidRef, bld.bidPrice from tbl_BID_Distributors bd inner join tbl_BID_BidLineDistributors bld on bld.bidDstId = bd.bidDstId and bld.ownerId = bd.ownerId and bld.ownerType = bd.ownerType left outer join tbl_CDR_Distributors cdr on (cdr.cdr_recordID = bd.cdr_recordID) where bd.ownerId = and bd.ownerType = and bld.bidLineId = and bld.bidDstId = order by bidDstName PK¾ã5þ‹‹PK-Š‘SÿÿÿÿÿÿÿÿBID/obsolete/views/PKPK-7°qPÿÿÿÿÿÿÿÿBID/obsolete/views/bidLine.cfm
PKML’å••PK-7°qPÿÿÿÿÿÿÿÿ!BID/obsolete/views/bidPricing.cfm
PKŒƒ¬u¢¢PK-Š‘SÿÿÿÿÿÿÿÿBID/portalbuilder/PKPK-Š‘SÿÿÿÿÿÿÿÿBID/portalbuilder/actions/PKPK-7°qPÿÿÿÿÿÿÿÿ(BID/portalbuilder/actions/act_config.cfm select * from tbl_SME_Microsites where micrositeId = delete from tbl_SME_Microsites where micrositeId = delete from tbl_SME_MicrositeText where micrositeId = delete from FSEnablers..tbl_CUS_WebsiteSections where websiteId = and uri like insert into tbl_SME_Microsites ( ownerId, ownerType, micrositeName, subjectType, subjectId, smeUserId, micrositeMasthead ) values ( , , , , , , ) insert into FSEnablers..tbl_CUS_WebsiteSections ( websiteId, name, uri, menuSelectionCode, live, requiredPermission, displayRank ) values ( , , , , , , 9999 ) update tbl_SME_Microsites set #listLast( _tabCode, ':' )# = where micrositeId = update tbl_SME_Microsites set micrositeName = , subjectType = , subjectId = , smeUserId = , micrositeMasthead = where micrositeId = update FSEnablers..tbl_CUS_WebsiteSections set name = , live = where websiteId = and uri like update tbl_SME_Microsites set #listLast( _tabCode, ':' )# = where micrositeId = update fsenablers..tbl_CUS_WebSitesections set requiredPermission = where websiteid = and sectionId = PK´Š;VPK-Š‘SÿÿÿÿÿÿÿÿBID/portalbuilder/ajax/PKPK-7°qPÿÿÿÿÿÿÿÿ+BID/portalbuilder/ajax/inc_addMicrosite.cfm PKÛPµµPK-7°qPÿÿÿÿÿÿÿÿ(BID/portalbuilder/ajax/inc_ajaxviews.cfm PKÎ „ÆÆPK-7°qPÿÿÿÿÿÿÿÿ#BID/portalbuilder/ajax/inc_tabs.cfm
#_tabLabel#:
You must choose a subject type in order to display the tabs.
PK`=Q˜  PK-7°qPÿÿÿÿÿÿÿÿBID/portalbuilder/config.cfm PKkëŸÆÆPK-Š‘SÿÿÿÿÿÿÿÿBID/portalbuilder/displays/PKPK-7°qPÿÿÿÿÿÿÿÿ.BID/portalbuilder/displays/disp_microsites.cfm
Microsites
select live from qmd_sections where uri like '%mid=#micrositeId#'
Name Live Edit Delete
#micrositeName# #qmd_liveSection.live#*NI Edit Microsite Delete Microsite
*NI - Not Implemented
No Microsites
PK[¤D  PK-Š‘SÿÿÿÿÿÿÿÿBID/portalbuilder/forms/PKPK-7°qPÿÿÿÿÿÿÿÿ(BID/portalbuilder/forms/frm_settings.cfm SELECT FSPro_UserID AS PKID, FirstName, LastName FROM tbl_FSPro_Members WHERE OwnerID = AND FSL_TableCode = AND staffmember = 1 ORDER BY LastName asc;
Masthead
Navigation
select * from qmd_sections where uri like
Change Permissions Live: Yes No   (Not Yet Implemented) Live: Yes No
select a.attrbId, a.attrbName from tbl_SEC_Attributes a where a.ownerId = and a.fsl_tablecode = and a.attrbName like
Tabs
#_tabLabel#:
--->
PK5u[Á%Á%PK-7°qPÿÿÿÿÿÿÿÿBID/portalbuilder/setup.cfm PKý.ßËËPK-Š‘Sÿÿÿÿÿÿÿÿ BID/portlets/PKPK-7°qPÿÿÿÿÿÿÿÿBID/portlets/bidAlerts.cfm select b.bidId, b.bidName, b.bidNumber, min( bl.sampleDeliveryDateTime ) sampleDeliveryDateTime from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = b.ownerId and bl.ownerType = b.ownerType and bl.bidId = b.bidId inner join tbl_BID_Agencies ba with (nolock) on ba.ownerId = b.ownerId and ba.ownerType = b.ownerType and ba.bidAgencyId = b.bidAgencyId inner join tbl_OPR_ClientOperators opr with (nolock) on opr.ownerId = ba.ownerId and opr.fsltablecode = ba.ownerType and opr.operatorId = ba.partnerId and ba.partnerType = 'OPR' and opr.territoryId in ( ) left outer join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId where b.ownerId = and b.ownerType = and b.archive = 'N' and b.deleted = 'N' and bl.sampleRequired = 'Y' and coalesce( blp.sampleDelivered, 'N' ) = 'N' group by b.bidId, b.bidName, b.bidNumber select bidId from tbl_BID_Bids where sourceBidId = and ownerId = and ownerType = and deleted = 'N' --->
select * from qmd_bidAlerts order by alertDate desc, bidNumber
Bid #By Date
#lsdateformat( alertDate, "MM/DD/YYYY" )#
#htmleditformat( bidNumber )#n/a
#htmleditformat( alertTitle )#
No Alerts or Notifications
#_portletBodyHTML# PK^cá==PK-7°qPÿÿÿÿÿÿÿÿBID/portlets/blanketPricing.cfm select qmd_priceLists.priceListId, qmd_manufacturers.bidMfrId, qmd_priceLists.priceListCode, qmd_priceLists.priceListDesc, qmd_priceLists.priceListStartDate, qmd_priceLists.priceListEndDate, qmd_manufacturers.bidMfrName from qmd_priceLists, qmd_manufacturers where qmd_manufacturers.bidMfrId = qmd_priceLists.bidMfrId order by bidMfrName, priceListEndDate desc
Pricing CodeStartEnd
#htmleditformat( bidMfrName )#
#htmleditformat( priceListCode )# #lsdateformat( priceListStartDate, "MM/DD/YY")# #lsdateformat( priceListEndDate, "MM/DD/YY")#
#_portletBodyHTML# PKwà     PK-Š‘SÿÿÿÿÿÿÿÿBID/portlets/displays/PKPK-7°qPÿÿÿÿÿÿÿÿ,BID/portlets/displays/disp_samplePortlet.cfm

My Portlet Content goes here

PK5íïKKPK-7°qPÿÿÿÿÿÿÿÿBID/portlets/expectedAwards.cfm
Bid #By Date
#lsdateformat( expectedDate, "MM/DD/YYYY" )#
#htmleditformat( bidNumber )#n/a
#htmleditformat( alertTitle )#
No Expected Awards
#_portletBodyHTML# PKv ÛrKKPK-7°qPÿÿÿÿÿÿÿÿ)BID/portlets/qmd_expectedAwardsAlerts.cfm select b.bidId, b.bidNumber, a.bidAgencyName alertTitle, b.expectedAwardDate expectedDate, datediff( day, , b.expectedAwardDate ) daysAfterExpectedDate from tbl_BID_Bids b with (nolock) inner join tbl_BID_Agencies a with (nolock) on a.ownerId = b.ownerId and a.ownerType = b.ownerType and a.bidAgencyId = b.bidAgencyId inner join tbl_OPR_CLientOperators opr with (nolock) on opr.ownerId= a.ownerId and opr.fsltablecode = a.ownerType and opr.operatorId = a.partnerId and 'OPR' = a.partnerType and opr.territoryId in ( ) where b.ownerId = and b.ownerType = and b.deleted = 'N' and b.bidStatus in ( 'WaitAward','TodoQuote','WaitPricing' ) and b.expectedAwardDate is not null and datediff( day, , b.expectedAwardDate ) < 60 and datediff( day, , b.expectedAwardDate ) > -21 order by expectedDate, bidNumber PKëfÉHààPK-7°qPÿÿÿÿÿÿÿÿ&BID/portlets/qmd_upcomingBidAlerts.cfm select b.bidId, b.bidNumber, b.bidCycleDate as alertDate, b.bidOpeningDateTime, a.bidAgencyName as alertTitle, dateadd( day, datediff( day, b.releaseDate, cast( b.bidOpeningDateTime as date ) ), b.bidCycleDate ) as expectedOpening, datediff( day, bidCycleDate, ) daysAfterRelease from tbl_BID_Bids b with (nolock) inner join tbl_BID_Agencies a with (nolock) on a.ownerId = b.ownerId and a.ownerType = b.ownerType and a.bidAgencyId = b.bidAgencyId inner join tbl_OPR_CLientOperators opr with (nolock) on opr.ownerId= a.ownerId and opr.fsltablecode = a.ownerType and opr.operatorId = a.partnerId and 'OPR' = a.partnerType and opr.territoryId in ( ) where b.ownerId = and b.ownerType = and b.bidOpeningDateTime <= and b.bidCycleDate <= and not exists ( select * from tbl_BID_bids b2 with (nolock) where b2.ownerId = b.ownerId and b2.ownerType = b.ownerType and b2.sourceBidId = b.bidId and b2.deleted = 'N') and datediff( day, , dateadd( day, datediff( day, b.releaseDate, cast( b.bidOpeningDateTime as date ) ), b.bidCycleDate )) >= 0 and datediff( day, b.bidCycleDate, ) < 90 and b.deleted = 'N' order by alertDate, bidNumber PKó‘+Ž Ž PK-7°qPÿÿÿÿÿÿÿÿBID/portlets/samplePortlet.cfm PKôYxLÒÒPK-7°qPÿÿÿÿÿÿÿÿBID/portlets/statusLegend.cfm
Bid Status
#_bss.statusDisplay#OK #htmleditformat( _bss.statusTitle )#
Link Status
#_bss.statusDisplay#OK #htmleditformat( _bss.statusTitle )#
#_portletBodyHTML# PKØ#©©PK-7°qPÿÿÿÿÿÿÿÿBID/portlets/upcomingBids.cfm
Bid #Release
#lsdateformat( alertDate, "MM/DD/YYYY" )#
#htmleditformat( bidNumber )#n/a
#htmleditformat( alertTitle )#
No Upcoming Bids
#_portletBodyHTML# PKZè›\ËËPK-Š‘Sÿÿÿÿÿÿÿÿ BID/queries/PKPK- °¨Pÿÿÿÿÿÿÿÿ%BID/queries/qmd_addSKUToBidSystem.cfm select bidSkuId from tbl_BID_Skus with (nolock) where ownerId = and ownerType = and bidMfrId = and skuId = insert into tbl_BID_Skus ( ownerId, ownerType, bidMfrId, bidSku, bidSkuDesc, bidPackSizeDesc, dateCreated, createdBy,skuId, bidSkuStatus ) select ownerId, fsl_tablecode, #attributes.bidMfrId# bidMfrId, sku bidSku, skuDesc bidSkuDesc, packSizeDesc bidPackSizeDesc, #now()# dateCreated, #client.id# createdBy, skuId, 'A' bidSkuStatus from tbl_PRD_Skus with (nolock) where ownerId= and fsl_tablecode = and skuId = update tbl_BID_Skus set archive = 'N' where ownerId = and ownerType = and bidSkuId = PKÕ ;A&&PK-7°qPÿÿÿÿÿÿÿÿBID/queries/qmd_agencies.cfm select ba.bidAgencyId, ba.bidAgencyStatus, ba.partnerType, ba.partnerId, ba.bidAgencyContactID, case when opr.operatorId is not null then opr.companyName else ba.bidAgencyName end bidAgencyName, case when opr.operatorId is not null then opr.address else '' end bidAgencyStreet, case when opr.operatorId is not null then opr.address2 else '' end bidAgencyStreet2, case when opr.operatorId is not null then opr.city else ba.bidAgencyCity end bidAgencyCity, case when opr.operatorId is not null then opr.state else ba.bidAgencyState end bidAgencyState, case when opr.operatorId is not null then opr.zipcode else '' end bidAgencyZip, opr.address, opr.address2, opr.city, opr.state, opr.zipcode, opr.countryId, ba.bidProcessingComments, opr.operatorId, opr.oprtype, ba.directShipStatus, ter.name territoryName, coalesce( ter.territoryId, 0 ) territoryId, ba.archive, case when opr.operatorId is not null then 'Y' else 'N' end linked, upper( left( case when opr.operatorId is not null then opr.companyName else ba.bidAgencyName end, 1 )) firstLetter from tbl_BID_Agencies ba with (nolock) innerleft outer join tbl_OPR_ClientOperators opr with (nolock) on opr.ownerId = ba.ownerId and opr.fsltablecode = ba.ownerType and opr.operatorId = ba.partnerId and ba.partnerType = 'OPR' and opr.territoryId in ( ) left outer join tbl_TER_Territories ter with (nolock) on ter.ownerId = opr.ownerId and ter.fsl_tablecode = opr.fsltablecode and ter.territoryId = opr.territoryId where ba.ownerId = and ba.ownerType = and ba.bidAgencyId IN ( ) and ba.partnerType = 'OPR' and opr.operatorId = and opr.oprSegment = order by bidAgencyName PK¤Æ}s s PK-7°qPÿÿÿÿÿÿÿÿ'BID/queries/qmd_awardedDistributors.cfm select distinct blp.awardedBidDstId, case when blp.awardedBidDstId = -3 then 'Direct Ship' when blp.awardedBidDstId = -2 then 'Outside Distributor' when blp.awardedBidDstId = -1 then 'Other' else d.bidDstname end bidDstName from tbl_BID_BidLineProducts blp with (nolock) inner join tbl_BID_Distributors d with (nolock) on blp.ownerId = d.ownerId and blp.ownerType = d.ownerType and blp.awardedBidDstId = d.bidDstID inner join tbl_BID_Skus s with (nolock) on blp.ownerId = s.ownerId and blp.ownerType = s.ownerType and blp.bidSkuId = s.bidSkuId where blp.ownerId = and blp.ownerType = and s.bidMfrId in ( ) and s.bidMfrId = and ( blp.awardedBidDstId is not null and blp.awardedBidDstId <> 0 ) order by bidDstName PKmëáèzzPK-7°qPÿÿÿÿÿÿÿÿ%BID/queries/qmd_bidAdministrators.cfm select m.firstName, m.lastName, m.title, m.email, m.fspro_userid, m.phone, m.phoneext, m.fax, m.primaryOfficeId, m.fspro_userid, b.broker_name, bo.broker_street_address, bo.broker_city, bo.broker_state, bo.broker_zip, bo.broker_areacode, bo.broker_phone_number, bo.broker_fax_areacode, bo.broker_fax_number, bo.broker_office_id from tbl_Fspro_Members m with (nolock) inner join tblBrokerOffices bo with (nolock) on bo.broker_office_id = m.primaryOfficeId and bo.broker_id = m.ownerId inner join tblBrokers b with (nolock) on b.broker_id = bo.broker_id where m.ownerId = and m.fsl_tablecode = and m.staffMember = 1 and m.loginEnabled = 1 and m.fspro_userid IN ( ) and m.fspro_userid IN ( ) and m.fspro_userId in ( select internalContactId from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = b.ownerId and bl.ownerType = b.ownerType and bl.bidId = b.bidId inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId inner join tbl_BID_Skus s with (nolock) on s.ownerId = blp.ownerId and s.ownerType = blp.ownerType and s.bidSkuId = blp.bidSkuId where s.ownerId = and s.ownerType = and s.bidMfrId = ) order by lastName, firstName PKߗ@[õ õ PK-7°qPÿÿÿÿÿÿÿÿ%BID/queries/qmd_bidAttributeLinks.cfm select attrbTypeName, attrbTypeId from tbl_BID_AttributeTypes with (nolock) where attrbTypeName = select attrbTypeName, attrbTypeId from tbl_BID_AttributeTypes with (nolock) where attrbTypeName = select ba.attrbId, ba.attrbCode, ba.attrbName, ba.attrbRank, ba.attrbTypeId, case when bal.mstrAttrbId is not null then 'Y' else 'N' end linked from tbl_BID_Attributes ba with (nolock) left join tbl_BID_AttributeLinks bal with (nolock) on bal.childAttrbId = ba.attrbId and bal.childAttrbTypeId = ba.attrbTypeId and bal.mstrAttrbId = and bal.mstrAttrbTypeId = where ba.ownerId in ( 0, ) and ba.ownerType = and ba.attrbTypeId = and bal.mstrAttrbId is not null order by ba.attrbRank PKÙa!,,PK-7°qPÿÿÿÿÿÿÿÿ!BID/queries/qmd_bidAttributes.cfm select ba.attrbId, ba.attrbTypeId, bat.attrbTypeName, ba.attrbCode, ba.attrbName, ba.attrbRank from tbl_BID_Attributes ba with (nolock) inner join tbl_BID_AttributeTypes bat with (nolock) on bat.attrbTypeId = ba.attrbTypeId where ba.ownerType = and ba.ownerId in ( 0, ) and ba.attrbId = order by ba.attrbRank PKL Œ£ŒŒPK- °ˆQÿÿÿÿÿÿÿÿBID/queries/qmd_bidAwards.cfm SELECT s.bidSkuId, s.bidSku, s.bidSkuDesc, s.bidMfrId, s.bidPackSizeDesc, s.bidComments bidSkuComments, pack.catch_weight_range, pack.catch_weight, bl.bidLineId, bl.bidLineNumber, bl.bidLineDescription, bl.bidlineQtyAmt, bl.bidLineQtyUM, bl.bidLineSortNumber, bl.brandRequirements, bl.sampleRequired, bl.newSpecification, CASE WHEN blp.awardedStatus IS NULL THEN 0 ELSE blp.awardedStatus END awardedStatus, blp.awardedBidDstId, blp.comments, blp.awardedComments, blp.noAwardSKU, blp.noAwardMFR, blp.noAwardCompMFR, blp.noAwardPack, blp.awardedOutsideDistributor, blp.awardedPrice, blp.bidLineProductId, blp.awardedUM, blp.priceDeliveredRate, blp.bidLineProductStatus, blp.awardedBidDstId2, blp.awardedOutsideDistributor2, blp.priceListId, blp.priceUM, blp.priceFOBRate, blp.priceBillBackRate, blp.priceOffInvoiceRate, blp.commodityPassThroughRate, blp.commodityAllowanceRate, blp.commodityNetRate, blp.commUM, blp.commType, blp.awardedSubClassifier, blp.termsOfGuaranteeBegin, blp.termsOfGuarantee, blp.useListPrice, blp.awardedDate, blp.alternateProduct, blp.pushDate, b.bidId, b.internalContactId, b.internalContact2Id, b.bidName, b.bidType, coalesce( b.bidAwardType, 1 ) bidAwardType, b.bidNumber, b.deliveryStartDate, b.deliveryEndDate, b.bidOpeningDateTime, b.awardsEntered, b.rollover, b.associatedBid, a.bidAgencyName, a.bidAgencyId, a.partnerId, bm.bidMfrName, bm.bidMfrContactId, ps.discontinued, ps.skuId, pp.shortDesc, co.territoryId, co.classificationId, co.oprSegment ,( select count(*) from tbl_BID_BidLineProductDistributors blpd with (nolock) where blpd.ownerId = blp.ownerId and blpd.ownerType = blp.ownerType and blpd.bidLineProductId = blp.bidLineProductId and blpd.quoteStatus = 'Y' ) quoteCount FROM tbl_BID_BidLineProducts blp with (nolock) INNER JOIN tbl_BID_BidLines bl with (nolock) ON bl.ownerId = blp.ownerId AND bl.ownerType = blp.ownerType AND bl.bidLineId = blp.bidLineId INNER JOIN tbl_BID_Bids b with (nolock) ON b.ownerId = bl.ownerId AND b.ownerType = blp.ownerType AND b.bidId = bl.bidId AND b.deleted = 'N' INNER JOIN tbl_BID_Skus s with (nolock) ON s.ownerId = blp.ownerId AND s.ownerType = blp.ownerType AND s.bidSkuId = blp.bidSkuId INNER JOIN tbl_BID_Agencies a with (nolock) ON a.ownerId = b.ownerId AND a.ownerType = b.ownerType AND a.bidAgencyId = b.bidAgencyId INNER JOIN tbl_OPR_ClientOperators co with (nolock) ON co.OwnerID = a.ownerId AND co.FSLTableCode = a.ownerType AND co.OperatorID = a.partnerId INNER JOIN tbl_BID_Manufacturers bm with (nolock) ON bm.ownerId = s.ownerId AND bm.ownerType = s.ownerType AND bm.bidMfrId = s.bidMfrId LEFT OUTER JOIN tbl_PRD_Skus ps with (nolock) ON ps.ownerId = s.ownerId AND ps.fsl_tableCode = s.ownerType AND ps.skuId = s.skuId LEFT OUTER JOIN tbl_PRD_Products pp with (nolock) ON pp.OwnerID = ps.ownerId AND pp.FSL_TableCode = ps.fsl_tablecode AND pp.prodId = ps.ProdID LEFT OUTER JOIN tbl_PRD_Packaging pack with (nolock) ON pack.linkId = s.skuId AND pack.linkType = 'SKU' WHERE blp.ownerId = AND blp.ownerType = AND b.bidId in ( ) AND b.bidId = AND s.bidMfrId IN ( ) AND s.bidSkuId IN ( ) AND blp.awardedStatus = AND ( blp.awardedStatus IN ( ) OR blp.awardedStatus IS NULL ) AND co.territoryId IN ( ) AND a.bidAgencyId IN ( ) AND b.bidOpeningDateTime <= AND b.bidOpeningDateTime >= AND b.awardsEntered <= AND b.awardsEntered >= AND ( b.internalContactId IN ( ) or b.internalContact2Id IN ( ) ) AND co.mfr_BSR_id IN ( ) AND ( blp.awardedStatus <> 0 OR blp.awardedStatus IS NULL ) AND blp.awardedBidDstId IN ( ) AND bl.newSpecification = AND blp.priceListId IN ( ) AND blp.bidLineProductId IN ( select bidLineProductId from tbl_BID_BidLineProductDistributors with (nolock) where ownerId = and ownerType = and bidDstId IN ( ) ) AND blp.bidLineProductId IN ( ) AND ps.skuId = AND co.classificationId in ( ) AND blp.awardedStatus <> 0 AND ( blp.awardedStatus = 0 or blp.awardedStatus is null ) and b.bidType = and coalesce( b.bidAwardType, 1 ) = and co.oprSegment = and blp.alternateProduct = ORDER BY #attributes.orderBy# PK’©?r)r)PK-7°qPÿÿÿÿÿÿÿÿ#BID/queries/qmd_bidDistributors.cfm select bd.bidDstid, case when cdr.cdr_recordId is not null then cdr.cdr_dstName else bd.bidDstName end bidDstName, case when cdr.cdr_recordId is not null then cdr.cdr_dstCity else bd.bidDstCity end bidDstCity, case when cdr.cdr_recordId is not null then cdr.cdr_dstState else bd.bidDstState end bidDstState, cdr.cdr_territoryId territoryId from tbl_BID_Distributors bd with (nolock) inner join tbl_BID_BidDistributors bbd with (nolock) on bbd.ownerId = bd.ownerId and bbd.ownerType = bd.ownerType and bbd.bidDstId = bd.bidDstId innerleft outer join tbl_CDR_Distributors cdr with (nolock) on cdr.ownerId = bd.ownerId and cdr.fsl_tablecode = bd.ownerType and cdr.cdr_recordId = bd.cdr_recordId and cdr.cdr_territoryId in ( ) where bbd.ownerId = and bbd.ownerType = and bbd.bidId = order by #attributes.orderBy# select bbd.bidId, bbd.autoLinkNewProducts, bbd.bidContactId, case when cdr.cdr_recordId is not null then cdr.cdr_dstName else bd.bidDstName end bidDstName, case when cdr.cdr_recordId is not null then cdr.cdr_dstCity else bd.bidDstCity end bidDstCity, case when cdr.cdr_recordId is not null then cdr.cdr_dstState else bd.bidDstState end bidDstState, bd.bidDstid, bd.cdr_recordId, bd.bidDstContactId, cdr.cdr_territoryId territoryId, bd.disclaimer, bd.disclaimerOnQuotes, bd.notes, bd.viewNotes, ( select count(*) from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_Bid_BidLineProducts blp with (nolock) on blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType and blp.bidLineProductId = blpd.bidLineProductId inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where bl.bidId = bbd.bidId and blpd.bidDstId = bbd.bidDstId and blpd.ownerId = bd.ownerId and blpd.ownerType = bd.ownerType ) productCount, ( select count(*) from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_Bid_BidLineProducts blp with (nolock) on blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType and blp.bidLineProductId = blpd.bidLineProductId inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where bl.bidId = bbd.bidId and blpd.bidDstId = bbd.bidDstId and blpd.quoteStatus = 'Y' and blpd.ownerId = bd.ownerId and blpd.ownerType = bd.ownerType ) quoteCount from tbl_BID_Distributors bd with (nolock) inner join tbl_BID_BidDistributors bbd with (nolock) on bbd.ownerId = bd.ownerId and bbd.ownerType = bd.ownerType and bbd.bidDstId = bd.bidDstId innerleft outer join tbl_CDR_Distributors cdr with (nolock) on cdr.ownerId = bd.ownerId and cdr.fsl_tablecode = bd.ownerType and cdr.cdr_recordId = bd.cdr_recordId and cdr.cdr_territoryId in ( ) where bbd.ownerId = and bbd.ownerType = and bbd.bidId = and bbd.bidDstId = and cdr.fsl_dstId in ( select dstId from tbl_DST_Distributors where dstcompanytype = 'B' and dstparentco = ) and cdr.cdr_recordId = and cdr.cdr_territoryId is not null order by #attributes.orderBy# PK´±€€PK- °ºPÿÿÿÿÿÿÿÿ%BID/queries/qmd_bidDistributorSku.cfm select distinct bs.skuId dstSkuId, coalesce( ds.customerSku, pds.customerSku ) dstSKU, s.fmId from tbl_BID_Skus bs with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSKUId = blp.bidSkuId inner join tbl_BID_Distributors d with (nolock) on d.ownerId = bs.ownerId and d.ownerType = bs.ownerType and d.bidDstId in ( ) inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_recordId = d.cdr_recordId left outer join tbl_DST_Distributors dst with (nolock) on cdr.fsl_dstId = dst.dstId left outer join tbl_CDR_Distributors pcdr with (nolock) on pcdr.ownerId = and pcdr.fsl_tablecode = and pcdr.fsl_dstId = dst.dstparentco left outer join tbl_PRD_CustomerSkus pds with (nolock) on pds.skuId = bs.skuId and pds.customerId = pcdr.cdr_recordId and pds.customerType = 'pdst' and pds.linkType = 'SKU' inner join tbl_PRD_Skus s with (nolock) on s.skuId = bs.skuId and s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType left outer join tbl_PRD_CustomerSkus ds with (nolock) on ds.skuId = bs.skuId and ds.customerId = d.cdr_recordId and ds.customerType = 'dst' and ds.linkType = 'SKU' and ds.ownerId = s.ownerId and ds.fsl_tablecode = s.fsl_tablecode where bs.ownerId = and bs.ownerType = and blp.bidLineProductId = PKÈßwý  PK-7°qPÿÿÿÿÿÿÿÿ'BID/queries/qmd_bidLineDistributors.cfm select bd.bidDstID, cdr.cdr_recordID, case when bd.cdr_recordID is not null then cdr.cdr_dstname else bd.bidDstName end bidDstName, case when bd.cdr_recordID is not null then cdr.cdr_dstCity else bd.bidDstCity end bidDstCity, case when bd.cdr_recordID is not null then cdr.cdr_dstState else bd.bidDstState end bidDstState, bd.dateCreated, bd.createdBy, bd.dateModified, bd.modifiedBy, bld.awarded, bld.dstBidRef, bld.bidPrice from tbl_BID_Distributors bd inner join tbl_BID_BidLineDistributors bld on bld.bidDstId = bd.bidDstId and bld.ownerId = bd.ownerId and bld.ownerType = bd.ownerType left outer join tbl_CDR_Distributors cdr on (cdr.cdr_recordID = bd.cdr_recordID) where bd.ownerId = and bd.ownerType = and bld.bidLineId = and bld.bidDstId = order by bidDstName PK¾ã5þ‹‹PK-7°qPÿÿÿÿÿÿÿÿ(BID/queries/qmd_bidLineManufacturers.cfm select blm.bidLineId, blm.bidMfrId, m.mfr_name bidMfrName, ( select count( bidLineProductId ) from tbl_BID_BidLineProducts blp with (nolock) inner join tbl_BID_Skus bs with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSkuId = blp.bidSkuId where bs.bidMfrId = blm.bidMfrId and blp.bidLineId = blm.bidLineId and blp.ownerId = blm.ownerId and blp.ownerType = blm.ownerType ) bidLineProductCount from tbl_BID_BidLineManufacturers blm WITH (NOLOCK) inner join tbl_BID_Manufacturers bm WITH (NOLOCK) on bm.ownerid = blm.ownerId and bm.ownerType = blm.ownerType and bm.bidMfrId = blm.bidmfrId inner join tblManufacturers m WITH (NOLOCK) on m.mfr_id = bm.mfrId where blm.ownerId = and blm.ownerType = and blm.bidLineId = and blm.bidLineId in ( select bl.bidLineId from tbl_BID_BidLines bl where bl.bidId = ) and blm.bidMfrId = order by bidMfrName select *, upper( bidMfrName ) bidMfrNameSort from caller.#attributes.queryName# where bidLineProductCount = 0 order by bidMfrNameSort PK—#  PK-7°qPÿÿÿÿÿÿÿÿ.BID/queries/qmd_bidLineProductDistributors.cfm select bd.bidDstID, cdr.cdr_recordID, case when bd.cdr_recordID is not null then cdr.cdr_dstname else bd.bidDstName end bidDstName, case when bd.cdr_recordID is not null then cdr.cdr_dstCity else bd.bidDstCity end bidDstCity, case when bd.cdr_recordID is not null then cdr.cdr_dstState else bd.bidDstState end bidDstState, bd.dateCreated, bd.createdBy, bd.dateModified, bd.modifiedBy, bd.notes, bd.viewNotes, blpd.bidLineProductId, blpd.quoteStatus, ter.territoryId from tbl_BID_Distributors bd with (nolock) inner join tbl_BID_BidLineProductDistributors blpd with (nolock) on blpd.ownerId = bd.ownerId and blpd.ownerType = bd.ownerType and blpd.bidDstId = bd.bidDstId inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType and blp.bidLineProductId = blpd.bidLineProductId left outer join tbl_CDR_Distributors cdr with (nolock) on cdr.ownerId = bd.ownerId and cdr.fsl_tablecode = bd.ownerType and cdr.cdr_recordID = bd.cdr_recordID left outer join tbl_TER_Territories ter with (nolock) on cdr.ownerId = ter.ownerId and cdr.fsl_tablecode = ter.fsl_tablecode and cdr.cdr_territoryId = ter.territoryId where bd.ownerId = and bd.ownerType = and blpd.bidLineProductId = and blp.bidLineId = order by bidDstName PKk B³³PK-°ESÿÿÿÿÿÿÿÿ#BID/queries/qmd_bidLineProducts.cfm select blp.bidSkuId, blp.bidLineProductId, blp.bidLineId, blp.awarded,blp.mfrRef,blp.mfrAwardRef,blp.awardedDate,blp.quantityAmt,blp.quantityUM, blp.priceDeliveredRate, blp.priceFOBRate, blp.priceBillBackRate, blp.priceOffInvoiceRate, blp.termsOfAllowance,blp.termsOfAllowanceBegin, blp.terms, blp.guarantee,blp.termsOfGuarantee,blp.termsOfGuaranteeBegin, blp.pointOfOrigin,blp.newSpec,blp.alternateProduct,blp.comments,blp.bidLineProductStatus, blp.bidLineProductStatus2, blp.dateCreated,blp.createdBy,blp.dateModified,blp.modifiedBy,blp.awardedStatus, blp.awardedBidDstId, blp.awardedPrice, blp.awardedUM, blp.awardedComments, blp.noAwardSKU, blp.noAwardPack, blp.noAwardMFR, blp.noAwardCompMFR, blp.awardedOutsideDistributor, blp.awardedOutsideDistributor2, blp.priceUM, blp.awardedSubClassifier, blp.pricingType, s.skuId, s.discontinued, pack.catch_weight, pack.catch_weight_range, pack.catch_weight, case when s.skuId is null then bs.bidSku else s.sku end bidSku, case when s.skuId is null or bs.overrideDesc = 'Y' then bs.bidSkuDesc else s.skuDesc end bidSkuDesc, case when s.skuId is null or bs.overrideDesc = 'Y' then bs.bidPackSizeDesc else s.packSizeDesc end bidPackSizeDesc, bl.bidLineNumber, bl.bidLineDescription, bl.bidLineQtyAmt, bl.bidLineQtyUM, bl.bidId, bl.bidLineSortNumber, blp.priceListId,blp.useListPrice, b.bidNumber, b.bidName, b.bidOpeningDateTime, b.bidStatus, b.deliveryStartDate, b.deliveryEndDate, b.sourceBidId, bl.sourceBidLineId, blp.sourceBidLineProductId, b.bidAgencyId, ba.partnerId, ba.bidAgencyName, bm.bidMfrId, coalesce( m.mfr_Name, bm.bidMfrName ) bidMfrName, bm.mfrId, blp.sampleDelivered, blp.sampleDeliveredDate, blp.sampleComments, bl.sampleRequired,bl.grade,bl.nutritionalsRequired,bl.brandRequirements, blp.commodityAllowanceRate, blp.commodityPassThroughRate, blp.commodityNetRate, blp.commUM, blp.commType, bs.bidComments skuComments, bs.includeCommentsOnQuote includeSkuCommentsOnQuote, s.sku, s.fmId, pack.scc14 as GTIN, pack.upc , blpd.bidDstId, blpd.quoteStatus from tbl_BID_BidLineProducts blp WITH (NOLOCK) inner join tbl_BID_BidLines bl WITH (NOLOCK) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId inner join tbl_BID_Skus bs WITH (NOLOCK) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSkuId = blp.bidSkuId inner join tbl_BID_Bids b WITH (NOLOCK) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidId = bl.bidId inner join tbl_BID_Manufacturers bm WITH (NOLOCK) on bm.ownerId = bs.ownerId and bm.ownerType = bs.ownerType and bm.bidMfrId = bs.bidMfrId left outer join tblManufacturers m WITH (NOLOCK) on m.mfr_id = bm.mfrId inner join tbl_BID_Agencies ba WITH (NOLOCK) on ba.ownerId = b.ownerId and ba.ownerType = b.ownerType and ba.bidAgencyId = b.bidAgencyId inner join tbl_OPR_ClientOperators opr WITH (NOLOCK) on opr.ownerId = ba.ownerId and opr.fsltablecode = ba.ownerType and opr.operatorId = ba.partnerId and ba.partnerType = 'OPR' and opr.territoryId in ( ) inner join tbl_BID_BidLineProductDistributors blpd WITH (NOLOCK) on blpd.ownerId = blp.ownerId and blpd.ownerType = blp.ownerType and blpd.bidLineProductId = blp.bidLineProductId and blpd.bidDstId in ( ) left outer join tbl_PRD_Skus s WITH (NOLOCK) on s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType and s.skuId = bs.skuId left outer join tbl_PRD_Packaging pack WITH (NOLOCK) on pack.linkId = s.skuId and pack.linkType = 'SKU' where blp.ownerId = and blp.ownerType = and bs.bidMfrId in ( ) and blp.bidLineProductId IN ( ) and blp.bidLineProductId in ( ) and blp.bidLineId = and blp.bidSkuId = and blp.bidLineProductId in ( select blpd.bidLineProductId from tbl_BID_BidLineProductDistributors blpd WITH (NOLOCK) inner join tbl_BID_BidLineProducts blp2 WITH (NOLOCK) on blp2.ownerId = blpd.ownerId and blp2.ownerType = blpd.ownerType and blp2.bidLineProductId = blpd.bidLineProductId where blpd.bidDstId in ( ) ) and bl.bidId = and blp.awardedStatus in ( ) and ( 1 = 0 or ( blp.bidLineProductStatus = 'P' or blp.bidLineProductStatus = 'N' or blp.bidLineProductStatus = 'O' ) or ( blp.bidLineProductStatus = 'A' and coalesce( blp.priceListId, 0 ) <> 0) or ( blp.bidLineProductStatus = 'A' and coalesce( blp.priceListId, 0 ) = 0) ) order by #attributes.orderBy# select * from caller.#attributes.queryName# where mfrId in ( ) PKSæñŸÐ"Ð"PK-7°qPÿÿÿÿÿÿÿÿBID/queries/qmd_bidLines.cfm select bl.bidId, bl.bidLineId, bl.bidLineStatus, bl.bidLineNumber, bl.bidLineSortNumber, bl.bidLineDescription, bl.bidLineQtyAmt, bl.bidLineQtyUM, bl.shipDirect, bl.sampleRequired, bl.sampleUnits, bl.sampleMarkings, bl.sampleDeliveryDateTime, bl.sampleComments, bl.grade, bl.confidentialComment, bl.brandRequirements, bl.shipDirect, bl.nutritionalsRequired, bl.newSpecification, bl.sourceBidLineId, bl.awardedBidLineProductId, bl.awardedBidDstId, bl.awardedPrice , count( distinct blp.bidLineProductId ) productCount , blp.bidLineProductId , case when s.skuId is null then bs.bidSku else s.sku end bidSku , case when s.skuId is null or bs.overrideDesc = 'Y' then bs.bidSkuDesc else s.skuDesc end bidSkuDesc , case when s.skuId is null or bs.overrideDesc = 'Y' then bs.bidPackSizeDesc else s.packSizeDesc end bidPackSizeDesc , blp.bidLineProductStatus, blp.bidLineProductStatus2, blp.priceDeliveredRate, blp.priceFOBRate, blp.priceBillBackRate, blp.priceOffInvoiceRate, blp.commodityPassThroughRate, blp.commodityAllowanceRate, blp.commodityNetRate, s.discontinued, bs.bidSkuId, bm.bidMfrId, bm.bidMfrName from tbl_BID_BidLines bl WITH (NOLOCK) left outer join tbl_BID_BidLineProducts blp WITH (NOLOCK) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId left outer join tbl_BID_Skus bs WITH (NOLOCK) on blp.ownerId = bs.ownerId and blp.ownerType = bs.ownerType and blp.bidSkuId = bs.bidSkuId left outer join tbl_PRD_Skus s WITH (NOLOCK) on s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType and s.skuId = bs.skuId left outer join tbl_BID_Manufacturers bm WITH (NOLOCK) on bm.ownerId = bs.ownerId and bm.ownerType = bs.ownerType and bm.bidMfrId = bs.bidMfrId where bl.ownerid = and bl.ownerType = and bl.bidId = and bl.bidLineId = and bl.bidLineId = and bl.newSpecification = and bm.bidMfrId = group by bl.bidId, bl.bidLineId, bl.bidLineStatus, bl.bidLineNumber, bl.bidLineSortNumber, bl.bidLineDescription, bl.bidLineQtyAmt, bl.bidLineQtyUM, bl.shipDirect, bl.sampleRequired, bl.sampleUnits, bl.sampleMarkings, bl.sampleDeliveryDateTime, bl.sampleComments, bl.grade, bl.confidentialComment, bl.brandRequirements, bl.shipDirect, bl.nutritionalsRequired, bl.newSpecification, bl.sourceBidLineId, bl.awardedBidLineProductId, bl.awardedBidDstId, bl.awardedPrice order by #attributes.orderBy# PK3%œ  PK-7°qPÿÿÿÿÿÿÿÿ$BID/queries/qmd_bidManufacturers.cfm insert into tbl_BID_BidManufacturers ( ownerId, ownerType, bidId, bidMfrId ) select distinct blm.ownerId, blm.ownerType, bl.bidId, blm.bidMfrId from tbl_BID_BidLineManufacturers blm with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = blm.ownerId and bl.ownerType = blm.ownerType and bl.bidLineId = blm.bidLineId where bl.bidId = and bl.ownerId = and bl.ownerType = and not exists ( select * from tbl_BID_BidManufacturers bm with (nolock) where bm.ownerId = bl.ownerId and bm.ownerType = bl.ownerType and bm.bidMfrId= blm.bidMfrId and bm.bidId = bl.bidId ) insert into tbl_BID_BidManufacturers ( ownerId, ownerType, bidId, bidMfrId ) select distinct blp.ownerId, blp.ownerType, bl.bidId, bs.bidMfrId from tbl_BID_BidLineProducts blp with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId inner join tbl_BID_Skus bs with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSkuId = blp.bidSkuId where bl.bidId = and bl.ownerId = and bl.ownerType = and not exists ( select * from tbl_BID_BidManufacturers bm with (nolock) where bm.ownerId = bl.ownerId and bm.ownerType = bl.ownerType and bm.bidMfrId= bs.bidMfrId and bm.bidId = bl.bidId ) select bm.bidMfrname, bm.bidMfrId, bm.mfrId, bbm.bidMfrId bidBidMfrId, bbm.priceRequestSent, bbm.mfrBidNumber, bbm.bidContactId, bm.bidMfrContactId, sum( case when bs.bidSkuId is null then 0 else 1 end ) skuCount, sum( case when bs.bidSkuId is null then 0 when blp.bidLineProductStatus = 'A' or blp.bidLineProductStatus = 'O' or blp.bidLineProductStatus = 'N' then 1 else 0 end ) approvedCount, bbm.mfrTradeRequestId, bbm.mfrTradeRequestSent, bbm.mfrTradeRequestApplied, tpm.brokerBidIntegrationEnabled from tbl_BID_BidManufacturers bbm with (nolock) inner join tbl_BID_Manufacturers bm with (nolock) on bm.ownerId = bbm.ownerId and bm.ownerType = bbm.ownerType and bm.bidMfrId = bbm.bidMfrId left outer join tbl_TPM_Settings tpm with (nolock) on tpm.ownerId = bm.mfrId and tpm.ownertype = 'MFR' inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = bbm.ownerId and bl.ownerType = bbm.ownerType and bl.bidId = bbm.bidId innerleft outer join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownertype = bl.ownerType and blp.bidLineId = bl.bidLineId innerleft outer join tbl_BID_Skus bs with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSkuId = blp.bidSkuId and bs.bidMfrId = bbm.bidMfrId inner join tbl_BID_BidLineProductDistributors blpd with (nolock) on blpd.ownerId = blp.ownerId and blpd.ownerType = blp.ownerType and blpd.bidLineProductId = blp.bidLineProductId and blpd.bidDstId in ( ) where bbm.ownerId = and bbm.ownerType = and bbm.bidId = and bm.bidMfrId = and bm.mfrId = and bl.bidLineId = group by bm.bidMfrName, bm.bidMfrId, bm.mfrId, bbm.bidMfrId, bbm.priceRequestSent, bbm.mfrBidNumber, bbm.bidContactId, bm.bidMfrContactId, bbm.mfrTradeRequestId, bbm.mfrTradeRequestSent, bbm.mfrTradeRequestApplied, tpm.brokerBidIntegrationEnabled order by bidMfrName PKVÊ#_PK-7°qPÿÿÿÿÿÿÿÿ&BID/queries/qmd_bidPartnerContacts.cfm SELECT bc.BidContactID, bc.bidPartnerType, bc.bidPartnerId, m.FSPro_UserID, m.caJobFunction, m.caRelationshipRank, m.comments, m.officeAddrSame, rtrim( case when bc.salutation = '' then m.salutation else bc.salutation end ) salutation, rtrim( case when bc.FirstName = '' then m.FirstName else bc.FirstName end ) FirstName, rtrim( case when bc.LastName = '' then m.LastName else bc.LastName end ) LastName, rtrim( case when bc.Title = '' then m.Title else bc.Title end ) Title, rtrim( case when bc.Email = '' then m.Email else bc.Email end ) Email, rtrim( case when bc.phone = '' then m.phone else bc.phone end ) phone, rtrim( case when bc.phoneExt = '' then m.phoneExt else bc.phoneExt end ) phoneExt, rtrim( case when bc.fax = '' then m.fax else bc.fax end ) fax, rtrim( case when bc.archive = '' then 'N' else bc.archive end ) archive, rtrim( case when bc.cellPhone = '' then m.cellPhone else bc.cellPhone end ) cellPhone, m.address1, m.address2, m.city, m.state, m.zipcode FROM tbl_BID_Distributors bid with (nolock) INNER JOIN tbl_BID_PartnerContacts bc with (nolock) ON bc.ownerId = bid.ownerId AND bc.ownerType = bid.ownerType AND bc.bidpartnerid = bid.bidDstID tbl_BID_Manufacturers bid with (nolock) INNER JOIN tbl_BID_PartnerContacts bc with (nolock) ON bc.ownerId = bid.ownerId AND bc.ownerType = bid.ownerType AND bc.bidpartnerid = bid.bidMfrID tbl_BID_Agencies bid with (nolock) INNER JOIN tbl_BID_PartnerContacts bc with (nolock) ON bc.ownerId = bid.ownerId AND bc.ownerType = bid.ownerType AND bc.bidpartnerid = bid.bidAgencyID INNER JOIN tbl_FSPro_Members m with (nolock) ON (bc.fspro_userid = m.fspro_userid AND bc.OwnerID = m.OwnerID AND bc.OwnerType = m.FSL_TableCode) WHERE bc.OwnerID = AND bc.OwnerType = AND bc.BidPartnerType = AND bc.BidPartnerID in ( ) AND m.FSPro_userId = AND bc.bidContactID = ORDER BY #attributes.orderByColumns# select ppl.principalId orgId from tbl_BID_Manufacturers bm with (nolock) inner join tbl_BRO_Principals ppl with (nolock) on ppl.ownerId = bm.ownerId and ppl.ownerType = bm.ownerType and ppl.mfrId = bm.mfrId where bm.ownerId = and bm.ownerType = and bm.bidMfrId = select cdr_recordId orgId from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and bidDstId = select partnerid orgId from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and bidAgencyId = SELECT m.FSPro_UserId * -1 bidContactId, '#attributes.bidPartnerType#' bidPartnerType, #attributes.bidPartnerId# bidPartnerId, m.FSPro_UserID, m.caJobFunction, m.caRelationshipRank, m.salutation, m.FirstName, m.LastName, m.Title, m.Email, m.phone, m.phoneExt, m.cellPhone, m.fax, m.comments, m.officeAddrSame, m.address1, m.address2, m.city, m.state, m.zipcode, 'N' archive FROM tbl_FSPro_Members m with (nolock) where m.ownerId = and m.fsl_tablecode = and m.orgId = and m.orgType = select #qmd_coreContacts.columnList# from qmd_linkedContacts union select #qmd_coreContacts.columnList# from qmd_coreContacts where fspro_userId not in ( ) select #qmd_merged.columnList# from qmd_merged where bidContactid = where fspro_userId = order by lastname, firstName PKuDêiiPK-7°qPÿÿÿÿÿÿÿÿBID/queries/qmd_bids.cfm select distinct bl.bidId from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = blp.ownerId and blp.ownerType = blp.ownerType and blp.bidLineId = bl.bidLineId inner join tbl_BID_Skus bs with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSkuId = blp.bidSkuId inner join tbl_BID_Manufacturers bm with (nolock) on bm.ownerId = bs.ownerId and bm.ownerType = bs.ownerType and bm.bidMfrId = bs.bidMfrId where bl.ownerId = and bl.ownerType = and bm.bidMfrName like select b.bidId, b.bidStatus, b.bidNumber, b.bidName, b.bidComments, b.bidOpeningDateTime, b.directDelivery, b.ownerId, b.ownerType, b.dateCreated, b.createdBy, b.dateModified, b.modifiedBy, b.bidAgencyId, a.bidAgencyContactId, b.deliveryStartDate, b.deliveryEndDate, b.useDeliveryDates, b.deliveryComments, b.releaseDate, b.bidCycleDate, b.bidCycleFrequency, b.internalContactId, b.internalContact2Id, b.archive, a.bidAgencyName, b.linesConfirmed, b.sourceBidId, b.baReviewedDate, b.baReviewedBy, b.bsReviewedDate, b.bsReviewedBy, b.expectedAwardDate, b.rollover, b.associatedBid, b.bidType, coalesce( b.bidAwardType, 1 ) bidAwardType, b.emailedRepDate, b.toDistributorDate, case when opr.operatorId is not null then 'Y' else 'N' end agencyLinked, a.archive agencyArchive, a.partnerId, a.bidAgencyState, opr.territoryId, opr.companyName, opr.oprType from tbl_BID_Bids b with (nolock) inner join tbl_BID_Agencies a with (nolock) on a.ownerId = b.ownerId and a.ownerType = b.ownerType and a.bidAgencyId = b.bidAgencyId innerleft outer join tbl_OPR_ClientOperators opr with (nolock) on opr.ownerId = a.ownerId and opr.fsltablecode = a.ownerType and opr.operatorId = a.partnerId and opr.territoryId in ( ) where b.ownerId = and b.ownerType = and b.bidAgencyId IN ( ) and b.bidId in ( ) and b.bidId in ( select bl.bidId from tbl_BID_BidLines bl with (nolock) where bl.ownerId = b.ownerId and bl.ownerType = b.ownerType and bl.bidLineId = ) and b.bidId in ( select distinct bl.bidId from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId inner join tbl_BID_Skus bs with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSkuId = blp.bidSkuId where bl.ownerId = and bl.ownerType = and bs.bidMfrid = ) and b.bidId in ( select distinct bl.bidId from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId inner join tbl_BID_Skus bs with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSkuId = blp.bidSkuId and bs.bidmfrId = where bl.ownerId = and bl.ownerType = and bl.awardedBidLineProductId > 0 and bl.awardedBidLineProductId < 0 and coalesce( bl.awardedBidLineProductId, 0 ) <> 0 ) and b.bidId in ( select distinct bl.bidId from tbl_BID_BidDistributors bl with (nolock) where bl.ownerId = and bl.ownerType = and bl.bidDstId in ( ) ) and b.bidId in ( select distinct bl.bidId from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = blp.ownerId and blp.ownerType = blp.ownerType and blp.bidLineId = bl.bidLineId inner join tbl_BID_BidLineProductDistributors blpd with (nolock) on blpd.ownerId = blp.ownerId and blpd.ownerType = blp.ownerType and blpd.bidLineProductId = blp.bidLineProductId where bl.ownerId = and bl.ownerType = and blp.bidSkuId = ) and b.bidOpeningDateTime <= and b.bidOpeningDateTime >= and b.bidCycleDate <= and b.bidCycleDate >= and b.deleted = 'N' and b.archive = 'N' and ( b.bidName like or b.bidNumber like or a.bidAgencyName like or b.bidId in ( ) ) and not ( b.bidId in ( select bidId from tbl_BID_BidDistributors with (nolock) where ownerId = and ownerType = ) ) and ( b.internalContactId = or b.internalContact2Id = ) and b.internalContactId = and b.bidStatus = and opr.oprSegment = order by #attributes.orderBy# PKA¨ï/./.PK-7°qPÿÿÿÿÿÿÿÿ"BID/queries/qmd_bidSkuOverride.cfm select * from tbl_BID_SkusOverride bso with (nolock) inner join tbl_TER_Territories ter with (nolock) on bso.ownerId = ter.ownerId and bso.ownerType = ter.fsl_tablecode and bso.territoryId = ter.territoryId where bso.ownerId = and bso.ownerType = and bso.territoryId in ( ) and bso.territoryId = and bso.bidSkuId = and bso.bidMfrId = order by #attributes.orderBy# PKôy„OeePK-7°qPÿÿÿÿÿÿÿÿBID/queries/qmd_bidUsage.cfm select distinct b.bidId from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = b.ownerId and bl.ownerType = b.ownerType and bl.bidId = b.bidId inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId where blp.ownerId = and blp.ownerType = and blp.bidSkuId = and b.archive = 'N' select distinct b.bidId from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = b.ownerId and bl.ownerType = b.ownerType and bl.bidId = b.bidId inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId inner join tbl_BID_Skus bs with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSkuId = blp.bidSkuId and bs.archive = 'N' where bs.ownerId = and bs.ownerType = and bs.bidMfrId = and b.archive = 'N' select distinct b.bidId from tbl_BID_Bids b inner join tbl_BID_Agencies ba on ba.bidAgencyId = b.bidAgencyId and ba.ownerId = b.ownerId and ba.ownerType = b.ownerType where ba.ownerId = and ba.ownerType = and ba.bidAgencyId = and b.archive = 'N' select distinct b.bidId from tbl_BID_Bids b inner join tbl_BID_BidLines bl on bl.bidId = b.bidId and bl.ownerId = b.ownerId and bl.ownerType = b.ownerType inner join tbl_BID_BidLineProducts blp on blp.bidLineId = bl.bidLineId and blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType left outer join tbl_BID_BidLineProductDistributors blpd on blpd.bidLineProductId = blp.bidLineProductId and blpd.ownerId = blp.ownerId and blpd.ownerType = blp.ownerType and blpd.bidDstId = left outer join tbl_BID_BidDistributors bd on bd.bidId = b.bidId and bd.ownerId = b.ownerId and bd.ownerType = b.ownerType and bd.bidDstId = where b.ownerId = and b.ownerType = and b.archive = 'N' and ( bd.bidDstId is not null or blpd.bidDstId is not null) PK­álPK-7°qPÿÿÿÿÿÿÿÿ#BID/queries/qmd_BrokerSalesReps.cfm select distinct fm.fspro_userId, fm.firstName, fm.lastName from tbl_FSPro_Members fm with (nolock) inner join tbl_OPR_ClientOperators opr with (nolock) on fm.ownerId = opr.ownerId and fm.fsl_tablecode = opr.fsltablecode and fm.fspro_userId = opr.mfr_BSR_id inner join tbl_BID_Agencies a with (nolock) on opr.ownerId = a.ownerId and opr.fsltablecode = a.ownerType and opr.operatorId = a.partnerId inner join tbl_BID_Bids b on a.ownerId = b.ownerId and a.ownerType = b.ownerType and a.bidAgencyId = b.bidAgencyId where fm.ownerId = and fm.FSL_TableCode = and fm.fspro_userId IN ( ) and opr.territoryId = and b.bidId IN ( select distinct bl.bidId from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = blp.ownerId and blp.ownerType = blp.ownerType and blp.bidLineId = bl.bidLineId inner join tbl_BID_Skus bs with (nolock) on bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.bidSkuId = blp.bidSkuId where bl.ownerId = and bl.ownerType = and bs.bidMfrid = ) and b.bidAgencyId = order by lastName, FirstName PK½èå  PK-7°qPÿÿÿÿÿÿÿÿ BID/queries/qmd_distributors.cfm select bd.bidDstID, cdr.cdr_recordID, bd.bidDstContactID, case when bd.cdr_recordID is not null then cdr.cdr_dstname else bd.bidDstName end bidDstName, case when bd.cdr_recordID is not null then cdr.cdr_dstCity else bd.bidDstCity end bidDstCity, case when bd.cdr_recordID is not null then cdr.cdr_dstState else bd.bidDstState end bidDstState, case when bd.cdr_recordId is not null then cdr.cdr_dstAddress1 else null end bidDstAddress, case when bd.cdr_recordId is not null then cdr.cdr_dstZip else null end bidDstZip, bd.dateCreated, bd.createdBy, bd.dateModified, bd.modifiedBy, bd.bidDstProcessingComments, coalesce( ter.territoryId, 0 ) territoryId, ter.name territoryName, bd.archive, cdr.cdr_dstAddress1 address, cdr.cdr_dstAddress2 address2, cdr.cdr_dstCity city, cdr.cdr_dstState state, cdr.cdr_dstZip zipcode, cdr.cdr_dstcountryId countryId, upper( left( case when bd.cdr_recordID is not null then cdr.cdr_dstname else bd.bidDstName end, 1 )) firstLetter, bd.disclaimer, bd.disclaimerOnQuotes, bd.notes, bd.viewNotes from tbl_BID_Distributors bd with (nolock) innerleft outer join tbl_CDR_Distributors cdr with (nolock) on cdr.ownerId = bd.ownerId and cdr.fsl_tablecode = bd.ownerType and cdr.cdr_recordID = bd.cdr_recordID and cdr.cdr_territoryId in ( ) left outer join tbl_TER_Territories ter with (nolock) on ter.ownerId = cdr.ownerId and ter.fsl_tablecode = cdr.fsl_tablecode and ter.territoryId = cdr.cdr_territoryId where bd.ownerId = and bd.ownerType = and bd.bidDstId = and bd.bidDstId in ( ) and bd.cdr_recordID = and cdr.fsl_dstid in ( select dst.dstid from tbl_DST_Distributors dst with (nolock) where dst.dstcompanytype = 'B' and dst.dstparentco = ) order by bidDstName PKÃûžë ë PK-7°qPÿÿÿÿÿÿÿÿ!BID/queries/qmd_manufacturers.cfm select bm.loadSource, m.mfr_id, m.mfr_id mfrId, bm.bidMfrId, case when m.mfr_id is not null then m.mfr_name else bm.bidMfrName end bidMfrName, case when m.mfr_id is not null then m.city else bm.bidMfrCity end bidMfrCity, case when m.mfr_id is not null then m.state else bm.bidMfrState end bidMfrState, m.city, m.state, m.zip_code zipcode, m.postal_address address, m.postal_address2 address2, m.countryId, bm.bidMfrStatus, bm.bidMFRContactID, bm.bidProcessingComments, bm.defaultMFRDisclaimer, bm.dateCreated, bm.createdBy, bm.dateModified, bm.modifiedBy, bm.minimumCases, bm.minimumLbs, ppl.principalId, 'N' autoApplyBlanketPricing, bm.archive, upper( left( case when m.mfr_id is not null then m.mfr_name else bm.bidMfrName end, 1 )) firstLetter, tpm.brokerBidIntegrationEnabled , ( select count( distinct pl.priceListId ) from tbl_BID_PriceLists pl with (nolock) inner join tbl_BID_PriceListsOverride plo with (nolock) on plo.ownerId = pl.ownerId and plo.ownerType = pl.ownerType and plo.priceListId = pl.priceListId and plo.overrideYN = 'Y' and plo.territoryId in ( ) where pl.bidMfrId = bm.bidMfrId and pl.priceListEndDate > ) activePriceLists from tbl_BID_Manufacturers bm with (nolock) innerleft outer join tbl_BRO_Principals ppl with (nolock) on ppl.ownerId = bm.ownerId and ppl.ownerType = bm.ownerType and ppl.mfrId = bm.mfrId and ppl.principalId in ( select pt.principalId from tbl_BRO_PrincipalTerritories pt with (nolock) inner join tbl_BRO_PrincipalTerritoryResources ptr with (nolock) on ptr.principalTerritoryId = pt.principalTerritoryId where ptr.resourceType = 'TER' and ptr.resourceId in ( ) and pt.hireStatus <> 'I' ) left outer join tbl_TPM_Settings tpm with (nolock) on tpm.ownerId = bm.mfrId and tpm.ownerType = 'MFR' left outerinner join tblManufacturers m with (nolock) on m.mfr_id = bm.mfrId where bm.ownerId = and bm.ownerType = and bm.bidMfrId IN ( ) and bm.mfrId = and bm.archive = 'N' order by bidMfrName PK&#G2  PK-7°qPÿÿÿÿÿÿÿÿ%BID/queries/qmd_preApprovedPrices.cfm select b.deliveryStartDate, b.deliveryEndDate from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = b.ownerId and bl.ownerType = b.ownerType and bl.bidId = b.bidId where bl.ownerId = and bl.ownerType = and bl.bidLineId = select plp.bidSkuId, pl.priceListId, pl.priceListCode, pl.priceListDesc, pl.priceListStartDate, pl.priceListEndDate, pl.mfrPricingVisibility, plp.approvedPriceAmt, plp.approvedPriceUM, 'N' autoApplyBlanketPricing, plp.pricingType, plp.approvedPriceQualifier, plp.deliveredRate, plp.fobRate, plp.billBackRate, plp.offInvoiceRate, plp.commodityPassThroughRate, plp.commodityAllowanceRate, plp.commodityNetRate, plp.commodityUM, plp.commodityType, plp.comments from tbl_BID_PriceListPrices plp with (nolock) inner join tbl_BID_PriceLists pl with (nolock) on pl.ownerId = plp.ownerId and pl.ownerType = plp.ownerType and pl.priceListId = plp.priceListId inner join tbl_BID_Manufacturers m with (nolock) on m.ownerId = pl.ownerId and m.ownerType = pl.ownerType and m.bidMfrId = pl.bidMfrId where plp.ownerId = and plp.ownerType = and plp.bidSkuId in ( ) and pl.priceListId in ( ) and ( pl.priceListStartDate between and or pl.priceListEndDate between and or pl.priceListStartDate <= and pl.priceListEndDate >= ) and pl.mfrPricingVisibility = PK×ãUBUUPK-7°qPÿÿÿÿÿÿÿÿ)BID/queries/qmd_preApprovedPrices.cfm.old select b.deliveryStartDate, b.deliveryEndDate from tbl_BID_Bids b inner join tbl_BID_BidLines l on l.bidId = b.bidId where l.bidLineId = select pl.priceListId, pl.priceListCode, pl.priceListDesc, pl.priceListStartDate, pl.priceListEndDate, plp.approvedPriceAmt, plp.approvedPriceUM, 'N' autoApplyBlanketPricing, plp.pricingType, plp.approvedPriceQualifier, plp.deliveredRate, plp.fobRate, plp.billBackRate, plp.offInvoiceRate, bcp.commodityPassThroughRate, bcp.commodityAllowanceRate, bcp.commodityNetRate, bcp.commodityUM, plp.comments from tbl_BID_PriceListPrices plp inner join tbl_BID_PriceLists pl on pl.priceListId = plp.priceListId and pl.ownerId = plp.ownerId and pl.ownerType = plp.ownerType left join tbl_BID_CommodityPrices bcp on bcp.priceListId = pl.priceListId and bcp.bidSkuId = plp.bidSkuId inner join tbl_BID_Manufacturers m on m.bidMfrId = pl.bidMfrId and m.ownerId = pl.ownerId and m.ownerType = pl.ownerType where plp.ownerId = and plp.ownerType = and plp.bidSkuId = and pl.priceListId = and ( pl.priceListStartDate between and or pl.priceListEndDate between and or pl.priceListStartDate <= and pl.priceListEndDate >= ) PKx¥3šÕÕPK-7°qPÿÿÿÿÿÿÿÿBID/queries/qmd_priceLists.cfm select mpl.priceListId, mpl.bidMfrId, mpl.priceListCode, mpl.priceListDesc, mpl.priceMfrBidNumber, mpl.priceListStartDate, mpl.priceListEndDate, mpl.createdBy, mpl.dateCreated, mpl.modifiedBy, mpl.dateModified, mpl.priceListNotes, mpl.mfrPricingVisibility, mpl.nationalBlanket, mplo.territoryId from tbl_BID_PriceLists mpl with (nolock) left outer join tbl_BID_PriceListsOverride mplo with (nolock) on mplo.ownerId = mpl.ownerId and mplo.ownerType = mpl.ownerType and mplo.priceListId = mpl.priceListId where mpl.ownerId = and mpl.ownerType = and mpl.bidMfrId in ( ) and ( ( 1 = 2 ) or ( between mpl.priceListStartDate and mpl.priceListEndDate ) or ( mpl.priceListStartDate > ) or ( mpl.priceListEndDate < ) ) and mpl.priceListId = and ( mpl.priceListStartDate between and or mpl.priceListEndDate between and or mpl.priceListStartDate <= and mpl.priceListEndDate >= ) and mplo.territoryId in ( ) and mpl.mfrPricingVisibility = order by mpl.priceListStartDate desc, mpl.priceListEndDate, mpl.priceListCode select distinct priceListId, bidMfrId, priceListCode, priceListDesc, priceMfrBidNumber, priceListStartDate, priceListEndDate, createdBy, dateCreated, modifiedBy, dateModified, priceListNotes, mfrPricingVisibility, nationalBlanket from qmd_priceLists PK‚SSPK-7°qPÿÿÿÿÿÿÿÿ&BID/queries/qmd_priceListSkuPrices.cfm select pl.priceListId, pl.bidMfrId, pl.priceMfrBidNumber, pl.priceListCode, pl.priceListDesc, pl.priceListStartDate, pl.priceListEndDate, bs.bidSkuId, ps.skuId, coalesce( ps.sku, bs.bidSku) bidSku, bs.bidSkuDesc, bs.bidPackSizeDesc, plp.approvedPriceAmt, plp.approvedPriceUM, case when plp.bidSkuId is not null then 'Y' else 'N' end approvedPrice, plp.pricingType, plp.approvedPriceQualifier, plp.deliveredRate, plp.fobRate, plp.billBackRate, plp.offInvoiceRate, plp.commodityPassThroughRate, plp.commodityAllowanceRate, plp.commodityNetRate, plp.commodityUM, plp.commodityType, plp.comments, ps.discontinued from tbl_BID_PriceLists pl with (nolock) inner join tbl_BID_Skus bs with (nolock) on bs.ownerId = pl.ownerId and bs.ownerType = pl.ownerType and bs.bidMfrId = pl.bidMfrId left outer join tbl_PRD_Skus ps with (nolock) on ps.ownerId = bs.ownerId and ps.fsl_tablecode = bs.ownerType and ps.skuId = bs.skuId left outer join tbl_BID_PriceListPrices plp with (nolock) on plp.ownerId = pl.ownerId and plp.ownerType = pl.ownerType and plp.priceListId = pl.priceListid and plp.bidSkuId = bs.bidSkuId where pl.ownerId = and pl.ownerType = and pl.priceListId in ( ) and pl.bidMfrId = order by #attributes.orderBy# PKSž›OEEPK-7°qPÿÿÿÿÿÿÿÿ&BID/queries/qmd_priceListsOverride.cfm select * from tbl_BID_PriceListsOverride plo with (nolock) inner join tbl_TER_Territories ter with (nolock) on plo.ownerId = ter.ownerId and plo.ownerType = ter.fsl_tablecode and plo.territoryId = ter.territoryId where plo.ownerId = and plo.ownerType = and plo.territoryId in ( ) and plo.bidMfrId = and plo.priceListId = and plo.overrideYN = order by #attributes.orderBy# PK+N•§PK-7°qPÿÿÿÿÿÿÿÿ&BID/queries/qmd_quotedDistributors.cfm select distinct bidDstId from tbl_BID_Bids b inner join tbl_BID_BidLines bl on b.bidId = bl.bidId inner join tbl_BID_BidLineProducts blp on bl.bidLineId = blp.bidLineId inner join tbl_BID_BidLineProductDistributors blpd on blp.bidLineProductId = blpd.bidLineProductId where b.ownerId = and b.ownerType = and b.bidId = and blp.bidLineProductId = PKԊœååPK-7°qPÿÿÿÿÿÿÿÿ)BID/queries/qmd_saveBidPartnerContact.cfm INSERT INTO tbl_BID_PartnerContacts(ownerId, ownerType, bidPartnerId, bidPartnerType, salutation , firstName, lastName, email, title, phone, phoneExt, fax, fspro_userid , datecreated, createdBy) VALUES (, , , , , , , , , , , , , , ); SELECT BidContactID = @@IDENTITY; UPDATE tbl_BID_PartnerContacts SET salutation = , firstName = , lastName = , email = , title = , phone = , phoneExt = , fax = , dateModified = , ModifiedBy = WHERE OwnerID = AND OwnerType = AND BidContactID = PKç 0¦ ¦ PK-7°qPÿÿÿÿÿÿÿÿBID/queries/qmd_skus.cfm select bm.bidMfrid, bs.bidSkuId, case when s.sku is null then bs.bidSku else s.sku end bidSku, case when s.skuDesc is null then bs.bidSkuDesc else s.skuDesc end bidSkuDesc, case when s.packSizeDesc is null then bs.bidPackSizeDesc else s.packSizeDesc end bidPackSizeDesc, bs.bidSku bidSkuBase, bs.bidSkuDesc bidSkuDescBase, bs.bidPackSizeDesc bidPackSizeDescBase, s.skuId, s.sku, s.skuDesc, s.packSizeDesc, s.discontinued, bs.createdBy, bs.dateCreated, bs.modifiedBy, bs.dateModified, bs.bidSkuStatus, bm.mfrid, bm.bidMfrName, bs.bidComments, bs.archive, bs.overrideDesc, bs.includeCommentsOnQuote from tbl_BID_Skus bs with (nolock) inner join tbl_BID_Manufacturers bm with (nolock) on bm.ownerId = bs.ownerId and bm.ownerType = bs.ownerType and bm.bidMfrId = bs.bidMfrId left outer join tbl_PRD_Skus s with (nolock) on s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType and s.skuId = bs.skuId where bs.ownerId = and bs.ownerType = and bs.bidMfrId = and bs.bidSkuId IN ( ) and nullif( s.skuId, 0 ) <> 0 order by #attributes.orderBy# PKŽø©~~PK-7°qPÿÿÿÿÿÿÿÿBID/queries/qmd_testing.cfm SELECT s.bidSkuId,s.bidSku,s.bidSkuDesc,s.bidMfrId,s.bidPackSizeDesc, bl.bidLineId,bl.bidLineNumber,bl.bidLineDescription,bl.bidlineQtyAmt,bl.bidLineQtyUM, blp.awardedStatus,blp.awardedBidDstId,blp.awardedComments,blp.noAwardSKU,blp.noAwardMFR,blp.noAwardPack, blp.awardedOutsideDistributor,blp.awardedPrice,blp.bidLineProductId,blp.awardedUM,blp.priceDeliveredRate, blp.priceUM,blp.priceFOBRate,blp.priceBillBackRate,blp.priceOffInvoiceRate, b.bidId,b.internalContactId,b.bidName,b.bidNumber,b.deliveryStartDate,b.deliveryEndDate,b.bidOpeningDateTime, a.bidAgencyName,a.bidAgencyId FROM tbl_BID_BidLineProducts blp INNER JOIN tbl_BID_BidLines bl ON blp.bidLineId = bl.bidLineId INNER JOIN tbl_BID_Bids b ON bl.bidId = b.bidId INNER JOIN tbl_BID_Skus s ON blp.bidSkuId = s.bidSkuId INNER JOIN tbl_BID_Agencies a ON b.bidAgencyId = a.bidAgencyId INNER JOIN tbl_OPR_ClientOperators co ON a.partnerId = co.OperatorID WHERE blp.ownerId = AND blp.ownerType = AND b.bidId = AND s.bidMfrId IN ( ) AND s.bidSkuId = AND blp.awardedStatus IN ( ) AND co.territoryId = AND a.bidAgencyId = AND b.bidOpeningDateTime <= AND b.bidOpeningDateTime >= AND b.internalContactId = AND ( blp.awardedStatus <> 0 OR blp.awardedStatus IS NULL ) ORDER BY #attributes.orderBy# PKĕYHHPK-7°qPÿÿÿÿÿÿÿÿ&BID/queries/qmd_unitOfMeasureCodes.cfm PKùPÁe<<PK--Š‘SÿÿÿÿÿÿÿÿBID/reportCenter/PKPK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/cfmod_priceAuthorizationRequestPDF.cfm context = getPageContext(); context.setFlushOutput(false); response = context.getResponse().getResponse(); response.setIntHeader( "expires", 0 ); response.setHeader( "pragma", "cache" ); response.setHeader( "cache-control", "maxage=3600" ); _out = response.getOutputStream(); response.setContentLength(arrayLen(_pdf)); _out.write(_pdf); _out.close(); PK ¢=?ªªPK-7°qPÿÿÿÿÿÿÿÿ(BID/reportCenter/cfmod_priceQuotePDF.cfm context = getPageContext(); context.setFlushOutput(false); response = context.getResponse().getResponse(); response.setIntHeader( "expires", 0 ); response.setHeader( "pragma", "cache" ); response.setHeader( "cache-control", "maxage=3600" ); _out = response.getOutputStream(); response.setContentLength(arrayLen(_pdf)); _out.write(_pdf); _out.close(); PK¸Ë⏚šPK- °QÿÿÿÿÿÿÿÿBID/reportCenter/handler.cfm #_reportSelectHTML#
#qmd_helpContent.text#
#helpContent#

Help is not available for this report (#url.rc_report#).

subject=Report:#url.rc_report#

Please select a report.

#criteriaContent#

This report (#url.rc_report#) has no user configuration options.

Please select a report.

Bad Field Name

Sample Report

---> To: #url.rc_recipients# Cc: #url.rc_recipients_cc# Subject: #url.rc_subject# Message: > #_line# #lsDateFormat( Now(), 'MM/DD/YYYY')# @ #lsTimeFormat( Now(), 'hh:mmtt')# EST webLogAttrs.subjectId = url.rpt_bidId; webLogAttrs.subjectType = "BID"; webLogAttrs.comment = _webLogComment; webLogAttrs.postedBy = client.id; webLogAttrs.ownerId = attributes.ownerId; webLogAttrs.ownerType = attributes.ownerType; webLogAttrs.datasource = attributes.datasource; webLogAttrs.title = trim ( left( "#qmd_bidManufacturer.bidMfrName# Price Request", 255 )); webLogAttrs.attachmentUpload = listLast( "#_baseFileName#.#url.rc_format#", "\" ); To: #url.rc_recipients# Cc: #url.rc_recipients_cc# Subject: #url.rc_subject# Message: > #_line# #lsDateFormat( Now(), 'MM/DD/YYYY')# @ #lsTimeFormat( Now(), 'hh:mmtt')# EST webLogAttrs.subjectId = url.rpt_bidId; webLogAttrs.subjectType = "BID"; webLogAttrs.comment = _webLogComment; webLogAttrs.postedBy = client.id; webLogAttrs.ownerId = attributes.ownerId; webLogAttrs.ownerType = attributes.ownerType; webLogAttrs.datasource = attributes.datasource; webLogAttrs.title = trim ( left( "#qmd_bidDistributor.bidDstName# Price Quote", 255 )); webLogAttrs.attachmentUpload = listLast( "#_baseFileName#.#url.rc_format#", "\" ); PK½Áž·]n]nPK-.Š‘SÿÿÿÿÿÿÿÿBID/reportCenter/reports/PKPK-.Š‘Sÿÿÿÿÿÿÿÿ)BID/reportCenter/reports/awardDataImport/PKPK-.Š‘Sÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/awardDataImport/formats/PKPK-7°qPÿÿÿÿÿÿÿÿFBID/reportCenter/reports/awardDataImport/formats/inc_tabularFormat.cfm select name from tbl_TER_Territories with (nolock) where ownerId = and fsl_tablecode = and territoryId = select firstName, lastName from tbl_FSPRO_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = select * from qmd_bidCoordinator where fspro_userId = PKE³é““PK-/Š‘Sÿÿÿÿÿÿÿÿ/BID/reportCenter/reports/awardDataImport/model/PKPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/awardDataImport/model/inc_data.cfm select * from qmd_bids where bidId = select top 1 * from tbl_EAI_InboundBatches with (nolock) where ownerId = and ownerType = and fileFormat = 'BID_AWARDS_TXT' and config like '%#_stringToSearch#%' order by batchTime desc select * from qmd_bids where importDate is not null and baReviewedDate is null and territoryId in ( ) and importDate <= and importDate >= and bidStatus = and importedById = PKŠÓªŸÍÍPK-7°qPÿÿÿÿÿÿÿÿ6BID/reportCenter/reports/awardDataImport/_criteria.cfm
#_dateRangeFieldsHTML#
: select distinct bidStatus from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and ( bidStatus is not null and bidStatus <> '?' )
PK%y''PK-7°qPÿÿÿÿÿÿÿÿ5BID/reportCenter/reports/awardDataImport/_execute.cfm PK€U5PK-7°qPÿÿÿÿÿÿÿÿ2BID/reportCenter/reports/awardDataImport/_help.cfm

Award QA Summary Report

This report lists all awards that have not yet been reviewed.

PKÜÙbºOOPK-7°qPÿÿÿÿÿÿÿÿ5BID/reportCenter/reports/awardDataImport_Criteria.cfmPKºrß]44PK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/awardDataImport_Execute.cfmPKâ°–33PK-7°qPÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/awardDataImport_Help.cfmPK=û00PK-3Š‘Sÿÿÿÿÿÿÿÿ%BID/reportCenter/reports/awarddetail/PKPK-3Š‘Sÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/awarddetail/formats/PKPK-7°qPÿÿÿÿÿÿÿÿABID/reportCenter/reports/awarddetail/formats/inc_criteriaPage.cfm select name from tbl_TER_Territories with (nolock) where ownerId = and fsl_tablecode = and territoryId in ( ) select bidMfrName from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId in ( ) and bidMfrId = select bidSku, bidSkuDesc from tbl_BID_Skus with (nolock) where ownerId = and ownerType = and bidSkuId in ( ) and bidSkuId = select bidDstName from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and bidDstId in ( ) and bidDstId = select bidAgencyName from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and bidAgencyId in ( ) select bidNumber, bidName from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = select firstName + ' ' + lastName AS fullName from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId in ( ) PKÌÙ²¶ç%ç%PK-7°qPÿÿÿÿÿÿÿÿ:BID/reportCenter/reports/awarddetail/formats/inc_intro.cfm
#htmleditformat( mfrStruct.clientName )#
 #htmleditformat( mfrstruct.clientStr1 )#
 #htmleditformat( mfrStruct.clientCity)#, #htmleditformat(mfrStruct.clientState )# #htmleditformat( mfrStruct.clientzipCode )#
#htmleditformat( qmd_bidPartnerContact.firstname )# #htmleditformat( qmd_bidPartnerContact.lastname )#&##160;
#htmleditformat( qmd_bidPartnerContact.phone )# Ext. #htmleditformat( qmd_bidPartnercontact.phoneExt)#
#htmleditformat( qmd_bidPartnerContact.fax )#
#htmleditformat( qmd_bidPartnerContact.email )#
#htmleditformat( brokerStruct.clientName )#
 #htmleditformat( brokerStruct.clientStr1)#
 #htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )#
 #htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
 #htmleditformat( qmd_bidAdministrator.phone )# Ext. #htmleditformat( qmd_bidAdministrator.phoneext )#(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
  #htmleditformat( qmd_bidAdministrator.fax )#(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#
 #htmleditformat( qmd_bidAdministrator.email )#
PKŸ¬PK-7°qPÿÿÿÿÿÿÿÿ8BID/reportCenter/reports/awarddetail/formats/inc_pdf.cfm select * from qmd_bidAwards order by bidMfrname, bidName, bidLineNumber, bidSku select * from qmd_bidAwards order by bidName, bidMfrName, bidLineNumber, bidSku
Manufacturer:#htmleditformat( bidMfrName )#
select oprcompanyType, gpoCompanyName, cmcCompanyName from tbl_OPR_ClientOperators with (nolock) where ownerId = and fsltablecode = and operatorID =
Agency:
#_companyType#:
#htmleditformat( bidAgencyName )#
#_companyName#
Description:#htmleditformat( bidName )# Bid##:#htmleditformat( bidNumber )#
Open Date:#lsdateformat( bidOpeningDateTime, "M/DD/YYYY" ) # Bid Term:#lsdateformat( deliveryStartDate, "M/D/YY")# to #lsdateFormat( deliveryEndDate, "M/D/YY")#  
Agency:#htmleditformat( bidAgencyName )# Description:#htmleditformat( bidName )# Bid##:#htmleditformat( bidNumber )#
Open Date:#lsdateformat( bidOpeningDateTime, "M/DD/YYYY" ) # Bid Term:#lsdateformat( deliveryStartDate, "M/D/YY")# to #lsdateFormat( deliveryEndDate, "M/D/YY")# MFR Bid##:#htmleditformat( mfrBidNumber )#
MFR: #htmleditformat( bidMfrName )# MFR Bid##: #htmleditformat( mfrBidNumber )#
 #htmleditformat( bidLineNumber )# #htmleditformat( bidLineDescription )# #lsnumberformat( bidLineQtyAmt)# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ))#
Approved Brands #htmleditformat( brandRequirements )# 
$#lsnumberformat( priceDeliveredRate, "0.0000" )#/#priceUM#  Delivered: $#lsnumberformat( priceFOBRate, "0.0000" )#/#priceUM#  FOB: $#lsnumberformat( priceBillBackRate, "0.0000" )#/#priceUM#  Allowance: $#lsnumberformat( priceOffInvoiceRate, "0.0000" )#/#priceUM#  Off Invoice: $#lsnumberformat( awardedPrice, "0.0000" )#/unit#awardedUM#

 Award Comments:&##160;#htmleditformat( awardedComments )# $#lsnumberformat( commodityPassThroughRate, "0.0000" )#/#commUM#

$#lsnumberformat( commodityAllowanceRate, "0.0000" )#/#commUM#

$#lsnumberformat( commodityNetRate, "0.0000" )#/#commUM#

 #htmleditformat( bidSku )# #htmleditformat( bidSkuDesc )# #htmleditformat( bidPackSizeDesc )#
#lsdateformat( termsOfGuaranteeBegin, "MM/DD/YYYY" )# to #lsdateformat( termsOfGuarantee, "MM/DD/YYYY" )#
 WON / DIDN'T QUOTE #_distributor# #commType#
#_subclassifierLabel# #valueList( _ds.dstSku )#
&##160; #quotedDstr#
#_comments#
 LOST #_distributor# #commType#
#_subclassifierLabel#
&##160; #quotedDstr#
&##160; #htmleditformat( _noAwardCompMFR )#
&##160; #htmleditformat( noAwardSKU )#unknown #htmleditformat( noAwardPack )#unknown
&##160; #htmleditformat( awardedComments )# 
 No AwardNot QuotedOther SKU WonUnknown #_distributor# #commType#
&##160; #quotedDstr#
#_comments#
#_delivered#
#_fob#
#_allowance#
#_offinvoice#
#_awardedLabel# #_commPassThroughRateLabel# #_commAllowanceLabel# #_commNetRateLabel# #_awarded# #_commPassThroughRate# #_commAllowanceRate# #_commNetRate#
No Bid
PK’lVðVYVYPK-7°qPÿÿÿÿÿÿÿÿBBID/reportCenter/reports/awarddetail/formats/inc_tabularFormat.cfm PKP—ÖÕÝÝPK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/awarddetail/formats/pdf-stylesheet.csstable { font-family:arial; font-size:10pt; border-collapse:collapse; page-break-inside:avoid !important; } td { vertical-align:top; } td label { color:#707070; } td.n, td.r { text-align:right; } /* Intro Page */ table.heading2 { width:80%; font-size:11pt; margin-top:0px; } table.heading2 > tbody > tr > td { width:50%; } table.heading2 table { font-size:inherit; } table.heading2 td { padding-bottom:3px; padding-top:1px; } table.heading2 table + table { margin-top:25px; } table.heading2 tbody tr td:first-child td:first-child { width:85px; text-align:left; } table.heading2 tbody tr td:first-child + td td:first-child { width:60px; text-align:left; } table.heading2 tbody tr td:first-child + td + td td:first-child { width:105px; text-align:left; } table.mfrHeader { padding: 10px 0px 10px 5px; background-color:#DCDCDC; font-size:12pt; } table.mfrHeader tr td:first-child { width: 10%; } table.mfrHeader tr td:first-child + td { font-weight: bold; } table.agency { border:1px solid black; background-color:#DCDCDC; padding:2px; } table.mfrSubHeader { background-color:#EBEBEB; padding:5px; } table.mfrSubHeader tr td:first-child { width:5%; } table.mfrSubHeader tr td:first-child + td { width:30%; font-weight:bold; } .divider { height:1px; margin-top:5px; margin-bottom:5px; } table.line-2 { width:100%; margin-top:3px; } table.line-2 td, table.line-2 td strong { font-size:11px; } table.line-2 td:first-child { padding-left:180px; } /* approved brands */PK‡ˆ KÛÛPK-6Š‘Sÿÿÿÿÿÿÿÿ+BID/reportCenter/reports/awarddetail/model/PKPK-F°¬Rÿÿÿÿÿÿÿÿ:BID/reportCenter/reports/awarddetail/model/inc_augment.cfm select description from tbl_OPR_ClientSegments with (nolock) where ownerId = and fsl_tablecode = and clientSegId = select bbm.mfrBidNumber from tbl_BID_BidManufacturers bbm with (nolock) where bbm.bidId = and bbm.bidMfrId = and bbm.ownerId = and bbm.ownerType = select pl.priceMfrBidNumber from tbl_BID_PriceLists pl with (nolock) where pl.ownerId = and pl.ownerType = and pl.bidMfrId = and pl.priceListId = select firstName, lastName from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = select firstName, lastName from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = select name from tbl_TER_Territories with (nolock) where ownerId = and fsl_tablecode = and territoryId = select blpd.bidDstId from tbl_BID_BidLineProductDistributors blpd with (nolock) WHERE blpd.ownerId = AND blpd.ownerType = AND blpd.bidLineProductId = select oprcompanyType, gpoCompanyName, cmcCompanyName from tbl_OPR_ClientOperators with (nolock) where ownerId = and fsltablecode = and operatorID = SELECT name, parentTerritoryId from tbl_TER_Territories with (nolock) WHERE ownerID = AND FSL_TableCode = AND territoryId = select bidNumber from tbl_BID_Bids b where b.ownerId = and b.ownerType = and b.bidId = PKÖ38›A›APK- °ŠQÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/awarddetail/model/inc_data.cfm select * from qmd_bidAwards where quoteCount > 0 select mfrId, bidMfrName from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId in ( ) order by bidMfrName PK$ƒY)U"U"PK-7°qPÿÿÿÿÿÿÿÿ2BID/reportCenter/reports/awarddetail/_criteria.cfm
#_dateRangeFieldsHTML# #_awardsDateRangeFieldsHTML#
singlemultiple
: singlemultiple
singlemultiple
: singlemultiple
singlemultiple
:
: Yes&##160; No
: Yes&##160; No
:
:
: Yes&##160; No
: Yes&##160; No
: Yes&##160; No
: Yes&##160; No
: Yes&##160; No
PK›2Òïi9i9PK-7°qPÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/awarddetail/_execute.cfm PK˜É!66PK-7°qPÿÿÿÿÿÿÿÿ.BID/reportCenter/reports/awarddetail/_help.cfm

New Specifications Report

This report lists all new line specifications on current bids for the purpose of sharing with the Manufacturer

PK½ÎVW††PK-7°qPÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/awardDetail_Criteria.cfmPKa¨,00PK-7°qPÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/awardDetail_Execute.cfmPKÙÔ&P//PK-7°qPÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/awardDetail_Help.cfmPK`€õ»,,PK-;Š‘Sÿÿÿÿÿÿÿÿ'BID/reportCenter/reports/bidallocation/PKPK-;Š‘Sÿÿÿÿÿÿÿÿ/BID/reportCenter/reports/bidallocation/formats/PKPK-7°qPÿÿÿÿÿÿÿÿDBID/reportCenter/reports/bidallocation/formats/inc_tabularFormat.cfm PKK¹Wí[ [ PK-;Š‘Sÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/bidallocation/model/PKPK-7°qPÿÿÿÿÿÿÿÿ<BID/reportCenter/reports/bidallocation/model/inc_augment.cfm select companyName from tbl_OPR_ClientOperators with (nolock) where ownerID = and fsltablecode = and operatorId = SELECT name, parentTerritoryId from tbl_TER_Territories with (nolock) WHERE ownerID = AND FSL_TableCode = AND territoryId = SELECT name FROM tbl_TER_Territories plm with (nolock) WHERE plm.TerritoryID = AND plm.OwnerID = AND plm.FSL_TableCode = SELECT firstName, lastName, email FROM tbl_FSPro_Members bsr with (nolock) WHERE bsr.OwnerID = AND bsr.FSL_TableCode = AND bsr.FSPro_UserID = select mfr_name, unitOfMeasure from tblManufacturers with (nolock) where mfr_id = select * from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidId = bl.bidId inner join tbl_BID_BidLineProducts blp with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId inner join tbl_BID_Skus s with (nolock) on blp.ownerId = s.ownerId and blp.ownerType = s.ownerType and blp.bidSkuId = s.bidSkuId where b.ownerId = and b.ownerType = and b.bidId = and s.skuId = SELECT cdr.cdr_dstname FROM tbl_BID_BidDistributors bdst with (nolock) INNER JOIN tbl_BID_Distributors dst with (nolock) ON bdst.bidDstId = dst.bidDstID AND bdst.ownerId = dst.ownerid AND bdst.ownerType = dst.ownerType INNER JOIN tbl_CDR_Distributors cdr with (nolock) ON cdr.ownerId = dst.ownerId AND cdr.fsl_tablecode = dst.ownerType AND cdr.cdr_recordid = dst.cdr_recordID WHERE bdst.bidId = AND bdst.ownerId = AND bdst.ownerType = AND bdst.bidDstId <> SELECT cdr_dstName FROM tbl_CDR_Distributors with (nolock) WHERE ownerId = AND fsl_tablecode = AND cdr_recordId = SELECT description FROM tbl_OPR_ClientSegments seg with (nolock) WHERE seg.clientsegid = AND seg.OwnerID = AND seg.FSL_TableCode = select goalVolumeQty, case when volumeTime = 'W' then 52.0 when volumeTime = 'M' then 12.0 when volumeTime = 'Y' then 1.0 else 52.0 end * volumeQty AS AnnualQty from tbl_OPR_ProductStatus with (nolock) where ownerId = and ownerType = and operatorId in ( ) and skuId = SELECT SUM( goalVolumeQty ) goalVolumeQtyRollup FROM qmd_temp SELECT SUM( annualQty ) annualQtyRollup FROM qmd_temp select firstName, lastName, email from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = select * from qmd_bidAllocations order by manufacturer, productDescription PK¾Ù zjSjSPK-7°qPÿÿÿÿÿÿÿÿ9BID/reportCenter/reports/bidallocation/model/inc_data.cfm select mfrId from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId = select skuId from tbl_BID_Skus with (nolock) where ownerId = and ownerType = and bidSkuId = PKýÞ¤ ¤ PK-<Š‘Sÿÿÿÿÿÿÿÿ/BID/reportCenter/reports/bidallocation/queries/PKPK-7°qPÿÿÿÿÿÿÿÿEBID/reportCenter/reports/bidallocation/queries/qmd_bidAllocations.cfm select 1 companyLevel, opr.OperatorID, opr.companyName coopName, '' partnerId, ps.mfrId, ps.prodId, ps.skuId, ps.skuDesc, ps.sku, ops.updateTimeStamp, opr.mfr_BSR_id, ops.goalVolumeQty, case when ops.volumeTime = 'W' then 52.0 when ops.volumeTime = 'M' then 12.0 when ops.volumeTime = 'Y' then 1.0 else 52.0 end * ops.volumeQty AS AnnualQty, ops.contractId, ops.purchasingStatus purchasingStatusCode, ops.noSaleReasonId, opr.distrib1, opr.oprSegment, ops.generalComments, ops.contractStart, ops.contractEnd, opr.territoryId, ops.sourceType, ops.sourceOther from tbl_OPR_ClientOperators opr with (nolock) inner join tbl_OPR_ProductStatus ops with (nolock) on ops.ownerId = and ops.ownerType = and ops.operatorId = opr.OperatorID and ops.contractType = 'BID' inner join tbl_PRD_Skus ps with (nolock) on ps.ownerId = and ps.FSL_Tablecode = and ps.skuId = ops.skuId where opr.oprCompanyType = 'G' and opr.operatorId = and ops.skuId in ( select skuId from tbl_OPR_ProductStatus where operatorId = and contractType = 'BID' ) and opr.territoryId in ( ) and ops.contractId = and ps.mfrId = and ps.skuId = and opr.mfr_BSR_id = and ops.purchasingStatus = and ops.contractEnd > AND ps.mfrId IN ( select distinct ppl.mfrId from tbl_BRO_Principals ppl with (nolock) inner join tbl_BRO_PrincipalTerritories pt on pt.principalId = ppl.principalId and pt.ownerId = ppl.ownerId and pt.ownerType = ppl.ownerType inner join tbl_BRO_PrincipalTerritoryResources ptr with (nolock) on ptr.principalTerritoryId = pt.principalTerritoryId and ptr.ownerId = pt.ownerId and ptr.ownerType = pt.ownerType and ptr.resourceType = 'TER' inner join tbl_OPR_ClientOperators o with (nolock) on o.ownerId = ptr.ownerId and o.fsltablecode = ptr.ownerType and o.territoryId = ptr.resourceId where o.operatorId = opr.operatorId and o.ownerId = opr.ownerId and o.fsltablecode = opr.FSLTableCode and pt.hireStatus = 'A' ) union select 2 companyLevel, opr.OperatorID, opr.companyName coopName, aff.partnerId partnerId, ps.mfrId, ps.prodId, ps.skuId, ps.skuDesc, ps.sku, ops.updateTimeStamp, opr.mfr_BSR_id, ops.goalVolumeQty, case when ops.volumeTime = 'W' then 52.0 when ops.volumeTime = 'M' then 12.0 when ops.volumeTime = 'Y' then 1.0 else 52.0 end * ops.volumeQty AS AnnualQty, ops.contractId, ops.purchasingStatus purchasingStatusCode, ops.noSaleReasonId, opr.distrib1, opr.oprSegment, ops.generalComments, ops.contractStart, ops.contractEnd, opr.territoryId, ops.sourceType, ops.sourceOther from tbl_OPR_ClientOperators opr with (nolock) inner join tbl_CRM_Affiliations aff with (nolock) on aff.ownerId = and aff.ownerType = and aff.affiliationType = 'GPO' and aff.affiliationStatus = 'A' and aff.orgType = 'OPR' and aff.orgId = opr.OperatorID inner join tbl_OPR_ProductStatus ops with (nolock) on ops.ownerId = and ops.ownerType = and ops.operatorId = aff.partnerId and ops.contractType = 'BID' inner join tbl_PRD_Skus ps with (nolock) on ps.ownerId = and ps.FSL_Tablecode = and ps.skuId = ops.skuId where 1 = 1 and opr.operatorId = and aff.partnerId = and opr.territoryId in ( ) and ops.contractId = and ps.mfrId = and ps.skuId = and opr.mfr_BSR_id = and ops.purchasingStatus = and ops.contractEnd > AND ps.mfrId IN ( select distinct ppl.mfrId from tbl_BRO_Principals ppl with (nolock) inner join tbl_BRO_PrincipalTerritories pt with (nolock) on pt.principalId = ppl.principalId and pt.ownerId = ppl.ownerId and pt.ownerType = ppl.ownerType inner join tbl_BRO_PrincipalTerritoryResources ptr with (nolock) on ptr.principalTerritoryId = pt.principalTerritoryId and ptr.ownerId = pt.ownerId and ptr.ownerType = pt.ownerType and ptr.resourceType = 'TER' inner join tbl_OPR_ClientOperators o with (nolock) on o.ownerId = ptr.ownerId and o.fsltablecode = ptr.ownerType and o.territoryId = ptr.resourceId where o.operatorId = opr.operatorId and o.ownerId = opr.ownerId and o.fsltablecode = opr.FSLTableCode and pt.hireStatus = 'A' ) PKÂå[-^!^!PK-7°qPÿÿÿÿÿÿÿÿFBID/reportCenter/reports/bidallocation/queries/qmd_brokerSalesReps.cfm SELECT DISTINCT t.territoryId, m.fspro_userId mfr_bsr_id, m.firstName, m.lastName, t.name territoryName FROM tbl_OPR_CLientOperators opr with (nolock) LEFT OUTER JOIN tbl_TER_Territories t with (nolock) ON t.territoryId = opr.territoryId AND t.ownerId = opr.ownerId AND t.fsl_tablecode = opr.fsltablecode LEFT OUTER JOIN tbl_FSpro_members m with (nolock) ON m.ownerId = opr.ownerId AND m.fsl_tablecode = opr.fsltablecode AND m.fspro_userid = opr.mfr_bsr_id WHERE opr.ownerId = AND opr.fsltablecode = AND opr.mfr_bsr_id > 0 AND t.territoryId = ORDER BY lastName PKNJ¶Æ´´PK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidallocation/queries/qmd_GPOs.cfm SELECT * FROM tbl_OPR_ClientOperators opr with (nolock) WHERE opr.ownerId = AND opr.fsltablecode = AND opr.oprcompanytype = 'G' AND opr.territoryId = ORDER BY opr.companyName PK«Á–ÈûûPK-@Š‘Sÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/bidallocation/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿEBID/reportCenter/reports/bidallocation/utilities/utl_affil_select.cfm SELECT * FROM qmd_affiliates WHERE ( partnerId > 0 and partnerName is not null ) ORDER BY partnerName PK4£o¢¶¶PK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/bidallocation/utilities/utl_bid_select.cfm SELECT * FROM qmd_bids WHERE partnerId = PKÝw~~PK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/bidallocation/utilities/utl_bsr_select.cfm PK&ËÎÎPK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/bidallocation/utilities/utl_gpo_select.cfm PKCÝv®ääPK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/bidallocation/utilities/utl_mfr_select.cfm PK-úí  PK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/bidallocation/_criteria.cfm
  Include Past Contract Date SKUs
PKh[Ûù!ù!PK-7°qPÿÿÿÿÿÿÿÿ3BID/reportCenter/reports/bidallocation/_execute.cfm PKåPŸdrrPK-7°qPÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/bidallocation/_help.cfm

Bid Allocation Report

[No Description]

PKËÐפ  PK-DŠ‘Sÿÿÿÿÿÿÿÿ+BID/reportCenter/reports/bidallocation.old/PKPK-DŠ‘Sÿÿÿÿÿÿÿÿ3BID/reportCenter/reports/bidallocation.old/formats/PKPK-7°qPÿÿÿÿÿÿÿÿHBID/reportCenter/reports/bidallocation.old/formats/inc_tabularFormat.cfm SELECT SUM( aps.goalVolumeQty ) rollupAmount FROM tbl_CRM_Affiliations a INNER JOIN tbl_OPR_ClientOperators opr ON opr.OperatorID = a.orgId AND opr.OwnerID = a.ownerId AND opr.FSLTableCode = a.ownerType INNER JOIN tbl_OPR_ProductStatus aps ON a.partnerId = aps.operatorId AND a.partnerType = 'OPR' AND a.affiliationType = 'GPO' AND a.affiliationStatus = 'A' AND a.ownerId = aps.ownerId AND a.ownerType = aps.ownerType WHERE aps.ownerId = AND aps.ownerType = AND aps.contractType = 'BID' AND aps.contractId = AND opr.operatorId = select * from qmd_bidAwards where skuId = SELECT cdr.cdr_dstname FROM tbl_BID_BidDistributors bdst INNER JOIN tbl_BID_Distributors dst ON bdst.bidDstId = dst.bidDstID AND bdst.ownerId = dst.ownerid AND bdst.ownerType = dst.ownerType INNER JOIN tbl_CDR_Distributors cdr ON cdr.cdr_recordid = dst.cdr_recordID WHERE bdst.bidId = AND bdst.ownerId = AND bdst.ownerType = AND bdst.bidDstId <> SELECT cdr_dstName FROM tbl_CDR_Distributors WHERE ownerId = AND fsl_tablecode = AND cdr_recordId = select * from qmd_bidAllocations where 1 = 1 and awardedStatus = and awardedSubClassifier = PKyhDDPK-EŠ‘Sÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/bidallocation.old/model/PKPK-7°qPÿÿÿÿÿÿÿÿ=BID/reportCenter/reports/bidallocation.old/model/inc_data.cfm PKüõ²O__PK-EŠ‘Sÿÿÿÿÿÿÿÿ3BID/reportCenter/reports/bidallocation.old/queries/PKPK-7°qPÿÿÿÿÿÿÿÿIBID/reportCenter/reports/bidallocation.old/queries/qmd_bidAllocations.cfm SELECT 1 level, plm.Name Region, lm.Name LocalMarket, bsr.lastName AssignedRepLastName, bsr.firstName AssignedRepFirstName, bsr.Email AssignedRepEmail, opr.operatorId, opr.CompanyName CoopName, opr.CompanyName, mfr.mfr_Id, mfr.MFR_NAME Manufacturer, l1.prodId, case when l1.skuId is not null then 'L1' else 'L2' end productLevel, l1.sku productCode, l1.skuDesc productDescription, ops.purchasingStatus purchasingStatusCode, mfr.UnitOfMeasure UOM, ops.volumeQty, ops.goalVolumeQty InitAllocationQtyYr, ops.volumeTime, ops.sourceType SupplierStatusCode, ops.sourceOther Supplier, ops.noSaleReasonId, ops.generalComments notes, ops.contractId, ops.skuId, case when ops.volumeTime = 'W' then 52.0 when ops.volumeTime = 'M' then 12.0 when ops.volumeTime = 'Y' then 1.0 else 52.0 end * ops.volumeQty AS AnnualQty, opr.Distrib1, seg.Description segment FROM tbl_OPR_ClientOperators opr INNER JOIN tbl_TER_Territories lm ON lm.TerritoryID = opr.territoryId AND lm.OwnerID = opr.OwnerID AND lm.FSL_TableCode = opr.FSLTableCode INNER JOIN tbl_TER_Territories plm ON plm.TerritoryID = lm.ParentTerritoryID AND plm.OwnerID = lm.OwnerID AND plm.FSL_TableCode = lm.FSL_TableCode LEFT JOIN tbl_FSPro_Members bsr ON bsr.FSPro_UserID = opr.mfr_BSR_id INNER JOIN tbl_OPR_ProductStatus ops ON ops.operatorId = opr.operatorId AND ops.ownerId = opr.ownerId AND ops.ownerType = opr.FSLTableCode INNER JOIN tbl_PRD_SKUs l1 ON l1.skuid = ops.skuId AND l1.ProdID = ops.prodId AND l1.OwnerID = ops.ownerId AND l1.FSL_TableCode = ops.ownerType INNER JOIN tblManufacturers mfr ON mfr.MFR_ID = l1.MfrID LEFT JOIN tbl_OPR_ClientSegments seg ON seg.clientsegid = opr.OPRSegment AND seg.OwnerID = opr.OwnerID AND seg.FSL_TableCode = opr.FSLTableCode WHERE ops.ownerId = AND ops.ownerType = AND ops.contractType = 'BID' AND opr.oprCompanyType = 'G' AND lm.territoryId IN ( ) AND opr.operatorId = AND bsr.fspro_userId = AND opr.operatorId = AND mfr.mfr_Id = AND ops.purchasingStatus = AND ops.contractId = UNION SELECT 2 level, plm.Name Region, lm.Name LocalMarket, bsr.lastName AssignedRepLastName, bsr.firstName AssignedRepFirstName, bsr.Email AssignedRepEmail, opr.operatorId, opr.CompanyName CoopName, aopr.CompanyName, mfr.mfr_Id, mfr.MFR_NAME Manufacturer, l1.prodId, case when l1.skuId is not null then 'L1' else 'L2' end productLevel, l1.sku productCode, l1.skuDesc productDescription, aps.purchasingStatus purchasingStatusCode, mfr.UnitOfMeasure UOM, aps.volumeQty, aps.goalVolumeQty InitAllocationQty, aps.volumeTime, '' SupplierStatusCode, '' Supplier, '' noSaleReasonId, '' notes, aps.contractId, aps.skuId, case when aps.volumeTime = 'W' then 52.0 when aps.volumeTime = 'M' then 12.0 when aps.volumeTime = 'Y' then 1.0 else 52.0 end * aps.volumeQty AS AnnualQty, opr.Distrib1, seg.Description segment FROM tbl_CRM_Affiliations a INNER JOIN tbl_OPR_ClientOperators aopr ON aopr.OperatorID = a.partnerId INNER JOIN tbl_OPR_ClientOperators opr ON opr.OperatorID = a.orgId AND opr.OwnerID = a.ownerId AND opr.FSLTableCode = a.ownerType INNER JOIN tbl_TER_Territories lm ON lm.TerritoryID = opr.territoryId AND lm.OwnerID = opr.OwnerID AND lm.FSL_TableCode = opr.FSLTableCode INNER JOIN tbl_TER_Territories plm ON plm.TerritoryID = lm.ParentTerritoryID AND plm.OwnerID = lm.OwnerID AND plm.FSL_TableCode = lm.FSL_TableCode LEFT JOIN tbl_FSPro_Members bsr ON bsr.FSPro_UserID = opr.mfr_BSR_id INNER JOIN tbl_OPR_ProductStatus aps ON a.partnerId = aps.operatorId AND a.partnerType = 'OPR' AND a.affiliationType = 'GPO' AND a.affiliationStatus = 'A' AND a.ownerId = aps.ownerId AND a.ownerType = aps.ownerType INNER JOIN tbl_PRD_SKUs l1 ON l1.skuid = aps.skuId AND l1.ProdID = aps.prodId AND l1.OwnerID = aps.ownerId AND l1.FSL_TableCode = aps.ownerType INNER JOIN tblManufacturers mfr ON mfr.MFR_ID = l1.MfrID LEFT JOIN tbl_OPR_ClientSegments seg ON seg.clientsegid = opr.OPRSegment AND seg.OwnerID = opr.OwnerID AND seg.FSL_TableCode = opr.FSLTableCode WHERE aps.ownerId = AND aps.ownerType = AND aps.contractType = 'BID' AND lm.territoryId IN ( ) AND a.orgId = AND bsr.fspro_userId = AND aopr.operatorId = AND mfr.mfr_Id = AND aps.purchasingStatus = AND aps.contractId = ORDER BY manufacturer, productDescription PKZl•êêPK-7°qPÿÿÿÿÿÿÿÿJBID/reportCenter/reports/bidallocation.old/queries/qmd_brokerSalesReps.cfm SELECT DISTINCT t.territoryId, m.fspro_userId mfr_bsr_id, m.firstName, m.lastName, t.name territoryName FROM tbl_OPR_CLientOperators opr LEFT OUTER JOIN tbl_TER_Territories t ON t.territoryId = opr.territoryId AND t.ownerId = opr.ownerId AND t.fsl_tablecode = opr.fsltablecode LEFT OUTER JOIN tbl_FSpro_members m ON m.fspro_userid = opr.mfr_bsr_id WHERE opr.ownerId = AND opr.fsltablecode = AND opr.mfr_bsr_id > 0 AND t.territoryId = ORDER BY lastName PKÇÌÁ==PK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/bidallocation.old/queries/qmd_GPOs.cfm SELECT * FROM tbl_OPR_ClientOperators opr WHERE opr.ownerId = AND opr.fsltablecode = AND opr.oprcompanytype = 'G' AND opr.territoryId = ORDER BY opr.companyName PK!¶xííPK-GŠ‘Sÿÿÿÿÿÿÿÿ5BID/reportCenter/reports/bidallocation.old/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿIBID/reportCenter/reports/bidallocation.old/utilities/utl_affil_select.cfm SELECT * FROM qmd_affiliates PKJºaIIPK-7°qPÿÿÿÿÿÿÿÿGBID/reportCenter/reports/bidallocation.old/utilities/utl_bid_select.cfm SELECT * FROM qmd_bids WHERE partnerId = PKÝw~~PK-7°qPÿÿÿÿÿÿÿÿGBID/reportCenter/reports/bidallocation.old/utilities/utl_bsr_select.cfm PK&ËÎÎPK-7°qPÿÿÿÿÿÿÿÿGBID/reportCenter/reports/bidallocation.old/utilities/utl_gpo_select.cfm PKCÝv®ääPK-7°qPÿÿÿÿÿÿÿÿGBID/reportCenter/reports/bidallocation.old/utilities/utl_mfr_select.cfm PK—ЩššPK-7°qPÿÿÿÿÿÿÿÿ8BID/reportCenter/reports/bidallocation.old/_criteria.cfm
PKVn°ÿ  PK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/bidallocation.old/_execute.cfm PK¢~;‘ÐÐPK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/bidallocation.old/_help.cfm

Bid Allocation Report

[No Description]

PKËÐפ  PK-7°qPÿÿÿÿÿÿÿÿ3BID/reportCenter/reports/bidAllocation_Criteria.cfmPKs©<22PK-7°qPÿÿÿÿÿÿÿÿ2BID/reportCenter/reports/bidAllocation_Execute.cfmPKCø”]11PK-7°qPÿÿÿÿÿÿÿÿ/BID/reportCenter/reports/bidAllocation_Help.cfmPKP€Œ)..PK-MŠ‘Sÿÿÿÿÿÿÿÿ"BID/reportCenter/reports/biditems/PKPK-MŠ‘Sÿÿÿÿÿÿÿÿ*BID/reportCenter/reports/biditems/formats/PKPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/biditems/formats/criteria_page.cfm PKµ»çÓÓPK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/biditems/formats/inc_criteriaPage.cfm select name from tbl_TER_Territories with (nolock) where ownerId = and fsl_tablecode = and territoryId in ( ) select bidDstName from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and bidDstId in ( ) and bidDstId = select bidMfrName from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId in ( ) and bidMfrId = select bidSku, bidSkuDesc from tbl_BID_Skus with (nolock) where ownerId = and ownerType = and bidSkuId in ( ) and bidSkuId = select priceListCode, priceListDesc from tbl_BID_PriceLists with (nolock) where ownerId = and ownerType = and priceListId = select bidAgencyName from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and bidAgencyId in ( ) select bidNumber, bidName from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = select firstName + ' ' + lastName AS fullName from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId in ( ) PK”Að’é'é'PK-7°qPÿÿÿÿÿÿÿÿ5BID/reportCenter/reports/biditems/formats/inc_pdf.cfm Date Range: ANY"> select * from qmd_bidAwards order by bidMfrname, bidAgencyName, bidName, bidLineNumber, bidSku select * from qmd_bidAwards order by bidName, bidAgencyName, bidMfrname, bidLineNumber, bidSku
Manufacturer:#htmleditformat( bidMfrName )#
Agency: #bidAgencyName# Bid: #bidName#
Delivery Dates: #lsdateformat( deliveryStartDate, "MM/DD/YYYY" )# to #lsdateformat( deliveryEndDate, "MM/DD/YYYY" )# Bid ##: #bidNumber# Open Date: #lsdateformat( bidOpeningDateTime, "MM/DD/YYYY" )#
select mfrBidNumber from tbl_BID_BidManufacturers with (nolock) where ownerId = and ownerType = and bidId = and bidMfrId = select priceListCode, priceListDesc from tbl_BID_PriceLists with (nolock) where ownerId = and ownerType = and priceListId =
Agency: #bidAgencyName# Bid: #bidName# MFR Contract ##: #qmd_bidManufacturer.mfrBidNumber#N/A
Delivery Dates: #lsdateformat( deliveryStartDate, "MM/DD/YYYY" )# to #lsdateformat( deliveryEndDate, "MM/DD/YYYY" )# Bid ##: #bidNumber# Open Date: #lsdateformat( bidOpeningDateTime, "MM/DD/YYYY" )#
Line: #bidLineNumber# Spec: #bidLineDescription# Quantity: #bidLineQtyAmt# Blanket: #htmleditformat( qmd_priceList.priceListCode )# - #htmleditformat( qmd_priceList.priceListDesc )#
SKU: #bidSku# Product: #bidSkuDesc#
DSTR: #distributors#
Pack Size: #bidPackSizeDesc# #htmleditformat( _label )#: $#lsnumberformat( _price, "0.0000" )# / #htmleditformat( _decodeUnitOfMeasure( priceUM ))#
#htmleditformat( _label )#: $#lsnumberformat( _price, "0.0000" )# / #htmleditformat( _decodeUnitOfMeasure( commUM ))#
Award Status: #bidAwardedStatus# Award Distributor: #awardedBidDst# Awarded Price: #lsnumberformat( awardedPrice, "$0.0000" )#N/A
#awardSubClassification#
Competitor MFR: #noAwardMFR# Sku: #noAwardSKU# Pack: #noAwardPack#
Award Comments: #htmleditformat( awardedComments )#
select mfrBidNumber from tbl_BID_BidManufacturers with (nolock) where ownerId = and ownerType = and bidId = and bidMfrId =
Manufacturer:#htmleditformat( bidMfrName )#MFR Contract ##:#qmd_bidManufacturer.mfrBidNumber#N/A
select priceListCode, priceListDesc from tbl_BID_PriceLists with (nolock) where ownerId = and ownerType = and priceListId =
Line: #bidLineNumber# Spec: #bidLineDescription# Quantity: #bidLineQtyAmt# Blanket: #htmleditformat( qmd_priceList.priceListCode )# - #htmleditformat( qmd_priceList.priceListDesc )#
SKU: #bidSku# Product: #bidSkuDesc#
DSTR: #distributors#
Pack Size: #bidPackSizeDesc# #htmleditformat( _label )#: $#lsnumberformat( _price, "0.0000" )# / #htmleditformat( _decodeUnitOfMeasure( priceUM ))#
#htmleditformat( _label )#: $#lsnumberformat( _price, "0.0000" )# / #htmleditformat( _decodeUnitOfMeasure( commUM ))#
Award Status: #bidAwardedStatus# Award Distributor: #awardedBidDst# Awarded Price: #lsnumberformat( awardedPrice, "$0.0000" )#N/A
#awardSubClassification#
Competitor MFR: #noAwardMFR# Sku: #noAwardSKU# Pack: #noAwardPack#
Award Comments: #htmleditformat( awardedComments )#
   PKïq+Y5B5BPK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/biditems/formats/inc_tabularFormat.cfm PKDFš2JJPK-7°qPÿÿÿÿÿÿÿÿ8BID/reportCenter/reports/biditems/formats/myDocument.cfm
Manufacturer:#htmleditformat( bidMfrName )#
Agency: #bidAgencyName# Bid: #bidName#
Delivery Dates: #lsdateformat( deliveryStartDate, "MM/DD/YYYY" )# to #lsdateformat( deliveryEndDate, "MM/DD/YYYY" )# Bid ##: #bidNumber# Open Date: #lsdateformat( bidOpeningDateTime, "MM/DD/YYYY" )#
select mfrBidNumber from tbl_BID_BidManufacturers with (nolock) where ownerId = and ownerType = and bidId = and bidMfrId = select priceListCode, priceListDesc from tbl_BID_PriceLists with (nolock) where ownerId = and ownerType = and priceListId =
Agency: #bidAgencyName# Bid: #bidName# MFR Contract ##: #qmd_bidManufacturer.mfrBidNumber#N/A
Delivery Dates: #lsdateformat( deliveryStartDate, "MM/DD/YYYY" )# to #lsdateformat( deliveryEndDate, "MM/DD/YYYY" )# Bid ##: #bidNumber# Open Date: #lsdateformat( bidOpeningDateTime, "MM/DD/YYYY" )#
Line: #bidLineNumber# Spec: #bidLineDescription# Quantity: #bidLineQtyAmt# Blanket: #htmleditformat( qmd_priceList.priceListCode )# - #htmleditformat( qmd_priceList.priceListDesc )#
SKU: #bidSku# Product: #bidSkuDesc#
DSTR: #distributors#
Pack Size: #bidPackSizeDesc# #htmleditformat( _label )#: $#lsnumberformat( _price, "0.0000" )# / #htmleditformat( _decodeUnitOfMeasure( priceUM ))#
#htmleditformat( _label )#: $#lsnumberformat( _price, "0.0000" )# / #htmleditformat( _decodeUnitOfMeasure( commUM ))#
Award Status: #bidAwardedStatus# Award Distributor: #awardedBidDst# Awarded Price: #lsnumberformat( awardedPrice, "$0.0000" )#N/A
#awardSubClassification#
Competitor MFR: #noAwardMFR# Sku: #noAwardSKU# Pack: #noAwardPack#
Award Comments: #htmleditformat( awardedComments )#
select mfrBidNumber from tbl_BID_BidManufacturers with (nolock) where ownerId = and ownerType = and bidId = and bidMfrId =
Manufacturer:#htmleditformat( bidMfrName )#MFR Contract ##:#qmd_bidManufacturer.mfrBidNumber#N/A
select priceListCode, priceListDesc from tbl_BID_PriceLists with (nolock) where ownerId = and ownerType = and priceListId =
Line: #bidLineNumber# Spec: #bidLineDescription# Quantity: #bidLineQtyAmt# Blanket: #htmleditformat( qmd_priceList.priceListCode )# - #htmleditformat( qmd_priceList.priceListDesc )#
SKU: #bidSku# Product: #bidSkuDesc#
DSTR: #distributors#
Pack Size: #bidPackSizeDesc# #htmleditformat( _label )#: $#lsnumberformat( _price, "0.0000" )# / #htmleditformat( _decodeUnitOfMeasure( priceUM ))#
#htmleditformat( _label )#: $#lsnumberformat( _price, "0.0000" )# / #htmleditformat( _decodeUnitOfMeasure( commUM ))#
Award Status: #bidAwardedStatus# Award Distributor: #awardedBidDst# Awarded Price: #lsnumberformat( awardedPrice, "$0.0000" )#N/A
#awardSubClassification#
Competitor MFR: #noAwardMFR# Sku: #noAwardSKU# Pack: #noAwardPack#
Award Comments: #htmleditformat( awardedComments )#
PKp&HÓC1C1PK-7°qPÿÿÿÿÿÿÿÿ<BID/reportCenter/reports/biditems/formats/pdf-stylesheet.css* { font-family: arial; font-size: 10pt; } table { border-collapse: collapse; width: 100%; } table.mfrHeader { padding: 10px 0px 10px 0px; font-size: 10pt; } table.mfrHeader tr td:first-child { width: 10%; } table.mfrHeader tr td:first-child + td { font-weight: bold; } table.agency tr:first-child { background-color: #F0F0F0; } table.agency tr:first-child td { padding: 2px 0px 2px 12px; border-top: 1px solid black; font-size: 9pt; } table.agency tr:first-child td strong { font-size: 8pt; } table.agency tr:first-child td:first-child { width: 30%; } table.agency tr:first-child td:first-child + td { width: 30%; } table.agency tr:first-child td:first-child + td + td { width: 20%; } table.agency tr:first-child + tr { background-color: #F0F0F0; } table.agency tr:first-child + tr td { padding: 0px 0px 0px 12px; } table.agency tr:first-child + tr td:first-child { width: 30%; font-size: 8pt; } table.agency tr:first-child + tr td:first-child + td { font-size: 8pt; } table.agency tr:first-child + tr td:first-child + td + td { font-size: 8pt; } table.line { border-top: 1px solid silver; } table.line tr:first-child td { padding-top:4px; padding-bottom: 5px; } table.line tr td { font-size: 8pt; } table.line tr:first-child td { font-size: 8pt; } table.line tr td strong { font-size: 8pt; } table.line tr td:first-child { width: 20%; } table.line tr td:first-child + td { width: 40%; } PKfì>ˆŽŽPK-7°qPÿÿÿÿÿÿÿÿ=BID/reportCenter/reports/biditems/formats/pdf-stylesheetA.css* { font-family: arial; font-size: 10pt; } table { border-collapse: collapse; width: 100%; } table.mfrHeader { padding: 10px 0px 10px 0px; font-size: 10pt; } table.mfrHeader tr td:first-child { width: 10%; } table.mfrHeader tr td:first-child + td { font-weight: bold; } table.agency tr:first-child { background-color: #F0F0F0; } table.agency tr:first-child td { padding: 2px 0px 2px 12px; border-top: 1px solid black; font-size: 9pt; } table.agency tr:first-child td strong { font-size: 8pt; } table.agency tr:first-child td:first-child { width: 30%; } table.agency tr:first-child td:first-child + td { width: 30%; } table.agency tr:first-child td:first-child + td + td { width: 20%; } table.agency tr:first-child + tr { background-color: #F0F0F0; } table.agency tr:first-child + tr td { padding: 0px 0px 0px 12px; } table.agency tr:first-child + tr td:first-child { width: 30%; font-size: 8pt; } table.agency tr:first-child + tr td:first-child + td { font-size: 8pt; } table.agency tr:first-child + tr td:first-child + td + td { font-size: 8pt; } table.line { border-top: 1px solid silver; } table.line tr:first-child td { padding-top:4px; padding-bottom: 5px; } table.line tr td { font-size: 8pt; } table.line tr:first-child td { font-size: 8pt; } table.line tr td strong { font-size: 8pt; } table.line tr td:first-child { width: 20%; } table.line tr td:first-child + td { width: 40%; } PKfì>ˆŽŽPK-7°qPÿÿÿÿÿÿÿÿ=BID/reportCenter/reports/biditems/formats/pdf-stylesheetB.css* { font-family: arial; font-size: 10pt; } table { border-collapse: collapse; width: 100%; } table.agency tr:first-child td { border-top: 1px solid black; padding: 5px 0px 2px 2px; font-size: 9pt; } table.agency tr:first-child td strong { font-size: 8pt; } table.agency tr:first-child td:first-child { width: 30%; } table.agency tr:first-child td:first-child + td { width: 30%; } table.agency tr:first-child td:first-child + td + td { width: 20%; } table.agency tr:first-child + tr td { border-bottom: 1px solid black; padding: 2px 0px 5px 2px; } table.agency tr:first-child + tr td:first-child { width: 30%; font-size: 8pt; } table.agency tr:first-child + tr td:first-child + td { font-size: 8pt; } table.agency tr:first-child + tr td:first-child + td + td { font-size: 8pt; } table.mfrHeader { padding: 5px 5px; } table.mfrHeader tr td { font-size: 9pt; } table.mfrHeader tr td:first-child { width: 10%; } table.mfrHeader tr td:first-child + td { width: 50%; font-weight: bold; } table.mfrHeader tr td:first-child + td + td { width: 12%; } table.mfrHeader tr td:first-child + td + td + td { font-weight: bold; } table.line { border-top: 1px solid silver; } table.line tr:first-child td { padding-top:4px; padding-bottom: 5px; } table.line tr td { font-size: 8pt; } table.line tr:first-child td { font-size: 8pt; } table.line tr td strong { font-size: 8pt; } table.line tr td:first-child { width: 20%; } table.line tr td:first-child + td { width: 40%; }PKQLyÑËËPK-QŠ‘Sÿÿÿÿÿÿÿÿ(BID/reportCenter/reports/biditems/model/PKPK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/biditems/model/inc_augment.cfm select description from tbl_OPR_ClientSegments with (nolock) where ownerId = and fsl_tablecode = and clientSegId = select name from tbl_TER_Territories with (nolock) where ownerId = and fsl_tablecode = and territoryId = select firstName, lastName from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = select firstName, lastName from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = select bbm.mfrBidNumber from tbl_BID_BidManufacturers bbm with (nolock) where bbm.bidId = and bbm.bidMfrId = and bbm.ownerId = and bbm.ownerType = select pl.priceMfrBidNumber from tbl_BID_PriceLists pl with (nolock) where pl.ownerId = and pl.ownerType = and pl.bidMfrId = and pl.priceListId = select priceListCode, priceListDesc from tbl_BID_PriceLists with (nolock) where ownerId = and ownerType = and priceListId = select oprcompanyType, gpoCompanyName, cmcCompanyName from tbl_OPR_ClientOperators with (nolock) where ownerId = and fsltablecode = and operatorID = select bidNumber from tbl_BID_Bids b where b.ownerId = and b.ownerType = and b.bidId = PKæØ>ÆJÆJPK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/biditems/model/inc_data.cfm PK’@–ÉÉPK-7°qPÿÿÿÿÿÿÿÿ/BID/reportCenter/reports/biditems/_criteria.cfm
#_dateRangeFieldsHTML#
: singlemultiple
: singlemultiple
: singlemultiple
singlemultiple
: Show All Products&##160; Show only Alternate Products
singlemultiple
:
: Yes&##160; No
: singlemultiple
singlemultiple
:
: Yes&##160; No
: singlemultiple
: singlemultiple
:
:
: Yes&##160; No
: Yes&##160; No
: Yes&##160; No
: Yes&##160; No
: Yes&##160; No
PK,áDzƒFƒFPK-7°qPÿÿÿÿÿÿÿÿ.BID/reportCenter/reports/biditems/_execute.cfm PK2Á­ÎÇÇPK-7°qPÿÿÿÿÿÿÿÿ+BID/reportCenter/reports/biditems/_help.cfm

Bid Items Report

PK ——PK-7°qPÿÿÿÿÿÿÿÿ.BID/reportCenter/reports/bidItems_Criteria.cfmPKúß&--PK-7°qPÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/bidItems_Execute.cfmPKW 6ï,,PK-7°qPÿÿÿÿÿÿÿÿ*BID/reportCenter/reports/bidItems_Help.cfmPKâó‰ù))PK-UŠ‘Sÿÿÿÿÿÿÿÿ!BID/reportCenter/reports/bidList/PKPK-7°qPÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/bidList/api_Criteria.cfm
#_dateRangeFieldsHTML# #_dateRangeFieldsHTML#
:
: single multiple
: singlemultiple
:
: Yes&##160; No
:
:
:
PK#1Ù¶!¶!PK-7°qPÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/bidList/api_Execute.cfm PK#ñ¢ttPK-7°qPÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/bidList/api_Help.cfm

Bid List

Help for the Bis List report goes here.

PKÅ`'À..PK-WŠ‘Sÿÿÿÿÿÿÿÿ)BID/reportCenter/reports/bidList/formats/PKPK-7°qPÿÿÿÿÿÿÿÿ=BID/reportCenter/reports/bidList/formats/inc_criteriaPage.cfm select name from tbl_TER_Territories with (nolock) where ownerId = and fsl_tablecode = and territoryId = select bidAgencyName from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and bidAgencyId = select firstName, lastName from tbl_FSPro_Members with (nolock) where ownerId = and fsl_tablecode = and fspro_userId = PKà=22PK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/bidList/formats/inc_pdf.cfm
Bid Name Bid Number Agency Bid Opening Date Status
#qmd_bids.bidName# #qmd_bids.bidNumber# #qmd_bids.bidAgencyName# #lsdateformat( qmd_bids.bidopeningDateTime, "MM/DD/YYYY")# @ #timeFormat(qmd_bids.bidopeningDateTime,"h:mm tt")# #qmd_bids.bidstatus#
PKþ?pœ&&PK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/bidList/formats/inc_tabularFormat.cfm PKíýGû û PK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/bidList/formats/inc_xls.cfm
Bid Name Bid Number Agency Bid Opening Date Status
#qmd_bids.bidName# #qmd_bids.bidNumber# #qmd_bids.bidAgencyName# #lsdateformat( qmd_bids.bidopeningDateTime, "MM/DD/YYYY")# @ #timeFormat(qmd_bids.bidopeningDateTime,"h:mm tt")# #qmd_bids.bidstatus#
PKwwÉ  PK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidList/formats/pdf-stylesheet.csstable { font-family:arial; font-size:9pt; border-collapse:collapse; width:100%; } table td, table th { padding: 2px; } td { vertical-align:top; padding-top:1px; } th.n { text-align:left; } table.bids > tbody > tr.spec { background-color:#E0E0E0; } table.bids > tbody > tr.spec label { padding-right:.5em; font-weight:bold; } table.bids > tbody > tr.spec label + label { padding-left:1.5em; } table.bids { border:1px solid silver; } table.bids > tbody > tr > td { border-top:1px solid silver; } table.bids > tbody > tr:first-child > td { border-top:none; } table.bids > thead > tr > td { border-bottom:1px solid black; } table.bids td.n { padding-right:.5em; } PKQ*C€²²PK-ZŠ‘Sÿÿÿÿÿÿÿÿ'BID/reportCenter/reports/bidList/model/PKPK-7°qPÿÿÿÿÿÿÿÿ6BID/reportCenter/reports/bidList/model/inc_augment.cfm select description from tbl_OPR_ClientSegments with (nolock) where ownerId = and fsl_tablecode = and clientSegId = select firstName, lastName from tbl_FSPro_Members where ownerId = and fsl_tablecode = and fspro_userId = select firstName, lastName from tbl_FSPro_Members where ownerId = and fsl_tablecode = and fspro_userId = select name from tbl_TER_Territories with (nolock) where ownerId = and fsl_tablecode = and territoryId = select opr.mfr_bsr_id, fm.firstName, fm.lastName from tbl_OPR_ClientOperators opr with (nolock) inner join tbl_FSPro_Members fm with (nolock) on opr.ownerId = fm.ownerId and opr.fsltablecode = fm.fsl_tablecode and opr.mfr_bsr_id = fm.fspro_userId where opr.ownerId = and opr.fsltablecode = and opr.operatorId = select count( bidMfrId ) totalCount from tbl_BID_BidManufacturers where ownerId = and ownerType = and bidId = select count ( distinct( bidDstId ) ) totalCount from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidId = bl.bidId inner join tbl_BID_BidLineProducts blp with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId inner join tbl_BID_BidLineProductDistributors blpd with (nolock) on blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType and blp.bidLineProductId = blpd.bidLineProductId where b.ownerId = and b.ownerType = and b.bidId = select COUNT( bidLineProductId ) totalCount from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidId = bl.bidId inner join tbl_BID_BidLineProducts blp with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where b.ownerId = and b.ownerType = and b.bidId = select SUM( bidLineQtyAmt ) sumTotal from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidId = bl.bidId inner join tbl_BID_BidLineProducts blp with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where b.ownerId = and b.ownerType = and b.bidId = and bl.bidLineQtyUM = 'CASES' select SUM( bidLineQtyAmt ) sumTotal from tbl_BID_Bids b with (nolock) inner join tbl_BID_BidLines bl with (nolock) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidId = bl.bidId inner join tbl_BID_BidLineProducts blp with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where b.ownerId = and b.ownerType = and b.bidId = and bl.bidLineQtyUM = 'LBS' select distinct bd.bidDstId, bd.bidDstName from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_Bid_BidLineProducts blp with (nolock) on blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType and blp.bidLineProductId = blpd.bidLineProductId inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId inner join tbl_BID_Distributors bd with (nolock) on blpd.ownerId = bd.ownerId and blpd.ownerType = bd.ownerType and blpd.bidDstId = bd.bidDstID where bl.bidId = and blpd.quoteStatus = 'Y' select bidNumber from tbl_BID_Bids b where b.ownerId = and b.ownerType = and b.bidId = PKýýF#T8T8PK-7°qPÿÿÿÿÿÿÿÿ3BID/reportCenter/reports/bidList/model/inc_data.cfm select b.ownerId, b.ownerType, b.bidId, b.bidNumber, b.bidName, b.bidOpeningDateTime, b.deliveryStartDate, b.deliveryEndDate, b.bidstatus, b.internalContactId, b.internalContact2Id, coalesce( b.bidAwardType, 1 ) bidAwardType, b.rollover, b.associatedBid, a.bidAgencyName, a.bidAgencyId, a.bidAgencyContactId, opr.territoryId, opr.operatorId, opr.oprSegment from tbl_BID_Bids b with (nolock) inner join tbl_BID_Agencies a with (nolock) on b.ownerId = a.ownerId and b.ownerType = a.ownerType and b.bidAgencyID = a.bidAgencyID inner join tbl_OPR_ClientOperators opr with (nolock) on opr.operatorId = a.partnerId and opr.ownerId = a.ownerId and opr.fsltablecode = a.ownerType and opr.territoryId in ( ) and opr.territoryId in ( ) where b.ownerId = and b.ownerType = and a.bidAgencyId = and opr.oprSegment = and b.bidStatus = and b.bidOpeningDateTime <= and b.bidOpeningDateTime >= and b.deliveryEndDate <= and b.deliveryEndDate >= and ( b.internalContactId = or b.internalContact2Id = ) and coalesce( b.bidAwardType, 1 ) = and b.deleted = 'N' order by b.bidOpeningDateTime desc select bidDstName from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and bidDstId in ( ) and bidDstId = select bidId from qmd_bids where ownerId = and ownerType = and dstrQuoted like select * from qmd_bids where ownerId = and ownerType = and bidId in ( ) and bidId = PKø0՘PK-7°qPÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/bidList_Criteria.cfmPKI­ö€//PK-7°qPÿÿÿÿÿÿÿÿ,BID/reportCenter/reports/bidList_Execute.cfmPKòز..PK-7°qPÿÿÿÿÿÿÿÿ)BID/reportCenter/reports/bidList_Help.cfmPKm"µ8++PK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/bidNutritionalRequirements_Criteria.cfmPK™€¾N>>PK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/bidNutritionalRequirements_Execute.cfm PK–`x»””PK-]Š‘Sÿÿÿÿÿÿÿÿ,BID/reportCenter/reports/bidSamplesRequired/PKPK-°ESÿÿÿÿÿÿÿÿ<BID/reportCenter/reports/bidSamplesRequired/api_Criteria.cfm
select DISTINCT opr.territoryId, b.BidID, b.BidName, b.BidNumber from tbl_BID_Bids b with (nolock) inner join tbl_Bid_BidLines bl with (nolock) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidid = bl.bidid inner join tbl_BID_Agencies ba with (nolock) on b.ownerId = ba.ownerId and b.ownerType = ba.ownerType and b.bidAgencyId = ba.bidAgencyId inner join tbl_OPR_ClientOperators opr with (nolock) on ba.ownerId = opr.ownerId and ba.ownerType = opr.fsltablecode and ba.partnerId = opr.OperatorID where b.ownerid = and b.ownerType = and bl.sampleRequired = 'Y' and opr.territoryId in ( ) and b.bidOpeningDateTime >= getdate() and b.deleted = 'N' order by b.bidname
: singlemultiple
checked="checked" /> checked="checked" />
PK"gíKÓÓPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidSamplesRequired/api_Execute.cfm PKû’LLPK-7°qPÿÿÿÿÿÿÿÿ8BID/reportCenter/reports/bidSamplesRequired/api_Help.cfm

Bid Sample Required

Help for the Bid Sample Required report goes here.

PK(ùš@@PK-aŠ‘Sÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/bidSamplesRequired/formats/PKPK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/bidSamplesRequired/formats/footer.csstable { width:100%; border-collapse:collapse; padding:0px; font-family:arial; font-size:10pt; } table.StandardFooter { margin-top:5px; vertical-align:bottom; font-style:italic; } table.StandardFooter tbody tr td { padding-bottom:5px; } table.StandardFooter tbody tr td:first-child { text-align:left; } table.StandardFooter tbody tr td:first-child + td { text-align:center; } table.StandardFooter tbody tr td:first-child + td + td { text-align:right; } table.StandardFooter tbody tr:first-child + tr td { padding-top:10px; } table.StandardFooter tbody tr:first-child + tr + tr td { padding-top:15px; } table.StandardFooter tbody tr:first-child + tr + tr + tr td { padding-top:15px; } table.StandardFooter tbody tr:last-child td { font-size:8pt; } PK ¯RPK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/bidSamplesRequired/formats/header.csstable { width:100%; border-collapse:collapse; padding:0px; font-family:arial; font-size:10pt; } table.StandardHeader tbody tr:first-child td:first-child { font-weight:bold; font-size:12pt; } table.StandardHeader tbody tr td { vertical-align:bottom; padding-bottom:5px; width:50%; } table.StandardHeader tbody tr td:first-child + td { text-align:right; vertical-align:bottom; } table.TableBody tbody tr.listRowAlt { background-color:#F0F0F0; } div.StandardHeaderBox { border-bottom:0px solid silver; margin-bottom:4px; padding-bottom:1px; } .headTxt{ padding-top:8px; }PKBˆN×GGPK-7°qPÿÿÿÿÿÿÿÿHBID/reportCenter/reports/bidSamplesRequired/formats/inc_criteriaPage.cfm select bidNumber, bidName from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = select bidMfrName from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId in ( ) and bidMfrId = PKˆòG G PK-°çRÿÿÿÿÿÿÿÿBBID/reportCenter/reports/bidSamplesRequired/formats/inc_footer.cfm
Sample Delivery Confirmation
Printed Name____________________________________&##160;&##160;Date_____________
Signature_______________________________________&##160;&##160;Time_____________
#lsdateFormat( now() )# #lstimeformat( now() )# EST #htmleditformat( clientName )# Page #cfdocument.currentpagenumber# of #cfdocument.totalpagecount#
PK¹_ŽPK-°çRÿÿÿÿÿÿÿÿBBID/reportCenter/reports/bidSamplesRequired/formats/inc_header.cfm
style="border-bottom:1px solid silver; margin-bottom:3px;" >
#myReportTitleHTML#
PK\EriiPK-°çRÿÿÿÿÿÿÿÿGBID/reportCenter/reports/bidSamplesRequired/formats/inc_initTabular.cfm PK©c¯¯PK-°çRÿÿÿÿÿÿÿÿABID/reportCenter/reports/bidSamplesRequired/formats/inc_intro.cfm select partnerId from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and bidAgencyId =
MANUFACTURER:&##160;#UCASE(qmd_bids.bidMfrName)#
&##160; &##160; &##160; &##160; &##160; &##160;
Agency Name: #qmd_bidAgency.bidAgencyName# #variables.name#
Bid Coordinator: #htmleditformat( qmd_bidAdministrators.firstName )# #htmleditformat( qmd_bidAdministrators.lastName )#
Office Address: #htmleditformat( variables.BROKER_STREET_ADDRESS )#
Email: #htmleditformat( qmd_bidAdministrators.email )#
Phone: #variables.BROKER_PHONE_NUMBER#
Bid Name: #htmleditformat( qmd_bids.bidName )# #variables.addr#
#variables.addr2#
#variables.city#, #variables.state# #variables.zip#
Bid No.: #htmleditformat( qmd_bids.bidNumber )#
Open Date: #lsdateformat( qmd_bids.bidOpeningDateTime, 'MM/DD/YYYY' )#
&##160; Rep Assigned: #htmleditformat( qmd_lookupCustomerManager.firstName )# #htmleditformat( qmd_lookupCustomerManager.lastName )#
&##160; Email: #htmleditformat( qmd_lookupCustomerManager.email )#
&##160; Phone: #qmd_lookupCustomerManager.phone#
&##160;
Email: #htmleditformat( qmd_bidAdministrators.email )# &##160; Phone: #variables.BROKER_PHONE_NUMBER# &##160; Rep Assigned: #htmleditformat( qmd_lookupCustomerManager.firstName )# #htmleditformat( qmd_lookupCustomerManager.lastName )# &##160; Email: #htmleditformat( qmd_lookupCustomerManager.email )# &##160; Phone: #qmd_lookupCustomerManager.phone# &##160; --->
PKÎ+l¤©©PK-°(Sÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/bidSamplesRequired/formats/inc_pdf.cfm
LineSpecItemProductPack## SamplesDelivery Due
#htmleditformat( qmd_bids.bidLineNumber )# #htmleditformat( left( qmd_bids.bidLineDescription, 30 ) )#...#htmleditformat( qmd_bids.bidLineDescription )# #htmleditformat( qmd_bids.bidSku )# #htmleditformat( qmd_bids.bidSkuDesc )#

Markings:&##160;&##160;&##160;&##160; #htmleditformat( sampleMarkings )#
Comments:&##160;&##160; #htmleditformat( sampleComments )#
#htmleditformat( qmd_bids.bidPackSizeDesc )# #htmleditformat( qmd_bids.bidLineQtyAmt )# #htmleditformat( qmd_bids.bidLineQtyUM )# #lsdateformat( qmd_bids.sampleDeliveryDateTime, "MM/DD/YYYY" )# #lstimeformat( qmd_bids.sampleDeliveryDateTime, "hh:mm:tt" )#
  
PKnÄ PK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/bidSamplesRequired/formats/inc_txt.cfm PKˆV¤A’’PK-°çRÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/bidSamplesRequired/formats/inc_xls.cfm
Bid Name Bid Number Manufacturer Line Spec Item Product Pack # Samples Markings Comments Sample Delivery Date Sample Delivery Time
#qmd_bids.bidName# #qmd_bids.bidNumber# #qmd_bids.bidMfrName# #qmd_bids.bidLineNumber# #qmd_bids.bidLineDescription# #qmd_bids.bidSku# #qmd_bids.bidSkuDesc# #qmd_bids.bidPackSizeDesc# #numberformat(qmd_bids.bidLineQtyAmt)# #qmd_bids.bidLineQtyUM# #sampleMarkings# #sampleComments# #dateformat(qmd_bids.sampleDeliveryDateTime,"mm-dd-yyyy")# #timeformat(qmd_bids.sampleDeliveryDateTime,"hh:mm tt")#
PK'†B'ˆ ˆ PK-7°qPÿÿÿÿÿÿÿÿFBID/reportCenter/reports/bidSamplesRequired/formats/pdf-stylesheet.csstable { font-family:arial; font-size:9pt; border-collapse:collapse; width:100%; } /* table.intro { border-bottom:2px solid black; } */ table.intro tr td { padding:1px 0 1px 0; } table.intro tr:first-child td { font-size:10pt; padding-bottom:5px; } table.intro tr:first-child + tr + tr + tr + tr + tr + tr td { padding-top:10px; } table.intro tr:first-child + tr + tr + tr + tr + tr + tr + tr + tr td { padding-bottom:10px; } table.bids tr td { font-size:8pt; } table.bids tr:first-child td { font-size:9pt; border-bottom:1px solid black; font-weight:bold; } PKç}Ó5::PK-gŠ‘Sÿÿÿÿÿÿÿÿ2BID/reportCenter/reports/bidSamplesRequired/model/PKPK-°çRÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/bidSamplesRequired/model/inc_data.cfm select distinct b.bidAgencyID, a.bidAgencyName, b.bidName, b.bidNumber, b.bidComments, b.bidOpeningDateTime, b.internalContactId, bm.bidMfrName , bl.bidLineNumber, bl.bidLineDescription, bl.sampleMarkings, bl.sampleComments, coalesce( s.sku, bs.bidSku ) bidSku, case when s.skuDesc is null or overrideDesc = 'Y' then bs.bidSkuDesc else s.skuDesc end bidSkuDesc, bs.bidSkuDesc bidSkuDescBase, case when s.packSizeDesc is null or overrideDesc = 'Y' then bs.bidPackSizeDesc else s.packSizeDesc end bidPackSizeDesc, bs.bidPackSizeDesc bidPackSizeDescBase, s.skuId, s.sku, s.skuDesc, s.packSizeDesc /*, cdst.cdr_dstCode*/, bl.sampleUnits bidLineQtyAmt, bl.bidLineQtyUM, bl.sampleDeliveryDateTime , bl.sampleComments, tbo.Broker_postal_city city, tbo.Broker_postal_state state , cm.firstname, cm.lastname from tbl_BID_Bids b with (nolock) inner join tbl_Bid_BidLines bl with (nolock) ON ( b.bidid = bl.bidid and b.ownerId = bl.ownerId and b.ownerType = bl.ownerType ) inner join tbl_Bid_BidLineProducts blp with (nolock) ON ( bl.bidlineid = blp.bidlineid and bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType ) inner join tbl_Bid_Skus bs with (nolock) ON ( blp.bidSkuID = bs.bidSkuID and blp.ownerId = bs.ownerId and blp.ownerType = bs.ownerType ) inner join tbl_Bid_Manufacturers bm with (nolock) ON ( bs.bidMfrID = bm.bidMfrID and bs.ownerId = bm.ownerId and bs.ownerType = bm.ownerType ) inner join tbl_BID_Agencies a with (nolock) ON ( b.bidAgencyId = a.bidAgencyId and b.ownerId = a.ownerId and b.ownerType = a.ownerType ) left outer join tbl_BRO_Principals prn with (nolock) ON (bm.mfrid = prn.mfrid and prn.ownerid = bm.ownerid and prn.ownerType = bm.ownerType) left outer join tbl_BID_BidLineProductDistributors blpd with (nolock) ON (blp.bidLineProductId = blpd.bidLineProductId and blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType ) left outer join tbl_BID_Distributors bdst with (nolock) ON (blpd.biddstid = bdst.biddstid and blpd.ownerId = bdst.ownerId and blpd.ownerType = bdst.ownerType ) left outer join tbl_CDR_Distributors cdst with (nolock) ON (bdst.cdr_recordid = cdst.cdr_recordid and bdst.ownerId = cdst.ownerId and bdst.ownerType = cdst.fsl_tablecode ) left outer join tbl_FSPro_Members cm with (nolock) on cm.fspro_Userid = prn.customerManagerUserId and cm.ownerId = prn.ownerId and cm.fsl_tablecode = prn.ownerType and cm.staffMember = 1 left outer join tblbrokerOffices tbo with (nolock) ON (cm.PrimaryOfficeID = tbo.broker_office_id) left outer join tbl_PRD_Skus s with (nolock) on s.skuId = bs.skuId and s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType and s.mfrId = bm.mfrId where b.ownerid = and b.ownerType = and b.bidid = and bm.bidmfrid in () and bl.sampleRequired = 'Y' order by b.bidName, bidMfrName, bl.bidLineDescription, bs.bidSkuDesc PKlp蔷·PK-hŠ‘Sÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/bidSamplesRequired.old/PKPK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/bidSamplesRequired.old/api_Criteria.cfm
select DISTINCT b.BidID, b.BidName, b.BidNumber from tbl_BID_Bids b inner join tbl_Bid_BidLines bl on (b.bidid = bl.bidid) where b.ownerid = and b.ownerType = and bl.sampleRequired = 'Y' and b.bidOpeningDateTime >= getdate() order by b.bidname
: singlemultiple
checked="checked" /> checked="checked" />
PK뇆PK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/bidSamplesRequired.old/api_Execute.cfm PKû’LLPK-7°qPÿÿÿÿÿÿÿÿ<BID/reportCenter/reports/bidSamplesRequired.old/api_Help.cfm

Bid Sample Required

Help for the Bid Sample Required report goes here.

PK(ùš@@PK-jŠ‘Sÿÿÿÿÿÿÿÿ8BID/reportCenter/reports/bidSamplesRequired.old/formats/PKPK-7°qPÿÿÿÿÿÿÿÿBBID/reportCenter/reports/bidSamplesRequired.old/formats/footer.csstable { width:100%; border-collapse:collapse; padding:0px; font-family:arial; font-size:10pt; } table.StandardFooter { margin-top:5px; vertical-align:bottom; font-style:italic; } table.StandardFooter tbody tr td { padding-bottom:5px; } table.StandardFooter tbody tr td:first-child { text-align:left; } table.StandardFooter tbody tr td:first-child + td { text-align:center; } table.StandardFooter tbody tr td:first-child + td + td { text-align:right; } table.StandardFooter tbody tr:first-child + tr td { padding-top:10px; } table.StandardFooter tbody tr:first-child + tr + tr td { padding-top:15px; } table.StandardFooter tbody tr:first-child + tr + tr + tr td { padding-top:15px; } table.StandardFooter tbody tr:last-child td { font-size:8pt; } PK ¯RPK-7°qPÿÿÿÿÿÿÿÿBBID/reportCenter/reports/bidSamplesRequired.old/formats/header.csstable { width:100%; border-collapse:collapse; padding:0px; font-family:arial; font-size:10pt; } table.StandardHeader tbody tr:first-child td:first-child { font-weight:bold; font-size:12pt; } table.StandardHeader tbody tr td { vertical-align:bottom; padding-bottom:5px; width:50%; } table.StandardHeader tbody tr td:first-child + td { text-align:right; vertical-align:bottom; } table.TableBody tbody tr.listRowAlt { background-color:#F0F0F0; } div.StandardHeaderBox { border-bottom:0px solid silver; margin-bottom:4px; padding-bottom:1px; } .headTxt{ padding-top:8px; }PKBˆN×GGPK-7°qPÿÿÿÿÿÿÿÿFBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_footer.cfm
Sample Delivery Confirmation
Printed Name____________________________________&##160;&##160;Date_____________
Signature_______________________________________&##160;&##160;Time_____________
#lsdateFormat( now() )# #lstimeformat( now() )# EST #htmleditformat( clientName )# Page #cfdocument.currentpagenumber# of #cfdocument.totalpagecount#
PKA‹³iPK-7°qPÿÿÿÿÿÿÿÿFBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_header.cfm
style="border-bottom:1px solid silver; margin-bottom:3px;" >
#myReportTitleHTML#
PKÆ'EhhPK-7°qPÿÿÿÿÿÿÿÿKBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_initTabular.cfm PKðtŽŽPK-7°qPÿÿÿÿÿÿÿÿEBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_intro.cfm select * from tbl_FSPRO_Members where ownerId = and fsl_tablecode = and fspro_userId = select broker_street_address, broker_city, broker_state, broker_zip where broker_id = and broker_office_id =
Manufacturer:&##160;#qmd_bids.bidMfrName#
Agency Name: #qmd_bidAgency.bidAgencyName# #variables.name# Bid Coordinator: #htmleditformat( qmd_bidAdministrators.firstName )# #htmleditformat( qmd_bidAdministrators.lastName )#
Bid Name: #htmleditformat( qmd_bids.bidName )# #variables.addr# Office Address: #htmleditformat( variables.BROKER_STREET_ADDRESS )#
Bid No.: #htmleditformat( qmd_bids.bidNumber )# #variables.addr2#
#variables.city#, #variables.state# #variables.zip#
&##160; #htmleditformat( variables.BROKER_CITY )#,#htmleditformat( variables.BROKER_STATE)# #variables.BROKER_ZIP#
Open Date: #lsdateformat( qmd_bids.bidOpeningDateTime, 'MM/DD/YYYY' )# Email: #htmleditformat( qmd_bidAdministrators.email )#
&##160; Phone: #qmd_bidAdministrators.phone#
&##160; Rep Assigned: #htmleditformat( qmd_bidPartnerContacts.firstName )# #htmleditformat( qmd_bidPartnerContacts.lastName )#
&##160; Email: #htmleditformat( qmd_bidPartnerContacts.email )#
&##160; Phone: #qmd_bidAdministrators.phone#
PK+ßß)DDPK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_pdf.cfm
LineSpecItemProductPack
#htmleditformat( qmd_bids.bidLineNumber )# #htmleditformat( left( qmd_bids.bidLineDescription, 30 ) )#...#htmleditformat( qmd_bids.bidLineDescription )# #htmleditformat( qmd_bids.bidSku )# #htmleditformat( qmd_bids.bidSkuDesc )# #htmleditformat( qmd_bids.bidPackSizeDesc )#
PKÀ!¬y  PK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_txt.cfm PKˆV¤A’’PK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_xls.cfm
Bid Name Bid Number Manufacturer Line Spec Item Product Pack Bid Units Sample Delivery Date Sample Delivery Time
#qmd_bids.bidName# #qmd_bids.bidNumber# #qmd_bids.bidMfrName# #qmd_bids.bidLineNumber# #qmd_bids.bidLineDescription# #qmd_bids.bidSku# #qmd_bids.bidSkuDesc# #qmd_bids.bidPackSizeDesc# #numberformat(qmd_bids.bidLineQtyAmt)# #qmd_bids.bidLineQtyUM# #dateformat(qmd_bids.sampleDeliveryDateTime,"mm-dd-yyyy")# #timeformat(qmd_bids.sampleDeliveryDateTime,"hh:mm tt")#
PKŸ"ŸÂÂPK-7°qPÿÿÿÿÿÿÿÿJBID/reportCenter/reports/bidSamplesRequired.old/formats/pdf-stylesheet.csstable { font-family:arial; font-size:9pt; border-collapse:collapse; width:100%; } /* table.intro { border-bottom:2px solid black; } */ table.intro tr td { padding:1px 0 1px 0; } table.intro tr:first-child td { font-size:10pt; padding-bottom:5px; } table.intro tr:first-child + tr + tr + tr + tr + tr + tr td { padding-top:10px; } table.intro tr:first-child + tr + tr + tr + tr + tr + tr + tr + tr td { padding-bottom:10px; } table.bids tr td { font-size:8pt; } table.bids tr:first-child td { font-size:9pt; border-bottom:1px solid black; font-weight:bold; } PKç}Ó5::PK-7°qPÿÿÿÿÿÿÿÿ:BID/reportCenter/reports/bidSamplesRequired.old/header.csstable { width:100%; border-collapse:collapse; padding:0px; font-family:arial; font-size:10pt; } table.StandardFooter tbody tr td:first-child { text-align:left; } table.StandardFooter tbody tr td:first-child + td { text-align:center; } table.StandardFooter tbody tr td:first-child + td + td { text-align:right; } table.StandardFooter { margin-top:5px; font-size:8pt; vertical-align:bottom; font-style:italic; } xtable.StandardHeader tbody tr td { vertical-align:bottom; padding-bottom:5px; width:50%; } xtable.StandardHeader tbody tr td:first-child + td { text-align:right; vertical-align:bottom; } xtable.StandardHeader tbody tr td:first-child + td div:first-child { font-size:13pt; font-weight:bold; } xtable.StandardHeader tbody tr td:first-child + td div:first-child + div { font-size:11pt; } xtable.StandardHeader tbody tr td:first-child + td div:first-child + div + div { font-size:8pt; padding-top:2px;} table.TableBody tbody tr.listRowAlt { background-color:#F0F0F0; } div.StandardHeaderBox { border-bottom:0px solid silver; margin-bottom:4px; padding-bottom:1px;} table.criteria caption { text-align:left; font-size:11pt; font-weight:bold; } table.criteria { font-family:arial; font-size:9pt; border:1px solid silver; width:100%; } table.criteria td { padding-top:2px; padding-bottom:4px; width:100%; vertical-align:middle; border-top:1px solid silver;} table.criteria tr:first-child td { border-top:none; } table.criteria td:first-child { white-space:nowrap; font-weight:bold; vertical-align:top; width:auto; font-size:10pt; padding-right:8px; } table.transmittal tr td.label { font-weight: bold; width:100px; } table.transmittal tr td.value { width:auto; } table.transmittal td { vertical-align:top; padding:2px; } table.transmittal caption { text-align:left; font-weight: bold; border-bottom:1px solid silver; font-size: 1.1em; } .headTxt{padding-top:8px;}PKF#UcuuPK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/bidSamplesRequired.old/inc_criteria.cfm
select DISTINCT b.BidID, b.BidName, b.BidNumber from tbl_BID_Bids b inner join tbl_Bid_BidLines bl on (b.bidid = bl.bidid) where b.ownerid = and b.ownerType = and bl.sampleRequired = 'Y' and b.bidOpeningDateTime >= getdate() order by b.bidname
: singlemultiple
checked="checked" > checked="checked" />
PKh°žeääPK-7°qPÿÿÿÿÿÿÿÿ<BID/reportCenter/reports/bidSamplesRequired.old/inc_data.cfm select distinct b.bidAgencyID, a.bidAgencyName, b.bidName, b.bidNumber, b.bidComments, b.bidOpeningDateTime, bm.bidMfrName , bl.bidLineNumber, bl.bidLineDescription, coalesce( s.sku, bs.bidSku ) bidSku, case when s.skuDesc is null or overrideDesc = 'Y' then bs.bidSkuDesc else s.skuDesc end bidSkuDesc, bs.bidSkuDesc bidSkuDescBase, case when s.packSizeDesc is null or overrideDesc = 'Y' then bs.bidPackSizeDesc else s.packSizeDesc end bidPackSizeDesc, bs.bidPackSizeDesc bidPackSizeDescBase, s.skuId, s.sku, s.skuDesc, s.packSizeDesc /*, cdst.cdr_dstCode*/, bl.sampleUnits bidLineQtyAmt, bl.bidLineQtyUM, bl.sampleDeliveryDateTime , bl.sampleComments, tbo.Broker_postal_city city, tbo.Broker_postal_state state , cm.firstname, cm.lastname from tbl_BID_Bids b inner join tbl_Bid_BidLines bl on (b.bidid = bl.bidid) inner join tbl_Bid_BidLineProducts blp on (bl.bidlineid = blp.bidlineid) inner join tbl_Bid_Skus bs ON (blp.bidSkuID = bs.bidSkuID) inner join tbl_Bid_Manufacturers bm ON (bs.bidMfrID = bm.bidMfrID) inner join tbl_BID_Agencies a on (b.bidAgencyId = a.bidAgencyId) left outer join tbl_BRO_Principals prn ON (bm.mfrid = prn.mfrid and prn.ownerid = bm.ownerid and prn.ownerType = bm.ownerType) left outer join tbl_BID_BidLineProductDistributors blpd ON (blp.bidLineProductId = blpd.bidLineProductId) left outer join tbl_BID_Distributors bdst ON (blpd.biddstid = bdst.biddstid) left outer join tbl_CDR_Distributors cdst ON (bdst.cdr_recordid = cdst.cdr_recordid) left outer join tbl_FSPro_Members cm on cm.fspro_Userid = prn.customerManagerUserId and cm.ownerId = prn.ownerId and cm.fsl_tablecode = prn.ownerType and cm.staffMember = 1 left outer join tblbrokerOffices tbo ON (cm.PrimaryOfficeID = tbo.broker_office_id) left outer join tbl_PRD_Skus s on s.skuId = bs.skuId and s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType and s.mfrId = bm.mfrId where b.ownerid = and b.ownerType = and b.bidid = and bm.bidmfrid in () and bl.sampleRequired = 'Y' order by b.bidName, bidMfrName, bl.bidLineDescription, bs.bidSkuDesc PK&öÀÛ¡ ¡ PK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/bidSamplesRequired.old/inc_header.cfm
style="border-bottom:1px solid silver; margin-bottom:3px;" >
#myReportTitleHTML# Bid No: #qmd_bids.bidNumber# Bid Name: #qmd_bids.bidName#
PKö*N%ÒÒPK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/bidSamplesRequired.old/inc_initTabular.cfm PKðtŽŽPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidSamplesRequired.old/inc_pdf.cfm
Deliver Samples to:
Agency Name: #qmd_bidAgency.bidAgencyName#
#qmd_bidAgency.address#
#qmd_bidAgency.address2#
#qmd_bidAgency.city#, #qmd_bidAgency.state# #qmd_bidAgency.zipcode#
#variables.name#
#variables.addr#
#variables.addr2#
#variables.city#, #variables.state# #variables.zip#
 
MFR: #qmd_bids.bidMfrName# Sales Rep & Office: #qmd_bids.firstname# #qmd_bids.lastname# - #qmd_bids.city#, #qmd_bids.state#
Line:
#qmd_bids.bidLineNumber#
Item: #qmd_bids.bidSku#
Spec:
Product:
Pack:
#qmd_bids.bidLineDescription#
#qmd_bids.bidSkuDesc#
#qmd_bids.bidPackSizeDesc#
Comments: #htmlEditFormat(qmd_bids.sampleComments)#
Bid Units:
Sample Del Date:
Sample Del Time:
#numberformat(qmd_bids.bidLineQtyAmt)# #qmd_bids.bidLineQtyUM#
#dateformat(qmd_bids.sampleDeliveryDateTime,"mm-dd-yyyy")#
#timeformat(qmd_bids.sampleDeliveryDateTime,"hh:mm tt")#
 
PKÓtF¬nnPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidSamplesRequired.old/inc_txt.cfm PKˆV¤A’’PK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidSamplesRequired.old/inc_xls.cfm
Bid Name Bid Number Manufacturer Line Spec Item Product Pack Bid Units Sample Delivery Date Sample Delivery Time
#qmd_bids.bidName# #qmd_bids.bidNumber# #qmd_bids.bidMfrName# #qmd_bids.bidLineNumber# #qmd_bids.bidLineDescription# #qmd_bids.bidSku# #qmd_bids.bidSkuDesc# #qmd_bids.bidPackSizeDesc# #numberformat(qmd_bids.bidLineQtyAmt)# #qmd_bids.bidLineQtyUM# #dateformat(qmd_bids.sampleDeliveryDateTime,"mm-dd-yyyy")# #timeformat(qmd_bids.sampleDeliveryDateTime,"hh:mm tt")#
PKŸ"ŸÂÂPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidSamplesRequired.old/MFC7F3E.tmp table { font-family:arial; font-size:9pt; border-collapse:collapse; width:100%; } table td, table th { padding: 2px; } td { vertical-align:top; padding-top:1px; } th.n { text-align:left; } table.bids > tbody > tr.spec { background-color:#E0E0E0; } table.bids > tbody > tr.spec label { padding-right:.5em; font-weight:bold; } table.bids > tbody > tr.spec label + label { padding-left:1.5em; } table.bids { border:1px solid silver; } Xtable.bids > tbody > tr > td { border-top:1px solid silver; } table.bids > tbody > tr:first-child > td { border-top:none; } table.bids > thead > tr > td { border-bottom:1px solid black; } table.bids td.n { padding-right:.5em; } .specHead{ xpadding:10px; text-align:left;}PKt*];ßßPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidSamplesRequired.old/MFCB15A.tmp
Deliver Samples to:
Agency Name: #qmd_bidAgency.bidAgencyName#
#qmd_bidAgency.address#
#qmd_bidAgency.address2#
#qmd_bidAgency.city#, #qmd_bidAgency.state# #qmd_bidAgency.zipcode#
#variables.name#
#variables.addr#
#variables.addr2#
#variables.city#, #variables.state# #variables.zip#
 
MFR: #qmd_bids.bidMfrName# Sales Rep & Office: #qmd_bids.firstname# #qmd_bids.lastname# - #qmd_bids.city#, #qmd_bids.state#
Line:
#qmd_bids.bidLineNumber#
Item: #qmd_bids.bidSku#
Spec: #qmd_bids.bidLineDescription#
Product: #qmd_bids.bidSkuDesc#
Pack: #qmd_bids.bidPackSizeDesc#
Comments: #htmlEditFormat(qmd_bids.sampleComments)#
Bid Units: #numberformat(qmd_bids.bidLineQtyAmt)# #qmd_bids.bidLineQtyUM#
Sample Del Date: #dateformat(qmd_bids.sampleDeliveryDateTime,"mm-dd-yyyy")#
Sample Del Time: #timeformat(qmd_bids.sampleDeliveryDateTime,"hh:mm tt")#
 
PK¬ÐÝÞ°°PK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidSamplesRequired.old/MFCC133.tmp
Deliver Samples to:
Agency Name: #qmd_bidAgency.bidAgencyName#
#qmd_bidAgency.address#
#qmd_bidAgency.address2#
#qmd_bidAgency.city#, #qmd_bidAgency.state# #qmd_bidAgency.zipcode#
#variables.name#
#variables.addr#
#variables.addr2#
#variables.city#, #variables.state# #variables.zip#
 
MFR: #qmd_bids.bidMfrName# Sales Rep & Office: #qmd_bids.firstname# #qmd_bids.lastname# - #qmd_bids.city#, #qmd_bids.state#
Line:
#qmd_bids.bidLineNumber#
Item: #qmd_bids.bidSku#
Spec: #qmd_bids.bidLineDescription#
Product: #qmd_bids.bidSkuDesc#
Pack: #qmd_bids.bidPackSizeDesc#
Comments: #htmlEditFormat(qmd_bids.sampleComments)#
Bid Units: #numberformat(qmd_bids.bidLineQtyAmt)# #qmd_bids.bidLineQtyUM#
Sample Del Date: #dateformat(qmd_bids.sampleDeliveryDateTime,"mm-dd-yyyy")#
Sample Del Time: #timeformat(qmd_bids.sampleDeliveryDateTime,"hh:mm tt")#
 
PKÆlF¯¯PK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/bidSamplesRequired.old/MFCEEB9.tmp
Deliver Samples to:
Agency Name: #qmd_bidAgency.bidAgencyName#
#qmd_bidAgency.address#
#qmd_bidAgency.address2#
#qmd_bidAgency.city#, #qmd_bidAgency.state# #qmd_bidAgency.zipcode#
#variables.name#
#variables.addr#
#variables.addr2#
#variables.city#, #variables.state# #variables.zip#
 
MFR: #qmd_bids.bidMfrName# Sales Rep & Office: #qmd_bids.firstname# #qmd_bids.lastname# - #qmd_bids.city#, #qmd_bids.state#
Line:
#qmd_bids.bidLineNumber#
Item: #qmd_bids.bidSku#
Spec: #qmd_bids.bidLineDescription#
Product: #qmd_bids.bidSkuDesc#
Pack: #qmd_bids.bidPackSizeDesc#
Comments: #htmlEditFormat(qmd_bids.sampleComments)#
Bid Units: #numberformat(qmd_bids.bidLineQtyAmt)# #qmd_bids.bidLineQtyUM#
Sample Del Date: #dateformat(qmd_bids.sampleDeliveryDateTime,"mm-dd-yyyy")#
Sample Del Time: #timeformat(qmd_bids.sampleDeliveryDateTime,"hh:mm tt")#
 
PKÆlF¯¯PK-uŠ‘Sÿÿÿÿÿÿÿÿ6BID/reportCenter/reports/bidSamplesRequired.old/model/PKPK-7°qPÿÿÿÿÿÿÿÿBBID/reportCenter/reports/bidSamplesRequired.old/model/inc_data.cfm select distinct b.bidAgencyID, a.bidAgencyName, b.bidName, b.bidNumber, b.bidComments, b.bidOpeningDateTime, b.internalContactId, bm.bidMfrName , bl.bidLineNumber, bl.bidLineDescription, coalesce( s.sku, bs.bidSku ) bidSku, case when s.skuDesc is null or overrideDesc = 'Y' then bs.bidSkuDesc else s.skuDesc end bidSkuDesc, bs.bidSkuDesc bidSkuDescBase, case when s.packSizeDesc is null or overrideDesc = 'Y' then bs.bidPackSizeDesc else s.packSizeDesc end bidPackSizeDesc, bs.bidPackSizeDesc bidPackSizeDescBase, s.skuId, s.sku, s.skuDesc, s.packSizeDesc /*, cdst.cdr_dstCode*/, bl.sampleUnits bidLineQtyAmt, bl.bidLineQtyUM, bl.sampleDeliveryDateTime , bl.sampleComments, tbo.Broker_postal_city city, tbo.Broker_postal_state state , cm.firstname, cm.lastname from tbl_BID_Bids b inner join tbl_Bid_BidLines bl on (b.bidid = bl.bidid) inner join tbl_Bid_BidLineProducts blp on (bl.bidlineid = blp.bidlineid) inner join tbl_Bid_Skus bs ON (blp.bidSkuID = bs.bidSkuID) inner join tbl_Bid_Manufacturers bm ON (bs.bidMfrID = bm.bidMfrID) inner join tbl_BID_Agencies a on (b.bidAgencyId = a.bidAgencyId) left outer join tbl_BRO_Principals prn ON (bm.mfrid = prn.mfrid and prn.ownerid = bm.ownerid and prn.ownerType = bm.ownerType) left outer join tbl_BID_BidLineProductDistributors blpd ON (blp.bidLineProductId = blpd.bidLineProductId) left outer join tbl_BID_Distributors bdst ON (blpd.biddstid = bdst.biddstid) left outer join tbl_CDR_Distributors cdst ON (bdst.cdr_recordid = cdst.cdr_recordid) left outer join tbl_FSPro_Members cm on cm.fspro_Userid = prn.customerManagerUserId and cm.ownerId = prn.ownerId and cm.fsl_tablecode = prn.ownerType and cm.staffMember = 1 left outer join tblbrokerOffices tbo ON (cm.PrimaryOfficeID = tbo.broker_office_id) left outer join tbl_PRD_Skus s on s.skuId = bs.skuId and s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType and s.mfrId = bm.mfrId where b.ownerid = and b.ownerType = and b.bidid = and bm.bidmfrid in () and bl.sampleRequired = 'Y' order by b.bidName, bidMfrName, bl.bidLineDescription, bs.bidSkuDesc PK¹‰{¼ ¼ PK-7°qPÿÿÿÿÿÿÿÿBBID/reportCenter/reports/bidSamplesRequired.old/pdf-stylesheet.csstable { font-family:arial; font-size:9pt; border-collapse:collapse; width:100%; } table td, table th { padding: 2px; } td { vertical-align:top; padding-top:1px; } th.n { text-align:left; } table.bids > tbody > tr.spec { background-color:#E0E0E0; } table.bids > tbody > tr.spec label { padding-right:.5em; font-weight:bold; } table.bids > tbody > tr.spec label + label { padding-left:1.5em; } table.bids { border:1px solid silver; } Xtable.bids > tbody > tr > td { border-top:1px solid silver; } table.bids > tbody > tr:first-child > td { border-top:none; } table.bids > thead > tr > td { border-bottom:1px solid black; } table.bids td.n { padding-right:.5em; } .specHead{ xpadding:10px; text-align:left;}PK=ç§ÞÞPK-7°qPÿÿÿÿÿÿÿÿ8BID/reportCenter/reports/bidSamplesRequired_Criteria.cfmPKL‹òÁ::PK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/bidSamplesRequired_Execute.cfm PKI 0¢CCPK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/bidSamplesRequired_Help.cfmPKèpõG66PK-xŠ‘Sÿÿÿÿÿÿÿÿ(BID/reportCenter/reports/mfrlocalmarket/PKPK-xŠ‘Sÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/mfrlocalmarket/formats/PKPK-7°qPÿÿÿÿÿÿÿÿEBID/reportCenter/reports/mfrlocalmarket/formats/inc_tabularFormat.cfm PKùµqPK-xŠ‘Sÿÿÿÿÿÿÿÿ.BID/reportCenter/reports/mfrlocalmarket/model/PKPK-7°qPÿÿÿÿÿÿÿÿ:BID/reportCenter/reports/mfrlocalmarket/model/inc_data.cfm PK‚«Xi__PK-yŠ‘Sÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/mfrlocalmarket/queries/PKPK-7°qPÿÿÿÿÿÿÿÿFBID/reportCenter/reports/mfrlocalmarket/queries/qmd_mfrLocalMarket.cfm select rtrim( mfr.mfr_name ) mfr_name, ter.name, bmo.mfrDisclaimerOverride, bmo.termsOverride, bmo.minDeliveryOverride, bmo.minDeliveryUMOverride, bmo.minPickupOverride, bmo.minPickupUMOverride, bmo.minCubeOverride, bmo.minCubeUMOverride, bmo.minPalletOverride, bmo.contactOverride from tbl_BRO_Principals ppl with (nolock) inner join tblManufacturers mfr on mfr.mfr_id = ppl.mfrId inner join tbl_BRO_PrincipalTerritories plt with (nolock) on ppl.principalId = plt.principalId and ppl.ownerId = plt.ownerId and ppl.ownerType = plt.ownerType inner join tbl_BRO_PrincipalTerritoryResources ptr with (nolock) on plt.principalTerritoryId = ptr.principalTerritoryId and plt.ownerId = ptr.ownerId and plt.ownerType = ptr.ownerType inner join tbl_TER_Territories ter with (nolock) on ter.territoryId = ptr.resourceId and ter.ownerId = ptr.ownerId and ter.fsl_tablecode = ptr.ownerType inner join tbl_BID_Manufacturers bm with (nolock) on bm.mfrId = mfr.mfr_Id and bm.ownerId = and bm.ownerType = inner join tbl_BID_ManufacturersOverride bmo with (nolock) on bmo.ownerId = bm.ownerId and bmo.ownerType = bm.ownerType and bmo.bidMfrId = bm.bidMfrId and bmo.territoryId = ter.territoryId where ppl.ownerId = and ppl.ownerType = and bm.bidMfrId = and ter.territoryId in ( ) and plt.hireStatus = 'A' order by mfr_name, ter.name PK*%à Ÿ Ÿ PK-7°qPÿÿÿÿÿÿÿÿ5BID/reportCenter/reports/mfrlocalmarket/_criteria.cfm
:
:
  Exclude Inactive Manufacturers
PKøDÄ-Ô Ô PK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/mfrlocalmarket/_execute.cfm PK䲯œÅÅPK-7°qPÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/mfrlocalmarket/_help.cfm

SKU Override Report

[Description]

PKlCÝÝPK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/mfrLocalMarket_criteria.cfmPKÛÚ^ö33PK-7°qPÿÿÿÿÿÿÿÿ3BID/reportCenter/reports/mfrLocalMarket_execute.cfmPK²Ú%Æ22PK-7°qPÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/mfrLocalMarket_help.cfmPKÅiÏL//PK-}Š‘Sÿÿÿÿÿÿÿÿ!BID/reportCenter/reports/newspec/PKPK-}Š‘Sÿÿÿÿÿÿÿÿ)BID/reportCenter/reports/newspec/formats/PKPK-7°qPÿÿÿÿÿÿÿÿ=BID/reportCenter/reports/newspec/formats/inc_criteriaPage.cfm select name from tbl_TER_Territories where ownerId = and fsl_tablecode = and territoryId in ( ) select bidMfrName from tbl_BID_Manufacturers where ownerId = and ownerType = and bidMfrId in ( ) and bidMfrId = select bidSku, bidSkuDesc from tbl_BID_Skus where ownerId = and ownerType = and bidSkuId in ( ) and bidSkuId = select bidDstName from tbl_BID_Distributors where ownerId = and ownerType = and bidDstId in ( ) and bidDstId = select bidAgencyName from tbl_BID_Agencies where ownerId = and ownerType = and bidAgencyId = select bidNumber, bidName from tbl_BID_Bids where ownerId = and ownerType = and bidId = select firstName, lastName from tbl_FSPro_Members where ownerId = and fsl_tablecode = and fspro_userId = PKGŸÂxÄÄPK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/newspec/formats/inc_pdf.cfm select * from qmd_bids order by bidId, bidLineNumber
#htmleditformat( bidAgencyName )# #htmleditformat( bidName )# #htmleditformat( bidNumber )# #lsdateformat( deliveryStartDate, "M-D-YY")# to #lsdateFormat( deliveryEndDate, "M-D-YY")#
#lsdateformat( bidOpeningDateTime, "M/DD/YYYY" ) # #htmleditformat( qmd_mfr.bidMfrName )# #htmleditformat( qmd_bidMfr.mfrBidNumber )#
style="border-top:1px solid silver;">
 #htmleditformat( bidLineNumber )# #htmleditformat( bidLineDescription )# #lsnumberformat( bidLineQtyAmt)# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ))#
$#lsnumberformat( priceDeliveredRate, "0.0000" )#/#trim(htmleditformat( _decodeUnitOfMeasure( priceUM )))#  $#lsnumberformat( priceFOBRate, "0.0000" )#/#trim(htmleditformat( _decodeUnitOfMeasure( priceUM )))#  $#lsnumberformat( priceBillBackRate, "0.0000" )#/#trim(htmleditformat( _decodeUnitOfMeasure( priceUM )))#  $#lsnumberformat( priceOffInvoiceRate, "0.0000" )#/#trim(htmleditformat( _decodeUnitOfMeasure( priceUM )))#  $#lsnumberformat( awardedPrice, "0.0000" )#/#trim(htmleditformat( _decodeUnitOfMeasure( awardedUM )))#   Comments:&##160;#htmleditformat( awardedComments )# $#lsnumberformat( awardedPrice, "0.0000" )#/#htmleditformat( _decodeUnitOfMeasure( awardedUM, "singular"))#
 #htmleditformat( bidSku )# #htmleditformat( bidSkuDesc )# #htmleditformat( bidPackSizeDesc )# #_delivered#
 WON / DIDN'T QUOTE #htmleditformat( _distributor )# #_fob#
#_subclassifierLabel#
#_comments# #_allowance#
&##160; #_offinvoice#
&##160; #_awarded#
$#lsnumberformat( awardedPrice, "0.0000" )#/#htmleditformat( _decodeUnitOfMeasure( awardedUM, "singular"))#
 #htmleditformat( bidSku )# #htmleditformat( bidSkuDesc )# #htmleditformat( bidPackSizeDesc )# #_delivered#
 LOST #htmleditformat( _distributor )#    #_fob#
#_subclassifierLabel#
&##160; #htmlEditFormat(noAwardMFR)#unknown #_allowance#
&##160; #htmleditformat( noAwardSKU )#unknown #htmleditformat( noAwardPack )#unknown #_offinvoice#
&##160; #htmleditformat( awardedComments )#  #_awarded#
$#lsnumberformat( awardedPrice, "0.0000" )#/#htmleditformat( _decodeUnitOfMeasure( awardedUM, "singular"))#
 #htmleditformat( bidSku )# #htmleditformat( bidSkuDesc )# #htmleditformat( bidPackSizeDesc )# #_delivered#
 No AwardNot QuotedUnknown #htmleditformat( _distributor )# #_fob#
#_comments# #_allowance#
  #_offinvoice#
  #_awarded#
  
PK*XQCØ=Ø=PK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/newspec/formats/inc_tabularFormat.cfm select * from qmd_bids order by bidId, bidLineNumber PKLS§|HHPK-7°qPÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/newspec/formats/inc_xls.cfm outputVariable.clientname = "#trim(caller.qcf_dispClientAddress.name)#"; outputVariable.clientstr1 = "#trim(caller.qcf_dispClientAddress.street1)#"; outputVariable.clientstr2 = "#trim(caller.qcf_dispClientAddress.street2)#"; outputVariable.clientstr3 = "#trim(caller.qcf_dispClientAddress.street3)#"; outputVariable.clientcity = "#trim(caller.qcf_dispClientAddress.city)#"; outputVariable.clientstate = "#trim(caller.qcf_dispClientAddress.state)#"; outputVariable.clientzipcode = "#trim(caller.qcf_dispClientAddress.zip)#"; outputVariable.clientcountry = "#trim(caller.qcf_dispClientAddress.country)#"; outputVariable.clientac = "#trim(caller.qcf_dispClientAddress.phoneac)#"; outputVariable.clientphone = "#trim(caller.qcf_dispClientAddress.phone)#"; outputVariable.clienttollfree = "#trim(caller.qcf_dispClientAddress.tollfree)#"; outputVariable.clientemail = "#trim(caller.qcf_dispClientAddress.email)#"; outputVariable.clientfaxac = "#caller.qcf_dispClientAddress.faxac#"; outputVariable.clientfax = "#caller.qcf_dispClientAddress.fax#"; outputVariable.clientCorporateURL = "#caller.qcf_dispClientAddress.corporateUrl#"; select * from qmd_bidLineProducts order by bidLineNumber
To:#htmleditformat( mfrStruct.clientName )#From:#htmleditformat( brokerStruct.clientName )#
#htmleditformat( mfrstruct.clientStr1 )##htmleditformat( brokerStruct.clientStr1)#Contact:#htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
#htmleditformat( mfrStruct.clientCity)#, #htmleditformat( mfrStruct.clientState)# #htmleditformat( mfrStruct.clientZipcode )# #htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )# Phone:(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
personBroker##:bnFax:(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#
Agency:#htmleditformat( qmd_agency.bidAgencyName )#
#htmleditformat( qmd_agency.address )# Opening Date:#lsdateformat( qmd_bid.bidopeningDateTime, "MM/DD/YYYY")# Delivery Period:#lsdateformat( qmd_bid.deliveryStartDate, "MM/DD/YYYY")#to#lsdateformat( qmd_bid.deliveryEndDate, "MM/DD/YYYY")#
#htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# #htmleditformat( qmd_agency.zipcode )# Delivery Instructions:#htmleditformat( qmd_bid.deliveryComments )#
Bid ID:#htmleditformat( qmd_bid.bidNumber )#
Spec Line Item ###htmleditformat( bidLineNumber )# #htmleditformat( bidLineDescription )#
PKä\ññPK-7°qPÿÿÿÿÿÿÿÿ8BID/reportCenter/reports/newspec/formats/inc_xls.cfm.old outputVariable.clientname = "#trim(caller.qcf_dispClientAddress.name)#"; outputVariable.clientstr1 = "#trim(caller.qcf_dispClientAddress.street1)#"; outputVariable.clientstr2 = "#trim(caller.qcf_dispClientAddress.street2)#"; outputVariable.clientstr3 = "#trim(caller.qcf_dispClientAddress.street3)#"; outputVariable.clientcity = "#trim(caller.qcf_dispClientAddress.city)#"; outputVariable.clientstate = "#trim(caller.qcf_dispClientAddress.state)#"; outputVariable.clientzipcode = "#trim(caller.qcf_dispClientAddress.zip)#"; outputVariable.clientcountry = "#trim(caller.qcf_dispClientAddress.country)#"; outputVariable.clientac = "#trim(caller.qcf_dispClientAddress.phoneac)#"; outputVariable.clientphone = "#trim(caller.qcf_dispClientAddress.phone)#"; outputVariable.clienttollfree = "#trim(caller.qcf_dispClientAddress.tollfree)#"; outputVariable.clientemail = "#trim(caller.qcf_dispClientAddress.email)#"; outputVariable.clientfaxac = "#caller.qcf_dispClientAddress.faxac#"; outputVariable.clientfax = "#caller.qcf_dispClientAddress.fax#"; outputVariable.clientCorporateURL = "#caller.qcf_dispClientAddress.corporateUrl#"; select * from qmd_bidLineProducts order by bidLineNumber
To:#htmleditformat( mfrStruct.clientName )#From:#htmleditformat( brokerStruct.clientName )#
#htmleditformat( mfrstruct.clientStr1 )##htmleditformat( brokerStruct.clientStr1)#Contact:#htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
#htmleditformat( mfrStruct.clientCity)#, #htmleditformat( mfrStruct.clientState)# #htmleditformat( mfrStruct.clientZipcode )# #htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )# Phone:(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
personBroker##:bnFax:(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#
Agency:#htmleditformat( qmd_agency.bidAgencyName )#
#htmleditformat( qmd_agency.address )# Opening Date:#lsdateformat( qmd_bid.bidopeningDateTime, "MM/DD/YYYY")# Delivery Period:#lsdateformat( qmd_bid.deliveryStartDate, "MM/DD/YYYY")#to#lsdateformat( qmd_bid.deliveryEndDate, "MM/DD/YYYY")#
#htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# #htmleditformat( qmd_agency.zipcode )# Delivery Instructions:#htmleditformat( qmd_bid.deliveryComments )#
Bid ID:#htmleditformat( qmd_bid.bidNumber )#
Spec Line Item ###htmleditformat( bidLineNumber )# #htmleditformat( bidLineDescription )#
PKä\ññPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/newspec/formats/pdf-stylesheet.csstable { font-family:arial; font-size:9pt; border-collapse:collapse; width:100%; } td { vertical-align:top; padding-top:1px; line-height:1.1em; text-align:left; padding-left:3px; } table thead tr td { font-weight:bold; border-bottom:1px solid black; } table tbody tr td { xborder-top:1px solid silver; padding-bottom:5px; } table tbody tr:first-child td { border-top:none; } table tbody tr td:first-child + td + td + td + td + td { white-space:nowrap; }PKÞíÜAÎÎPK-‚Š‘Sÿÿÿÿÿÿÿÿ'BID/reportCenter/reports/newspec/model/PKPK-7°qPÿÿÿÿÿÿÿÿ3BID/reportCenter/reports/newspec/model/inc_data.cfm PK¦pØâññPK-7°qPÿÿÿÿÿÿÿÿ.BID/reportCenter/reports/newspec/_criteria.cfm
#_dateRangeFieldsHTML#
singlemultiple
: singlemultiple
:
singlemultiple
PK5=ƒ˜ž&ž&PK-7°qPÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/newspec/_execute.cfm PK䲯œÅÅPK-7°qPÿÿÿÿÿÿÿÿ*BID/reportCenter/reports/newspec/_help.cfm

New Specifications Report

This report lists all new line specifications on current bids for the purpose of sharing with the Manufacturer

PK½ÎVW††PK-7°qPÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/newSpec_Criteria.cfmPKf&o†,,PK-7°qPÿÿÿÿÿÿÿÿ,BID/reportCenter/reports/newSpec_Execute.cfmPK·è-++PK-7°qPÿÿÿÿÿÿÿÿ)BID/reportCenter/reports/newSpec_Help.cfmPK¡ˆ=(((PK-†Š‘Sÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/nutritionalRequirement/PKPK-7°qPÿÿÿÿÿÿÿÿ:BID/reportCenter/reports/nutritionalRequirement/header.csstable { width:100%; border-collapse:collapse; padding:0px; font-family:arial; font-size:10pt; } table.StandardFooter tbody tr td:first-child { text-align:left; } table.StandardFooter tbody tr td:first-child + td { text-align:center; } table.StandardFooter tbody tr td:first-child + td + td { text-align:right; } table.StandardFooter { margin-top:5px; font-size:8pt; vertical-align:bottom; font-style:italic; } xtable.StandardHeader tbody tr td { vertical-align:bottom; padding-bottom:5px; width:50%; } xtable.StandardHeader tbody tr td:first-child + td { text-align:right; vertical-align:bottom; } xtable.StandardHeader tbody tr td:first-child + td div:first-child { font-size:13pt; font-weight:bold; } xtable.StandardHeader tbody tr td:first-child + td div:first-child + div { font-size:11pt; } xtable.StandardHeader tbody tr td:first-child + td div:first-child + div + div { font-size:8pt; padding-top:2px;} table.TableBody tbody tr.listRowAlt { background-color:#F0F0F0; } div.StandardHeaderBox { border-bottom:0px solid silver; margin-bottom:4px; padding-bottom:1px;} table.criteria caption { text-align:left; font-size:11pt; font-weight:bold; } table.criteria { font-family:arial; font-size:9pt; border:1px solid silver; width:100%; } table.criteria td { padding-top:2px; padding-bottom:4px; width:100%; vertical-align:middle; border-top:1px solid silver;} table.criteria tr:first-child td { border-top:none; } table.criteria td:first-child { white-space:nowrap; font-weight:bold; vertical-align:top; width:auto; font-size:10pt; padding-right:8px; } table.transmittal tr td.label { font-weight: bold; width:100px; } table.transmittal tr td.value { width:auto; } table.transmittal td { vertical-align:top; padding:2px; } table.transmittal caption { text-align:left; font-weight: bold; border-bottom:1px solid silver; font-size: 1.1em; } .headTxt{padding-top:8px;}PKF#UcuuPK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/nutritionalRequirement/inc_criteria.cfm
select DISTINCT opr.territoryId, b.BidID, b.BidName, b.BidNumber from tbl_BID_Bids b with (nolock) inner join tbl_Bid_BidLines bl with (nolock) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidid = bl.bidid inner join tbl_BID_Agencies ba with (nolock) on b.ownerId = ba.ownerId and b.ownerType = ba.ownerType and b.bidAgencyId = ba.bidAgencyId inner join tbl_OPR_ClientOperators opr with (nolock) on ba.ownerId = opr.ownerId and ba.ownerType = opr.fsltablecode and ba.partnerId = opr.OperatorID where b.ownerid = and b.ownerType = and bl.nutritionalsRequired = 'Y' and b.bidOpeningDateTime >= getdate() and opr.territoryId in ( ) order by b.bidname
PK¯´me e PK-7°qPÿÿÿÿÿÿÿÿDBID/reportCenter/reports/nutritionalRequirement/inc_criteriaPage.cfm select bidNumber, bidName from tbl_BID_Bids where ownerId = and ownerType = and bidId = PKŠK냈ˆPK-7°qPÿÿÿÿÿÿÿÿ<BID/reportCenter/reports/nutritionalRequirement/inc_data.cfm select distinct a.bidAgencyName, b.bidName, b.bidNumber, b.bidComments, b.bidOpeningDateTime, bm.bidMfrName , bl.bidLineNumber, bl.bidLineDescription, bs.bidSku, bs.bidSkuDesc, bs.bidPackSizeDesc from tbl_BID_Bids b with (nolock) inner join tbl_Bid_BidLines bl with (nolock) on b.ownerId = bl.ownerId and b.ownerType = bl.ownerType and b.bidid = bl.bidid inner join tbl_Bid_BidLineProducts blp with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidlineid = blp.bidlineid inner join tbl_Bid_Skus bs with (nolock) on blp.ownerId = bs.ownerId and blp.ownerType = bs.ownerType and blp.bidSkuID = bs.bidSkuID inner join tbl_Bid_Manufacturers bm with (nolock) on bs.ownerId = bm.ownerId and bs.ownerType = bm.ownerType and bs.bidMfrID = bm.bidMfrID inner join tbl_BID_Agencies a with (nolock) on b.ownerId = a.ownerId and b.ownerType = a.ownerType and b.bidAgencyId = a.bidAgencyId where b.ownerid = and b.ownerType = and b.bidid = and bl.nutritionalsRequired = 'Y' order by b.bidName, bidMfrName, bl.bidLineDescription, bs.bidSkuDesc PK5tÎù44PK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/nutritionalRequirement/inc_header.cfm
style="border-bottom:1px solid silver; margin-bottom:3px;" >
#myReportTitleHTML# Bid No: #qmd_bids.bidNumber# Agency: #qmd_bids.bidAgencyName# Opening Date: #lsdateformat( qmd_bids.bidOpeningDateTime, "MM/DD/YYYY")#
Bid Name: #qmd_bids.bidName#
PKPÇIí××PK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/nutritionalRequirement/inc_initTabular.cfm PK¼¢LôôPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/nutritionalRequirement/inc_pdf.cfm
MFR: #qmd_bids.bidMfrName#
Line: #qmd_bids.bidLineNumber# Spec: #qmd_bids.bidLineDescription#
Item: #qmd_bids.bidSku# Product: #qmd_bids.bidSkuDesc# Pack: #qmd_bids.bidPackSizeDesc#
 
  
PK䢏vvPK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/nutritionalRequirement/inc_txt.cfm PKˆV¤A’’PK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/nutritionalRequirement/inc_xls.cfm
Bid Opening Date Bid Name Bid Number Manufacturer Line Spec Item Product Pack
#lsdateformat( qmd_bids.bidOpeningDateTime, "MM/DD/YYYY")# #qmd_bids.bidName# #qmd_bids.bidNumber# #qmd_bids.bidMfrName# #qmd_bids.bidLineNumber# #qmd_bids.bidLineDescription# #qmd_bids.bidSku# #qmd_bids.bidSkuDesc# #qmd_bids.bidPackSizeDesc#
PK-«²{{PK-7°qPÿÿÿÿÿÿÿÿBBID/reportCenter/reports/nutritionalRequirement/pdf-stylesheet.csstable { font-family:arial; font-size:9pt; border-collapse:collapse; width:100%; } table td, table th { padding: 2px; } td { vertical-align:top; padding-top:1px; } th.n { text-align:left; } table.bids > tbody > tr.spec { background-color:#E0E0E0; } table.bids > tbody > tr.spec label { padding-right:.5em; font-weight:bold; } table.bids > tbody > tr.spec label + label { padding-left:1.5em; } table.bids { border:1px solid silver; } Xtable.bids > tbody > tr > td { border-top:1px solid silver; } table.bids > tbody > tr:first-child > td { border-top:none; } table.bids > thead > tr > td { border-bottom:1px solid black; } table.bids td.n { padding-right:.5em; } .specHead{ xpadding:10px; text-align:left;}PK=ç§ÞÞPK-‹Š‘Sÿÿÿÿÿÿÿÿ,BID/reportCenter/reports/priceAuthorization/PKPK-7°qPÿÿÿÿÿÿÿÿ<BID/reportCenter/reports/priceAuthorization/api_Criteria.cfm select * from qmd_bids order by bidNumber
:
:
: singlemultiple
:      
Note: Lines with Pending / No Bid Pricing are always included

Select Number of Historic Bids
 
PK+¼^b!b!PK-7°qPÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/priceAuthorization/api_Execute.cfm PKk½¿IPK-7°qPÿÿÿÿÿÿÿÿ8BID/reportCenter/reports/priceAuthorization/api_Help.cfm

Bid List

Help for the Bis List report goes here.

PKÅ`'À..PK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/priceAuthorization/api_postExecute.cfm To: #attributes.rc_recipients# Cc: #attributes.rc_recipients_cc# Subject: #attributes.rc_subject# Message: > #_line# #lsDateFormat( Now(), 'MM/DD/YYYY')# @ #lsTimeFormat( Now(), 'hh:mmtt')# EST webLogAttrs.subjectId = attributes.params.rpt_bidId; webLogAttrs.subjectType = "BID"; webLogAttrs.comment = _webLogComment; webLogAttrs.postedBy = attributes.userId; webLogAttrs.ownerId = attributes.ownerId; webLogAttrs.ownerType = attributes.ownerType; webLogAttrs.datasource = attributes.datasource; webLogAttrs.title = trim ( left( "#qmd_bidManufacturer.bidMfrName# Price Request", 255 )); webLogAttrs.attachmentUpload = listLast( "#_baseFileName#.#attributes.rc_format#", "\" ); PK€þ—±Ç Ç PK-Š‘Sÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/priceAuthorization/formats/PKPK-7°qPÿÿÿÿÿÿÿÿHBID/reportCenter/reports/priceAuthorization/formats/inc_awardHistory.cfm HISTORIC BID INFORMATION:
#bidName# (#bidNumber#) #_distributor#
#lsdateformat( bidOpeningDateTime )#
&##160;#bidLineQtyAmt# #lcase( bidLineQtyUM )#
Award Status:&##160;#ucase( _awardedStatus )#
#_subclassifierLabel#

Competitor: #noAwardSKU# #noAwardPack# #_noAwardCompMFR#
#lsnumberformat( priceDeliveredRate, "$0.0000" )#
#lsnumberformat( priceFOBRate, "0.0000" )#
#lsnumberformat( priceBillBackRate, "$0.0000" )#
#lsnumberformat( priceOffInvoiceRate, "$0.0000" )#
#lsnumberformat( commodityPassThroughRate, "$0.0000" )#
#lsnumberformat( commodityAllowanceRate, "$0.0000" )#
#lsnumberformat( commodityNetRate, "$0.0000" )#
#lsnumberformat( awardedPrice, "$0.0000" )#
#htmleditformat( skuComments )#n/a
#htmleditformat( awardedComments )#n/a
PKS[šo\\PK-7°qPÿÿÿÿÿÿÿÿHBID/reportCenter/reports/priceAuthorization/formats/inc_criteriaPage.cfm select bidAgencyName from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and bidAgencyId = select bidNumber, bidName from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = select bidMfrName from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId in ( ) and bidMfrId = PKãÛÕ ••PK-7°qPÿÿÿÿÿÿÿÿABID/reportCenter/reports/priceAuthorization/formats/inc_intro.cfm
#htmleditformat( mfrStruct.clientName )#
 #htmleditformat( mfrstruct.clientStr1 )#
 #htmleditformat( mfrStruct.clientCity)#, #htmleditformat(mfrStruct.clientState )# #htmleditformat( mfrStruct.clientzipCode )#
#htmleditformat( qmd_bidPartnerContact.firstname )# #htmleditformat( qmd_bidPartnerContact.lastname )#&##160;
#htmleditformat( qmd_bidPartnerContact.phone )# Ext. #htmleditformat( qmd_bidPartnercontact.phoneExt)#
#htmleditformat( qmd_bidPartnerContact.fax )#
#htmleditformat( qmd_bidPartnerContact.email )#
#htmleditformat( brokerStruct.clientName )#
 #htmleditformat( brokerStruct.clientStr1)#
 #htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )#
 #htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
 #htmleditformat( qmd_bidAdministrator.phone )# Ext. #htmleditformat( qmd_bidAdministrator.phoneext )#(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
  #htmleditformat( qmd_bidAdministrator.fax )#(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#
 #htmleditformat( qmd_bidAdministrator.email )#
#htmleditformat( qmd_agency.bidAgencyName )#
 #htmleditformat( qmd_agency.address )#
 #htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# #htmleditformat( qmd_agency.zipcode )#
#htmleditformat( qmd_bid.bidNumber )#
#htmleditformat( left( qmd_bid.bidName, 25 ))#
#lsdateformat( qmd_bid.deliveryStartDate, "M-D-YY")# to #lsdateformat( qmd_bid.deliveryEndDate, "M-D-YY")#
#lsdateformat( qmd_bid.bidopeningDateTime, "M-D-YY")#
select distinct pl.priceMfrBidNumber from tbl_BID_BidLineProducts blp with (nolock) left outer join tbl_BID_PriceLists pl with (nolock) on blp.ownerId = pl.ownerId and blp.ownerType = pl.ownerType and blp.priceListId = pl.priceListId where blp.ownerId = and blp.ownerType = and blp.bidLineProductId in ( ) and blp.priceListId <> 0
#repeatstring( " ", 90 )#
#htmleditformat( _mfrBidReferences )#
#htmleditformat( qmd_localMarketInfo.mfrDisclaimerOverride )#
#htmleditformat( qmd_localMarketInfo.termsOverride )#
#qmd_localMarketInfo.minDeliveryOverride# #qmd_localMarketInfo.minDeliveryUMOverride#
#qmd_localMarketInfo.minPickupOverride# #qmd_localMarketInfo.minPickupUMOverride#

#lsdateformat( attributes.params.rpt_dueDate, "M-D-YY" )#

#htmleditformat( qmd_bid.bidComments )#

Dist(s) Requesting QuoteCityMfr/Dist ID ##
#htmleditformat( bidDstName )##htmleditformat( bidDstCity )##htmleditformat( mfrCustNbr )#
PK4Ä7ÅññPK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/priceAuthorization/formats/inc_line.cfm
Line:#htmleditformat( bidLineNumber )# Spec:#htmleditformat( bidLineDescription )# Quantity:#lsnumberformat( bidLineQtyAmt )# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ))#
Approved Brands: #brandRequirements#  Sample Required: YesNo    Nutritional Required: YesNo
PK6%€GQQPK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/priceAuthorization/formats/inc_pdf.cfm SELECT * FROM tbl_BID_ManufacturersOverride with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND territoryId = select bidDstid, bidDstName, bidDstCity, cdr_recordId from qmd_bidLineProductDistributors union select bidDstId, bidDstName, bidDstCity, cdr_recordId from qmd_distributorList order by bidDstName select pd.mfrCustNbr from tbl_BRO_Principals ppl inner join tbl_BRO_principalTerritories pt on pt.principalId = ppl.principalId and pt.ownerId = ppl.ownerId and pt.ownerType = ppl.ownerType inner join tbl_BRO_PrincipalDistributors pd on pd.principalTerritoryId = pt.principalTerritoryId and pd.ownerId = pt.ownerId and pd.ownerType = pt.ownerType where ppl.mfrId = and ppl.ownerId = and ppl.ownerType = and pd.cdrRecordId = select * from qmd_bidLineProducts order by bidLineNumberbidLineSortNumber, bidLineId, bidSku
#htmleditformat( bidLineNumber )# #htmleditformat( bidLineDescription )# #lsnumberformat( bidLineQtyAmt )# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ) )#
#brandRequirements#  YesNo YesNo
PK°¬ï   PK-7°qPÿÿÿÿÿÿÿÿBBID/reportCenter/reports/priceAuthorization/formats/inc_pdf_v1.cfm
#htmleditformat( mfrStruct.clientName )#
#htmleditformat( mfrstruct.clientStr1 )#
#htmleditformat( mfrStruct.clientCity)#, #htmleditformat( mfrStruct.clientState)# #htmleditformat( mfrStruct.clientZipcode )#
#htmleditformat( qmd_bidPartnerContact.firstname )# #htmleditformat( qmd_bidPartnerContact.lastname )#&##160;
#htmleditformat( brokerStruct.clientName )#
#htmleditformat( brokerStruct.clientStr1)#
#htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )#
#htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
#htmleditformat( qmd_bidAdministrator.email )#
#htmleditformat( qmd_bidAdministrator.phone )# Ext. #htmleditformat( qmd_bidAdministrator.phoneext )#(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
#htmleditformat( qmd_bidAdministrator.fax )#(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#
#htmleditformat( qmd_agency.bidAgencyName )#
#htmleditformat( qmd_agency.address )# #lsdateformat( qmd_bid.bidopeningDateTime, "MM/DD/YYYY")# #lsdateformat( qmd_bid.deliveryStartDate, "MM/DD/YYYY")# to #lsdateformat( qmd_bid.deliveryEndDate, "MM/DD/YYYY")#
#htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# #htmleditformat( qmd_agency.zipcode )# #htmleditformat( qmd_bid.deliveryComments )#
#htmleditformat( qmd_bid.bidNumber )#
select * from qmd_bidLineProducts order by bidLineNumber, bidLineId, bidSku
SKUPackDescription QuantityUnits Delivered FOB Bill Back Off Inv. Priced Per Billing
#htmleditformat( bidLineNumber )##htmleditformat( bidLineDescription )##htmleditformat( qmd_bidLine.grade )##htmleditformat( qmd_bidLine.brandRequirements )#
#htmleditformat( bidSku )# #htmleditformat( bidPackSizeDesc )# #htmleditformat( bidSkuDesc )# #lsnumberformat( bidLineQtyAmt )# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ))# $#lsnumberformat( priceDeliveredRate, "0.0000" )#&##160; $#lsnumberformat( priceFOBRate, "0.0000" )#&##160; $#lsnumberformat( priceBillBackRate, "0.0000" )#&##160; $#lsnumberformat( priceOffInvoiceRate, "0.0000" )#&##160; per #htmleditformat( _decodeUnitOfMeasure( priceUM ))#&##160; #lsDateFormat( termsOfAllowance, "mm/dd/yyyy" )#&##160;
#htmleditformat( pointofOrigin )# #htmleditformat( guarantee )# #lsdateformat( termsOfGuarantee, "MM/DD/YYYY")#
, #htmleditformat( bidDstName )# none
:Required:#htmleditformat( qmd_bidLine.sampleMarkings )##lsdateformat( qmd_bidLine.sampleDeliveryDateTime )#
:#htmleditformat( qmd_bidLine.sampleComments )#
PK‡Ëb¹'4'4PK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/priceAuthorization/formats/inc_pricing.cfm
USE PUBLISHED LIST PRICE
NO BID
PR REQ / NO APPR
$#lsnumberformat( _price, "0.0000" )# #htmleditformat( _decodeUnitOfMeasure( priceUM ))#&##160;
#lsDateFormat( termsOfAllowanceBegin, "M-D-YY" )# to #lsDateFormat( termsOfAllowance, "M-D-YY" )#
$#lsnumberformat( _price, "0.0000" )# #htmleditformat( _decodeUnitOfMeasure( commUM ))#&##160;
#commType#
PK~h¶¶ ¶ PK-7°qPÿÿÿÿÿÿÿÿCBID/reportCenter/reports/priceAuthorization/formats/inc_product.cfm
#htmleditformat( bidSku )# #left( htmleditformat( _bidSkuDesc ), 50 )#...
#htmleditformat( _bidPackSizeDesc )# YESNONO - #catch_weight_range# ALTERNATE 
#lsnumberformat( dspSkuData.Master_Net_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Net_Weight_Unit )# #lsnumberformat( dspSkuData.Master_Gross_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Gross_Weight_Unit )# #dspSKUData.PALLET_TIE# x #dspSKUData.PALLET_HIGH#  #lsnumberformat( dspSkuData.MASTER_CUBE, "0.0000" )# #dspSKUData.MASTER_CUBE_UNIT#
select bidDstId, bidDstName, bidDstCity from qmd_bidLineProductDistributors order by bidDstName None listed All listed
Only  , #htmleditformat( bidDstName )#
#htmleditformat( _lineOfText )#
#htmleditformat( _lineOfText )#
#htmleditformat( _lineOfText )#
PKr Ԋ^^PK-7°qPÿÿÿÿÿÿÿÿIBID/reportCenter/reports/priceAuthorization/formats/inc_tabularFormat.cfm PK¿Åyä± ± PK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/priceAuthorization/formats/inc_xls.cfm outputVariable.clientname = "#trim(caller.qcf_dispClientAddress.name)#"; outputVariable.clientstr1 = "#trim(caller.qcf_dispClientAddress.street1)#"; outputVariable.clientstr2 = "#trim(caller.qcf_dispClientAddress.street2)#"; outputVariable.clientstr3 = "#trim(caller.qcf_dispClientAddress.street3)#"; outputVariable.clientcity = "#trim(caller.qcf_dispClientAddress.city)#"; outputVariable.clientstate = "#trim(caller.qcf_dispClientAddress.state)#"; outputVariable.clientzipcode = "#trim(caller.qcf_dispClientAddress.zip)#"; outputVariable.clientcountry = "#trim(caller.qcf_dispClientAddress.country)#"; outputVariable.clientac = "#trim(caller.qcf_dispClientAddress.phoneac)#"; outputVariable.clientphone = "#trim(caller.qcf_dispClientAddress.phone)#"; outputVariable.clienttollfree = "#trim(caller.qcf_dispClientAddress.tollfree)#"; outputVariable.clientemail = "#trim(caller.qcf_dispClientAddress.email)#"; outputVariable.clientfaxac = "#caller.qcf_dispClientAddress.faxac#"; outputVariable.clientfax = "#caller.qcf_dispClientAddress.fax#"; outputVariable.clientCorporateURL = "#caller.qcf_dispClientAddress.corporateUrl#"; select * from qmd_bidLineProducts order by bidLineNumber
To:#htmleditformat( mfrStruct.clientName )#From:#htmleditformat( brokerStruct.clientName )#
#htmleditformat( mfrstruct.clientStr1 )##htmleditformat( brokerStruct.clientStr1)#Contact:#htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
#htmleditformat( mfrStruct.clientCity)#, #htmleditformat( mfrStruct.clientState)# #htmleditformat( mfrStruct.clientZipcode )# #htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )# Phone:(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
personBroker##:bnFax:(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#
Agency:#htmleditformat( qmd_agency.bidAgencyName )#
#htmleditformat( qmd_agency.address )# Opening Date:#lsdateformat( qmd_bid.bidopeningDateTime, "MM/DD/YYYY")# Delivery Period:#lsdateformat( qmd_bid.deliveryStartDate, "MM/DD/YYYY")#to#lsdateformat( qmd_bid.deliveryEndDate, "MM/DD/YYYY")#
#htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# #htmleditformat( qmd_agency.zipcode )# Delivery Instructions:#htmleditformat( qmd_bid.deliveryComments )#
Bid ID:#htmleditformat( qmd_bid.bidNumber )#
Spec Line Item ###htmleditformat( bidLineNumber )# #htmleditformat( bidLineDescription )#
PKä\ññPK-7°qPÿÿÿÿÿÿÿÿIBID/reportCenter/reports/priceAuthorization/formats/pdf-stylesheet-v1.csstable { font-family:arial; font-size:9pt; border-collapse:collapse; width:100%; } td { vertical-align:top; padding-top:1px; } td.n, td.r { text-align:right; } table.lines > tbody > tr.spec { background-color:#E0E0E0; } table.lines > tbody > tr.spec label { padding-right:.5em; font-weight:bold; } table.lines > tbody > tr.spec label + label { padding-left:1.5em; } table.lines { border:1px solid silver; } table.lines > tbody > tr > td { border-top:1px solid silver; } table.lines > tbody > tr:first-child > td { border-top:none; } table.lines > thead > tr > td { border-bottom:1px solid black; } table.lines td.n { padding-right:.5em; } table.heading2 { width:100%; } table.heading2 td { vertical-align:top; line-height:1.1em; } table.heading2 > tbody > tr > td > table { width:100%; } table.heading2 label { font-style: italic; } table.heading2 td.r { text-align:right; padding-right:1.1em; } table.heading2 > tbody > tr > td > table > tbody > tr:first-child > td + td { font-weight:bold; } table.heading2 { margin-bottom:1.1em; } table.heading > tbody > tr:first-child > td:first-child, table.heading > tbody > tr:first-child > td:first-child + td + td, table.heading > tbody > tr:first-child + tr > td:first-child + td + td { width:7%; } table.heading > tbody > tr:first-child > td:first-child + td, table.heading > tbody > tr:first-child > td:first-child + td + td + td { font-weight:bold; } table.heading { margin-bottom:1em; } table.heading > tbody > tr > td > label, table.agency > tbody > tr > td > label { font-style:italic;} table.heading > tbody > tr > td.r > label, table.agency > tbody > tr > td.r > label { padding-right:.5em; } table.agency > tbody > tr:first-child > td:first-child { width:7%; } table.agency > tbody > tr:first-child + tr > td:first-child + td { width:9%; } table.agency > tbody > tr:first-child + tr > td:first-child + td + td + td { width:10%; } table.agency { margin-bottom:1em; } tr.sku-detail > td > table { margin-top:2px; margin-bottom:2px; } tr.sku-detail > td > table td label { font-style:italic; padding-right:.5em; } tr.sku-detail .distributors td:first-child { width:auto; } tr.sku-detail .distributors td:first-child label { white-space:nowrap; } tr.sku-detail .distributors td:first-child + td { width:100%; } tr.sku-detail .distributors td:first-child + td strong { color: red; } tr.sku-detail table.sku-detail-more tbody tr td:first-child { width:10%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td { width:34%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td + td { width:7%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td + td + td { width:38%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td + td + td + td { width:4%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td + td + td + td + td { width:7%;} table.sample { margin:7px; } table.sample td label { font-style:italic; } table.sample tbody tr td:first-child { width:8%; } table.sample tbody tr:first-child td:first-child + td + td { width:8%; } table.sample tbody tr:first-child td:first-child + td + td + td + td { width:8%; } tr.sku td:first-child + td + td + td + td + td { border-left:1px solid #E0E0E0; width:65px;} /* delivered */ tr.sku td:first-child + td + td + td + td + td + td { border-left:1px solid #E0E0E0; width:65px; } /* fob */ tr.sku td:first-child + td + td + td + td + td + td + td { border-left:1px solid #E0E0E0; width:65px; } /* bill back */ tr.sku td:first-child + td + td + td + td + td + td + td + td { border-left:1px solid #E0E0E0; width:65px; } /* off invoice */ tr.sku td:first-child + td + td + td + td + td + td + td + td + td { border-left:1px solid #E0E0E0; width:65px; border-right:1px solid #E0E0E0; } /* per */ PKRZqGPK-7°qPÿÿÿÿÿÿÿÿFBID/reportCenter/reports/priceAuthorization/formats/pdf-stylesheet.css* { font-family:arial; font-size:10pt; } table { border-collapse:collapse; width:100%; page-break-inside:avoid !important; page-break-before: auto} td { vertical-align:top; } td.n, td.r { text-align:right; } td label { color:#707070; } table.heading2 { width:100%; font-size:11pt; margin-top:0px; } table.heading2 table { width:100%; font-size:inherit; } table.heading2 td { padding-bottom:3px; padding-top:1px; } table.heading2 table + table { margin-top:25px; } table.heading2 tbody tr td:first-child td:first-child { width:85px; text-align:left; } table.heading2 tbody tr td:first-child + td td:first-child { width:60px; text-align:left; } table.heading2 tbody tr td:first-child + td + td td:first-child { width:105px; text-align:left; } /* first row of first sub-heading table is larger */ table.heading2 tbody tr td table:first-child tbody tr:first-child td { font-size:12pt; } /* the third sub-heading tables are bold except for 2nd and 3rd row of first sub-heading table */ table.heading2 tbody tr td + td + td table tbody tr td { font-weight:bold; } table.heading2 tbody tr td + td + td table:first-child tbody tr:first-child + tr td { font-weight:normal} table.heading2 tbody tr td + td + td table:first-child tbody tr:first-child + tr + tr td { font-weight:normal} table.heading2 tbody tr td + td + td table tbody tr td:first-child + td div { color:lime; overflow:hidden; width:100px; white-space:nowrap; } table.heading3 { width:100%; font-size:11pt; margin-top:0px; } table.heading3 table { width:100%; font-size:inherit; } table.heading3 > tbody > tr > td { width:50%; padding-top:10px; } table.heading3 div { margin-bottom:8px; } table.heading3 div span { border-bottom:1px solid black; } table.heading3 p { font-style:italic; line-height:1em; margin:0px; padding:0px; padding-bottom:8px; } table.heading3 p label { font-style:normal; padding-right:5px; } table.heading3 p.dueDate { font-size:12pt; font-weight:bold; font-style:italic; padding:10px; padding-left:20px;} table.heading3 p.dueDate label { font-weight:bold; } table.line { margin-top:10px; border-top:1px solid black; } table.line tr td { background-color:#e4e4e4; font-weight:bold; padding-top:3px; padding-bottom:1px; } table.line tr td:first-child { width:40px; padding-left:3px; } /* Line Label */ table.line tr td:first-child + td { width:285px; } /* Line Value */ table.line tr td:first-child + td + td { width:45px; } /* Spec Label */ table.line tr td:first-child + td + td + td { width:400px; } /* Spec Value */ table.line tr td:first-child + td + td + td + td { width:30px; } /* Qty Label */ table.line tr td:first-child + td + td + td + td + td { width:auto; } /* Qty Value */ table.line-2 td:first-child { xpadding-left:15px; width:500px; } /* Approved Brands */ table.line-2 td:first-child + td { width:200px; } /* Sample Required */ table.line-2 td:first-child + td + td { width:auto; } /* Nutritional Required */ table.sku-1 { margin-top:10px; } table.sku-1 td:first-child { width:200px; } /* SKU */ table.sku-1 td:first-child + td { width:375px; } /* Product */ table.sku-2 td:first-child { width:200px; white-space:nowrap; } /* Pack */ table.sku-2 td:first-child + td { width:318px; } /* CWT */ table.sku-2 td:first-child + td + td { width:auto; } /* Alternate */ table.sku-3 { margin-top:5px; } table.sku-3 td:first-child { width:200px; } /* Net */ table.sku-3 td:first-child + td { width:187px; } /* Gross */ table.sku-3 td:first-child + td + td { width:130px; } /* Tie x High */ .listPrice { margin-top:10px; width:auto; } .listPrice td:first-child { font-family:arial; font-size:8pt; font-weight:bold; } .pricing { margin-top:10px; } .pricing td:first-child { min-width: 80px; max-width: 150px; text-align:right; } .pricing td:first-child + td { width:90px; border-bottom:1px solid #707070; } .pricing td:first-child + td + td { text-align:left; width:35px; padding-left:4px; border-bottom:1px solid #707070; } .history { width:100%; margin:0px; margin-top:10px; background-color:#F4F4F4; padding:5px;} .bid-history { width:98%; margin-left:15px; } .bid-history td:first-child { width:500px; } .bid-history.divider { border-bottom:1px solid #DFDFDF; } .competitor-info { width:475px; margin-left:15px; } .competitor-info td:first-child { width:70px; } .distList { width:auto; margin:0px; text-align:left; margin-left:30px; } .distList td:first-child { width:200px; } .distList td:first-child + td { width:125px; } .distList td:first-child + td + td { width:80px; } .distList thead tr td { border-bottom:1px solid silver; } .distList tbody tr:first-child td { padding-top:5px; } PK0¹<ÜNNPK-“Š‘Sÿÿÿÿÿÿÿÿ2BID/reportCenter/reports/priceAuthorization/model/PKPK-7°qPÿÿÿÿÿÿÿÿABID/reportCenter/reports/priceAuthorization/model/inc_augment.cfm select * from qmd_bidLineProducts order by bidMfrId,bidLineNumberbidLineSortNumber, bidLineId, bidSku select distinct pl.priceMfrBidNumber from tbl_BID_BidLineProducts blp with (nolock) left outer join tbl_BID_PriceLists pl with (nolock) on blp.ownerId = pl.ownerId and blp.ownerType = pl.ownerType and blp.priceListId = pl.priceListId where blp.ownerId = and blp.ownerType = and blp.bidLineProductId in ( ) and blp.priceListId <> 0 PK2q¥F¥FPK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/priceAuthorization/model/inc_data.cfm select * from qmd_bidManufacturers where skuCount > 0 select * from qmd_bidManufacturers where bidMfrId in ( ) select * from qmd_bidAdministrator where fspro_userId = PK¿mœJÆ Æ PK-•Š‘Sÿÿÿÿÿÿÿÿ5BID/reportCenter/reports/priceauthorization_kelloggs/PKPK-7°qPÿÿÿÿÿÿÿÿEBID/reportCenter/reports/priceauthorization_kelloggs/api_Criteria.cfm
:
:
:
:      
Note: Lines with Pending / No Bid Pricing are always included

Select Number of Historic Bids
 
PKx—?2 2 PK-7°qPÿÿÿÿÿÿÿÿDBID/reportCenter/reports/priceauthorization_kelloggs/api_Execute.cfm PKk½¿IPK-7°qPÿÿÿÿÿÿÿÿABID/reportCenter/reports/priceauthorization_kelloggs/api_Help.cfm

PK¨b!ÿÿPK-–Š‘Sÿÿÿÿÿÿÿÿ=BID/reportCenter/reports/priceauthorization_kelloggs/formats/PKPK-7°qPÿÿÿÿÿÿÿÿRBID/reportCenter/reports/priceauthorization_kelloggs/formats/inc_tabularFormat.cfm PKˆº9\ý ý PK-—Š‘Sÿÿÿÿÿÿÿÿ;BID/reportCenter/reports/priceauthorization_kelloggs/model/PKPK-7°qPÿÿÿÿÿÿÿÿJBID/reportCenter/reports/priceauthorization_kelloggs/model/inc_augment.cfm select * from qmd_bidLineProducts order by bidMfrId,bidLineNumberbidLineSortNumber, bidLineId, bidSku select partnerId from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and bidAgencyId = select oprcompanyType, gpoCompanyName, cmcCompanyName from tbl_OPR_ClientOperators with (nolock) where ownerId = and fsltablecode = and operatorID = select pl.priceMfrBidNumber from tbl_BID_BidLineProducts blp with (nolock) inner join tbl_BID_PriceLists pl with (nolock) on blp.ownerId = pl.ownerId and blp.ownerType = pl.ownerType and blp.priceListId = pl.priceListId where blp.ownerId = and blp.ownerType = and blp.bidLineProductId = and blp.priceListId <> 0 PK¡'æ0æ0PK-7°qPÿÿÿÿÿÿÿÿGBID/reportCenter/reports/priceauthorization_kelloggs/model/inc_data.cfm PKÓ2ôYYPK-˜Š‘Sÿÿÿÿÿÿÿÿ#BID/reportCenter/reports/pricelist/PKPK-7°qPÿÿÿÿÿÿÿÿ3BID/reportCenter/reports/pricelist/api_Criteria.cfm
: singlemultiple
:
:
:
PKÇ)€ÜÜPK-7°qPÿÿÿÿÿÿÿÿ2BID/reportCenter/reports/pricelist/api_Execute.cfm PK#ñ¢ttPK-7°qPÿÿÿÿÿÿÿÿ/BID/reportCenter/reports/pricelist/api_Help.cfm

Price List

Help for the Price List report goes here.

PKt_ì·22PK-™Š‘Sÿÿÿÿÿÿÿÿ+BID/reportCenter/reports/pricelist/formats/PKPK-7°qPÿÿÿÿÿÿÿÿ?BID/reportCenter/reports/pricelist/formats/inc_criteriaPage.cfm select name from tbl_TER_Territories with (nolock) where ownerId = and fsl_tablecode = and territoryId = select bidMfrName from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId in ( ) and bidMfrId = select priceListCode, priceListDesc from tbl_BID_PriceLists with (nolock) where ownerId = and ownerType = and priceListId = PKMxƒžóóPK-7°qPÿÿÿÿÿÿÿÿ6BID/reportCenter/reports/pricelist/formats/inc_pdf.cfm
Manufacturer:#htmleditformat( qmd_manufacturers.bidMfrName )#
Pricing Code:#priceListCode# Guarantee Dates:#lsdateformat( priceListStartDate, "MM/DD/YYYY" )# to #lsdateformat( priceListEndDate, "MM/DD/YYYY" )#
Pricing Desc:#priceListDesc# Local Markets:#valueList( qmd_priceListsOverride.name, ", " )#
MFR Bid ##:#priceMfrBidNumber#&##160;&##160;
SKU: #bidSku##htmleditformat( bidSkuDesc )#
  Size: #bidPackSizeDesc# #htmleditformat( _label )#: #lsnumberformat( _price, "$0.0000" )#
per: #lcase( commodityUM )#n/a #htmleditformat( _label )#: #lsnumberformat( _price, "$0.0000" )#
per: #lcase( approvedPriceUM )#n/a
Comments:
#htmleditformat( comments )#
  
PKã!——PK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/pricelist/formats/inc_tabularFormat.cfm PK€@>3ZZPK-7°qPÿÿÿÿÿÿÿÿ=BID/reportCenter/reports/pricelist/formats/pdf-stylesheet.css* { font-family:arial; font-size:10pt; } table { border-collapse:collapse; width:100%; } .gap { margin-top:5px; } .alt { background-color:FCFCFC; } table.mfrHeader tbody tr td:first-child { width:10%; } table.mfrHeader tbody tr td:first-child + td { font-weight:bold; } table.pricingSubHeader tbody tr { background-color:#EAEAEA; } table.pricingSubHeader tbody tr td { font-size:9pt; padding:5px; } table.pricingSubHeader tbody tr td:first-child { width:15%; } table.pricingSubHeader tbody tr td:first-child + td { width:30%; font-weight:bold; } table.pricingSubHeader tbody tr td:first-child + td + td { width:15%; } table.pricingSubHeader tbody tr td:first-child + td + td + td { font-weight:bold; } table.pricingSubHeader tbody tr:first-child td { border-top:1px solid black; } table.skuDetails tbody tr td { font-size:9pt; padding:8px 0 2px 5px; } table.skuDetails tbody tr td:first-child { width:10%; font-weight:bold; } /* sku */ table.skuDetails tbody tr td:first-child + td { width:73%; font-weight:bold; } /* description */ table.pricingDetails { width:100%; } table.pricingDetails tbody tr td { font-size:8pt; padding-top:2px; } table.pricingDetails tbody tr:first-child td div { font-size:8pt; margin: 2px 150px 10px 15px; } table.pricingDetails tbody tr:first-child td:first-child { width:6%; padding-left:5px; } /* blank */ table.pricingDetails tbody tr:first-child td:first-child + td { width:10%; padding-left:5px; } /* pack size */ table.pricingDetails tbody tr:first-child td:first-child + td + td { width:12%; } /* commodity pricing */ table.pricingDetails tbody tr:first-child td:first-child + td + td + td { width:10%; text-align:left; } /* commodity um */ table.pricingDetails tbody tr:first-child td:first-child + td + td + td + td { width:12%; } /* regular pricing */ table.pricingDetails tbody tr:first-child td:first-child + td + td + td + td + td { text-align:left; width:5%; } /* regular pricing um */ table.pricingDetails tbody tr:first-child + tr td { border-bottom:1px solid silver; }PK~”8ÇPK-›Š‘Sÿÿÿÿÿÿÿÿ)BID/reportCenter/reports/pricelist/model/PKPK-7°qPÿÿÿÿÿÿÿÿ5BID/reportCenter/reports/pricelist/model/inc_data.cfm select * from qmd_priceListSkuPrices where approvedPrice = 'Y' and skuId is not null order by bidSku select distinct priceListId from qmd_priceListsOverride select * from qmd_priceListSkuPrices where priceListId in ( ) order by bidSku PKnS¯ffPK-7°qPÿÿÿÿÿÿÿÿ/BID/reportCenter/reports/priceList_Criteria.cfmPKÙP\¿11PK-7°qPÿÿÿÿÿÿÿÿ.BID/reportCenter/reports/priceList_Execute.cfmPKT•è­00PK-7°qPÿÿÿÿÿÿÿÿ+BID/reportCenter/reports/priceList_Help.cfmPK澉n--PK- Š‘Sÿÿÿÿÿÿÿÿ$BID/reportCenter/reports/priceQuote/PKPK-°Sÿÿÿÿÿÿÿÿ4BID/reportCenter/reports/priceQuote/api_Criteria.cfm
:
:
: singlemultiple
: singlemultiple



PK”Wí³¶&¶&PK-7°qPÿÿÿÿÿÿÿÿ3BID/reportCenter/reports/priceQuote/api_Execute.cfm PKž£ºÑÑPK-7°qPÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/priceQuote/api_Help.cfm

Bid List

Help for the Bid List report goes here.

PK͓~Ä..PK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/priceQuote/api_postExecute.cfm To: #attributes.rc_recipients# Cc: #attributes.rc_recipients_cc# Subject: #attributes.rc_subject# Message: > #_line# #lsDateFormat( Now(), 'MM/DD/YYYY')# @ #lsTimeFormat( Now(), 'hh:mmtt')# EST webLogAttrs.subjectId = attributes.params.rpt_bidId; webLogAttrs.subjectType = "BID"; webLogAttrs.comment = _webLogComment; webLogAttrs.postedBy = attributes.userId; webLogAttrs.ownerId = attributes.ownerId; webLogAttrs.ownerType = attributes.ownerType; webLogAttrs.datasource = attributes.datasource; webLogAttrs.title = trim ( left( "#qmd_bidDistributor.bidDstName# Price Quote", 255 )); webLogAttrs.attachmentUpload = listLast( "#_baseFileName#.#attributes.rc_format#", "\" ); PK=q””¾ ¾ PK-¢Š‘Sÿÿÿÿÿÿÿÿ,BID/reportCenter/reports/priceQuote/formats/PKPK-°Sÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/priceQuote/formats/inc_criteriaPage.cfm select bidAgencyName from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and bidAgencyId = select bidNumber, bidName from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = select bidDstName from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and bidDstId in ( ) and bidDstId = select bidMfrName from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId in ( ) and bidMfrId = PKYµ“¥PK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/priceQuote/formats/inc_introSection.cfm
#htmleditformat( qmd_distributor.bidDstName )#
 #htmleditformat( qmd_distributor.bidDstAddress )#
 #htmleditformat( qmd_distributor.bidDstCity)#, #htmleditformat( qmd_distributor.bidDstState )# #htmleditformat( qmd_distributor.bidDstZip )#
 
 
#htmleditformat( qmd_bidPartnerContact.firstname )# #htmleditformat( qmd_bidPartnerContact.lastname )#&##160;
#htmleditformat( qmd_bidPartnerContact.phone )# Ext. #htmleditformat( qmd_bidPartnercontact.phoneExt)#
#htmleditformat( qmd_bidPartnerContact.fax )#
#htmleditformat( qmd_bidPartnerContact.email )#
#htmleditformat( brokerStruct.clientName )#
 #htmleditformat( brokerStruct.clientStr1)#
 #htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )#
 #htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
 #htmleditformat( qmd_bidAdministrator.phone )# Ext. #htmleditformat( qmd_bidAdministrator.phoneext )#(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
  #htmleditformat( qmd_bidAdministrator.fax )#(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#
 #htmleditformat( qmd_bidAdministrator.email )#
#htmleditformat( qmd_agency.bidAgencyName )#
 #htmleditformat( qmd_agency.address )#
 #htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# #htmleditformat( qmd_agency.zipcode )#
#htmleditformat( qmd_bid.bidNumber )#
#htmleditformat( left( qmd_bid.bidName, 25 ))#
#lsdateformat( qmd_bid.deliveryStartDate, "M-D-YY")# to #lsdateformat( qmd_bid.deliveryEndDate, "M-D-YY")#
#lsdateformat( qmd_bid.bidopeningDateTime, "M-D-YY")#


select distinct bidMfrName, bidMfrId from qmd_bidLineProducts order by bidMfrName
#valueList( qmd_bidManufacturers.bidMfrName )#
#htmleditformat( qmd_bid.bidComments )#
#htmleditformat( qmd_bidDistributor.disclaimer )#

#htmleditformat( _lineOfText )#

PK\ôéÏýýPK-°Sÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/priceQuote/formats/inc_pdf.cfm select * from qmd_bidLineProducts where bidLineProductStatus <> 'O' select blpd.bidLineProductId from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType and blp.bidLineProductId = blpd.bidLineProductId inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where bl.bidId = and bl.ownerId = and bl.ownerType = and blpd.bidDstId = and blpd.quoteStatus = 'Y' select * from qmd_bidLineProducts where not bidLineProductId in ( ) select * from qmd_bidLineProducts order by bidMfrName, bidLineNumberbidLineSortNumber Agency: #htmleditformat( qmd_agency.bidAgencyName )#"> Bid: #htmleditformat( qmd_bid.bidName )#"> #lsdateformat( qmd_bid.bidOpeningDateTime, "MM/DD/YYYY" )# #lsdateformat( qmd_bid.deliveryStartDate, "MM/DD/YYYY" )# - #lsdateformat( qmd_bid.deliveryEndDate, "MM/DD/YYYY")#"> select distinct pl.priceMfrBidNumber from tbl_BID_BidLineProducts blp with (nolock) left outer join tbl_BID_PriceLists pl with (nolock) on blp.priceListId = pl.priceListId where blp.ownerId = and blp.ownerType = and blp.bidLineProductId in ( ) and blp.priceListId <> 0 and pl.bidMfrId =
Manufacturer:#htmleditformat( qmd_manufacturer.bidMfrName )#
MFR Contract ##:#htmleditformat( _mfrBidReferences )#
MFR Disclaimer: #htmleditformat( _lineOfText )#
Terms: #htmleditformat( _lineOfText )#
Min. Delivery: #qmd_localMarketInfo.minDeliveryOverride# #qmd_localMarketInfo.minDeliveryUMOverride#
Min. Pickup: #qmd_localMarketInfo.minPickupOverride# #qmd_localMarketInfo.minPickupUMOverride#
#htmleditformat( qmd_bidLine.bidLineNumber )# #htmleditformat( qmd_bidLine.bidLineDescription )# #lsnumberformat( qmd_bidLine.bidLineQtyAmt )# #htmleditformat( _decodeUnitOfMeasure( qmd_bidLine.bidLineQtyUM, "plural" ) )#
  Grade: #htmleditformat( qmd_bidLine.grade )# 
select coalesce( cs.customersku, pcs.customersku ) as dstSku from tbl_CDR_Distributors cdr with (nolock) left outer join tbl_DST_Distributors dst with (nolock) on cdr.fsl_dstId = dst.dstId left outer join tbl_CDR_Distributors pcdr with (nolock) on pcdr.ownerId = cdr.ownerId and pcdr.fsl_tablecode = cdr.fsl_tablecode and pcdr.fsl_dstId = dst.dstparentco left outer join tbl_PRD_CustomerSkus pcs with (nolock) on pcs.customerId = pcdr.cdr_recordId and pcs.customerType = 'PDST' and pcs.linkType = 'SKU' and pcs.skuId = left outer join tbl_PRD_CustomerSkus cs with (nolock) on cs.customerId = cdr.cdr_recordId and cs.customerType = 'DST' and cs.linkType = 'SKU' and cs.skuId = where cdr.ownerId = and cdr.fsl_tablecode = and cdr.cdr_recordId =
#htmleditformat( bidSku )# #htmleditformat( _bidSkuDesc )#
*** DISCONTINUED ***
#htmleditformat( _bidPackSizeDesc )#
#htmleditformat( qmd_dstSkuLookup.dstSku )#  YESNONO - #catch_weight_range# ALTERNATE 
#lsnumberformat( dspSkuData.Master_Net_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Net_Weight_Unit )# #lsnumberformat( dspSkuData.Master_Gross_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Gross_Weight_Unit )# #dspSKUData.PALLET_TIE# x #dspSKUData.PALLET_HIGH#  #lsnumberformat( dspSkuData.MASTER_CUBE, "0.0000" )# #dspSKUData.MASTER_CUBE_UNIT#
#htmleditformat( pointofOrigin )#

#htmleditformat( _lineOfText )#

#htmleditformat( _lineOfText )#

#htmleditformat( _lineOfText )#

 
USE PUBLISHED LIST PRICE
NO BID
PR REQ / NO APPR
$#lsnumberformat( _price, "0.0000" )# #htmleditformat( _decodeUnitOfMeasure( priceUM ))#&##160;
#lsdateformat( termsOfGuaranteeBegin, "MM-DD-YY")# to #lsdateformat( termsOfGuarantee, "MM-DD-YY")# 
$#lsnumberformat( _price, "0.0000" )# #htmleditformat( _decodeUnitOfMeasure( commUM ))#&##160;
#commType#
  
PKt1ö¢!T!TPK-°SÿÿÿÿÿÿÿÿABID/reportCenter/reports/priceQuote/formats/inc_tabularFormat.cfm select * from qmd_bidLineProducts where quoteStatus <> 'Y' select * from qmd_bidLineProducts where bidLineProductStatus <> 'O' select customerSku as sku from tbl_PRD_CustomerSkus ds with (nolock) where ds.skuId = and ds.customerid = and ds.customertype = 'dst' and ds.linkType = 'SKU' and ds.ownerId = and ds.fsl_tablecode = PK¥z·1·1PK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/priceQuote/formats/inc_xls.cfm outputVariable.clientname = "#trim(caller.qcf_dispClientAddress.name)#"; outputVariable.clientstr1 = "#trim(caller.qcf_dispClientAddress.street1)#"; outputVariable.clientstr2 = "#trim(caller.qcf_dispClientAddress.street2)#"; outputVariable.clientstr3 = "#trim(caller.qcf_dispClientAddress.street3)#"; outputVariable.clientcity = "#trim(caller.qcf_dispClientAddress.city)#"; outputVariable.clientstate = "#trim(caller.qcf_dispClientAddress.state)#"; outputVariable.clientzipcode = "#trim(caller.qcf_dispClientAddress.zip)#"; outputVariable.clientcountry = "#trim(caller.qcf_dispClientAddress.country)#"; outputVariable.clientac = "#trim(caller.qcf_dispClientAddress.phoneac)#"; outputVariable.clientphone = "#trim(caller.qcf_dispClientAddress.phone)#"; outputVariable.clienttollfree = "#trim(caller.qcf_dispClientAddress.tollfree)#"; outputVariable.clientemail = "#trim(caller.qcf_dispClientAddress.email)#"; outputVariable.clientfaxac = "#caller.qcf_dispClientAddress.faxac#"; outputVariable.clientfax = "#caller.qcf_dispClientAddress.fax#"; outputVariable.clientCorporateURL = "#caller.qcf_dispClientAddress.corporateUrl#"; select * from qmd_bidLineProducts order by bidLineNumber
To:#htmleditformat( mfrStruct.clientName )#From:#htmleditformat( brokerStruct.clientName )#
#htmleditformat( mfrstruct.clientStr1 )##htmleditformat( brokerStruct.clientStr1)#Contact:#htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
#htmleditformat( mfrStruct.clientCity)#, #htmleditformat( mfrStruct.clientState)# #htmleditformat( mfrStruct.clientZipcode )# #htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )# Phone:(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
personBroker##:bnFax:(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#
Agency:#htmleditformat( qmd_agency.bidAgencyName )#
#htmleditformat( qmd_agency.address )# Opening Date:#lsdateformat( qmd_bid.bidopeningDateTime, "MM/DD/YYYY")# Delivery Period:#lsdateformat( qmd_bid.deliveryStartDate, "MM/DD/YYYY")#to#lsdateformat( qmd_bid.deliveryEndDate, "MM/DD/YYYY")#
#htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# #htmleditformat( qmd_agency.zipcode )# Delivery Instructions:#htmleditformat( qmd_bid.deliveryComments )#
Bid ID:#htmleditformat( qmd_bid.bidNumber )#
Spec Line Item ###htmleditformat( bidLineNumber )# #htmleditformat( bidLineDescription )#
PKä\ññPK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/priceQuote/formats/pdf-stylesheet.css* { font-family:arial; font-size:10pt; } table { border-collapse:collapse; width:100%; page-break-inside:avoid !important; } td { vertical-align:top; } table.heading2 { width:100%; font-size:11pt; margin-top:0px; } table.heading2 table { width:100%; font-size:inherit; } table.heading2 td { padding-bottom:3px; padding-top:1px; } table.heading2 table + table { margin-top:25px; } table.heading2 tbody tr td:first-child td:first-child { width:85px; text-align:left; } table.heading2 tbody tr td:first-child + td td:first-child { width:60px; text-align:left; } table.heading2 tbody tr td:first-child + td + td td:first-child { width:105px; text-align:left; } /* first row of first sub-heading table is larger */ table.heading2 tbody tr td table:first-child tbody tr:first-child td { font-size:12pt; } /* the third sub-heading tables are bold except for 2nd and 3rd row of first sub-heading table */ table.heading2 tbody tr td + td + td table tbody tr td { font-weight:bold; } table.heading2 tbody tr td + td + td table:first-child tbody tr:first-child + tr td { font-weight:normal} table.heading2 tbody tr td + td + td table:first-child tbody tr:first-child + tr + tr td { font-weight:normal} table.heading2 tbody tr td + td + td table tbody tr td:first-child + td div { color:lime; overflow:hidden; width:100px; white-space:nowrap; } table.details { width:100% } table.details tr.quotedMfrs td:first-child { font-weight:bold; width:150px; } table.details tr.bidComments td { padding-top:20px; } table.details tr.bidComments td:first-child { width:150px; } table.details tr.disclaimer td { padding-top:20px; } table.details tr.disclaimer td:first-child { width:150px; } table.details tr.disclaimer td:first-child + td p { margin:0px; padding:0px; padding-right:20px; } table.details tr.disclaimer td:first-child + td p + p { margin-top:.5em; } table.bidLineProduct + table.line { margin-top:10px; } table.line { border-top:1px solid black; } table.line tr:first-child td { background-color:#F0F0F0; font-weight:bold; padding-top:3px; padding-bottom:1px;} table.line tr td:first-child { width:40px; padding-left:3px; } table.line tr td:first-child + td { width:65px;} table.line tr td:first-child + td + td { width:45px;} table.line tr td:first-child + td + td + td { width:650px;} table.line tr td:first-child + td + td + td + td { width:30px;} table.line tr td:first-child + td + td + td + td + td { width:auto;} table.line tr:first-child + tr td { font-size:9pt; padding-top:3px; } table.line tr:first-child + tr td label { font-size:9pt; } table.line-2 { width:100%; margin-top:5px; } table.line-2 td, .line-2 td strong { font-size:11px; } table.line-2 td:first-child { padding-left:110px; } /* approved brands */ table.line-2 td:first-child + td { text-align:right; padding-right:10px; } /* grade */ table.bidLineProduct { margin-top:12px; } table.line + table.bidLineProduct { margin-top:18px; } table.bidLineProduct table * { font-size:9pt; } table.bidLineProduct label { color: #707070; } table.sku-1 td:first-child { width:55px; } /* MFR Item */ table.sku-1 td:first-child + td { width:100px; font-weight:bold; } /* sku */ table.sku-1 td:first-child + td + td { width:55px; } /* Product */ table.sku-1 td:first-child + td + td + td { width:250px; } /* Product Desc */ table.sku-1 td:first-child + td + td + td + td { width:40px; } /* Pack */ table.sku-1 td:first-child + td + td + td + td + td { width:auto; font-weight:bold; } /* Pack Size */ table.sku-2 td:first-child { width:55px; } /* Dist Item */ table.sku-2 td:first-child + td { width:100px; } /* Dist Item Code */ table.sku-2 td:first-child + td + td { width:55px; } /* CWT */ table.sku-2 td:first-child + td + td + td { width:250px; } /* CWT Range */ table.sku-2 td:first-child + td + td + td + td { width: auto; } /* Alternate */ table.sku-3 td:first-child { width:40px; } /* net label */ table.sku-3 td:first-child + td { width:115px; } /* net value */ table.sku-3 td:first-child + td + td { width:55px; } /* gross label */ table.sku-3 td:first-child + td + td + td { width:98px; } /* gross value */ table.sku-3 td:first-child + td + td + td + td { width:60px; } /* tie x high label */ table.sku-3 td:first-child + td + td + td + td + td { width:92px; } /* tie x high value */ table.sku-3 td:first-child + td + td + td + td + td + td { width:40px; } /* cube label */ table.sku-3 td:first-child + td + td + td + td + td + td + td { width:auto; } /* cube value */ table.sku-4 td:first-child { width:80px; } /* point of origin label */ table.sku-4 td:first-child + td { width:auto; } /* point of origin value */ table.sku-5 td:first-child { width:auto; } /* notes */ table.sku-5 td p { margin-top:0px; margin-bottom:0px; line-height:1em; font-size:9pt; } table.sku-5 td p + p { margin-top:5px; } td.pricing { width: 250px; } td.pricing div { text-align:center; font-weight:bold; font-size:9pt; } td.pricing table td:first-child { text-align:right; padding-right:5px; width:160px;} td.pricing table td:first-child + td { text-align:left; width:90px; } table.mfr { margin-bottom:15px; } table.mfr td { padding-bottom:5px; } table.mfr tr td:first-child { width:120px; color:#707070; } table.mfr tr td:first-child + td { font-weight:bold; } table.mfr tr:first-child td { font-size:12pt; } table.mfr tr + tr td { font-size:9pt; } PKm3ò—##PK-¥Š‘Sÿÿÿÿÿÿÿÿ*BID/reportCenter/reports/priceQuote/model/PKPK-°Sÿÿÿÿÿÿÿÿ6BID/reportCenter/reports/priceQuote/model/inc_data.cfm select * from qmd_bidAdministrator where fspro_userId = PKá œ££PK-¥Š‘Sÿÿÿÿÿÿÿÿ%BID/reportCenter/reports/skuoverride/PKPK-¥Š‘Sÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/skuoverride/formats/PKPK-7°qPÿÿÿÿÿÿÿÿBBID/reportCenter/reports/skuoverride/formats/inc_tabularFormat.cfm PKjt®RPK-¦Š‘Sÿÿÿÿÿÿÿÿ+BID/reportCenter/reports/skuoverride/model/PKPK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/skuoverride/model/inc_data.cfm PKÈ+òP11PK-§Š‘Sÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/skuoverride/queries/PKPK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/skuoverride/queries/qmd_skuOverride.cfm select ter.name, mfr.mfr_Id mfrId, rtrim( mfr.mfr_name ) mfrName, bs.skuId, bs.bidSku, bs.bidSkuDesc, bso.bidSkuDescOverride, bs.bidPackSizeDesc, bso.bidPackSizeDescOverride, bs.bidComments, bso.bidCommentsOverride, bso.overrideDescOverride from tbl_BRO_Principals ppl with (nolock) inner join tblManufacturers mfr with (nolock) on mfr.mfr_id = ppl.mfrId inner join tbl_BRO_PrincipalTerritories plt with (nolock) on ppl.principalId = plt.principalId and ppl.ownerId = plt.ownerId and ppl.ownerType = plt.ownerType inner join tbl_BRO_PrincipalTerritoryResources ptr with (nolock) on plt.principalTerritoryId = ptr.principalTerritoryId and plt.ownerId = ptr.ownerId and plt.ownerType = ptr.ownerType inner join tbl_TER_Territories ter with (nolock) on ter.territoryId = ptr.resourceId and ter.ownerId = ptr.ownerId and ter.fsl_tablecode = ptr.ownerType inner join tbl_BID_Manufacturers bm with (nolock) on bm.mfrId = mfr.mfr_Id and bm.ownerId = and bm.ownerType = inner join tbl_BID_Skus bs with (nolock) on bm.bidMfrId = bs.bidMfrId and bm.ownerId = bs.ownerId and bm.ownerType = bs.ownerType left join tbl_PRD_Skus s with (nolock) on s.skuId = bs.skuId and s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType left join tbl_BID_SkusOverride bso with (nolock) on bs.bidSkuId = bso.bidSkuId and bso.territoryId = ter.territoryId where ppl.ownerId = and ppl.ownerType = and bm.bidMfrId = and ter.territoryId in ( ) and ( bso.overrideDescOverride = 'Y' or bso.bidCommentsOverride <> '' ) and s.discontinued = 'N' and plt.hireStatus <> 'I' order by mfrName PK¨¾¼â  PK-7°qPÿÿÿÿÿÿÿÿ2BID/reportCenter/reports/skuoverride/_criteria.cfm
:
:
PK˜œš- - PK-7°qPÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/skuoverride/_execute.cfm PK䲯œÅÅPK-7°qPÿÿÿÿÿÿÿÿ.BID/reportCenter/reports/skuoverride/_help.cfm

SKU Override Report

[Description]

PKlCÝÝPK-7°qPÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/skuOverride_criteria.cfmPK¨ËÝ,00PK-7°qPÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/skuOverride_execute.cfmPKÙyŒ%//PK-7°qPÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/skuOverride_help.cfmPKœÈ$@,,PK-ªŠ‘Sÿÿÿÿÿÿÿÿ$BID/reportCenter/reports/syscoquote/PKPK-ªŠ‘Sÿÿÿÿÿÿÿÿ,BID/reportCenter/reports/syscoquote/formats/PKPK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/syscoquote/formats/inc_criteriaPage.cfm select bidNumber, bidName from tbl_BID_Bids with (nolock) where ownerId = and ownerType = and bidId = select bidDstName from tbl_BID_Distributors with (nolock) where ownerId = and ownerType = and bidDstId in ( ) and bidDstId = select bidMfrName from tbl_BID_Manufacturers with (nolock) where ownerId = and ownerType = and bidMfrId in ( ) and bidMfrId = PKÎzñÏ  PK-7°qPÿÿÿÿÿÿÿÿ@BID/reportCenter/reports/syscoquote/formats/inc_introSection.cfm
#htmleditformat( qmd_distributor.bidDstName )#
 #htmleditformat( qmd_distributor.bidDstAddress )#
 #htmleditformat( qmd_distributor.bidDstCity)#, #htmleditformat( qmd_distributor.bidDstState )# #htmleditformat( qmd_distributor.bidDstZip )#
#htmleditformat( qmd_bidPartnerContact.firstname )# #htmleditformat( qmd_bidPartnerContact.lastname )#&##160;
#htmleditformat( qmd_bidPartnerContact.phone )# Ext. #htmleditformat( qmd_bidPartnercontact.phoneExt)#
#htmleditformat( qmd_bidPartnerContact.fax )#
#htmleditformat( qmd_bidPartnerContact.email )#
#htmleditformat( brokerStruct.clientName )#
 #htmleditformat( brokerStruct.clientStr1)#
 #htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )#
 #htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
 #htmleditformat( qmd_bidAdministrator.phone )# Ext. #htmleditformat( qmd_bidAdministrator.phoneext )#(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
  #htmleditformat( qmd_bidAdministrator.fax )#(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#
 #htmleditformat( qmd_bidAdministrator.email )#
#htmleditformat( qmd_agency.bidAgencyName )#
 #htmleditformat( qmd_agency.address )#
 #htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# #htmleditformat( qmd_agency.zipcode )#
#htmleditformat( qmd_bid.bidNumber )#
#htmleditformat( left( qmd_bid.bidName, 25 ))#
#lsdateformat( qmd_bid.deliveryStartDate, "M-D-YY")# to #lsdateformat( qmd_bid.deliveryEndDate, "M-D-YY")#
#lsdateformat( qmd_bid.bidopeningDateTime, "M-D-YY")#

#htmleditformat( _lineOfText )#

PKL§q£µµPK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/syscoquote/formats/inc_pdf.cfm select * from qmd_bidLineProducts order by bidMfrName, bidLineNumber, bidLineId Agency: #htmleditformat( qmd_agency.bidAgencyName )#"> Bid: #htmleditformat( qmd_bid.bidName )#">
#htmleditformat( qmd_manufacturer.bidMfrName )#
#htmleditformat( qmd_bidManufacturer.mfrBidNumber)#

#htmleditformat( _lineOfText )#

#htmleditformat( bidLineNumber )# #htmleditformat( bidLineDescription )# #lsnumberformat( bidLineQtyAmt )# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ) )#
    #htmleditformat( qmd_bidLine.grade )#
select customerSku as sku from tbl_PRD_CustomerSkus ds with (nolock) where ds.skuId = and ds.customerid = and ds.customertype = 'dst' and ds.linkType = 'SKU' and ds.ownerId = and ds.fsl_tablecode =
#htmleditformat( bidSku )##htmleditformat( bidPackSizeDesc )# #htmleditformat( bidSkuDesc )#
#htmleditformat( qmd_dstSkuLookup.sku )#  #lsnumberformat( dspSkuData.Master_Net_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Net_Weight_Unit )# #lsnumberformat( dspSkuData.Master_Gross_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Gross_Weight_Unit )# #dspSKUData.PALLET_TIE# x #dspSKUData.PALLET_HIGH#  #lsnumberformat( dspSkuData.MASTER_CUBE, "0.0000" )# #dspSKUData.MASTER_CUBE_UNIT#
#htmleditformat( pointofOrigin )#
ALTERNATE 

#htmleditformat( _lineOfText )#

#htmleditformat( _lineOfText )#

 
$#lsnumberformat( _price, "0.0000" )# #htmleditformat( _decodeUnitOfMeasure( priceUM ))#&##160;
#lsdateformat( termsOfGuaranteeBegin, "MM-DD-YY")# to #lsdateformat( termsOfGuarantee, "MM-DD-YY")# 
$#lsnumberformat( _price, "0.0000" )# #htmleditformat( _decodeUnitOfMeasure( commUM ))#&##160;
NO BID - USE PUBLISHED LIST PRICE
   --->
PKÃyÇ)Ç)PK-7°qPÿÿÿÿÿÿÿÿ:BID/reportCenter/reports/syscoquote/formats/inc_pdf_v1.cfm HELLO!
#htmleditformat( qmd_distributor.bidDstName )#
#htmleditformat( qmd_distributor.bidDstAddress )#
#htmleditformat( qmd_distributor.bidDstCity)#, #htmleditformat( qmd_distributor.bidDstState )# #htmleditformat( qmd_distributor.bidDstZip )#
#htmleditformat( qmd_bidPartnerContact.firstname )# #htmleditformat( qmd_bidPartnerContact.lastname )#&##160;
#htmleditformat( brokerStruct.clientName )#
#htmleditformat( brokerStruct.clientStr1)#
#htmleditformat( brokerStruct.clientCity)#, #htmleditformat( brokerStruct.clientState)# #htmleditformat( brokerStruct.clientZipcode )#
#htmleditformat( qmd_bidAdministrator.firstName )# #htmleditformat( qmd_bidAdministrator.lastName )#
#htmleditformat( qmd_bidAdministrator.email )#
#htmleditformat( qmd_bidAdministrator.phone )# Ext. #htmleditformat( qmd_bidAdministrator.phoneext )#(#htmleditformat( brokerStruct.clientAc )#) #htmleditformat( brokerStruct.clientPhone )#
#htmleditformat( qmd_bidAdministrator.fax )#(#htmleditformat( brokerStruct.clientFaxAc )#) #htmleditformat( brokerStruct.clientFax )#

#htmleditformat( _lineOfText )#

#htmleditformat( qmd_agency.bidAgencyName )#
#htmleditformat( qmd_agency.address )# #lsdateformat( qmd_bid.bidopeningDateTime, "MM/DD/YYYY")# #lsdateformat( qmd_bid.deliveryStartDate, "MM/DD/YYYY")# to #lsdateformat( qmd_bid.deliveryEndDate, "MM/DD/YYYY")#
#htmleditformat( qmd_agency.bidAgencyCity)#, #htmleditformat( qmd_agency.bidAgencyState )# #htmleditformat( qmd_agency.zipcode )# #htmleditformat( qmd_bid.deliveryComments )#
#htmleditformat( qmd_bid.bidNumber )#
select * from qmd_bidLineProducts order by bidMfrName, bidLineNumber, bidLineId select customerSku as sku from tbl_PRD_CustomerSkus ds with (nolock) where ds.skuId = and ds.customerid = and ds.customertype = 'dst' and ds.linkType = 'SKU' and ds.ownerId = and ds.fsl_tablecode =
SKU Pack Description QuantityUnits Delivered FOB Bill Back Off Inv. Priced Per Billing
#htmleditformat( bidMfrName )##htmleditformat( qmd_bidManufacturer.mfrBidNumber )#
#htmleditformat( _lineOfText )#
#htmleditformat( bidLineNumber )##htmleditformat( bidLineDescription )##htmleditformat( qmd_bidLine.grade )#
#htmleditformat( trim( left( bidMfrName, 10 )) )#Mfr:#htmleditformat( bidSku )#
Dst:#htmleditformat( qmd_dstSkuLookup.sku )#
#htmleditformat( bidPackSizeDesc )# #htmleditformat( bidSkuDesc )# #lsnumberformat( bidLineQtyAmt )# #htmleditformat( _decodeUnitOfMeasure( bidLineQtyUM, "plural" ) )# $#lsnumberformat( priceDeliveredRate, "0.0000" )#&##160; $#lsnumberformat( priceFOBRate, "0.0000" )#&##160; $#lsnumberformat( priceBillBackRate, "0.0000" )#&##160; $#lsnumberformat( priceOffInvoiceRate, "0.0000" )#&##160; per #htmleditformat( _decodeUnitOfMeasure( priceUM ))#&##160; #lsDateFormat( termsOfAllowance, "MM/DD/YYYY" )#&##160; NO BID - USE PUBLISHED LIST PRICE &##160;
#lsnumberformat( dspSkuData.Master_Gross_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Gross_Weight_Unit )# #lsnumberformat( dspSkuData.Master_Net_Weight, "0.0000" )# #htmleditformat( dspSkuData.Master_Net_Weight_Unit )#
#htmleditformat( pointofOrigin )# #htmleditformat( guarantee )# #lsdateformat( termsOfGuarantee, "MM/DD/YYYY")#
PK¸­ÔÕf9f9PK-7°qPÿÿÿÿÿÿÿÿABID/reportCenter/reports/syscoquote/formats/inc_tabularFormat.cfm select customerSku as sku from tbl_PRD_CustomerSkus ds with (nolock) where ds.skuId = and ds.customerid = and ds.customertype = 'dst' and ds.linkType = 'SKU' and ds.ownerId = and ds.fsl_tablecode = #qmd_distributor.bidDstName##_crlf# #qmd_distributor.bidDstAddress##_crlf# #qmd_distributor.bidDstCity#, #qmd_distributor.bidDstState# #qmd_distributor.bidDstZip##_crlf# #_crlf# #qmd_bidPartnerContact.firstname# #qmd_bidPartnerContact.lastname##_crlf# Phone: #qmd_bidPartnerContact.phone# Ext. #qmd_bidPartnercontact.phoneExt##_crlf# Fax: #qmd_bidPartnerContact.fax##_crlf# Email: #qmd_bidPartnerContact.email# #brokerStruct.clientName##_crlf# #brokerStruct.clientStr1##_crlf# #brokerStruct.clientCity#, #brokerStruct.clientState# #brokerStruct.clientZipcode##_crlf# #qmd_bidAdministrator.firstName# #qmd_bidAdministrator.lastName##_crlf# Phone: #qmd_bidAdministrator.phone# Ext. #qmd_bidAdministrator.phoneext#(#brokerStruct.clientAc#) #brokerStruct.clientPhone##_crlf# Fax: #qmd_bidAdministrator.fax##brokerStruct.clientFaxAc#) #brokerStruct.clientFax##_crlf# Email: #qmd_bidAdministrator.email##_crlf# #qmd_agency.bidAgencyName##_crlf# #qmd_agency.address##_crlf# #qmd_agency.bidAgencyCity#, #qmd_agency.bidAgencyState# #qmd_agency.zipcode##_crlf# _xlsData = SpreadsheetNew( "Routing" ); SpreadsheetSetActiveSheet( _xlsData, "Routing" ); SpreadsheetSetCellValue( _xlsData, "To:", 1, 1 ); SpreadsheetSetCellValue( _xlsData, "From:", 1, 4 ); SpreadsheetSetCellValue( _xlsData, "Agency:", 1, 8 ); SpreadsheetSetActiveSheet( _xlsData, "Routing" ); PKsýkD ' 'PK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/reports/syscoquote/formats/inc_xls.cfm select customerSku as sku from tbl_PRD_CustomerSkus ds where ds.skuId = and ds.customerid = and ds.customertype = 'dst' and ds.linkType = 'SKU' and ds.ownerId = and ds.fsl_tablecode = #qmd_distributor.bidDstName##_crlf# #qmd_distributor.bidDstAddress##_crlf# #qmd_distributor.bidDstCity#, #qmd_distributor.bidDstState# #qmd_distributor.bidDstZip##_crlf# #_crlf# #qmd_bidPartnerContact.firstname# #qmd_bidPartnerContact.lastname##_crlf# Phone: #qmd_bidPartnerContact.phone# Ext. #qmd_bidPartnercontact.phoneExt##_crlf# Fax: #qmd_bidPartnerContact.fax##_crlf# Email: #qmd_bidPartnerContact.email# #brokerStruct.clientName##_crlf# #brokerStruct.clientStr1##_crlf# #brokerStruct.clientCity#, #brokerStruct.clientState# #brokerStruct.clientZipcode##_crlf# #qmd_bidAdministrator.firstName# #qmd_bidAdministrator.lastName##_crlf# Phone: #qmd_bidAdministrator.phone# Ext. #qmd_bidAdministrator.phoneext#(#brokerStruct.clientAc#) #brokerStruct.clientPhone##_crlf# Fax: #qmd_bidAdministrator.fax##brokerStruct.clientFaxAc#) #brokerStruct.clientFax##_crlf# Email: #qmd_bidAdministrator.email##_crlf# #qmd_agency.bidAgencyName##_crlf# #qmd_agency.address##_crlf# #qmd_agency.bidAgencyCity#, #qmd_agency.bidAgencyState# #qmd_agency.zipcode##_crlf# _xlsData = SpreadsheetNew( "Routing" ); SpreadsheetSetActiveSheet( _xlsData, "Routing" ); SpreadsheetSetCellValue( _xlsData, "To:", 1, 1 ); SpreadsheetSetCellValue( _xlsData, "From:", 1, 4 ); SpreadsheetSetCellValue( _xlsData, "Agency:", 1, 8 ); SpreadsheetSetActiveSheet( _xlsData, "Routing" ); PKÒ]1`E'E'PK-7°qPÿÿÿÿÿÿÿÿABID/reportCenter/reports/syscoquote/formats/pdf-stylesheet-v1.csstable { font-family:arial; font-size:9pt; border-collapse:collapse; width:100%; } td { vertical-align:top; padding-top:1px; } td.n, td.r { text-align:right; } table.lines > tbody > tr.spec { background-color:#E0E0E0; } table.lines > tbody > tr.spec label { padding-right:.5em; font-weight:bold; } table.lines > tbody > tr.spec label + label { padding-left:1.5em; } table.lines > tbody > tr.manufacturer { background-color:#C0C0C0; } table.lines > tbody > tr.manufacturer label { padding-right:.5em; font-weight:bold; } table.lines > tbody > tr.manufacturer label + label { padding-left:1.5em; } table.lines > tbody > tr.manufacturer table tr td:first-child { width:90px; } table.lines > tbody > tr.manufacturer table tr td:first-child + td { width:200px; } table.lines > tbody > tr.manufacturer table tr td:first-child + td + td { width:120px; } table.lines > tbody > tr.manufacturer table tr td:first-child + td + td + td { width:400px; } table.lines > tbody > tr.manufacturer table tr td[colspan='3'] { width:auto; } table.lines > tbody > tr.manufacturer table tr + tr td { font-style:italic; } table.lines { border:1px solid silver; } table.lines > tbody > tr > td { border-top:1px solid silver; } table.lines > tbody > tr:first-child > td { border-top:none; } table.lines > thead > tr > td { border-bottom:1px solid black; } table.lines td.n { padding-right:.5em; } table.heading2 { width:100%; } table.heading2 td { vertical-align:top; line-height:1.1em; } table.heading2 > tbody > tr > td > table { width:100%; } table.heading2 label { font-style: italic; } table.heading2 td.r { text-align:right; padding-right:1.1em; } table.heading2 > tbody > tr > td > table > tbody > tr:first-child > td + td { font-weight:bold; } table.heading2 { margin-bottom:1.1em; } table.heading > tbody > tr:first-child > td:first-child, table.heading > tbody > tr:first-child > td:first-child + td + td, table.heading > tbody > tr:first-child + tr > td:first-child + td + td { width:7%; } table.heading > tbody > tr:first-child > td:first-child + td, table.heading > tbody > tr:first-child > td:first-child + td + td + td { font-weight:bold; } table.heading { margin-bottom:1em; } table.heading > tbody > tr > td > label, table.agency > tbody > tr > td > label { font-style:italic;} table.heading > tbody > tr > td.r > label, table.agency > tbody > tr > td.r > label { padding-right:.5em; } table.agency > tbody > tr:first-child > td:first-child { width:7%; } table.agency > tbody > tr:first-child + tr > td:first-child + td { width:9%; } table.agency > tbody > tr:first-child + tr > td:first-child + td + td + td { width:10%; } table.agency { margin-bottom:1em; } tr.sku-detail > td > table { margin-top:2px; margin-bottom:2px; } tr.sku-detail > td > table td label { font-style:italic; padding-right:.5em; } tr.sku-detail .distributors td:first-child { width:auto; } tr.sku-detail .distributors td:first-child label { white-space:nowrap; } tr.sku-detail .distributors td:first-child + td { width:100%; } tr.sku-detail .distributors td:first-child + td strong { color: red; } tr.sku-detail table.sku-detail-more tbody tr td:first-child { width:10%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td { width:34%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td + td { width:8%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td + td + td { width:38%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td + td + td + td { width:4%; } tr.sku-detail table.sku-detail-more tbody tr td:first-child + td + td + td + td + td { width:7%;} table.sample { margin:7px; } table.sample td label { font-style:italic; } table.sample tbody tr td:first-child { width:8%; } table.sample tbody tr:first-child td:first-child + td + td { width:8%; } table.sample tbody tr:first-child td:first-child + td + td + td + td { width:8%; } table.disclaimer { margin-bottom:10px; margin-top:10px; margin-left:20px; } table.disclaimer td + td { font-family:arial; font-size:9pt; padding-left:5px; padding-right:10px; } table.disclaimer td + td p { font-style:italic; margin:0px; padding:0px; } table.disclaimer td + td p + p { margin-top:.5em; } table.disclaimer label { font-weight:bold; font-style:italic; } tr.sku td:first-child + td + td + td + td + td { background-color:#E0E0E0; font-weight:bold; width:65px; } /* delivered */ tr.sku td:first-child + td + td + td + td + td + td { background-color:#E0E0E0; font-weight:bold; width:65px; } /* fob */ tr.sku td:first-child + td + td + td + td + td + td + td { background-color:#E0E0E0;font-weight:bold; width:65px; } /* bill back */ tr.sku td:first-child + td + td + td + td + td + td + td + td { background-color:#E0E0E0; font-weight:bold; width:65px; } /* off invoice */ tr.sku td:first-child + td + td + td + td + td + td + td + td + td { background-color:#E0E0E0; font-weight:bold; width:65px; } /* per */ tr.sku td.list-price { text-align:center; text-transform:uppercase; font-style:italic; } tr.sku td.list-price + td { background-color:white !important; } PK[AÏ00PK-7°qPÿÿÿÿÿÿÿÿ>BID/reportCenter/reports/syscoquote/formats/pdf-stylesheet.css* { font-family:arial; font-size:10pt; } table { border-collapse:collapse; width:100%; page-break-inside:avoid !important; } td { vertical-align:top; } table.heading2 { width:100%; font-size:11pt; margin-top:0px; } table.heading2 table { width:100%; font-size:inherit; } table.heading2 td { padding-bottom:3px; padding-top:1px; } table.heading2 table + table { margin-top:25px; } table.heading2 tbody tr td:first-child td:first-child { width:85px; text-align:left; } table.heading2 tbody tr td:first-child + td td:first-child { width:60px; text-align:left; } table.heading2 tbody tr td:first-child + td + td td:first-child { width:105px; text-align:left; } /* first row of first sub-heading table is larger */ table.heading2 tbody tr td table:first-child tbody tr:first-child td { font-size:12pt; } /* the third sub-heading tables are bold except for 2nd and 3rd row of first sub-heading table */ table.heading2 tbody tr td + td + td table tbody tr td { font-weight:bold; } table.heading2 tbody tr td + td + td table:first-child tbody tr:first-child + tr td { font-weight:normal} table.heading2 tbody tr td + td + td table:first-child tbody tr:first-child + tr + tr td { font-weight:normal} table.heading2 tbody tr td + td + td table tbody tr td:first-child + td div { color:lime; overflow:hidden; width:100px; white-space:nowrap; } table.disclaimer { width:100%; margin-top:15px;} table.disclaimer td { font-size:8pt; } table.disclaimer td:first-child { width:91px; } table.disclaimer td:first-child + td p { margin:0px; padding:0px; padding-right:20px; } table.disclaimer td:first-child + td p + p { margin-top:.5em; } p.mfr-disclaimer { font-size: 11pt; font-family:arial; } table.bidLineProduct + table.line { margin-top:10px; } table.line { border-top:1px solid black; } table.line tr:first-child td { background-color:#F0F0F0; font-weight:bold; padding-top:3px; padding-bottom:1px;} table.line tr td:first-child { width:40px; padding-left:3px; } table.line tr td:first-child + td { width:65px;} table.line tr td:first-child + td + td { width:45px;} table.line tr td:first-child + td + td + td { width:650px;} table.line tr td:first-child + td + td + td + td { width:30px;} table.line tr td:first-child + td + td + td + td + td { width:auto;} table.line tr:first-child + tr td { font-size:9pt; padding-top:3px; } table.line tr:first-child + tr td label { font-size:9pt; } table.bidLineProduct { margin-top:12px; } table.line + table.bidLineProduct { margin-top:18px; } table.bidLineProduct table * { font-size:9pt; } table.bidLineProduct label { color: #707070; } table.sku-1 td:first-child { width:55px; } table.sku-1 td:first-child + td { width:70px; font-weight:bold; } /* sku */ table.sku-1 td:first-child + td + td { width:40px; } table.sku-1 td:first-child + td + td + td { width:70px; } /* packsize */ table.sku-1 td:first-child + td + td + td + td { width: 50px; } table.sku-1 td:first-child + td + td + td + td + td { width: auto; font-weight:bold; } /* product */ table.sku-2 td:first-child { width:55px; } table.sku-2 td:first-child + td { width:70px; } /* dst sku */ table.sku-2 td:first-child + td + td { width:40px; } table.sku-2 td:first-child + td + td + td { width:70px; } /* net */ table.sku-2 td:first-child + td + td + td + td { width: 40px; } table.sku-2 td:first-child + td + td + td + td + td { width: 70px; } /* gross */ table.sku-2 td:first-child + td + td + td + td + td + td { width: 60px; } table.sku-2 td:first-child + td + td + td + td + td + td + td { width: 45px; } /* tie x high */ table.sku-2 td:first-child + td + td + td + td + td + td + td + td { width: 40px; } table.sku-2 td:first-child + td + td + td + td + td + td + td + td + td { width: auto; } /* cube */ table.sku-3 td:first-child { width:65px; } table.sku-3 td:first-child + td { width:275px; } table.sku-3 td:first-child + td + td { width:60px; } table.sku-3 td:first-child + td + td + td { width:115px; } table.sku-3 td:first-child + td + td + td + td { width:70px; } table.sku-3 td:first-child + td + td + td + td + td { width:auto; } table.sku-4 td:first-child { width:595px; } table.sku-4 td:first-child + td { width:auto; } /* alternate column */ table.sku-4 td p { margin-top:0px; margin-bottom:0px; line-height:1em; font-size:9pt; } table.sku-4 td p + p { margin-top:5px; } td.pricing { width: 250px; } td.pricing div { text-align:center; font-weight:bold; font-size:9pt; } td.pricing table td:first-child { text-align:right; padding-right:5px; width:160px;} td.pricing table td:first-child + td { text-align:left; width:90px; } table.mfr { margin-bottom:15px; } table.mfr td { padding-bottom:3px; } table.mfr tbody tr td:first-child { width:100px; } table.mfr tbody tr td:first-child + td { font-weight:bold; } table.mfr tbody tr:first-child td { font-size:12pt; } table.mfr tbody tr:first-child label { font-size:12pt; } table.mfr tbody tr:first-child + tr td { font-size:9pt; } table.mfr tbody tr:first-child + tr label { font-size:9pt; } table.mfr p { font-size:9pt; margin-top:5px; margin-bottom:0px; line-height:1em; } table.mfr label { color: #707070; } PKzl£fIIPK-¯Š‘Sÿÿÿÿÿÿÿÿ*BID/reportCenter/reports/syscoquote/model/PKPK-7°qPÿÿÿÿÿÿÿÿ6BID/reportCenter/reports/syscoquote/model/inc_data.cfm select blpd.bidLineProductId from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_BID_BidLineProducts blp on blp.ownerId = blpd.ownerId and blp.ownerType = blpd.ownerType and blp.bidLineProductId = blpd.bidLineProductId inner join tbl_BID_BidLines bl with (nolock) on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where bl.bidId = and bl.ownerId = and bl.ownerType = and blpd.bidDstId = and blpd.quoteStatus = 'Y' select * from qmd_bidLineProducts where not bidLineProductId in ( ) PK•-Ç®®PK-7°qPÿÿÿÿÿÿÿÿ1BID/reportCenter/reports/syscoquote/_Criteria.cfm select cdr_recordID from tbl_CDR_Distributors with (nolock) where ownerId = and fsl_tablecode = and crmActive = 'Y' and cdr_dstcompanytype = 'P' and fsl_dstid =
:
:
: singlemultiple

PKß(ªããPK-7°qPÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/syscoquote/_Execute.cfm PKþ gPK-7°qPÿÿÿÿÿÿÿÿ-BID/reportCenter/reports/syscoquote/_Help.cfm

SYSCO Bid Quote

This is a special format Excel file for use with Sysco

PKl(^DDPK-7°qPÿÿÿÿÿÿÿÿ0BID/reportCenter/reports/syscoQuote_criteria.cfmPKî‡//PK-7°qPÿÿÿÿÿÿÿÿ/BID/reportCenter/reports/syscoQuote_execute.cfmPK´%´|..PK-7°qPÿÿÿÿÿÿÿÿ,BID/reportCenter/reports/syscoQuote_help.cfmPK0Q]â++PK-²Š‘SÿÿÿÿÿÿÿÿBID/reportCenter/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿ2BID/reportCenter/utilities/ult_bidAgencySelect.cfm SELECT DISTINCT bidAgencyId, bidAgencyName FROM bidAgencies ORDER BY bidAgencyName PKyW‡ ccPK-7°qPÿÿÿÿÿÿÿÿ5BID/reportCenter/utilities/ult_bidTerritorySelect.cfm SELECT DISTINCT territoryId FROM qmd_bids WHERE territoryId IS NOT NULL PK2$òòPK-7°qPÿÿÿÿÿÿÿÿ6BID/reportCenter/utilities/utl_awardedBidDstSelect.cfm PK®‘ö££PK-7°qPÿÿÿÿÿÿÿÿ9BID/reportCenter/utilities/utl_bidAdministratorSelect.cfm PKœtØ++PK-7°qPÿÿÿÿÿÿÿÿ2BID/reportCenter/utilities/utl_bidAgencySelect.cfm select distinct bidAgencyId, bidAgencyName, upper( bidAgencyName ) sortName from qmd_bidAgencies order by sortName select bidAgencyId, bidAgencyName from qmd_bidAgencies where linked = 'Y' PKußÌQ¼ ¼ PK-7°qPÿÿÿÿÿÿÿÿ/BID/reportCenter/utilities/utl_bidBSRSelect.cfm PKgãØžPK-7°qPÿÿÿÿÿÿÿÿ/BID/reportCenter/utilities/utl_bidDstSelect.cfm select distinct bidDstId, bidDstName, upper( bidDstName ) sortName from qmd_bidDistributors where quoteCount > 0 order by sortName PK,„«À¬ ¬ PK-7°qPÿÿÿÿÿÿÿÿ/BID/reportCenter/utilities/utl_bidMfrSelect.cfm select distinct mfrId from qmd_skuOverrideMFRs select * from qmd_bidManufacturers where mfrId in ( ) PK0~ 7ó ó PK-7°qPÿÿÿÿÿÿÿÿ,BID/reportCenter/utilities/utl_bidSelect.cfm select * from qmd_bids order by #attributes.orderBy# PK–p|‰  PK-7°qPÿÿÿÿÿÿÿÿ/BID/reportCenter/utilities/utl_bidSkuSelect.cfm PKýBBBPK-7°qPÿÿÿÿÿÿÿÿ5BID/reportCenter/utilities/utl_bidTerritorySelect.cfm PK0£ü 55PK-7°qPÿÿÿÿÿÿÿÿ7BID/reportCenter/utilities/utl_classificationSelect.cfm PKO ôÂÂPK-7°qPÿÿÿÿÿÿÿÿ,BID/reportCenter/utilities/utl_dstSelect.cfm select * from qmd_bidDistributors where archive = 'N' and cdr_recordId is not null PK´õߪØØPK-7°qPÿÿÿÿÿÿÿÿ3BID/reportCenter/utilities/utl_likelyRecipients.cfm select * from qmd_contacts where archive <> 'Y'
#htmleditformat( qmd_manufacturer.bidMfrName )# - #htmleditformat( lastName )#, #htmleditformat( firstName )#
select * from qmd_contacts where archive <> 'Y'
#htmleditformat( qmd_distributor.bidDstName )# - #htmleditformat( lastName )#, #htmleditformat( firstName )#
PKãp÷©“ “ PK-7°qPÿÿÿÿÿÿÿÿ3BID/reportCenter/utilities/utl_mfrContactSelect.cfm Select MFR contact to appear on the report
PKˆàæÒââPK-7°qPÿÿÿÿÿÿÿÿ2BID/reportCenter/utilities/utl_priceListSelect.cfm PKiqŒPK-7°qPÿÿÿÿÿÿÿÿ0BID/reportCenter/utilities/utl_segmentSelect.cfm PKâëõ¡ààPK-»Š‘Sÿÿÿÿÿÿÿÿ BID/scripts/PKPK-°ESÿÿÿÿÿÿÿÿBID/scripts/fse-bid-bid.jsvar Fse; if( ! Fse ) Fse = {}; if( ! Fse.BID ) Fse.BID = {}; YAHOO.util.Event.addListener( document, "load", function() { //alert( 'Hello World!' ); }) Fse.BID.archiveBid = function( nBidId, sDescription ) { if( document.forms.frm_archiveBid ) { if( confirm( "Archive '" + sDescription + "' Bid?, Click Okay to Archive, Cancel otherwise." )) { document.forms.frm_archiveBid.elements.bidId.value = nBidId; Fse.Ajax.sendForm( document.forms.frm_archiveBid ); Fse.Ajax.reload(); } } }; Fse.BID.sendTradeRequestToMFR = function( nBidId, nBidMfrId ) { var sURL = Fse.BID.getHandler() + "?ajax=sendTradeRequestDialog"; var sURL = Fse.Util.updateURL( sURL, { bidId : nBidId, bidMfrId : nBidMfrId, returnURL : window.location.href }) var oOptions = {}; oOptions.src = sURL; oOptions.title = "Transmit Price Request"; oOptions.width = "500px"; oOptions.preSubmit = function() { Fse.Ajax.showWait( 100, "Working..." ); return true; } oOptions.onSuccess = function( oRequest ) { alert( "A Pricing Request has been Sent to the MFR" ); var oResponse = Fse.Util.parseJSON( oRequest.responseText ); if( oResponse.RETURNURL ) { window.location.href = oResponse.RETURNURL; } else { Fse.Ajax.reload(); } }; Fse.DialogManager.show( "sendTradeRequestDialog$", oOptions ); }; Fse.BID.showMFRSKUComments = function() { $('tr.mfrSKUComment').each( function() { Fse.BID.toggleBidLineProductDetail( this.id.replace( /^blpdt_|_mfrSKUComment$/g, '')) } ); }; Fse.BID.editBidPricing = function( nBidId, nBidMfrId, nTerritoryId ) { var sURL = Fse.BID.getHandler() + "?ajax=pricingDialog&bidId=" + nBidId + "&bidMfrId=" + nBidMfrId + "&territoryId=" + nTerritoryId; if( ! nTerritoryId ) { alert( 'This action cannot be completed due to unlinked agency.' ); return false; } var oOptions = {}; oOptions.src = sURL; oOptions.title = "Edit Manufacturer Pricing"; oOptions.width = "960px"; oOptions.onSuccess = function( oRequest ) { var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); } }; Fse.DialogManager.show( "editBidPricingDialog$", oOptions ); }; Fse.BID.deleteBid = function( nBidId ) { var sURL = Fse.BID.getHandler() + "?ajax=deleteBidDialog&bidId=" + nBidId; var fnOnSuccess = function( oRequest ) { var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); } }; Fse.BID.showGenericDialog( "Delete Bid", sURL, fnOnSuccess, 500 ); }; Fse.BID.validateBidDelete = function( oForm ) { if( ! document.getElementById( "deleteConfirmed_Y" ).checked ) { alert( "In order to delete this Bid, you must check 'Yes - Delete this Bid' and provide the reason your are deleting it.\n\nIf you do not wish to delete this Bid click the 'Cancel' button instead." ); return false; } else { return true; } }; Fse.BID.bidLinesDialog_toggleFields = function( sId ) { var sFromToggle = "expand-plus"; var sToToggle = "expand-minus"; var oTr = document.getElementById( sId ); if( YAHOO.util.Dom.hasClass( oTr, "fse-hidden" )) { // open it - minus YAHOO.util.Dom.removeClass( oTr, "fse-hidden" ); // YAHOO.util.Dom.replaceClass( sId + "X", "uArr", "dArr" ); sFromToggle = "expand-plus"; sToToggle = "expand-minus"; Fse.BID._focusFirstInputField( oTr ); } else { // close it - plus YAHOO.util.Dom.addClass( oTr, "fse-hidden" ); // YAHOO.util.Dom.replaceClass( sId + "X", "dArr", "uArr" ); sFromToggle = "expand-minus"; sToToggle = "expand-plus"; } /* if( oTr.getAttribute( "fse:sampleFieldToggle" ) && oTr.getAttribute( "fse:sampleFieldsInitialized") == "0" ) { // this first time we open the sample requirements field, check the box oTr.setAttribute( "fse:sampleFieldsInitialized", "1" ); oSampleToggle = document.forms.frm_bidLines.elements[oTr.getAttribute( "fse:sampleFieldToggle" )]; oSampleToggle.checked = true; var aParts = oSampleToggle.name.split( "_" ); var nSequence = aParts[1]; Fse.BID.sampleRequiredChanged( oSampleToggle, "sampleRequirements_" + nSequence ); } */ var aToggles = YAHOO.util.Dom.getElementsByClassName( sId + "X", "span", "bidLinesGrid" ); for( var x = 0; x < aToggles.length; x++ ) { YAHOO.util.Dom.replaceClass( aToggles[x], sFromToggle, sToToggle ); } }; Fse.BID._focusFirstInputField = function( oElement ) { var oFirstField = null; var fnTest = function( e ) { if( ! e.disabled && ( e.type.toLowerCase() == "text" || e.type.toLowerCase() == "checkbox" )) { return true; } else { return false; } }; var aFields = YAHOO.util.Dom.getElementsBy( fnTest, "input", oElement ); if( aFields.length ) { aFields[0].focus(); oFirstField = aFields[0]; } return oFirstField; }; Fse.BID.bidLinesDialog_removeRow = function( nSequence ) { //alert( "Fse.BID.bidLinesDialog_removeRow" ); var oBidLinesGrid = document.getElementById( "bidLinesGrid" ); if( ! oBidLinesGrid ) { return; } if( ! confirm( "Remove Line #" + nSequence + "?" ) ) { return; } var sLineClass = "bl_" + nSequence; var aRows = YAHOO.util.Dom.getElementsByClassName( sLineClass, "tr", oBidLinesGrid ); for( var x = 0; x < aRows.length; x++ ) { aRows[x].parentNode.removeChild( aRows[x] ); } if( oBidLinesGrid.tBodies[0].rows.length == 0) { // if all of the lines have been removed, reset and add a new one oBidLinesGrid.setAttribute( "fse:lineCount", "0" ); Fse.BID.bidLinesDialog_addRow(); } }; Fse.BID.bidLinesDialog_addRow = function() { var oBidLinesGrid = document.getElementById( "bidLinesGrid" ); if( ! oBidLinesGrid ) { return; } var oInsertBeforeRow = oBidLinesGrid.tBodies[0].rows[0]; var nLineCount = oBidLinesGrid.getAttribute( "fse:lineCount" ) * 1; nLineCount = nLineCount + 1; var nBidId = document.forms.frm_bidLines.elements.bidId.value * 1; var fnUpdateTable = function( oRequest ) { var oNewRow = Fse.UI.addTableRowFromContent( oBidLinesGrid, oRequest.xhRequest.responseText, true, oInsertBeforeRow ); if( oNewRow ) { // move to the first input field Fse.BID._focusFirstInputField( oNewRow ); oBidLinesGrid.setAttribute( "fse:lineCount", nLineCount ); } }; var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=bidLinesDialog_addRow&sequence=" + nLineCount + "&bidId=" + nBidId; Fse.Ajax.getURL( sURL, fnUpdateTable ); }; Fse.BID.bidLinesDialog_productPicked = function( oRequest ) { var sBidSku = Fse.Ajax.getResponseHeader( oRequest, "x-fse-bid-sku" ); var nSequence = Fse.Ajax.getResponseHeader( oRequest, "x-fse-sequence" ); var nSkuSequence = Fse.Ajax.getResponseHeader( oRequest, "x-fse-skuSequence" ); var nBidSkuId = Fse.Ajax.getResponseHeader( oRequest, "x-fse-bid-sku-id" ); document.forms.frm_bidLines.elements[ "bidSkuId_" + nSequence + "_" + nSkuSequence ].value = nBidSkuId; document.forms.frm_bidLines.elements[ "bidSku_" + nSequence + "_" + nSkuSequence ].value = sBidSku; Fse.BID.bidLinesDialog_validateSKUs( nSequence, nSkuSequence ); } Fse.BID.bidLinesDialog_productsPicked = function( oRequest ) { var nSequence = Fse.Ajax.getResponseHeader( oRequest, "x-fse-sequence" ); var aBidSkuId = Fse.Ajax.getResponseHeader( oRequest, 'x-fse-bid-sku-id' ); var nSkuCount = Fse.Ajax.getResponseHeader( oRequest, 'x-fse-sku-count' ); Fse.BID.bidLinesDialog_addSkuRow( 'multiple', nSequence, aBidSkuId ); } Fse.BID.bidLinesDialog_addSkuRow = function( sMethod, nSequence, aBidSkuId ) { var oBidLineSkusGrid = document.getElementById( 'bidLineSkusGrid_' + nSequence ); var nBidId = document.forms.frm_bidLines.elements.bidId.value * 1; var sHandlerURL = Fse.BID.getHandler(); var nSkuCount = oBidLineSkusGrid.getAttribute( 'fse:skucount' ) * 1; var nSkuSequence = nSkuCount + 1; if( sMethod == 'single' ) { nSkuCount = nSkuCount + 1; } else { nSkuCount = nSkuCount + aBidSkuId.split( ',' ).length; } var fnUpdateTable = function( oRequest ) { if( sMethod == 'multiple' ) { //delete rows that have no values for( var i = 1; i < nSkuCount; i++ ) { var nSkuSequence = nSkuSequence + 1; var oBidSkuId = document.getElementsByName( 'bidSkuId_' + nSequence + '_' + i )[0]; if( oBidSkuId && oBidSkuId.value == "0" ) { var sSkuClass = 'bl_' + nSequence + '_' + i; var aSkus = YAHOO.util.Dom.getElementsByClassName( sSkuClass, 'tr', oBidLineSkusGrid ); for( var x = 0; x < aSkus.length; x++ ) { aSkus[x].parentNode.removeChild( aSkus[x] ); } } } } var oNewRow = Fse.UI.addTableRowFromContent( oBidLineSkusGrid, oRequest.xhRequest.responseText, true ); oBidLineSkusGrid.setAttribute( 'fse:skuCount', nSkuCount ); }; var sURL = sHandlerURL + '?ajax=bidLinesDialog_addSku&method=' + sMethod + '&sequence=' + nSequence + '&skuSequence=' + nSkuSequence + '&bidSkuId=' + aBidSkuId + '&bidId=' + nBidId; Fse.Ajax.getURL( sURL, fnUpdateTable ); } Fse.BID.bidLinesDialog_removeSku = function( nSequence, nSkuSequence ) { //alert( "Fse.BID.bidLinesDialog_removeSku" ); var oBidLineSkusGrid = document.getElementById( 'bidLineSkusGrid_' + nSequence ); if( ! oBidLineSkusGrid ) { return; } var sBidSku = document.getElementById( 'bidSku_' + nSequence + '_' + nSkuSequence ).value; if( ! confirm( 'Remove Sku: ' + sBidSku + '?' ) ) { return; } var sSkuClass = 'bl_' + nSequence + '_' + nSkuSequence; var aSkus = YAHOO.util.Dom.getElementsByClassName( sSkuClass, 'tr', oBidLineSkusGrid ); for( var x = 0; x < aSkus.length; x++ ) { aSkus[x].parentNode.removeChild( aSkus[x] ); } if( oBidLineSkusGrid.tBodies[0].rows.length == 0) { // if all of the skus have been removed, reset and add a new one oBidLineSkusGrid.setAttribute( 'fse:skuCount', '0' ); Fse.BID.bidLinesDialog_addSkuRow( 'single', 1, 0 ); } }; Fse.BID.bidLinesDialog_showDistributors = function( nSequence, nSkuSequence, nBidSkuId ) { var oTr = document.getElementById( 'bl_' + nSequence + '_' + nSkuSequence + '_dsts_1' ); if( YAHOO.util.Dom.hasClass( oTr, 'fse-hidden' ) ) { YAHOO.util.Dom.removeClass( oTr, 'fse-hidden' ); } var nBidId = document.forms.frm_bidLines.elements.bidId.value * 1; var sHandlerURL = Fse.BID.getHandler(); var sQueryString = '?ajax=bidLinesDialog_showDistributors&sequence=' + nSequence + '&skuSequence=' + nSkuSequence + '&bidId=' + nBidId + '&bidSkuId=' + nBidSkuId; var sURL = sHandlerURL + sQueryString; var oSocket = document.getElementById( 'bl_' + nSequence + '_' + nSkuSequence + '_dsts_socket' ); if( oSocket ) { Fse.Ajax.updateContent( sURL, oSocket ); } } Fse.BID.bidLinesDialog_validateSKUs = function( nSequence, nSkuSequence ) { var oForm = document.forms.frm_bidLines; if( ! oForm ) { return false; } // resolve SKU references oForm.elements.step.value = "preSubmit"; if( nSequence ) { oForm.elements.sequenceToValidate.value = nSequence; } else { oForm.elements.sequenceToValidate.value = 0; } var oRequest = Fse.Ajax.sendForm( oForm ); var bValid = true; var _response; var JSON; if( JSON ) { _response = JSON.parse( oRequest.responseText ); } else { _response = YAHOO.lang.JSON.parse( oRequest.responseText ); } for( var nSequence in _response.SKURESULTS ) { var sku = _response.SKURESULTS[nSequence][nSkuSequence]; var sMessageId = "bl_" + nSequence + "_" + nSkuSequence + "_msg"; var oMessageTextElement = document.getElementById( sMessageId + "Text" ); YAHOO.util.Dom.removeClass( sMessageId, "bid-error" ); var oSKUElement = document.forms.frm_bidLines.elements["bidSku_" + nSequence + "_" + nSkuSequence ]; var oSKUIdElement = document.forms.frm_bidLines.elements["bidSkuId_" + nSequence + "_" + nSkuSequence ]; var oPackElement = document.getElementById( "bl_" + nSequence + "_" + nSkuSequence + "_pack" ); var oMFRElement = document.getElementById( "bl_" + nSequence + "_" + nSkuSequence + "_mfr" ); var oCommentsTRElement = "bl_" + nSequence + "_" + nSkuSequence + "_comments"; var oCommentsInputElement = document.getElementById( "skuComments_" + nSequence + "_" + nSkuSequence ); var oDST1TRElement = document.getElementById( "bl_" + nSequence + "_" + nSkuSequence + "_dsts_1" ); var oDST2TRElement = document.getElementById( "bl_" + nSequence + "_" + nSkuSequence + "_dsts_2" ); var oDSTSocket = document.getElementById( "bl_" + nSequence + "_" + nSkuSequence + "_dsts_socket" ); var oSearchElement = document.getElementById( "bidSkuSearch_" + nSequence + "_" + nSkuSequence ); oSKUIdElement.value = sku.BIDSKUID; oSKUElement.value = sku.BIDSKU; if( sku.DESCRIPTION != "" ) { oSKUElement.setAttribute( "title", sku.DESCRIPTION ); } else { oSKUElement.removeAttribute( "title" ); } if( sku.MFR != "" ) { oMFRElement.setAttribute( "title", sku.MFR ); } else { oMFRElement.removeAttribute( "title" ); } if( sku.PACK != "" ) { oPackElement.setAttribute( "title", sku.PACK ); } else { oPackElement.removeAttribute( "title" ); } if( sku.STATUS == "?" ) { YAHOO.util.Dom.addClass( sMessageId, "fse-hidden" ); oMessageTextElement.innerHTML = ""; oMFRElement.innerHTML = ""; oPackElement.innerHTML = ""; YAHOO.util.Dom.addClass( oCommentsTRElement, 'fse-hidden' ); oCommentsInputElement.value = ""; YAHOO.util.Dom.addClass( oDST1TRElement, 'fse-hidden' ); if( !YAHOO.util.Dom.hasClass( oDST2TRElement, 'fse-hidden' ) ) { Fse.BID.bidLinesDialog_toggleFields( 'bl_' + nSequence + '_' + nSkuSequence + '_dsts_2' ); YAHOO.util.Dom.addClass( oDST2TRElement, 'fse-hidden' ); } oDSTSocket.innerHTML = ""; } else { oMessageTextElement.innerHTML = sku.MESSAGE; if( sku.STATUS == "OK" ) { YAHOO.util.Dom.removeClass( sMessageId, "bid-error" ); YAHOO.util.Dom.addClass( oSearchElement, "fse-hidden" ); if( sku.MESSAGE == "" ) { YAHOO.util.Dom.addClass( sMessageId, "fse-hidden" ); } else { YAHOO.util.Dom.removeClass( sMessageId, "fse-hidden" ); } oMFRElement.innerHTML = sku.DESCRIPTION; oPackElement.innerHTML = sku.PACK; YAHOO.util.Dom.removeClass( oCommentsTRElement, "fse-hidden" ); if( sku.MESSAGE != "" ) { YAHOO.util.Dom.addClass( sMessageId, "bid-error" ); } //show distributors to select Fse.BID.bidLinesDialog_showDistributors( nSequence, nSkuSequence, sku.BIDSKUID ); } else { YAHOO.util.Dom.removeClass( sMessageId, "fse-hidden" ); YAHOO.util.Dom.addClass( sMessageId, "bid-error" ); bValid = true; oSKUIdElement.value = "0"; oMFRElement.innerHTML = ""; oPackElement.innerHTML = ""; YAHOO.util.Dom.addClass( oCommentsTRElement, 'fse-hidden' ); oCommentsInputElement.value = ""; YAHOO.util.Dom.addClass( oDST1TRElement, 'fse-hidden' ); if( !YAHOO.util.Dom.hasClass( oDST2TRElement, 'fse-hidden' ) ) { Fse.BID.bidLinesDialog_toggleFields( 'bl_' + nSequence + '_' + nSkuSequence + '_dsts_2' ); YAHOO.util.Dom.addClass( oDST2TRElement, 'fse-hidden' ); } oDSTSocket.innerHTML = ""; } } } return bValid; }; Fse.BID.bidLinesDialog_onPreSubmit = function() { var oForm = document.forms.frm_bidLines; if( ! oForm ) { return false; } oForm.elements.step.value = "submit"; return true; }; Fse.BID.showAddBidLinesDialog = function( nBidId, sAfterURL ) { var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=bidLinesDialog&bidId=" + nBidId; if( sAfterURL ) { sURL = sURL + "&after=" + encodeURIComponent( sAfterURL ); } var oOptions = { src : sURL, title : "Add Bid Lines", width : "950px", onSuccess : function( oRequest ) { var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); // window.location.href = window.location.href; } } }; Fse.DialogManager.show( "bidLinesDialog$", oOptions ); }; Fse.BID.addEditBidLine = function( nBidId, nBidLineId, sAfterURL ) { var _addMode = false; if( ! nBidLineId ) { _addMode = true; } var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=addEditLineDialog&bidId=" + nBidId; if( ! _addMode ) { sURL = sURL + "&bidLineId=" + nBidLineId; } if( sAfterURL ) { sURL = sURL + "&after=" + encodeURIComponent( sAfterURL ); } var oOptions = { src : sURL, title : _addMode ? "Add Bid Line" : "Edit Bid Line", width : "500px", onSuccess : function( oRequest ) { var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); // window.location.href = window.location.href; } } }; Fse.DialogManager.show( "addEditLineDialog$", oOptions ); }; Fse.BID.deleteBidLine = function ( nBidLineId, sMessage, sURL ) { if( document.forms.frm_deleteBidLine ) { if( confirm( "Delete '" + sMessage + "' ?") ) { document.forms.frm_deleteBidLine.bidLineId.value = nBidLineId; Fse.Ajax.sendForm( document.forms.frm_deleteBidLine ); if( sURL ) { window.location.href = sURL; } else { Fse.Ajax.reload(); } // window.location.href = window.location.href; } } else { alert( "Delete not Allowed" ); } }; Fse.BID.pickProducts = function( nBidId, nBidMfrId ) { var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=pickProductsDialog&bidId=" + nBidId + "&bidMfrid=" + nBidMfrId; var oOptions = { src : sURL, title : "Pick Products", width : "650px", onSuccess : function( oRequest ) { Fse.Ajax.reload(); } }; Fse.DialogManager.show( "pickProductsDialog$", oOptions ); }; Fse.BID.renumberLines = function( nBidId ) { var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=renumberLinesDialog&bidId=" + nBidId; var oOptions = { src : sURL, title : "Re-Number Lines", width : "850px", onSuccess : function( oRequest ) { Fse.Ajax.reload(); } }; Fse.DialogManager.show( "renumberDialog$", oOptions ); }; Fse.BID.addBidLineProduct = function( nBidLineId ) { Fse.BID.editBidLineProduct( nBidLineId, null ); }; Fse.BID.addBidLineProductByMfr = function( nBidLineId, nBidMfrId ) { Fse.BID.editBidLineProduct( nBidLineId, null, null, nBidMfrId ); }; Fse.BID.pickBidProduct = function( oRequest ) { var bidSkuId = oRequest.getResponseHeader["x-fse-bid-sku-id"]; if( bidSkuId ) { bidSkuId = bidSkuId.replace( /^\s+|\s+$/g, "" ); var oSkuField; var sBidSku = oRequest.getResponseHeader["x-fse-bid-sku"]; if( sBidSku ) { oChild = YAHOO.util.Dom.getFirstChild( "skuPickSocket" ) if( oChild && oChild.tagName == "INPUT" ) { oSkuField = oChild; } } if( oSkuField ) { oSkuField.value = sBidSku; oSkuIdField = YAHOO.util.Dom.getNextSibling( oSkuField ); oSkuIdField.value = bidSkuId; } else { document.getElementById( "skuPickSocket" ).innerHTML = oRequest.responseText; } } var oDistributorTab = document.getElementById( "distributorTab" ); if( oDistributorTab ) { var sBidLineId = oDistributorTab.getAttribute( "fse:bidLineId" ); var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=bidLineProductDistributorsTab&bidSkuId=" + bidSkuId + "&bidLineId=" + sBidLineId; Fse.Ajax.updateContent( sURL, "distributorTab", null, null, true ); // synchronous } //refresh SKU description when bid product is selected Fse.BID.triggerSKUDescSearch( null, bidSkuId ); }; Fse.BID.validatePickedProducts2 = function( oForm ) { var bValid = false; if( oForm.elements.validate ) { var nCurrentBidSkuId = oForm.elements.bidSkuId.value; oForm.elements.validate.value = "true"; oRequest = Fse.Ajax.sendForm( oForm ); var nBidSkuId = oRequest.getResponseHeader( "x-fse-bid-sku-id" ); if( nBidSkuId != null) { oForm.elements.bidSkuId.value = nBidSkuId; } else { oForm.elements.bidSkuId.value = 0; } if( oForm.elements.bidSkuId.value > 0 ) { bValid = true; } if( ! bValid ) { oForm.elements.bidSku.focus(); var sMessage = oRequest.getResponseHeader( "x-fse-message" ); if( sMessage ) { alert( sMessage ); } else { alert( "SKU Not Found or Ambiguous SKU" ); } } else { if( nCurrentBidSkuId != oForm.elements.bidSkuId.value ) { // fix up distributor tab var oDistributorTab = document.getElementById( "distributorTab" ); if( oDistributorTab ) { // var sBidLineId = oDistributorTab.getAttribute( "fse:bidLineId" ); var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=bidLineProductDistributorsTab&bidSkuId=" + oForm.elements.bidSkuId.value + "&bidLineId=" + oForm.elements.bidLineId.value; Fse.Ajax.updateContent( sURL, "distributorTab", null, null, true ); // synchronous } } } oForm.elements.validate.value = "false"; } return bValid; }; Fse.BID.bidLineProductPicked = function( oRequest ) { var sBidSku = oRequest.getResponseHeader[ "x-fse-bid-sku" ]; var sBidLineId = oRequest.getResponseHeader[ "x-fse-bid-line-id" ]; sBidLineId = sBidLineId.replace( /^\s+|\s+$/g, "" ); var oField = document.getElementById( "blp_sku_" + sBidLineId ); if( oField ) { oField.value = sBidSku; } }; Fse.BID.cleanseNumeric = function( oForm ) { for( var fIdx = 0; fIdx < oForm.elements.length; fIdx++ ) { var oField = oForm.elements[fIdx]; var sFormat = Fse.FormManager.getFseAttribute( oField, "format" ); if( oField.type == "text" && ( sFormat == "integer" || sFormat == "decimal" || sFormat == "dollars" ) && oField.value ) { oField.value = Fse.FormManager.cleanseNumericValue( oField.value ); } } } Fse.BID.validateLineRenumber = function( oForm ) { var bValid = false; if( oForm.elements.validate ) { oForm.elements.validate.value = "true"; //need to cleanse numeric characters before sending form Fse.BID.cleanseNumeric( oForm ); oRequest = Fse.Ajax.sendForm( oForm ); sInvalidBidLineId = oRequest.getResponseHeader( "x-fse-invalid-bid-line-id" ) if( sInvalidBidLineId ) { var aBidLineIds = sInvalidBidLineId.split( "," ); for( var x = 0; x < aBidLineIds.length; x++ ) { YAHOO.util.Dom.addClass( "bl_" + aBidLineIds[x], "bid-alert" ); } document.getElementById( "renumberLines_message" ).innerHTML = "Line Number Conflict"; } else { bValid = true; oForm.elements.validate.value = "false"; } } return bValid; }; Fse.BID.validatePickedProducts = function( oForm ) { var bValid = false; if( oForm.elements.validate ) { oForm.elements.validate.value = "true"; oRequest = Fse.Ajax.sendForm( oForm ); sInvalidBidLineId = oRequest.getResponseHeader( "x-fse-invalid-bid-line-id" ) if( sInvalidBidLineId ) { var aBidLineIds = sInvalidBidLineId.split( "," ); for( var x = 0; x < aBidLineIds.length; x++ ) { YAHOO.util.Dom.addClass( "bl_" + aBidLineIds[x], "bid-alert" ); } document.getElementById( "pickProduct_message" ).innerHTML = "Invalid SKUS"; } else { bValid = true; oForm.elements.validate.value = "false"; } } return bValid; }; Fse.BID.editBidLineProduct = function ( nBidLineId, nBidLineProductId, sAfterURL, nBidMfrId, nTerritoryId ) { var _addMode = false; if( ! nBidLineProductId ) { _addMode = true; } var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=bidLineProductDialog&bidLineId=" + nBidLineId; if( ! _addMode ) { sURL = sURL + "&bidLineProductId=" + nBidLineProductId; } if( sAfterURL ) { sURL = sURL + "&after=" + encodeURIComponent( sAfterURL ); } if( nBidMfrId ) { sURL = sURL + "&bidMfrId=" + nBidMfrId; } if( nTerritoryId ) { sURL = sURL + "&territoryId=" + nTerritoryId; } var oOptions = { src : sURL, title : _addMode ? "Add Product" : "Edit Product", width : "650px", onSuccess : function( oRequest ) { Fse.Ajax.reload(); } }; var _dialogId = "bidLineProductDialog$" oOptions.beforeRenderEvent = function() { var oDialog = YAHOO.Fse.Dialogs[_dialogId]; oDialog.tabView = new YAHOO.widget.TabView("bidLineProductDialog-tab-set"); }; Fse.DialogManager.show( _dialogId, oOptions ); }; Fse.BID.deleteBidLineProduct = function ( nBidLineId, nBidLineProductId, sMessage ) { if( document.forms.frm_deleteBidLineProduct ) { if( confirm( "Delete '" + sMessage + "'") ) { document.forms.frm_deleteBidLineProduct.bidLineId.value = nBidLineId; document.forms.frm_deleteBidLineProduct.bidLineProductId.value = nBidLineProductId; Fse.Ajax.sendForm( document.forms.frm_deleteBidLineProduct ); Fse.Ajax.reload(); //window.location.href = window.location.href; } } else { alert( "Delete not Allowed" ); } }; Fse.BID.copyBidLineProduct = function( nBidLineId, nBidLineProductId, sMessage ) { //alert( 'Fse.BID.copyBidLineProduct function triggered!' ); if( document.forms.frm_copyBidLineProduct ) { if( confirm( "Copy '" + sMessage + "'" ) ) { document.forms.frm_copyBidLineProduct.bidLineId.value = nBidLineId; document.forms.frm_copyBidLineProduct.bidLineProductId.value = nBidLineProductId; Fse.Ajax.sendForm( document.forms.frm_copyBidLineProduct ); Fse.Ajax.reload(); } } else { alert( 'Copy not Allowed!' ); } } Fse.BID.copyBid = function( nBidId ) { var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=copyBidDialog&bidId=" + nBidId; var oOptions = { src : sURL, title : "Copy Bid", width : "800px", onSuccess : function( oRequest ) { var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); //window.location.href = window.location.href; } } }; Fse.DialogManager.show( "copyBidDialog$", oOptions ); }; Fse.BID.newBid = function( nBidAgencyId ) { var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=newBidDialog"; if( nBidAgencyId ) { sURL = sURL + "&bidAgencyId=" + nBidAgencyId; } var oOptions = { src : sURL, title : "New Bid", width : "800px", onSuccess : function( oRequest ) { var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); //window.location.href = window.location.href; } } }; Fse.DialogManager.show( "newBidDialog$", oOptions ); }; Fse.BID.cycleFrequencyChanged = function( oFreqRadio ) { var oBidCycleDateField = oFreqRadio.form.elements.bidCycleDate; var oReleaseDateField = oFreqRadio.form.elements.releaseDate; if( oFreqRadio.value == "O" ) { _otherDisabled = false; } else { _otherDisabled = true; } oBidCycleDateField.disabled = _otherDisabled; if( ! _otherDisabled ) { oBidCycleDateField.focus(); } else if ( oFreqRadio.value == "N" ) { oBidCycleDateField.value = ""; } else { var _bidCycleDate = ""; if( oReleaseDateField.value != "" ) { try { var dReleaseDate = new Date( Date.parse( oReleaseDateField.value ) ); var cycleFreq = oFreqRadio.value; if( cycleFreq == "Y" ) { dReleaseDate = YAHOO.widget.DateMath.add( dReleaseDate, YAHOO.widget.DateMath.MONTH, 12 ); } else if ( cycleFreq == "S" ) { dReleaseDate = YAHOO.widget.DateMath.add( dReleaseDate, YAHOO.widget.DateMath.MONTH, 6 ); } else if( cycleFreq == "T" ) { dReleaseDate = YAHOO.widget.DateMath.add( dReleaseDate, YAHOO.widget.DateMath.MONTH, 4 ); } else if( cycleFreq == "Q" ) { dReleaseDate = YAHOO.widget.DateMath.add( dReleaseDate, YAHOO.widget.DateMath.MONTH, 3 ); } else if( cycleFreq == "M" ) { dReleaseDate = YAHOO.widget.DateMath.add( dReleaseDate, YAHOO.widget.DateMath.MONTH, 1 ); } var sDatePart = "00" + ( dReleaseDate.getMonth() + 1 ) + "/"; _bidCycleDate = sDatePart.slice( sDatePart.length - 3 ); var sDatePart = "00" + dReleaseDate.getDay() + "/"; _bidCycleDate = _bidCycleDate + sDatePart.slice( sDatePart.length - 3 ); _bidCycleDate = _bidCycleDate + dReleaseDate.getFullYear(); } catch ( x ) { _bidCycleDate= ""; } } else { _bidCycleDate = ""; } oBidCycleDateField.value = _bidCycleDate; } }; /* BEGIN Add Bid Line Distributor */ Fse.BID.addBidDistributor = function( sBidPart, nBidPartId, bAutoLink, fnPostAdd, nTerritoryId ) { var sHandlerURL = Fse.BID.getHandler(); if( sHandlerURL ) { var sDialogURL = sHandlerURL + "?ajax=addBidDistributorDialog&bidPart=" + sBidPart; if( sBidPart == "line" ) { sDialogURL = sDialogURL + "&bidLineId=" + nBidPartId; } else { sDialogURL = sDialogURL + "&bidId=" + nBidPartId; } if( bAutoLink ) { sDialogURL = sDialogURL + "&autoLinkNewProducts=Y" } if( nTerritoryId ) { sDialogURL = sDialogURL + "&territoryId=" + nTerritoryId; } var fnOnSucesss; if( fnPostAdd ) { fnOnSuccess = fnPostAdd; } else { fnOnSuccess = function( oRequest ) { var sBidId = Fse.Ajax.getResponseHeader( oRequest, "x-fse-bid-id" ); var sBidDstId = Fse.Ajax.getResponseHeader( oRequest, "x-fse-bid-dst-id" ); var sTerritoryId = Fse.Ajax.getResponseHeader( oRequest, "x-fse-bid-territoryid" ); if( sBidId && sBidDstId ) { var nBidDstId = sBidDstId.split( "," )[0]; Fse.BID.editDistributorBidding( sBidId, nBidDstId, sTerritoryId ); } else { var sQueryString = Fse.Ajax.getResponseHeader( oRequest, "x-fse-location" ); if( sQueryString ) { window.location.href = sQueryString; } else { Fse.Ajax.reload(); //window.location.href = window.location.href; } } }; } Fse.BID.showGenericDialog( "Add Bid Distributor", sDialogURL, fnOnSuccess ); } }; Fse.BID.deleteBidDistributor = function( nBidId, nBidDstId, bPrompt, sDescription ) { if( document.forms.frm_deleteBidDistributor ) { var bConfirmed = true; if( bPrompt ) { bConfirmed = confirm( "Delete '" + sDescription + "' from this bid? Okay to confirm, cancel to keep Distributor" ); } if( bConfirmed ) { document.forms.frm_deleteBidDistributor.elements.bidId.value = nBidId; document.forms.frm_deleteBidDistributor.elements.bidDstId.value = nBidDstId; Fse.Ajax.sendForm( document.forms.frm_deleteBidDistributor ); Fse.Ajax.reload(); // window.location.href = window.location.href; } } else { alert( "Delete not Allowed" ); } }; Fse.BID.editBidDistributor = function( nBidDstId, nBidLineId ) { var sHandlerURL = Fse.BID.getHandler(); if( sHandlerURL ) { var sDialogURL = sHandlerURL + "?ajax=editBidDistributorDialog&bidLineId=" + nBidLineId + "&bidDstId=" + nBidDstId; var fnOnSuccess = function( oRequest ) { var sQueryString = oRequest.getResponseHeader["x-fse-location"]; if( sQueryString ) { window.location.href = sQueryString; } else { Fse.Ajax.reload(); //window.location.href = window.location.href; } }; var oOptions = { src : sDialogURL, title : "Edit Bid Line Distributor", width : "550px", onSuccess : fnOnSuccess }; Fse.DialogManager.show( "editBidDistributorDialog$", oOptions ); } }; Fse.BID._bidDistributorNameSearchTimeout = null; Fse.BID.triggerBidDistributorNameSearch = function( nTimeout ) { if( ! nTimeout ) { nTimeout = 400; } if( Fse.BID._bidDistributorNameSearchTimeout ) { clearTimeout( Fse.BID._bidDistributorNameSearchTimeout ); Fse.BID._bidDistributorNameSearchTimeout = null; } if( nTimeout != 1 ) { Fse.BID._bidDistributorNameSearchTimeout = setTimeout( Fse.BID.findBidDistributors, 400 ); } else { Fse.BID.findBidDistributors(); } }; Fse.BID.findBidDistributors = function() { var sSearchName = document.frm_bidDistributorSelect.elements.searchName.value; var sBidPart = document.frm_bidDistributorSelect.elements.bidPart.value; var oScopeG = document.getElementById( "scope_G" ); if( oScopeG.checked ) { sScope = "global"; } else { sScope = "bid"; } var sURL = "?ajax=getBidDistributorSelect&searchName=" + encodeURIComponent( sSearchName ) + "&bidPart=" + sBidPart + "&scope=" + sScope; if( sBidPart == "line" ) { var nBidLineId = document.frm_bidDistributorSelect.bidLineId.value; sURL = sURL + "&bidLineId=" + nBidLineId; } else { var nBidId = document.frm_bidDistributorSelect.bidId.value; sURL = sURL + "&bidId=" + nBidId; } Fse.BID._bidDistributorNameSearchTimeout = null; var fnCallback = function( oRequest ) { var oSocket = document.getElementById( "distributorSearchResults" ); if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } if( sSearchName != "" ) { Fse.Ajax.getURL( sURL, fnCallback ); } else { Fse.Ajax.getURL( sURL, fnCallback ); } }; Fse.BID.toggleBidDistributorPreview = function() { var oDistributorPreviewOption = document.getElementById( "bidDistributorPreviewOption" ); if( oDistributorPreviewOption ) { var oDialogDiv = document.getElementById( "addBidDistributorDialogDiv" ); var oDistributorIdSelect = document.getElementById( "bidDistributorIdSelect" ); if( oDialogDiv && oDistributorIdSelect ) { if( oDistributorPreviewOption.checked ) { Fse.BID.loadBidDistributorPreview(); YAHOO.util.Dom.addClass( oDialogDiv, "preview" ); } else { YAHOO.util.Dom.removeClass( oDialogDiv, "preview" ); var oPreview = document.getElementById( "bidDistributorPreivew" ); oPreview.innerHTML = ""; } } } }; Fse.BID.loadBidDistributorPreview = function() { var oDistributorPreviewOption = document.getElementById( "bidDistributorPreviewOption" ); if( oDistributorPreviewOption && oDistributorPreviewOption.checked ) { var oDistributorIdSelect = document.getElementById( "bidDistributorIdSelect" ); if( oDistributorIdSelect ) { if( oDistributorIdSelect.value == "" ) { var oPreview = document.getElementById( "bidDistributorPreview" ); oPreview.innerHTML = "

Select a Distributor from the list above

"; } else { var sURL = "?ajax=bidDistributorPreview&bidDstId=" + oDistributorIdSelect.value; Fse.Ajax.updateContent( sURL, "bidDistributorPreview" ); } } } };/* END Add Bid Line Distributor */ Fse.BID.sampleRequiredChanged = function( oCheckbox, sRequirementsId ) { var bSampleRequired = oCheckbox.checked; if( ! sRequirementsId ) { sRequirementsId = "sampleRequirements"; } var aFields = YAHOO.util.Dom.getElementsBy( function(e){ return true }, "input", sRequirementsId ); for( var x = 0; x < aFields.length; x++ ) { aFields[x].disabled = ! bSampleRequired; } var aFields = YAHOO.util.Dom.getElementsBy( function(e){ return true }, "textarea", sRequirementsId ); for( var x = 0; x < aFields.length; x++ ) { aFields[x].disabled = ! bSampleRequired; } if( bSampleRequired ) { YAHOO.util.Dom.removeClass( sRequirementsId, "fse-hidden" ); } else { YAHOO.util.Dom.addClass( sRequirementsId, "fse-hidden" ); } }; Fse.BID.toggleBidLineProductDetail = function( nBidLineProductId ) { var oToggle = document.getElementById( "blpdt_" + nBidLineProductId ); var oDetail = document.getElementById( "blpd_" + nBidLineProductId ); if( YAHOO.util.Dom.hasClass( oToggle, "closed" )) { YAHOO.util.Dom.replaceClass( oToggle, "closed", "open" ); YAHOO.util.Dom.removeClass( oDetail, "fse-hidden" ); oToggle.innerHTML = "-"; } else { YAHOO.util.Dom.replaceClass( oToggle, "open", "closed" ); YAHOO.util.Dom.addClass( oDetail, "fse-hidden" ); oToggle.innerHTML = "+"; } }; Fse.BID.awardedDistributorChanged = function( oSelect, nTerritoryId ) { var oOutsideDistributorField = document.getElementById( oSelect.name + "_outsideDistributor" ); if( oSelect.value == -2 ) { YAHOO.util.Dom.removeClass( oOutsideDistributorField, "fse-hidden" ); oOutsideDistributorField.disabled = false; } else { YAHOO.util.Dom.addClass( oOutsideDistributorField, "fse-hidden" ); oOutsideDistributorField.disabled = true; } if( oSelect.value == -1 ) { var fnOnSuccess = function( oRequest ) { var sBidDstId = oRequest.getResponseHeader["x-fse-bid-dst-id"].split( "," )[0]; var sBidDstName = oRequest.getResponseHeader["x-fse-bid-dst-name"]; // add it to the current select and make it the selected choice var oOption = new Option( sBidDstName, sBidDstId ); oSelect.add( oOption, oSelect.options[oSelect.selectedIndex] ); for( var x = 0; x < oSelect.options.length; x++ ) { oSelect.options[x].selected = oSelect.options[x] == oOption; } // add it as the second to last option to the other selects in the form var reSelect = /^awardedBidDstId/; var fnSelectTest = function( e ) { return e != oSelect && reSelect.test( e.getAttribute( "name" )); }; var aOtherSelects = YAHOO.util.Dom.getElementsBy( fnSelectTest, "select", oSelect.form ); for( x = 0; x < aOtherSelects.length; x++ ) { var oOption = new Option( sBidDstName, sBidDstId ); oOtherSelect = aOtherSelects[x]; oOtherSelect.add( oOption, oOtherSelect.options[oOtherSelect.options.length - 1] ); } }; Fse.BID.addBidDistributor( "header", oSelect.form.elements.bidId.value, false, fnOnSuccess, nTerritoryId ); } }; Fse.BID.awardedBidLineProductChanged = function( oSelect ) { oForm = oSelect.form; oSocket = document.getElementById( "bidLineAwardFieldsSocket" ); if( oSocket && oForm.elements.bidLineId ) { var nBidLineId = oForm.elements.bidLineId.value; var nAwardedBidLineProductId = oSelect.value; var fnAfter; if( nAwardedBidLineProductId != 0 ) { fnAfter = function() { YAHOO.util.Dom.removeClass( oSocket.parentNode, "fse-hidden" ); }; } else { fnAfter = function() { YAHOO.util.Dom.addClass( oSocket.parentNode, "fse-hidden" ); }; } var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=bidLineAwardFields&bidLineId=" + nBidLineId + "&awardedBidLineProductId=" + nAwardedBidLineProductId; Fse.Ajax.updateContent( sURL, oSocket, null, fnAfter ); } }; Fse.BID.awardedBidLineAwardChanged = function( oSelect, nBidLineProductId, nBidMfrId ) { var sHandler = Fse.BID.getHandler(); var oAwardedPrice = document.getElementById( "awardedPrice_" + nBidLineProductId ); var oAwardedUM = document.getElementById( "awardedUM_" + nBidLineProductId ); var oOption = oSelect.options[oSelect.selectedIndex]; var nValue = oOption.value; var oNoAwardFields = document.getElementById( oSelect.name + "_noAward" ); if( oNoAwardFields ) { if( nValue == -1 ) { YAHOO.util.Dom.removeClass( oNoAwardFields, "fse-hidden" ); } else { YAHOO.util.Dom.addClass( oNoAwardFields, "fse-hidden" ); } } else { if( nValue == -1 ) { var oNoAwardCompSocket = document.getElementById( 'noAwardComp_' + nBidLineProductId ); var nBidId = document.getElementById( 'bidId' ).value; var sURL = sHandler + '?ajax=noAwardComp&bidId=' + nBidId + '&bidMfrId=' + nBidMfrId + '&bidLineProductId=' + nBidLineProductId; if( oNoAwardCompSocket ) { Fse.Ajax.updateContent( sURL, oNoAwardCompSocket ); } } } var oAwardedSecondDistributorSpan = document.getElementById( 'span_awardedSecondDistributor_' + nBidLineProductId ); var oAwardedSecondDistributorCheckbox = document.getElementById( 'cb_awardedSecondDistributor_' + nBidLineProductId ); var oAwardedSecondDistributorSocket = document.getElementById( 'awardedSecondDistributor_' + nBidLineProductId + '_socket' ); if( oAwardedSecondDistributorSpan ) { if( nValue == 1 || nValue == 2 ) { YAHOO.util.Dom.removeClass( oAwardedSecondDistributorSpan, "fse-hidden" ); } else { YAHOO.util.Dom.addClass( oAwardedSecondDistributorSpan, "fse-hidden" ); oAwardedSecondDistributorCheckbox.checked = false; YAHOO.util.Dom.addClass( oAwardedSecondDistributorSocket, "fse-hidden" ); } } var oSocket = document.getElementById( 'subclassifier_socket_' + nBidLineProductId ); var sURL = sHandler + '?ajax=subclassifier&bidLineProductId=' + nBidLineProductId + '&type=' + nValue; Fse.Ajax.updateContent( sURL, oSocket ); }; Fse.BID.awardedSecondDistributorSelected = function( nBidId, nBidLineProductId, nTerritoryId ) { //alert( 'Fse.BID.awardedSecondDistributorSelected function triggered.' ); var oAwardedSecondDistributorCheckbox = document.getElementById( 'cb_awardedSecondDistributor_' + nBidLineProductId ); var oAwardedSecondDistributorSocket = document.getElementById( 'awardedSecondDistributor_' + nBidLineProductId + '_socket' ); if( YAHOO.util.Dom.hasClass( oAwardedSecondDistributorSocket, 'fse-hidden' ) ) { YAHOO.util.Dom.removeClass( oAwardedSecondDistributorSocket, 'fse-hidden' ); } if( oAwardedSecondDistributorCheckbox.checked == true ) { var sHandler = Fse.BID.getHandler(); var sURL = sHandler + '?ajax=awardedSecondDistributor&bidId=' + nBidId + '&bidLineProductId=' + nBidLineProductId + '&territoryId=' + nTerritoryId; var oAwardedSecondDistributorSelect = document.getElementById( 'select_awardedBidDstId2_' + nBidLineProductId ); if( oAwardedSecondDistributorSocket && !oAwardedSecondDistributorSelect ) { Fse.Ajax.updateContent( sURL, oAwardedSecondDistributorSocket ); } } else { YAHOO.util.Dom.addClass( oAwardedSecondDistributorSocket, 'fse-hidden' ); } } Fse.BID.assignBidLineManufacturers = function( nBidLineId ) { var sHandlerURL = Fse.BID.getHandler(); if( sHandlerURL ) { var sDialogURL = sHandlerURL + "?ajax=assignBidLineManufacturersDialog&bidLineId=" + nBidLineId; var fnOnSuccess = function( oRequest ) { var sQueryString = oRequest.getResponseHeader["x-fse-location"]; if( sQueryString ) { window.location.href = sQueryString; } else { Fse.Ajax.reload(); //window.location.href = window.location.href; } }; var oOptions = { src : sDialogURL, title : "Likely Manufacturers for Bid Line", width : "400px", onSuccess : fnOnSuccess }; Fse.DialogManager.show( "assignBidLineManufacturersDialog$", oOptions ); } }; Fse.BID.editDistributorBidding = function( nBidId, nBidDstId, nTerritoryId ) { var sHandlerURL = Fse.BID.getHandler(); if( sHandlerURL ) { var sDialogURL = sHandlerURL + "?ajax=editDistributorBiddingDialog&bidId=" + nBidId + "&bidDstId=" + nBidDstId; if( nTerritoryId ) { sDialogURL = sDialogURL + '&territoryId=' + nTerritoryId; } var fnOnSuccess = function( oRequest ) { var sQueryString = oRequest.getResponseHeader["x-fse-location"]; if( sQueryString ) { window.location.href = sQueryString; } else { Fse.Ajax.reload(); //window.location.href = window.location.href; } }; var oOptions = { src : sDialogURL, title : "Distributor Bidding Status", width : "800px", onLoad : function() { var nMfrIds = $( '#mfrIds' ).val(); var aMfrIds = nMfrIds.split( ',' ) ; for( var i = 0; i < aMfrIds.length; i++ ) { var nMfrId = aMfrIds[i]; var sBidSku = $( '#bidSku_' + nMfrId ).val(); var nBidDstId = $( '#bidDstId' ).val(); var sURL = sHandlerURL = '?ajax=updateStockedItemStatus&mfrId=' + nMfrId + '&bidSku=' + sBidSku + '&bidDstId=' + nBidDstId; var fnCallBack = function( oRequest ) { document.getElementById( 'stockedItemStatus_' + Fse.Ajax.getResponseHeader( oRequest, 'x-stockedItem-mfrId' ) ).setAttribute( 'style', oRequest.xhRequest.responseText ); } Fse.Ajax.getURL( sURL, fnCallBack ) } }, onSuccess : fnOnSuccess }; Fse.DialogManager.show( "editDistributorBiddingDialog$", oOptions ); } }; Fse.BID._priceQualifiers = { P: [{value: 'Delivery', content: 'Delivery'}, {value: 'FOB', content: 'FOB'}], A: [{value: 'BillBack', content: 'Bill Back'}, {value: 'OffInvoice', content: 'Off Inv.'}] }; Fse.BID.pricingTypeChanged = function( oPricingTypeSelect ) { var sFieldId = oPricingTypeSelect.getAttribute( "id" ); var oQualifierField = document.getElementById( "apq_" + sFieldId ); var oPriceField = document.getElementById( "ap_" + sFieldId ); var oUMField = document.getElementById( "apum_" + sFieldId ); var oTermsOfAllowance = document.getElementById( "toa_" + sFieldId ); var oBidLineProductStatusField = document.getElementById( "blps_" + sFieldId ); if( oQualifierField && oPriceField && oUMField ) { if( oPricingTypeSelect.value == "P" ) { oQualifierField.disabled = false; oPriceField.disabled = false; oUMField.disabled = false; if( oTermsOfAllowance ) { oTermsOfAllowance.disabled = true; } oPriceField.focus(); } else if ( oPricingTypeSelect.value == "A" ) { oQualifierField.disabled = false; oPriceField.disabled = false; oPriceField.focus(); oUMField.disabled = false; if( oTermsOfAllowance ) { oTermsOfAllowance.disabled = false; } } else { oQualifierField.disabled = true; oPriceField.disabled = true; oUMField.disabled = true; if( oTermsOfAllowance ) { oTermsOfAllowance.disabled = true; } } Fse.BID._loadPriceQualifierOptions( oQualifierField, oPricingTypeSelect.value ); } if( oBidLineProductStatusField ) { oBidLineProductStatusField.value = "P"; } } Fse.BID.selectBlanketPricing = function( oPriceListField, sText, nBidId, nBidLineProductId, nBidMfrId, nTerritoryId ) { //global variables var oUMField = document.getElementById( "apum_pt_" + nBidLineProductId ); var oDeliveredField = document.getElementById( "priceDeliveredRate_pt_" + nBidLineProductId ); var oFOBField = document.getElementById( "priceFOBRate_pt_" + nBidLineProductId ); var oBillBackField = document.getElementById( "priceBillBackRate_pt_" + nBidLineProductId ); var oOffInvoiceField = document.getElementById( "priceOffInvoiceRate_pt_" + nBidLineProductId ); var oCommodityUMField = document.getElementById( "commUM_pt_" + nBidLineProductId ); var oCommodityAllowanceField = document.getElementById( "commodityAllowanceRate_pt_" + nBidLineProductId ); var oCommodityNetField = document.getElementById( "commodityNetRate_pt_" + nBidLineProductId ); var oCommodityPassThroughField = document.getElementById( "commodityPassThroughRate_pt_" + nBidLineProductId ); var oCommodityTypeField = document.getElementById( "commType_pt_" + nBidLineProductId ); var oGuaranteeBeginField = document.getElementById( "termsOfGuaranteeBegin_" + nBidLineProductId ); var oGuaranteeEndField = document.getElementById( "termsOfGuarantee_" + nBidLineProductId ); var oTermsOfAllowanceField = document.getElementById( "toa_pt_" + nBidLineProductId ); var oBidLineProductStatusField = document.getElementById( "blps_pt_" + nBidLineProductId ); if( sText === 'single' ) { // Single Active BPs if( oPriceListField.type == "checkbox" && oPriceListField.checked == false ) { // enable fields var sRestore = oPriceListField.getAttribute( "fse:restorePriceUM" ); if( sRestore ) oUMField.value = sRestore; else oUMField.value = "?"; oUMField.disabled = false; sRestore = oPriceListField.getAttribute( "fse:restoreDeliveredRate" ); oDeliveredField.disabled = oUMField.value == "?"; if( sRestore ) oDeliveredField.value = sRestore; else oDeliveredField.value = ""; sRestore = oPriceListField.getAttribute( "fse:restoreFobRate" ); oFOBField.disabled = oUMField.value == "?"; if( sRestore ) oFOBField.value = sRestore; else oFOBField.value = ""; sRestore = oPriceListField.getAttribute( "fse:restoreBillBackRate" ); oBillBackField.disabled = oUMField.value == "?"; if( sRestore ) oBillBackField.value = sRestore; else oBillBackField.value = ""; sRestore = oPriceListField.getAttribute( "fse:restoreOffInvoiceRate" ); if( sRestore ) oOffInvoiceField.value = sRestore; else oOffInvoiceField.value = ""; oOffInvoiceField.disabled = oUMField.value == "?"; sRestore = oPriceListField.getAttribute( "fse:restoreCommodityUM" ); if( sRestore ) oCommodityUMField.value = sRestore; else oCommodityUMField.value = "?"; oCommodityUMField.disabled = false; sRestore = oPriceListField.getAttribute( "fse:restoreCommodityAllowanceRate" ); if( sRestore ) oCommodityAllowanceField.value = sRestore; else oCommodityAllowanceField.value = ""; oCommodityAllowanceField.disabled = oCommodityUMField.value == "?"; sRestore = oPriceListField.getAttribute( "fse:restoreCommodityNetRate" ); if( sRestore ) oCommodityNetField.value = sRestore; else oCommodityNetField.value = ""; oCommodityNetField.disabled = oCommodityUMField.value == "?"; sRestore = oPriceListField.getAttribute( "fse:restoreCommodityPassThroughRate" ); if( sRestore ) oCommodityPassThroughField.value = sRestore; else oCommodityPassThroughField.value = ""; oCommodityPassThroughField.disabled = oCommodityUMField.value == "?"; sRestore = oPriceListField.getAttribute( "fse:restoreCommodityType" ); if( sRestore ) { for( var i = 0; i < oCommodityTypeField.length; i++ ) { if( oCommodityTypeField.options[i].value == sRestore ) { oCommodityTypeField.options[i].selected = true; } } } else { oCommodityTypeField.options[0].selected = true; } oCommodityTypeField.disabled = oCommodityUMField.value == "?"; sRestore = oPriceListField.getAttribute( "fse:restoreGuaranteeBegin" ); if( sRestore ) oGuaranteeBeginField.value = sRestore; else oGuaranteeBeginField.value = ""; sRestore = oPriceListField.getAttribute( "fse:restoreGuaranteeEnd" ); if( sRestore ) oGuaranteeEndField.value = sRestore; else oGuaranteeEndField.value = ""; oTermsOfAllowanceField.disabled = oUMField.value == "?"; oBidLineProductStatusField.value = 'P'; oBidLineProductStatusField.disabled = false; // remove blanket pricing comments var bpCommentsRow = document.getElementById( 'bpComments_' + nBidLineProductId ); if( bpCommentsRow ) { bpCommentsRow.parentNode.removeChild( bpCommentsRow ); } Fse.BID.updateMfrBidNumbers( oPriceListField ); } else { // set values oPriceListField.setAttribute( "fse:restorePriceUM", oUMField.value ); oPriceListField.setAttribute( "fse:restoreDeliveredRate", oDeliveredField.value ); oPriceListField.setAttribute( "fse:restoreFobRate", oFOBField.value ); oPriceListField.setAttribute( "fse:restoreBillBackRate", oBillBackField.value ); oPriceListField.setAttribute( "fse:restoreOffInvoiceRate", oOffInvoiceField.value ); oPriceListField.setAttribute( "fse:restoreCommodityUM", oCommodityUMField.value ); oPriceListField.setAttribute( "fse:restoreCommodityPassThroughRate", oCommodityPassThroughField.value ); oPriceListField.setAttribute( "fse:restoreCommodityAllowanceRate", oCommodityAllowanceField.value ); oPriceListField.setAttribute( "fse:restoreCommodityNetRate", oCommodityNetField.value ); oPriceListField.setAttribute( "fse:restoreCommodityType", oCommodityTypeField.options[oCommodityTypeField.options.selectedIndex].value ); oPriceListField.setAttribute( "fse:restoreGuaranteeBegin", oGuaranteeBeginField.value ); oPriceListField.setAttribute( "fse:restoreGuaranteeEnd", oGuaranteeEndField.value ); oUMField.value = oPriceListField.getAttribute( "fse:approvedPriceUM" ); oDeliveredField.value = oPriceListField.getAttribute( "fse:deliveredRate" ); oFOBField.value = oPriceListField.getAttribute( "fse:fobRate" ); oBillBackField.value = oPriceListField.getAttribute( "fse:billBackRate" ); oOffInvoiceField.value = oPriceListField.getAttribute( "fse:offInvoiceRate" ); oCommodityUMField.value = oPriceListField.getAttribute( "fse:commodityUM" ); oCommodityPassThroughField.value = oPriceListField.getAttribute( "fse:commodityPassThroughRate" ); oCommodityAllowanceField.value = oPriceListField.getAttribute( "fse:commodityAllowanceRate" ); oCommodityNetField.value = oPriceListField.getAttribute( "fse:commodityNetRate" ); for( var i = 0; i < oCommodityTypeField.length; i++ ) { if( oCommodityTypeField.options[i].value == oPriceListField.getAttribute( "fse:commodityType" ) ) { oCommodityTypeField.options[i].selected = true; } } oGuaranteeBeginField.value = oPriceListField.getAttribute( "fse:bpStartDate" ); oGuaranteeEndField.value = oPriceListField.getAttribute( "fse:bpEndDate" ); // disable fields oUMField.disabled = true; oDeliveredField.disabled = true; oFOBField.disabled = true; oBillBackField.disabled = true; oOffInvoiceField.disabled = true; oCommodityUMField.disabled = true; oCommodityAllowanceField.disabled = true; oCommodityNetField.disabled = true; oCommodityPassThroughField.disabled = true; oCommodityTypeField.disabled = true; oTermsOfAllowanceField.disabled = oBillBackField.value == "" && oOffInvoiceField.value == ""; oBidLineProductStatusField.value = 'A'; oBidLineProductStatusField.disabled = true; // insert row for blanket pricing comments Fse.BID.addBPCommentsRow( nBidLineProductId, oPriceListField.getAttribute( "fse:bpComments" ) ); Fse.BID.updateMfrBidNumbers( oPriceListField ); } } else { // Multiple BPs if( oPriceListField.checked == true ) { // When choosing a BP oPriceListField.checked = false; var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + '?ajax=chooseBlanketPricingDialog&bidId=' + nBidId + '&bidLineProductId=' + nBidLineProductId + '&bidMfrId=' + nBidMfrId + '&territoryId=' + nTerritoryId; var oOptions = { src : sURL, title : "Choose Blanket Pricing", width : "500px", onSuccess : function( oRequest ) { var nSelectedPriceListId = oRequest.getResponseHeader['x-fse-bid-pricelistid']; var oSelectedPriceListField = document.getElementById( 'priceList_' + parseInt( nSelectedPriceListId ) + parseInt( nBidLineProductId ) ); oPriceListField.setAttribute( 'value', parseInt( nSelectedPriceListId ) ); oPriceListField.setAttribute( 'title', oSelectedPriceListField.getAttribute( 'fse:title' ) ); oPriceListField.checked = true; //restore values oSelectedPriceListField.setAttribute( "fse:restorePriceUM", oUMField.value ); oSelectedPriceListField.setAttribute( "fse:restoreDeliveredRate", oDeliveredField.value ); oSelectedPriceListField.setAttribute( "fse:restoreFobRate", oFOBField.value ); oSelectedPriceListField.setAttribute( "fse:restoreBillBackRate", oBillBackField.value ); oSelectedPriceListField.setAttribute( "fse:restoreOffInvoiceRate", oOffInvoiceField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityUM", oCommodityUMField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityPassThroughRate", oCommodityPassThroughField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityAllowanceRate", oCommodityAllowanceField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityNetRate", oCommodityNetField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityType", oCommodityTypeField.options[oCommodityTypeField.options.selectedIndex].value ); oSelectedPriceListField.setAttribute( "fse:restoreGuaranteeBegin", oGuaranteeBeginField.value ); oSelectedPriceListField.setAttribute( "fse:restoreGuaranteeEnd", oGuaranteeEndField.value ); //set values oUMField.value = oSelectedPriceListField.getAttribute( "fse:approvedPriceUM" ); oDeliveredField.value = oSelectedPriceListField.getAttribute( "fse:deliveredRate" ); oFOBField.value = oSelectedPriceListField.getAttribute( "fse:fobRate" ); oBillBackField.value = oSelectedPriceListField.getAttribute( "fse:billBackRate" ); oOffInvoiceField.value = oSelectedPriceListField.getAttribute( "fse:offInvoiceRate" ); oCommodityUMField.value = oSelectedPriceListField.getAttribute( "fse:commodityUM" ); oCommodityPassThroughField.value = oSelectedPriceListField.getAttribute( "fse:commodityPassThroughRate" ); oCommodityAllowanceField.value = oSelectedPriceListField.getAttribute( "fse:commodityAllowanceRate" ); oCommodityNetField.value = oSelectedPriceListField.getAttribute( "fse:commodityNetRate" ); for( var i = 0; i < oCommodityTypeField.length; i++ ) { if( oCommodityTypeField.options[i].value == oSelectedPriceListField.getAttribute( "fse:commodityType" ) ) { oCommodityTypeField.options[i].selected = true; } } oGuaranteeBeginField.value = oSelectedPriceListField.getAttribute( "fse:bpStartDate" ); oGuaranteeEndField.value = oSelectedPriceListField.getAttribute( "fse:bpEndDate" ); // disable fields oUMField.disabled = true; oDeliveredField.disabled = true; oFOBField.disabled = true; oBillBackField.disabled = true; oOffInvoiceField.disabled = true; oCommodityUMField.disabled = true; oCommodityAllowanceField.disabled = true; oCommodityNetField.disabled = true; oCommodityPassThroughField.disabled = true; oCommodityTypeField.disabled = true; oTermsOfAllowanceField.disabled = oBillBackField.value == "" && oOffInvoiceField.value == ""; oBidLineProductStatusField.value = 'A'; oBidLineProductStatusField.disabled = true; // insert row for blanket pricing comments Fse.BID.addBPCommentsRow( nBidLineProductId, oSelectedPriceListField.getAttribute( "fse:bpComments" ) ); Fse.BID.updateMfrBidNumbers( oPriceListField ); } } Fse.DialogManager.show( 'chooseBlanketPricingDialog$', oOptions ); } else { //When unchecking a BP var nPriceListId = oPriceListField.value; var oSelectedPriceListField = document.getElementById( 'priceList_' + parseInt( nPriceListId ) + parseInt( nBidLineProductId ) ); oPriceListField.setAttribute( 'value', 0 ); oPriceListField.removeAttribute( 'title' ); //enable fields var sRestore = oSelectedPriceListField.getAttribute( 'fse:restorePriceUM' ); if( sRestore ) oUMField.value = sRestore; else oUMField.value = '?'; oUMField.disabled = false; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreDeliveredRate" ); oDeliveredField.disabled = oUMField.value == "?"; if( sRestore ) oDeliveredField.value = sRestore; else oDeliveredField.value = ""; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreFobRate" ); oFOBField.disabled = oUMField.value == "?"; if( sRestore ) oFOBField.value = sRestore; else oFOBField.value = ""; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreBillBackRate" ); oBillBackField.disabled = oUMField.value == "?"; if( sRestore ) oBillBackField.value = sRestore; else oBillBackField.value = ""; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreOffInvoiceRate" ); if( sRestore ) oOffInvoiceField.value = sRestore; else oOffInvoiceField.value = ""; oOffInvoiceField.disabled = oUMField.value == "?"; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreBidLineProductStatus" ); if( sRestore ) oBidLineProductStatusField.value = sRestore; else oBidLineProductStatusField.value = "P"; oBidLineProductStatusField.disabled = false; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreCommodityUM"); if( sRestore ) oCommodityUMField.value = sRestore; else oCommodityUMField.value = "?"; oCommodityUMField.disabled = false; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreCommodityAllowanceRate" ); if( sRestore ) oCommodityAllowanceField.value = sRestore; else oCommodityAllowanceField.value = ""; oCommodityAllowanceField.disabled = oCommodityUMField.value == "?"; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreCommodityNetRate" ); if( sRestore ) oCommodityNetField.value = sRestore; else oCommodityNetField.value = ""; oCommodityNetField.disabled = oCommodityUMField.value == "?"; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreCommodityPassThroughRate" ); if( sRestore ) oCommodityPassThroughField.value = sRestore; else oCommodityPassThroughField.value = ""; oCommodityPassThroughField.disabled = oCommodityUMField.value == "?"; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreCommodityType" ); if( sRestore ) { for( var i = 0; i < oCommodityTypeField.length; i++ ) { if( oCommodityTypeField.options[i].value == sRestore ) { oCommodityTypeField.options[i].selected = true; } } } else { oCommodityTypeField.options[0].selected = true; } oCommodityTypeField.disabled = oCommodityUMField.value == "?"; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreGuaranteeBegin" ); if( sRestore ) oGuaranteeBeginField.value = sRestore; else oGuaranteeBeginField.value = ""; oGuaranteeBeginField.disabled = false; sRestore = oSelectedPriceListField.getAttribute( "fse:restoreGuaranteeEnd" ); if( sRestore ) oGuaranteeEndField.value = sRestore; else oGuaranteeEndField.value = ""; oGuaranteeEndField.disabled = false; //remove blanket pricing comments */ var bpCommentsRow = document.getElementById( 'bpComments_' + nBidLineProductId ); if( bpCommentsRow ) { bpCommentsRow.parentNode.removeChild( bpCommentsRow ); } Fse.BID.updateMfrBidNumbers( oPriceListField ); } } }; Fse.BID.markAllBlanketPricing = function( oCheckbox, sText, nBidId, nBidMfrId, nTerritoryId ) { oCheckbox.checked = false; var nPriceListId = oCheckbox.value; var sHandlerURL = Fse.BID.getHandler(); var reTest = /^priceListId_/; var fnIsPriceListCheckbox = function( e ) { return reTest.test( e.name ); } var aPriceListCheckbox = YAHOO.util.Dom.getElementsBy( fnIsPriceListCheckbox, 'input', oCheckbox.form ); if( sText === 'single' ) { var sMessage = 'This blanket pricing will be applied to all skus on the selected blanket pricelist, overwriting any previously applied pricing.\n\nWish to proceed?'; var bConfirmed = confirm( sMessage ); if( bConfirmed ) { oCheckbox.checked = false; for( var i = 0; i < aPriceListCheckbox.length; i++ ) { if( aPriceListCheckbox[i].value == nPriceListId ) { aPriceListCheckbox[i].click(); //alert( 'Hello!' ); } } } } else { var sURL = sHandlerURL + '?ajax=chooseBlanketPricingDialog&bidId=' + nBidId + '&bidMfrId=' + nBidMfrId + '&territoryId=' + nTerritoryId; var oOptions = { src : sURL, title : "Choose Blanket Pricing", width : "500px", onSuccess : function( oRequest ) { var nSelectedPriceListId = oRequest.getResponseHeader['x-fse-bid-pricelistid']; for( var i = 0; i < aPriceListCheckbox.length; i++ ) { if( aPriceListCheckbox[i].checked == false ) { var aParts = aPriceListCheckbox[i].getAttribute( 'id' ).split( '_' ); var nBidLineProductId = aParts[1]; var oSelectedPriceListField = document.getElementById( 'priceList_' + parseInt( nSelectedPriceListId ) + parseInt( nBidLineProductId ) ); if( oSelectedPriceListField ) { var oPriceListField = aPriceListCheckbox[i]; oPriceListField.setAttribute( 'value', parseInt( nSelectedPriceListId ) ); oPriceListField.checked = true; //global variables var oUMField = document.getElementById( "apum_pt_" + nBidLineProductId ); var oDeliveredField = document.getElementById( "priceDeliveredRate_pt_" + nBidLineProductId ); var oFOBField = document.getElementById( "priceFOBRate_pt_" + nBidLineProductId ); var oBillBackField = document.getElementById( "priceBillBackRate_pt_" + nBidLineProductId ); var oOffInvoiceField = document.getElementById( "priceOffInvoiceRate_pt_" + nBidLineProductId ); var oCommodityUMField = document.getElementById( "commUM_pt_" + nBidLineProductId ); var oCommodityAllowanceField = document.getElementById( "commodityAllowanceRate_pt_" + nBidLineProductId ); var oCommodityNetField = document.getElementById( "commodityNetRate_pt_" + nBidLineProductId ); var oCommodityPassThroughField = document.getElementById( "commodityPassThroughRate_pt_" + nBidLineProductId ); var oCommodityTypeField = document.getElementById( "commType_pt_" + nBidLineProductId ); var oGuaranteeBeginField = document.getElementById( "termsOfGuaranteeBegin_" + nBidLineProductId ); var oGuaranteeEndField = document.getElementById( "termsOfGuarantee_" + nBidLineProductId ); var oTermsOfAllowanceField = document.getElementById( "toa_pt_" + nBidLineProductId ); var oBidLineProductStatusField = document.getElementById( "blps_pt_" + nBidLineProductId ); //restore values oSelectedPriceListField.setAttribute( "fse:restorePriceUM", oUMField.value ); oSelectedPriceListField.setAttribute( "fse:restoreDeliveredRate", oDeliveredField.value ); oSelectedPriceListField.setAttribute( "fse:restoreFobRate", oFOBField.value ); oSelectedPriceListField.setAttribute( "fse:restoreBillBackRate", oBillBackField.value ); oSelectedPriceListField.setAttribute( "fse:restoreOffInvoiceRate", oOffInvoiceField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityUM", oCommodityUMField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityPassThroughRate", oCommodityPassThroughField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityAllowanceRate", oCommodityAllowanceField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityNetRate", oCommodityNetField.value ); oSelectedPriceListField.setAttribute( "fse:restoreCommodityType", oCommodityTypeField.options[oCommodityTypeField.options.selectedIndex].value ); oSelectedPriceListField.setAttribute( "fse:restoreGuaranteeBegin", oGuaranteeBeginField.value ); oSelectedPriceListField.setAttribute( "fse:restoreGuaranteeEnd", oGuaranteeEndField.value ); //set values oUMField.value = oSelectedPriceListField.getAttribute( "fse:approvedPriceUM" ); oDeliveredField.value = oSelectedPriceListField.getAttribute( "fse:deliveredRate" ); oFOBField.value = oSelectedPriceListField.getAttribute( "fse:fobRate" ); oBillBackField.value = oSelectedPriceListField.getAttribute( "fse:billBackRate" ); oOffInvoiceField.value = oSelectedPriceListField.getAttribute( "fse:offInvoiceRate" ); oCommodityUMField.value = oSelectedPriceListField.getAttribute( "fse:commodityUM" ); oCommodityPassThroughField.value = oSelectedPriceListField.getAttribute( "fse:commodityPassThroughRate" ); oCommodityAllowanceField.value = oSelectedPriceListField.getAttribute( "fse:commodityAllowanceRate" ); oCommodityNetField.value = oSelectedPriceListField.getAttribute( "fse:commodityNetRate" ); oCommodityTypeField.value = oSelectedPriceListField.getAttribute( "fse:commodityType" ); oGuaranteeBeginField.value = oSelectedPriceListField.getAttribute( "fse:bpStartDate" ); oGuaranteeEndField.value = oSelectedPriceListField.getAttribute( "fse:bpEndDate" ); // disable fields oUMField.disabled = true; oDeliveredField.disabled = true; oFOBField.disabled = true; oBillBackField.disabled = true; oOffInvoiceField.disabled = true; oCommodityUMField.disabled = true; oCommodityAllowanceField.disabled = true; oCommodityNetField.disabled = true; oCommodityPassThroughField.disabled = true; oCommodityTypeField.disabled = true; oTermsOfAllowanceField.disabled = oBillBackField.value == "" && oOffInvoiceField.value == ""; oBidLineProductStatusField.value = 'A'; oBidLineProductStatusField.disabled = true; // insert row for blanket pricing comments Fse.BID.addBPCommentsRow( nBidLineProductId, oSelectedPriceListField.getAttribute( "fse:bpComments" ) ); Fse.BID.updateMfrBidNumbers( oPriceListField ); } } } } } Fse.DialogManager.show( 'chooseBlanketPricingDialog$', oOptions ); } } Fse.BID.updateMfrBidNumbers = function ( oElement ) { var reTest = /^priceListId/; var fnPriceListCheckboxTest = function( e ) { return reTest.test( e.name ); } var elePriceListCheckbox = YAHOO.util.Dom.getElementsBy( fnPriceListCheckboxTest, "input", oElement.form ); var priceListIds = []; for( var i = 0; i < elePriceListCheckbox.length; i++ ) { if( elePriceListCheckbox[i].checked ) { if( priceListIds.length > 0 ) { for( var j = 0; j < priceListIds.length; j++ ) { if( elePriceListCheckbox[i].value !== priceListIds[j] ) { var bValid = true; } else { var bValid = false; } } if( bValid ) { priceListIds.push( elePriceListCheckbox[i].value ) } } else { priceListIds.push( elePriceListCheckbox[i].value ); } } } var sQueryString = ''; if( priceListIds.length > 0 ) { var sQueryString = '&mfrBidNumbers=' + priceListIds.toString(); } var sURL = Fse.BID.getHandler() + '?ajax=getMfrBidNumbers' + sQueryString; var oSocket = document.getElementById( 'priceMfrBidNumber' ); var fnCallBack = function( oRequest ) { if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } Fse.Ajax.getURL( sURL, fnCallBack ); } Fse.BID.addBPCommentsRow = function( nRowId, sText ) { var bidSpecificCommentsRow = document.getElementById( 'comments_' + nRowId ); var bpCommentsRow = document.createElement( 'tr' ); bpCommentsRow.setAttribute( 'id', 'bpComments_' + nRowId ); var firstCol = document.createElement( 'td' ); firstCol.innerHTML = "BP Comments:"; var secondCol = document.createElement( 'td' ); secondCol.innerHTML = sText; secondCol.setAttribute( "colspan", 2 ); bpCommentsRow.appendChild( firstCol ); bpCommentsRow.appendChild( secondCol ); bidSpecificCommentsRow.parentNode.insertBefore( bpCommentsRow, bidSpecificCommentsRow ); return bpCommentsRow; } Fse.BID._loadPriceQualifierOptions = function( oQualifierField, sPricingType ) { while( oQualifierField.options.length ) { oQualifierField.remove( 0 ); } var _optionDefinitions = Fse.BID._priceQualifiers[sPricingType]; if( _optionDefinitions ) { for( var x = 0; x < _optionDefinitions.length; x++ ) { var _Option = new Option( _optionDefinitions[x].content, _optionDefinitions[x].value, x == 0, x == 0 ); oQualifierField.add( _Option ); } } else { var _Option = new Option( "n/a", "??", true, true ); oQualifierField.add( _Option ); } }; Fse.BID.flagDistributorBidding = function( oCheckbox, nBidMfrId ) { if( oCheckbox.form ) { var reTest = new RegExp( "^bidLineProductId" ); if( nBidMfrId ) { reTest = new RegExp( "^bidLineProductId_" + nBidMfrId ); } var fnBiddingCheckboxTest = function( e ) { return reTest.test( e.id ); }; var aBidding = YAHOO.util.Dom.getElementsBy( fnBiddingCheckboxTest, "input", oCheckbox.form ); for( var x = 0; x < aBidding.length; x++ ) { if( oCheckbox.checked ) { if( !aBidding[x].checked ) { aBidding[x].click(); } } else { if( aBidding[x].checked ) { aBidding[x].click(); } } aBidding[x].checked = oCheckbox.checked; } } }; Fse.BID.flagDistributorQuoted = function( oCheckbox, nBidMfrId ) { if( oCheckbox.form ) { var reTest = new RegExp( "^quoteStatus" ); if( nBidMfrId ) { reTest = new RegExp( "^quoteStatus_" + nBidMfrId ); } var fnQuotedCheckboxTest = function( e ) { return reTest.test( e.id ); }; var aQuoted = YAHOO.util.Dom.getElementsBy( fnQuotedCheckboxTest, "input", oCheckbox.form ); for( var x = 0; x < aQuoted.length; x++ ) { if( oCheckbox.checked ) { if( !aQuoted[x].checked ) { aQuoted[x].click(); } } else { if( aQuoted[x].checked ) { aQuoted[x].click(); } } aQuoted[x].checked = oCheckbox.checked && ! aQuoted[x].disabled; } } }; Fse.BID.markBiddingDistributorQuoted = function( nBidId, nBidDstId, sDescription ) { if( document.forms.frm_markBiddingDistributorQuoted ) { var bConfirmed = confirm( "Mark '" + sDescription + "' as Quoted? Okay to confirm, cancel to leave Quote status unchanged." ); if( bConfirmed ) { document.forms.frm_markBiddingDistributorQuoted.elements.bidId.value = nBidId; document.forms.frm_markBiddingDistributorQuoted.elements.bidDstId.value = nBidDstId; Fse.Ajax.sendForm( document.forms.frm_markBiddingDistributorQuoted ); Fse.Ajax.reload(); } } }; Fse.BID.bidLineProductPriceUMChanged = function( oSelect ) { var oTr = YAHOO.util.Dom.getAncestorByTagName( oSelect, "tr" ); if( oTr && ( YAHOO.util.Dom.hasClass( oTr, "bidLine" ) || YAHOO.util.Dom.hasClass( oTr, "blp-pricing" ))) { var aInput = YAHOO.util.Dom.getElementsByClassName( "rate", "input", oTr ); for( var x = 0; x < aInput.length; x++ ) { aInput[x].disabled = oSelect.value == "?"; } if( aInput.length && ! aInput[0].disabled ) { aInput[0].focus(); } /* // enable / disable any rate fields in the secondary fields var oSecondaryFieldsRow = YAHOO.util.Dom.getNextSibling( oTr ); var oTertiaryFieldsRow = YAHOO.util.Dom.getNextSibling( oSecondaryFieldsRow ); if( oTertiaryFieldsRow ) { var aInput = YAHOO.util.Dom.getElementsByClassName( "rate", "input", oTertiaryFieldsRow ); for( var x = 0; x < aInput.length; x++ ) { aInput[x].disabled = oSelect.value == "?"; } } */ } }; Fse.BID.bidLineProductCommUMChanged = function( oSelect ) { var oTr = YAHOO.util.Dom.getAncestorByTagName( oSelect, "tr" ); if( oTr && ( YAHOO.util.Dom.hasClass( oTr, "commLine" ) || YAHOO.util.Dom.hasClass( oTr, "blp-pricing" ))) { var aInput = YAHOO.util.Dom.getElementsByClassName( "rate", "input", oTr ); for( var x = 0; x < aInput.length; x++ ) { aInput[x].disabled = oSelect.value == "?"; } if( aInput.length && ! aInput[0].disabled ) { aInput[0].focus(); } var aSelect = YAHOO.util.Dom.getElementsBy( function( e ) { return true; }, "select", oTr ); aSelect[1].disabled = oSelect.value == "?"; } }; Fse.BID.markLinesAsApproved = function( nBidId ) { var sURL = Fse.BID.getHandler() + '?ajax=checkImportStatus&bidId=' + nBidId; var fnCallback = function( oRequest ) { var sAllowed = JSON.parse( oRequest.xhRequest.responseText ); if( sAllowed ) { var oForm = document.forms.frm_approveLines; if( oForm ) { if( confirm( "Mark this Bid as \"Lines Approved\"?" )) { oForm.elements.bidId.value = nBidId; Fse.Ajax.sendForm( oForm ); Fse.Ajax.reload(); } } } else { alert( 'You cannot mark lines as approved until the bid spec import you uploaded is completed.' ); } /*if( sAllowed == 'true' ) { var oForm = document.forms.frm_approveLines; if( oForm ) { if( confirm( "Mark this Bid as \"Lines Approved\"?" )) { oForm.elements.bidId.value = nBidId; Fse.Ajax.sendForm( oForm ); Fse.Ajax.reload(); } } } else { alert( 'You cannot mark lines as approved until the bid spec import you uploaded is completed.' ); }*/ } Fse.Ajax.getURL( sURL, fnCallback ); }; Fse.BID.selectStatus = function( oSelect ) { var sStatus = oSelect.options[oSelect.selectedIndex].text; if( confirm( "Click OK to mark all SKU prices as \"" + sStatus + "\"" ) ) { var fnIsStatusField = function( e ) { return /^bidLineProductStatus/.test( e.name ) && ! e.disabled; } var aStatusFields = YAHOO.util.Dom.getElementsBy( fnIsStatusField, "select", oSelect.form ); for( var x = 0; x < aStatusFields.length; x++ ) { aStatusFields[x].value = oSelect.value; } } }; Fse.BID.setPricingPerAll = function( oCheckbox, sLabel ) { if( oCheckbox.checked ) { if( confirm( "Click OK to mark all SKU prices as \"per " + sLabel + "\"" )) { var fnIsPerField = function( e ) { return /^priceUM/.test( e.name ) && ! e.disabled; } var aPerFields = YAHOO.util.Dom.getElementsBy( fnIsPerField, "select", oCheckbox.form ); for( var x = 0; x < aPerFields.length; x++ ) { if( aPerFields[x].value != oCheckbox.value ) { aPerFields[x].value = oCheckbox.value; Fse.BID.bidLineProductPriceUMChanged( aPerFields[x] ); /* follow the rules */ } } var fnIsCommPerField = function ( e ) { return /^commUM/.test( e.name ) && ! e.disabled; } var aCommPerFields = YAHOO.util.Dom.getElementsBy( fnIsCommPerField, "select", oCheckbox.form ); for( var z = 0; z < aCommPerFields.length; z++ ) { if( aCommPerFields[z].value != oCheckbox.value ) { aCommPerFields[z].value = oCheckbox.value; Fse.BID.bidLineProductCommUMChanged( aCommPerFields[z] ); } } } oCheckbox.checked = false; } }; /* recently added to display SKU Description */ Fse.BID.triggerSKUDescSearch = function( nTimeout, nBidSkuId ) { if( ! nTimeout ) { nTimeout = 400; } if( Fse.BID._bidDistributorNameSearchTimeout ) { clearTimeout( Fse.BID._bidDistributorNameSearchTimeout ); Fse.BID._bidDistributorNameSearchTimeout = null; } var oBidSkuId = function(){ Fse.BID.getSKUDesc( nBidSkuId ) }; Fse.BID._bidDistributorNameSearchTimeout = setTimeout( oBidSkuId, nTimeout ); }; Fse.BID.getSKUDesc = function( nBidSkuId ) { Fse.BID._bidDistributorNameSearchTimeout = null; var oSocket = document.getElementById( 'sku_desc' ); var sSearchSKU = document.getElementById( 'bidSku' ).value; var sTerritoryId = document.getElementById( 'territoryId' ).value; var sScope = document.getElementById( 'scope' ).value; //alert( sSearchSKU ); //alert( sTerritoryId ); //alert( sScope ); var sURL = Fse.FND.getHandler() + "?ajax=skuDesc&sku=" + sSearchSKU.replace(/^\s*/, '') + '&territoryId=' + sTerritoryId + '&scope=' + sScope; if( nBidSkuId ) { sURL = sURL + "&bidSkuId=" + nBidSkuId; } var fnCallBack = function( oRequest ) { if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } oSocket.innerHTML = "Searching..."; Fse.Ajax.getURL( sURL, fnCallBack ); } Fse.BID.updateAwardData = function ( oSelect, sLabel ) { var YUI = YAHOO.util.Dom; if( oSelect.name == 'markAllAwardedStatus' ) { var oTR = document.getElementById( 'markAllSecondRow' ); if( confirm( "Click OK to mark all Statuses as \"" + oSelect.options[oSelect.selectedIndex].innerHTML + "\"" ) ) { var oTDSocket = document.getElementById( 'markAllSubStatus' ); if( oSelect.value == '1' || oSelect.value == '2' || oSelect.value == '-1' ) { if( YUI.hasClass( oTR, 'fse-hidden' ) ) { YUI.removeClass( oTR, 'fse-hidden' ); } var sURL = Fse.BID.getHandler() + '?ajax=subclassifier2&type=' + oSelect.value; Fse.Ajax.updateContent( sURL, oTDSocket ); } else { oTDSocket.innerHTML = ''; //empty the socket YUI.addClass( oTR, 'fse-hidden' ); } aPerFields = document.getElementsByTagName( 'select' ); for( var i = 0; i < aPerFields.length; i++ ) { if( aPerFields[i].name.substr( 0, 13 ) == 'awardedStatus' ) { aPerFields[i].value = oSelect.value; aPerFields[i].onchange(); } } } else { oSelect.selectedIndex = 0; } } if( oSelect.name == 'markAllSubStatus' ) { if( confirm( "Click OK to mark all Sub Statuses as \"" + oSelect.options[oSelect.selectedIndex].innerHTML + "\"" ) ) { aPerFields = document.getElementsByTagName( 'select' ); for( var i = 0; i < aPerFields.length; i++ ) { if( aPerFields[i].name.substr( 0, 20 ) == 'awardedSubClassifier' ) { aPerFields[i].value = oSelect.value; } } } else { oSelect.selectedIndex = 0; } } if ( oSelect.name == 'chooseDst' ) { if( confirm( "Click OK to mark all Distributors as \"" + sLabel + "\"" ) ) { dstPerField = document.getElementsByTagName( 'select' ); outDstPerField = document.getElementsByTagName( 'input' ); for( var d = 0; d < dstPerField.length; d++ ) { if( dstPerField[d].name.substr( 0, 15 ) == 'awardedBidDstId' ) { dstPerField[d].value = oSelect.value; } } for( var e = 0; e < outDstPerField.length; e++ ) { if( outDstPerField[e].name.substr( 0, 25 ) == 'awardedOutsideDistributor' ) { YAHOO.util.Dom.addClass( outDstPerField[e], 'fse-hidden' ); } } } } if ( oSelect.name == 'cases' || oSelect.name == 'lbs' ) { if( oSelect.checked ) { oSelect.checked = false; if( confirm( "Click OK to mark all Units as \"" + sLabel + "\"" ) ) { var unitPerField = document.getElementsByTagName( "select" ); for( var i = 0; i < unitPerField.length; i++ ) { if( unitPerField[i].name.substr( 0, 9 ) == "awardedUM" ) { unitPerField[i].value = sLabel.toUpperCase(); } } } } } } Fse.BID.markAllListPricing = function ( oCheckbox ) { if( oCheckbox.checked == true ) { var bConfirmed = confirm( "Click OK to mark all SKU Prices as \"List Pricing\"" ); if( bConfirmed ) { var fnIsListPricingField = function( e ) { return /^useListPrice/.test( e.name ); } var aListPricingFields = YAHOO.util.Dom.getElementsBy( fnIsListPricingField, "input", oCheckbox.form ); for( var i = 0; i < aListPricingFields.length; i++ ) { if( !aListPricingFields[i].checked ) { aListPricingFields[i].click(); } } } oCheckbox.checked = false; } } Fse.BID.bidLineProductListPricingChanged = function( oListPricingCheckbox ) { var aParts = oListPricingCheckbox.getAttribute( "id" ).split( "_" ); aParts[0] = "pt"; var sFieldId = aParts.join( "_" ); var _pricingDisabled = oListPricingCheckbox.checked; var oUMField = document.getElementById( "apum_" + sFieldId ); var oDeliveredField = document.getElementById( "priceDeliveredRate_" + sFieldId ); var oFOBField = document.getElementById( "priceFOBRate_" + sFieldId ); var oBillBackField = document.getElementById( "priceBillBackRate_" + sFieldId ); var oOffInvoiceField = document.getElementById( "priceOffInvoiceRate_" + sFieldId ); var oBidLineProductStatusField = document.getElementById( "blps_" + sFieldId ); var oCommodityUMField = document.getElementById( "commUM_" + sFieldId ); var oCommodityAllowanceField = document.getElementById( "commodityAllowanceRate_" + sFieldId ); var oCommodityNetField = document.getElementById( "commodityNetRate_" + sFieldId ); var oCommodityPassThroughField = document.getElementById( "commodityPassThroughRate_" + sFieldId ); var oCommodityTypeField = document.getElementById( "commType_" + sFieldId ); var oTermsOfAllowanceField = document.getElementById( "toa_" + sFieldId ); aParts[0] = "priceListId"; var sPriceListId = aParts.join( "_" ); var oBlanketPricingField = document.getElementById( sPriceListId ); if( _pricingDisabled ) { if( oBlanketPricingField ) oBlanketPricingField.disabled = true; oDeliveredField.disabled = true; oFOBField.disabled = true; oBillBackField.disabled = true; oOffInvoiceField.disabled = true; oCommodityUMField.disabled = true; oCommodityAllowanceField.disabled = true; oCommodityNetField.disabled = true; oCommodityPassThroughField.disabled = true; oTermsOfAllowanceField.disabled = true; oUMField.disabled = true; oBidLineProductStatusField.disabled = true; } else { if( oBlanketPricingField ) { oBlanketPricingField.disabled = false; } if( oBlanketPricingField && ( oBlanketPricingField.checked || oBlanketPricingField.selectedIndex )) { oDeliveredField.disabled = true; oFOBField.disabled = true; oBillBackField.disabled = true; oOffInvoiceField.disabled = true; oCommodityUMField.disabled = true; oCommodityAllowanceField.disabled = true; oCommodityNetField.disabled = true; oCommodityPassThroughField.disabled = true; oUMField.disabled = true; oTermsOfAllowanceField.disabled = true; oBidLineProductStatusField.disabled = true; } else { oUMField.disabled = false; oCommodityUMField.disabled = false; if( oUMField.value == "?" ) { oDeliveredField.disabled = true; oFOBField.disabled = true; oBillBackField.disabled = true; oOffInvoiceField.disabled = true; } else { oDeliveredField.disabled = false; oFOBField.disabled = false; oBillBackField.disabled = false; oOffInvoiceField.disabled = false; } if( oCommodityUMField.value == "?" ) { oCommodityAllowanceField.disabled = true; oCommodityNetField.disabled = true; oCommodityPassThroughField.disabled = true; } else { oCommodityAllowanceField.disabled = false; oCommodityNetField.disabled = false; oCommodityPassThroughField.disabled = false; } oTermsOfAllowanceField.disabled = false; oBidLineProductStatusField.disabled = false; } } }; Fse.BID.viewSortedSKUs = function ( oCheckbox, nBidId, nBidMfrId, nTerritoryId ) { var oMfrPricingSocket = document.getElementById( 'mfrPricing_socket' ); var oSelect = document.getElementById( 'historicBids' ); var nHistoricBids = oSelect.options[oSelect.selectedIndex].value; if( oCheckbox.checked ) { var sURL = 'index.cfm?ajax=pricingSection&viewBy=Sku&bidId=' + nBidId + '&bidMfrId=' + nBidMfrId + '&historicBids=' + nHistoricBids + '&territoryId=' + nTerritoryId + '&showDetails=false'; } else { var sURL = 'index.cfm?ajax=pricingSection&viewBy=Line&bidId=' + nBidId + '&bidMfrId=' + nBidMfrId + '&historicBids=' + nHistoricBids + '&territoryId=' + nTerritoryId + '&showDetails=false'; } Fse.Ajax.updateContent( sURL, oMfrPricingSocket ); } Fse.BID.createMFRWonPriceFile = function () { //alert( "Fse.BID.createWonItemsBlanket function" ); /* blp = bidLineProduct */ var blpIdList = document.getElementById( 'bidLineProductIds' ).value; var blpId = blpIdList.split(","); var wonItems = ""; var haveWonItems = false; for( var i = 0; i < blpId.length; i++ ) { if( document.getElementById( 'awardedStatus_' + blpId[i] ).value == 1 || document.getElementById( 'awardedStatus_' + blpId[i] ).value == 2 ) { wonItems += blpId[i] + ","; haveWonItems = true; } } if( haveWonItems ) { var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=createBlanketPricingDialog&blpId=" + wonItems; var oOptions = { src : sURL, title : "Create Blanket Pricing", width: "500px", onSuccess: function( oRequest ) { var sLocation = oRequest.getResponseHeader['x-fse-location']; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); } } }; Fse.DialogManager.show( "createBlanketPricingDialog$", oOptions ); } else { alert( 'You need at least one won item to create price file.' ); } } Fse.BID.assignMFRBidNumber = function ( oSelect ) { if( oSelect ) { var nMfrBidNumber = oSelect.options[oSelect.selectedIndex].getAttribute( 'title' ); var oMfrBidNumberField = document.getElementById( 'priceListMfrBidNumber' ); if( nMfrBidNumber ) { oMfrBidNumberField.value = nMfrBidNumber; } else { oMfrBidNumberField.value = ""; } } } Fse.BID.showHideCommodityPricing = function ( lnk_obj ) { //alert( 'AddCommPricing Function triggered!' ); var YUI = YAHOO.util.Dom; lnk_obj.innerHTML = ( lnk_obj.innerHTML == 'Show Commodity Pricing' ) ? 'Hide Commodity Pricing' : 'Show Commodity Pricing'; var oApprovedTr = YUI.getElementsByClassName( 'approvedCommPricing', 'tr' ); for( var i = 0; i < oApprovedTr.length; i++ ) { if( YUI.hasClass( oApprovedTr[i], 'fse-hidden' ) ) { YUI.removeClass( oApprovedTr[i], 'fse-hidden' ); } else { YUI.addClass( oApprovedTr[i], 'fse-hidden' ); } } var oUnapprovedTr = YUI.getElementsByClassName( 'unapprovedCommPricing', 'tr' ); for( var i = 0; i < oUnapprovedTr.length; i++ ) { if( YUI.hasClass( oUnapprovedTr[i], 'fse-hidden' ) ) { YUI.removeClass( oUnapprovedTr[i], 'fse-hidden' ); } else { YUI.addClass( oUnapprovedTr[i], 'fse-hidden' ); } } } Fse.BID.addComments = function () { //alert( 'Fse.BID.addComments Function triggered!' ); var YUI = YAHOO.util.Dom; var oApprovedComments = YUI.getElementsByClassName( "approvedComments", "tr" ); for( var i = 0; i < oApprovedComments.length; i++ ) { YUI.removeClass( oApprovedComments[i], "fse-hidden" ); } var oUnapprovedComments = YUI.getElementsByClassName( "unapprovedComments", "tr" ); for( var i = 0; i < oUnapprovedComments.length; i++ ) { YUI.removeClass( oUnapprovedComments[i], "fse-hidden" ); } } Fse.BID.applyBlanketPricingAll = function ( oSelect, nPriceListId, nBidSkuIdList ) { //alert( 'applyBlanketPricingAll function succeeded!' ); var oRadio = document.getElementById( 'blanketPricing_' + nPriceListId ); var nBidSkuId = nBidSkuIdList.split( "," ); for( var i = 0; i < nBidSkuId.length; i++ ) { var nApprovedPriceUM = oRadio.getAttribute( 'fse:approvedpriceum_' + nBidSkuId[i] ); var nDeliveredRate = oRadio.getAttribute( 'fse:deliveredrate_' + nBidSkuId[i] ); var nFOBRate = oRadio.getAttribute( 'fse:fobrate_' + nBidSkuId[i] ); var nOffInvoiceRate = oRadio.getAttribute( 'fse:offinvoicerate_' + nBidSkuId[i] ); var nBillBackRate = oRadio.getAttribute( 'fse:billbackrate_' + nBidSkuId[i] ); var nCommodityPassThroughRate = oRadio.getAttribute( 'fse:commoditypassthroughrate_' + nBidSkuId[i] ); var nCommodityAllowanceRate = oRadio.getAttribute( 'fse:commodityallowancerate_' + nBidSkuId[i] ); var nCommodityNetRate = oRadio.getAttribute( 'fse:commoditynetrate_' + nBidSkuId[i] ); var oApprovedPriceUM = document.getElementById( 'apum_pt_' + nBidSkuId[i] ); var oDeliveredRateField = document.getElementById( 'priceDeliveredRate_pt_' + nBidSkuId[i] ); var oFOBRateField = document.getElementById( 'priceFOBRate_pt_' + nBidSkuId[i] ); var oOffInvoiceRateField = document.getElementById( 'priceOffInvoiceRate_pt_' + nBidSkuId[i] ); var oBillBackRateField = document.getElementById( 'priceBillBackRate_pt_' + nBidSkuId[i] ); var oBidLineProductStatusField = document.getElementById( 'blps_pt_' + nBidSkuId[i] ); var oCommodityPassThroughRateField = document.getElementById( 'commodityPassThroughRate_pt_' + nBidSkuId[i] ); var oCommodityAllowanceRateField = document.getElementById( 'commodityAllowanceRate_pt_' + nBidSkuId[i] ); var oCommodityNetRateField = document.getElementById( 'commodityNetRate_pt_' + nBidSkuId[i] ); //alert( oApprovedPriceUM.name + " " + oDeliveredRateField.name + " " + oFOBRateField.name + " " + oOffInvoiceRateField.name + " " + oBillBackRateField.name + " " + oBidLineProductStatusField.name + " " oCommodityPassThroughRateField.name + " " + oCommodityAllowanceRateField.name + " " + oCommodityNetRateField.name ); oApprovedPriceUM.value = nApprovedPriceUM[i]; oApprovedPriceUM.disabled = true; oDeliveredRateField.value = nDeliveredRate; oDeliveredRateField.disabled = true; oFOBRateField.value = nFOBRate; oFOBRateField.disabled = true; oOffInvoiceRateField.value = nOffInvoiceRate; oOffInvoiceRateField.disabled = true; oBillBackRateField.value = nBillBackRate; oBillBackRateField.disabled = true; oBidLineProductStatusField.value = 'A'; oBidLineProductStatusField.disabled = true; oCommodityPassThroughRateField.value = nCommodityPassThroughRate; oCommodityPassThroughRateField.disabled = true; oCommodityAllowanceRateField.value = nCommodityAllowanceRate; oCommodityAllowanceRateField.disabled = true; oCommodityNetRateField.value = nCommodityNetRate; oCommodityNetRateField.disabled = true; var oCheckbox = document.getElementById( 'priceListId_' + nBidSkuId[i] ); oCheckbox.checked = true; } } /* Fse.BID.bidSearch = function ( ) { var oForm = document.getElementById("bidSearch"); var territoryId = document.getElementById("territoryId").value; var internalContactId = document.getElementById("internalContactId").value; var keywordSearch = document.getElementById("keywordSearch").value; var bidStatus = document.getElementById("bidStatus").value; var oLink = 'index.cfm?bidView=bidList'; var oLink = oLink + '&territoryId=' + territoryId; var oLink = oLink + '&internalContactId=' + internalContactId; var oLink = oLink + '&bidStatus=' + bidStatus; var oLink = oLink + '&keywordSearch=' + keywordSearch; window.location = oLink; } */ Fse.BID.deleteBidLineRN = function ( oCheckbox, nId ) { //alert( 'Fse.BID.deleteBidLineRN function succeeded.' ); var fnIsBidLineProductField = function( e ) { var re = new RegExp( "delBidLineProduct_" + nId ) return re.test( e.name ); } var eBidLineProductFields = YAHOO.util.Dom.getElementsBy( fnIsBidLineProductField, "input", oCheckbox.table ); if( oCheckbox.checked == true ) { for( var i = 0; i < eBidLineProductFields.length; i++ ) { eBidLineProductFields[i].checked = true; eBidLineProductFields[i].disabled = true; } } else { for( var i = 0; i < eBidLineProductFields.length; i++ ) { eBidLineProductFields[i].checked = false; eBidLineProductFields[i].disabled = false; } } //Fse.BID.toggleSkuList( nId ); } Fse.BID.toggleSkuList = function ( nId ) { //alert( 'Fse.BID.toggleSkuList function succeeded.' ); var oTr = document.getElementById( 'skuList_' + nId ); var oSpan = document.getElementById( 'toggle_' + nId ); if ( YAHOO.util.Dom.hasClass( oTr, "fse-hidden" ) ) { YAHOO.util.Dom.removeClass( oTr, "fse-hidden" ); YAHOO.util.Dom.replaceClass( oSpan, "expand-plus", "expand-minus" ); } else { YAHOO.util.Dom.addClass( oTr, "fse-hidden" ); YAHOO.util.Dom.replaceClass( oSpan, "expand-minus", "expand-plus" ); } } /* Fse.BID.populateCoordinators = function ( sValue ) { //alert( 'Fse.BID.populateCoordinators function triggered!' ); var oBidCoordinatorSocket = document.getElementById( 'coordinator-socket' ); if( oBidCoordinatorSocket ) { var sHandlerURL = Fse.BID.getHandler(); var sFieldURL = 'territoryId=' + sValue; var sURL = sHandlerURL + '?ajax=populateBidCoordinators&' + sFieldURL; Fse.Ajax.updateContent( sURL, oBidCoordinatorSocket ); } } */ Fse.BID.updateBidList = function() { var oBidListSocket = document.getElementById( 'bid-list' ); var sBidStatus = document.getElementById( 'bidStatus' ).value; var nTerritoryId = document.getElementById( 'territoryId' ).value; var nCoordinator = document.getElementById( 'internalContactId' ).value; var sKeyword = document.getElementById( 'keywordSearch' ).value; if( oBidListSocket ) { var sHandlerURL = Fse.BID.getHandler(); var sFieldURL = 'bidStatus=' + sBidStatus + '&territoryId=' + nTerritoryId + '&internalContactId=' + nCoordinator + '&keywordSearch=' + sKeyword; var sURL = sHandlerURL + '?ajax=updateBidList&' + sFieldURL; if( sURL ) { Fse.Ajax.updateContent( sURL, oBidListSocket ); } } } Fse.BID.displayHistoricBids = function( oSelect, nBidId, nBidMfrId, nTerritoryId ) { //alert( 'Fse.BID.displayHistoricBids function succeeded!' ); var oMFRPricingSocket = document.getElementById( 'mfrPricing_socket' ); var nHistoricBids = oSelect.value; if( oMFRPricingSocket ) { var sHandlerURL = Fse.BID.getHandler(); var sFieldURL = 'bidId=' + nBidId + '&bidMfrId=' + nBidMfrId + '&territoryId=' + nTerritoryId + '&historicBids=' + nHistoricBids + '&showDetails=true'; var sURL = sHandlerURL + '?ajax=pricingSection&' + sFieldURL; Fse.Ajax.updateContent( sURL, oMFRPricingSocket ); } var oViewSortedSkus = document.getElementById( 'sortedSKU' ); if( oViewSortedSkus.checked == true ) { oViewSortedSkus.checked = false; } } Fse.BID.toggleBidHistory = function( nBidId, nBidAgencyId, nBidLineProductId, nBidSkuId ) { //alert( 'Fse.BID.toggleBidHistory function triggered!' ); var YUI = YAHOO.util.Dom; var oTr = document.getElementById( 'bidHistoryDetails_' + nBidLineProductId ); var oSpan = document.getElementById( 'bidHistoryToggle_' + nBidLineProductId ); if( !YUI.hasClass( oTr, 'fse-hidden' ) ) { YUI.addClass( oTr, 'fse-hidden' ); YUI.replaceClass( oSpan, 'expand-minus', 'expand-plus' ); } else { YUI.removeClass( oTr, 'fse-hidden' ); YUI.replaceClass( oSpan, 'expand-plus', 'expand-minus' ); } /*var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + '?ajax=displayBidHistory&bidId=' + nBidId + '&bidAgencyId=' + nBidAgencyId + '&bidLineProductId=' + nBidLineProductId + '&bidSkuId=' + nBidSkuId; var oSocket = document.getElementById( 'bidhistory_' + nBidLineProductId ); if( oSocket ) { Fse.Ajax.updateContent( sURL, oSocket ); }*/ } Fse.BID.updatePurchasingProfile = function( nBidId ) { var oOptions = { src : Fse.BID.getHandler() + "?ajax=purchasingProfileUpdateDialog&bidId=" + encodeURIComponent( nBidId ), title : "Apply Award Data to Purchasing Profile", width : "700px" }; Fse.DialogManager.show( "bidUpdatePurchasingProfile$", oOptions ); }; Fse.BID.emailRepToPush = function( nBidId ) { //alert( 'Fse.BID.emailRepToPush function triggered!' ); var sURL = Fse.BID.getHandler() + '?do=emailRepToPush'; var fnCallBack = function( oRequest ) { alert( oRequest.getResponseHeader['x-fse-bid-message'] ); Fse.Ajax.reload(); } var sPostData = 'bidId=' + nBidId; Fse.Ajax.postURL( sURL, sPostData, fnCallBack ); } Fse.BID.showAllSkus = function() { //alert( 'Fse.BID.showAllSkus function triggered!' ); var YUI = YAHOO.util.Dom; oA = document.getElementById( 'allSkusButton' ); var reToggle = /^toggle/; var fnToggleTest = function( e ) { return reToggle.test( e.id ); } var eToggleSpan = YUI.getElementsBy( fnToggleTest, "span" ); var reSkuList = /^skuList/; var fnSkuListTest = function( e ) { return reSkuList.test( e.id ); } var eSkuListTr = YUI.getElementsBy( fnSkuListTest, "tr" ); if( YUI.hasClass( oA, 'show' ) ) { oA.innerHTML = 'Hide All Skus'; YUI.replaceClass( oA, 'show', 'hide' ); for( var i = 0; i < eToggleSpan.length; i++ ) { if( YUI.hasClass( eToggleSpan[i], 'expand-plus' ) ) { YUI.replaceClass( eToggleSpan[i], 'expand-plus', 'expand-minus' ); } } for( var j = 0; j < eSkuListTr.length; j++ ) { if( YUI.hasClass( eSkuListTr[j], 'fse-hidden' ) ) { YUI.removeClass( eSkuListTr[j], 'fse-hidden' ); } } } else { oA.innerHTML = 'Show All Skus'; YUI.replaceClass( oA, 'hide', 'show' ); for( var i = 0; i < eToggleSpan.length; i++ ) { if( YUI.hasClass( eToggleSpan[i], 'expand-minus' ) ) { YUI.replaceClass( eToggleSpan[i], 'expand-minus', 'expand-plus' ); } } for( var j = 0; j < eSkuListTr.length; j++ ) { if( !YUI.hasClass( eSkuListTr[j], 'fse-hidden' ) ) { YUI.addClass( eSkuListTr[j], 'fse-hidden' ); } } } } Fse.BID.filterAwards = function( sFilter, sValue ) { var sURL = document.getElementById( 'awardsURL' ).value; var oBidMFR = document.getElementById( 'bidManufacturers' ); var nBidMFR = oBidMFR.options[oBidMFR.selectedIndex].value; var oHistoricBids = document.getElementById( 'historicBids' ); var nHistoricBids = oHistoricBids.options[oHistoricBids.selectedIndex].value; var oAwardStatus = document.getElementById( 'filterAwardStatus' ); var nAwardStatus = oAwardStatus.options[oAwardStatus.selectedIndex].value; if( oBidMFR ) { sURL = sURL + '&bidMfrId=' + nBidMFR; } if( oHistoricBids ) { sHistoryBidsURL = '&historicBids=' + nHistoricBids; if( parseInt( nHistoricBids ) != 0 ) { sHistoryBidsURL = sHistoryBidsURL + '&showBidHistory=true'; } sURL = sURL + sHistoryBidsURL; } if( oAwardStatus ) { sURL = sURL + '&filterAwardStatus=' + nAwardStatus } if( sFilter == 'sortBy' ) { sURL = sURL + '&sortBy=' + sValue; } window.location = sURL; } Fse.BID.filterBidManufacturer = function( sValue, sTab ) { //alert( 'Fse.BID.filterBidManufacturer function triggered!' ); var sURL = sValue; if( sTab === 'awards' ) { var oHistoricBids = document.getElementById( 'historicBids' ); var nHistoricBids = oHistoricBids.options[oHistoricBids.selectedIndex].value; if( oHistoricBids ) { sHistoryBidsURL = '&historicBids=' + nHistoricBids; if( parseInt( nHistoricBids ) != 0 ) { sHistoryBidsURL = sHistoryBidsURL + '&showBidHistory=true'; } sURL = sURL + sHistoryBidsURL; } window.location = sURL; } else { window.location = sURL; } } Fse.BID.uploadBidAwards = function( nBidId ) { var sHandlerURL = Fse.BID.getHandler(); var sQueryString = sHandlerURL + '?ajax=uploadBidAwardsDialog&bidId=' + nBidId; var fnCancel = function() { YAHOO.Fse.Dialogs['uploadBidAwardsDialog$'].cancel(); } var fnSubmit = function() { document.forms.frm_uploadBidAwards.submit(); } var oOptions = {}; oOptions.src = sQueryString; oOptions.title = 'Import Award Data'; oOptions.width = '500px'; //oOptions.buttons = [ { text: 'Cancel', handler: fnCancel, isDefault: false }, { text: 'Submit!', handler: fnSubmit, isDefault: true } ]; oOptions.onSuccess = function( oResponse ) { Fse.BID.uploadBidAwardsResults(); }; Fse.DialogManager.show( 'uploadBidAwardsDialog$', oOptions ); } Fse.BID.uploadBidAwardsResults = function() { var sHandlerURL = Fse.BID.getHandler(); var sQueryString = sHandlerURL + '?ajax=uploadBidAwardsDialog'; var fnClose = function() { YAHOO.Fse.Dialogs['uploadBidAwardsDialog$'].cancel(); Fse.Ajax.reload(); } var oOptions = {}; oOptions.src = sQueryString + '&status=true'; oOptions.title = 'Import Award Data'; oOptions.width = '500px'; oOptions.buttons = [ { text: 'Close', handler: fnClose, isDefault: true } ]; oOptions.onSuccess = function( oRequest ) { //do nothing } Fse.DialogManager.show( 'uploadBidAwardsDialog$', oOptions ); } Fse.BID.uploadBidSpec = function( nBidId ) { var sHandlerURL = Fse.BID.getHandler(); var sQueryString = sHandlerURL + '?ajax=bidSpecUploadDialog&bidId=' + nBidId; var fnCancel = function() { YAHOO.Fse.Dialogs['bidSpecUploadDialog$'].cancel(); } var fnSubmit = function() { document.forms.frm_uploadBidSpec.submit(); } var oOptions = {}; oOptions.src = sQueryString; oOptions.title = 'Import Bid Spec'; oOptions.width = '500px'; //oOptions.buttons = [ { text: 'Cancel', handler: fnCancel, isDefault: false }, { text: 'Submit!', handler: fnSubmit, isDefault: true } ]; oOptions.onSuccess = function( oResponse ) { alert( 'Your request to import bid spec has been uploaded and queued for processing.\n\nOnce your request has been processed you will be notified by email.' ); Fse.Ajax.reload(); }; Fse.DialogManager.show( 'bidSpecUploadDialog$', oOptions ); } Fse.BID.uploadBlanketPricing = function( nBidMfrId, nPriceListId ) { var sHandlerURL = Fse.BID.getHandler(); var sQueryString = sHandlerURL + '?ajax=blanketPricingUploadDialog&bidMfrId=' + nBidMfrId + '&priceListId=' + nPriceListId; var fnCancel = function() { YAHOO.Fse.Dialogs['blanketPricingUploadDialog$'].cancel(); } var fnSubmit = function() { document.forms.frm_uploadBlanketPricing.submit(); } var oOptions = {}; oOptions.src = sQueryString; oOptions.title = 'Import Blanket Pricing'; oOptions.width = '500px'; //oOptions.buttons = [ { text: 'Cancel', handler: fnCancel, isDefault: false }, { text: 'Submit!', handler: fnSubmit, isDefault: true } ]; oOptions.onSuccess = function( oResponse ) { alert( 'Your request to import blanket pricing has been uploaded and queued for processing.\n\nOnce your request has been processed you will be notified by email.' ); Fse.Ajax.reload(); }; Fse.DialogManager.show( 'blanketPricingUploadDialog$', oOptions ); } Fse.BID.importStatus = function( nBatchId ) { //alert( 'Fse.BID.importStatus function triggered!' ); var sHandlerURL = Fse.BID.getHandler(); var sQueryString = sHandlerURL + '?ajax=importStatus'; if( nBatchId ) { sQueryString = sQueryString + '&batchId=' + nBatchId; } var fnClose = function() { YAHOO.Fse.Dialogs['importStatus$'].cancel(); } var oOptions = {}; oOptions.src = sQueryString; oOptions.title = 'Import Status'; oOptions.width = '500px'; oOptions.buttons = [ { text: 'Close', handler: fnClose, isDefault: true } ]; oOptions.onSuccess = function( oRequest ) { //do nothing yet } Fse.DialogManager.show( 'importStatus$', oOptions ); } Fse.BID.localMarketChanged = function( nTerritoryId ) { //alert( 'Fse.BID.localMarketChanged function triggered!' ); var sHandlerURL = Fse.BID.getHandler(); var sQueryString = '?ajax=updateBidAgencies&territoryId=' + nTerritoryId; var oSocket = document.getElementById( 'bidAgencyId_socket' ); if( oSocket ) { var sURL = sHandlerURL + sQueryString; Fse.Ajax.updateContent( sURL, oSocket ); } } Fse.BID.updateBidContact = function( nBidId, nBidMfrId, nTerritoryId, nBidContactId ) { //alert( 'Fse.BID.updateBidContact function triggered!' ); var sHandlerURL = Fse.BID.getHandler(); var sQueryString = sHandlerURL + '?ajax=updateBidContact&bidId=' + nBidId + '&bidMfrId=' + nBidMfrId + '&territoryId=' + nTerritoryId + '&bidContactId=' + nBidContactId; var oOptions = {}; oOptions.src = sQueryString; oOptions.title = 'Update Bid Contact'; oOptions.width = '400px'; oOptions.onSuccess = function( oRequest ) { var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); } } Fse.DialogManager.show( 'updateBidContact$', oOptions ); } Fse.BID.updatePurchasingProfileToggleCheckboxes = function( oToggle ) { var oBidMfrSelect = document.getElementById( "bidMfrSelect" ); if( oBidMfrSelect == null ) { return; } var sClassToFind = oBidMfrSelect.value; var aBidLineProductIdFields = YAHOO.util.Dom.getElementsByClassName( sClassToFind, "input", document.forms.frm_bidUpdatePurchasingProfile ); for( var x = 0; x < aBidLineProductIdFields.length; x++ ) { var oField = aBidLineProductIdFields[x]; if( oField.disabled ) { continue; } oField.checked = oToggle.checked; } }; Fse.BID.saveBidHeader = function( oForm, sButtonClicked ) { document.getElementById( 'buttonClicked' ).value = sButtonClicked; Fse.FormManager.submit( oForm, true ); } Fse.BID.addCompetitor = function ( nBidId, nBidLineProductId, nPrincipalID, nBidMfrID ) { var sHandlerURL = Fse.BID.getHandler(); var oOptions = {}; oOptions.src = sHandlerURL + '?ajax=addCompetitorDialog&pplId=' + nPrincipalID + "&bidMfrID=" + nBidMfrID + '&bidId=' + nBidId; oOptions.title = 'Add Competitor'; oOptions.width = '400px'; oOptions.onSuccess = function( oRequest ) { Fse.BID.updateCompetitorDropdownLists( oRequest ); } Fse.DialogManager.show( 'addCompetitorDialog$', oOptions ); }; Fse.BID.updateCompetitorDropdownLists = function( oRequest ) { var nBidMfrId = Fse.Ajax.getResponseHeader( oRequest, 'x-fse-bidmfrid' ); var nBidLineProductIds = Fse.Ajax.getResponseHeader( oRequest, 'x-fse-bidlineproductids' ); var aBidLineProductIds = nBidLineProductIds.split( ',' ); for( var i = 0; i < aBidLineProductIds.length; i++ ) { var oSelect = document.getElementById( 'noAwardCompMFR_' + aBidLineProductIds[i] ) if( oSelect != null ) { var nSelectedBidMfrId = oSelect.value; var oSocket = 'noAwardCompMFR_' + aBidLineProductIds[i] + nBidMfrId; if( oSocket ) { var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + '?ajax=updateCompetitors&bidMfrId=' + nBidMfrId + '&bidLineProductId=' + aBidLineProductIds[i] + '&selectedBidMfrId=' + nSelectedBidMfrId; Fse.Ajax.updateContent( sURL, oSocket ); } } } } Fse.BID.showNoAwardMFR = function( which, nBidLineProductId ) { var YUI = YAHOO.util.Dom; var oTr = document.getElementById( 'noAwardMFR_' + nBidLineProductId + '_row' ); if( which.value == -1 ) { YUI.removeClass( oTr, 'fse-hidden' ) } else { YUI.addClass( oTr, 'fse-hidden' ) } } Fse.BID.rollover = function( nBidId, nBidAgencyId, sToggle ) { //alert( 'Fse.BID.rollover function triggered!' ); var oSocket = document.getElementById( 'rollover_socket' ); if( sToggle === 'Y' ) { var sHandlerURL = Fse.BID.getHandler(); var sQueryString = '?ajax=rollover&bidId=' + nBidId + '&bidAgencyId=' + nBidAgencyId; var sURL = sHandlerURL + sQueryString; if( oSocket ) { Fse.Ajax.showWait( 0, "Please wait..." ); Fse.Ajax.updateContent( sURL, oSocket ); } } else { oSocket.innerHTML = ''; //empty the socket } } Fse.BID.commentForAll = function( sName ) { //alert( 'Fse.BID.commentForAll function triggered!' ); var sHandlerURL = Fse.BID.getHandler(); var oOptions = {}; oOptions.src = sHandlerURL + '?ajax=commentForAllDialog'; oOptions.title = "Comment For All"; oOptions.width = "300px;" oOptions.onSuccess = function( oRequest ) { var sComments = document.getElementById( 'comments' ).value; aPerFields = document.getElementsByTagName( 'textarea' ); for( var i = 0; i < aPerFields.length; i++ ) { if( aPerFields[i].name.substr( 0, sName.length ) == sName ) { aPerFields[i].value = sComments; } } } Fse.DialogManager.show( 'commentForAllDialog$', oOptions ); } Fse.BID.saveAwards = function( oForm ) { if( Fse.FormManager.submit( oForm, false ) ) { Fse.Ajax.showWait( 0, 'Saving. Please wait...' ); setTimeout( function() { Fse.Ajax.sendForm( oForm ); }, 1000 ); } } /*Fse.BID.filterAwards = function() { var mfrId = document.getElementById( 'bidManufacturers' ).value; var aBidLineId = document.getElementById( 'bidLineIds' ).value.split( "," ); //loop through to show or hide manufacturers... for( var i = 0; i < aBidLineId.length; i++ ) { var checkSKU = function( el ) { var regex = new RegExp( '^sku_' + aBidLineId[i] + '_', 'g' ); return regex.test( el.id ); } var skuEls = YAHOO.util.Dom.getElementsBy( checkSKU, 'div' ); var itemCountA = 0; for( var j = 0; j < skuEls.length; j++ ) { if( skuEls[j].getAttribute( 'fse:manufacturer' ) == mfrId || mfrId == 0 ) { YAHOO.util.Dom.removeClass( skuEls[j], 'fse-hidden' ); itemCountA++; } else { YAHOO.util.Dom.addClass( skuEls[j], 'fse-hidden' ); } } if( itemCountA == 0 ) { YAHOO.util.Dom.addClass( document.getElementById( 'line_' + aBidLineId[i] ), 'fse-hidden' ); } else { YAHOO.util.Dom.removeClass( document.getElementById( 'line_' + aBidLineId[i] ), 'fse-hidden' ); } } var statusId = document.getElementById( 'filterAwardStatus' ).value; //loop through AGAIN for awarded statuses... for( var i = 0; i < aBidLineId.length; i++ ) { if( !YAHOO.util.Dom.hasClass( aBidLineId[i], 'fse-hidden' ) ) { var checkSKU = function( el ) { var regex = new RegExp( '^sku_' + aBidLineId[i] + '_', 'g' ); return regex.test( el.id ); } var skuEls = YAHOO.util.Dom.getElementsBy( checkSKU, 'div' ); var itemCountB = 0; for( var j = 0; j < skuEls.length; j++ ) { if( !YAHOO.util.Dom.hasClass( skuEls[j], 'fse-hidden' ) ) { if( skuEls[j].getAttribute( 'fse:awardedstatus' ) == statusId || statusId == 0 ) { itemCountB++; } else { YAHOO.util.Dom.addClass( skuEls[j], 'fse-hidden' ); } } } if( itemCountB == 0 ) { YAHOO.util.Dom.addClass( document.getElementById( 'line_' + aBidLineId[i] ), 'fse-hidden' ); } else { YAHOO.util.Dom.removeClass( document.getElementById( 'line_' + aBidLineId[i] ), 'fse-hidden' ); } } } }*/ Fse.BID.viewDstNotes = function( nBidDstId ) { //alert( 'Fse.BID.viewDstNotes function triggered!' ); var sHandlerURL = Fse.BID.getHandler(); var sQueryString = sHandlerURL + '?ajax=viewDstNotes&bidDstId=' + nBidDstId; var fnClose = function() { YAHOO.Fse.Dialogs['viewDstNotes$'].cancel(); } var oOptions = {}; oOptions.src = sQueryString; oOptions.title = 'Distributor Notes'; oOptions.width = '400px'; oOptions.buttons = [ { text: 'Close', handler: fnClose, isDefault: true } ]; oOptions.onSuccess = function( oRequest ) { //do nothing } Fse.DialogManager.show( 'viewDstNotes$', oOptions ); } Fse.BID.viewMFRNotes = function( nBidMfrId, nTerritoryId ) { //alert( 'Fse.BID.viewMFRNotes function triggered!' ); var sHandlerURL = Fse.BID.getHandler(); var sQueryString = sHandlerURL + '?ajax=viewMFRNotes&bidMfrId=' + nBidMfrId + '&territoryId=' + nTerritoryId; var fnClose = function() { YAHOO.Fse.Dialogs['viewMfrNotes$'].cancel(); } var oOptions = {}; oOptions.src = sQueryString; oOptions.title = 'Manufacturer Notes'; oOptions.width = '400px'; oOptions.buttons = [ { text: 'Close', handler: fnClose, isDefault: true } ]; oOptions.onSuccess = function( oRequest ) { //do nothing } Fse.DialogManager.show( 'viewMfrNotes$', oOptions ); }PK_ðhȔÆ”ÆPK-7°qPÿÿÿÿÿÿÿÿBID/scripts/fse-bid-cdr.jsvar Fse; if( ! Fse ) Fse = {}; if( ! Fse.BID ) Fse.BID = {}; Fse.BID.addDistributor = function() { var sHandlerURL = Fse.BID.getHandler(); if( sHandlerURL ) { var sDialogURL = sHandlerURL + "?ajax=addDistributorDialog"; var fnOnSuccess = function( oRequest ) { var sQueryString = oRequest.getResponseHeader["x-fse-location"]; if( sQueryString ) { window.location.href = sQueryString; } else { window.location.href = window.location.href; } }; Fse.BID.showGenericDialog( "Add Distributor", sDialogURL, fnOnSuccess ); } }; Fse.BID._distributorNameSearchTimeout = null; Fse.BID.triggerdistributorNameSearch = function() { if( Fse.BID._distributorNameSearchTimeout ) { clearTimeout( Fse.BID._distributorNameSearchTimeout ); Fse.BID._distributorNameSearchTimeout = null; } Fse.BID._distributorNameSearchTimeout = setTimeout( Fse.BID.findDistributors, 400 ); }; Fse.BID.findDistributors = function() { var sSearchName = document.frm_distributorSelect.searchName.value; var sURL = "?ajax=getDistributorSelect&searchName=" + encodeURIComponent( sSearchName ); Fse.BID._distributorNameSearchTimeout = null; var fnCallback = function( oRequest ) { var oSocket = document.getElementById( "distributorSearchResults" ); if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } Fse.Ajax.getURL( sURL, fnCallback ); }; Fse.BID.findDistributorsLinks = function() { var sSearchName = document.frm_distributorSelect.searchName.value; var sURL = "?ajax=linkDistributor&searchName=" + encodeURIComponent( sSearchName ); Fse.BID._distributorNameSearchTimeout = null; var fnCallback = function( oRequest ) { var oSocket = document.getElementById( "distributorSearchResults" ); if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } Fse.Ajax.getURL( sURL, fnCallback ); }; Fse.BID.toggleDistributorPreview = function() { var oDistributorPreviewOption = document.getElementById( "distributorPreviewOption" ); if( oDistributorPreviewOption ) { var oDialogDiv = document.getElementById( "addDistributorDialogDiv" ); var oDistributorIdSelect = document.getElementById( "distributorIdSelect" ); if( oDialogDiv && oDistributorIdSelect ) { if( oDistributorPreviewOption.checked ) { Fse.BID.loadDistributorPreview(); YAHOO.util.Dom.addClass( oDialogDiv, "preview" ); } else { YAHOO.util.Dom.removeClass( oDialogDiv, "preview" ); var oPreview = document.getElementById( "distributorPreview" ); oPreview.innerHTML = ""; } } } }; Fse.BID.loadDistributorPreview = function() { var oDistributorPreviewOption = document.getElementById( "distributorPreviewOption" ); if( oDistributorPreviewOption && oDistributorPreviewOption.checked ) { var oDistributorIdSelect = document.getElementById( "distributorIdSelect" ); if( oDistributorIdSelect ) { if( oDistributorIdSelect.value == "" ) { var oPreview = document.getElementById( "distributorPreview" ); oPreview.innerHTML = "

Select a Distributor from the list above

"; } else { var sURL = "?ajax=distributorPreview&cdrid=" + oDistributorIdSelect.value; Fse.Ajax.updateContent( sURL, "distributorPreview" ); } } } }; Fse.BID.onContactChange = function( oSelect ) { var oOption = oSelect.options[oSelect.selectedIndex]; var oNewTitle = document.getElementById( "newTitle" ); var oNewFirstName = document.getElementById( "newFirstName" ); var oNewLastName = document.getElementById( "newLastName" ); var oNewPhone = document.getElementById( "newPhone" ); var oNewPhoneExt = document.getElementById( "newPhoneExt" ); var oNewFax = document.getElementById( "newFax" ); var oNewEmail = document.getElementById( "newEmail" ); var oNewCell = document.getElementById( "newCell" ); var oNewSalutation = document.getElementById( "newSalutation" ); var oNewJobFunction = document.getElementById( "newJobFunction" ); var sValue = oOption.value; if( sValue == "" || sValue == -1 ) { // nothing picked disabled the contact fields oNewTitle.value = ""; oNewTitle.disabled = true; oNewFirstName.value = ""; oNewFirstName.disabled = true; oNewLastName.value = ""; oNewLastName.disabled = true; oNewEmail.value = ""; oNewEmail.disabled = true; oNewPhone.value = ""; oNewPhone.disabled = true; oNewPhoneExt.value = ""; oNewPhoneExt.disabled = true; oNewFax.value = ""; oNewFax.disabled = true; oNewCell.value = ""; oNewCell.disabled = true; oNewSalutation.value = ""; oNewSalutation.selectedIndex = 0; oNewSalutation.disabled = true; oNewJobFunction.value = ""; oNewJobFunction.selectedIndex = 0; oNewJobFunction.disabled = true; } else if ( sValue == "0" ) { // new contact picked, enabled the contact fields and clear them oNewTitle.value = ""; oNewTitle.disabled = false; oNewFirstName.value = ""; oNewFirstName.disabled = false; oNewLastName.value = ""; oNewLastName.disabled = false; oNewEmail.value = ""; oNewEmail.disabled = false; oNewPhone.value = ""; oNewPhone.disabled = false; oNewPhoneExt.value = ""; oNewPhoneExt.disabled = false; oNewFax.value = ""; oNewFax.disabled = false; oNewCell.value = ""; oNewCell.disabled = false; oNewSalutation.value = ""; oNewSalutation.selectedIndex = 0; oNewSalutation.disabled = false; oNewJobFunction.value = ""; oNewJobFunction.selectedIndex = 0; oNewJobFunction.disabled = false; } else { // must be an acutal contact, disable the fields and populate oNewTitle.disabled = false; oNewTitle.value = oOption.getAttribute( "cTitle" ); oNewFirstName.disabled = false; oNewFirstName.value = oOption.getAttribute( "cFirstName" ); oNewLastName.disabled = false;oNewLastName.value = oOption.getAttribute( "cLastName" ); oNewEmail.disabled = false; oNewEmail.value = oOption.getAttribute( "cEmail" ); oNewPhone.disabled = false; oNewPhone.value = oOption.getAttribute( "cPhone" ); oNewPhoneExt.disabled = false; oNewPhoneExt.value = oOption.getAttribute( "cPhoneExt" ); oNewCell.disabled = false; oNewCell.value = oOption.getAttribute( "cCellPhone" ); oNewFax.disabled = false; oNewFax.value = oOption.getAttribute( "cFax" ); oNewSalutation.disabled = false; oNewSalutation.value = oOption.getAttribute( "cSalutation" ); } if (oNewJobFunction.length > 1){ oNewJobFunction.disabled = false; oNewJobFunction.value = oOption.getAttribute( "cNewJobFunction" ); }else{ oNewJobFunction.disabled = true; oNewJobFunction.value = ""; oNewJobFunction.selectedIndex = 0; } }; Fse.BID.editDistributorDisclaimer = function() { var sURL = Fse.BID.getHandler() + "?ajax=distributorDisclaimerDialog"; Fse.BID.showGenericDialog( "Global Distributor Disclaimer", sURL, null, 700 ); }; Fse.BID.editDistributorLinker = function( bidDstID, dstView, firstLetter ) { var sURL = Fse.BID.getHandler() + "?ajax=distributorLinker&bidDstID=" + bidDstID; if( dstView ) { sURL = sURL + "&dstView=" + encodeURIComponent( dstView ); } if( firstLetter ) { sURL = sURL + "&firstLetter=" + encodeURIComponent( firstLetter ); } var fnOnsucess = function ( oRequest ){ var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); } }; Fse.BID.showGenericDialog( "Distributor Linking Utility", sURL, fnOnsucess, 600 ); }; Fse.BID._distributorNameSearchTimeout = null; Fse.BID.triggerDistributorNameLink = function() { if( Fse.BID._distributorNameSearchTimeout ) { clearTimeout( Fse.BID._distributorNameSearchTimeout ); Fse.BID._distributorNameSearchTimeout = null; } Fse.BID._distributorNameSearchTimeout = setTimeout( Fse.BID.findDistributorsLinks, 400 ); }; PK›Z«›  PK-7°qPÿÿÿÿÿÿÿÿBID/scripts/fse-bid-mfr.jsvar Fse; if( ! Fse ) Fse = {}; if( ! Fse.BID ) Fse.BID = {}; Fse.BID.archiveSku = function( nBidSkuId, sBidSkuDescription ) { if( document.forms.frm_archiveSku ) { if( confirm( "Archive '" + sBidSkuDescription + "'?" ) ) { document.forms.frm_archiveSku.elements.bidSkuId.value = nBidSkuId; Fse.Ajax.sendForm( document.forms.frm_archiveSku ); Fse.Ajax.reload(); } } } Fse.BID.addPriceList = function( nBidMfrId, nSourcePriceListId, nMfrTerritoryId ) { var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + "?ajax=addPriceListDialog&bidMfrId=" + nBidMfrId + '&mfrTerritoryIdList=' + nMfrTerritoryId; var sTitle = "New Price List"; if( nSourcePriceListId ) { sURL = sURL + "©FromId=" + nSourcePriceListId; sTitle = "Copy Price List"; } var oOptions = { src : sURL, title : sTitle, width : "500px", onSuccess : function( oRequest ) { var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { window.location.href = window.location.href; } } }; Fse.DialogManager.show( "addPriceListDialog$", oOptions ); }; Fse.BID.deletePriceList = function ( nBidMfrId, nPriceListId, sMessage ) { if( document.forms.frm_deletePriceList ) { if( confirm( "Delete '" + sMessage + "'") ) { document.forms.frm_deletePriceList.elements.bidMfrId.value = nBidMfrId; document.forms.frm_deletePriceList.elements.priceListId.value = nPriceListId; document.forms.frm_deletePriceList.submit(); } } else { alert( "Delete not Allowed" ); } }; Fse.BID.priceListPriceUMChanged = function( oSelect, bFocus ) { var oTr = YAHOO.util.Dom.getAncestorByTagName( oSelect, "tr" ); if( oTr && YAHOO.util.Dom.hasClass( oTr, "plp" )) { var aInput = YAHOO.util.Dom.getElementsBy ( function( e ) { return true; }, "input", oTr ); for( var x = 0; x < aInput.length; x++ ) { aInput[x].disabled = oSelect.value == "?"; } if( aInput.length && ! aInput[0].disabled && bFocus ) { aInput[0].focus(); } } /* //for any fields in second row var oSecondaryFieldsRow = YAHOO.util.Dom.getNextSibling( oTr ); if( oSecondaryFieldsRow ) { var aInput = YAHOO.util.Dom.getElementsByClassName( "rate", "input", oSecondaryFieldsRow ); for( var i = 0; i < aInput.length; i ++ ) { aInput[i].disabled = oSelect.value == "?"; } } //for comments in last row var oTertiaryFieldsRow = YAHOO.util.Dom.getNextSibling( oSecondaryFieldsRow ); if( oTertiaryFieldsRow ) { var aInput = YAHOO.util.Dom.getElementsByClassName( "comments", "input", oTertiaryFieldsRow ); for( var i = 0; i < aInput.length; i++ ) { aInput[i].disabled = oSelect.value == "?"; } } */ }; Fse.BID.priceListCommUMChanged = function( oSelect, bFocus ) { var oTr = YAHOO.util.Dom.getAncestorByTagName( oSelect, "tr" ); if( oTr && YAHOO.util.Dom.hasClass( oTr, "plc" )) { var aInput = YAHOO.util.Dom.getElementsBy ( function( e ) { return true; }, "input", oTr ); for( var x = 0; x < aInput.length; x++ ) { aInput[x].disabled = oSelect.value == "?"; } if( aInput.length && ! aInput[0].disabled && bFocus ) { aInput[0].focus(); } var aSelect = YAHOO.util.Dom.getElementsBy( function( e ) { return true; }, "select", oTr ); for( var x = 0; x < aSelect.length; x++ ) { aSelect[x].disabled = oSelect.value == "?"; } } }; /** BEGIN ADD Manufacturer **/ Fse.BID.addManufacturer = function() { var sHandlerURL = Fse.BID.getHandler(); if( sHandlerURL ) { var sDialogURL = sHandlerURL + "?ajax=addManufacturerDialog"; var fnOnSuccess = function( oRequest ) { var sQueryString = oRequest.getResponseHeader["x-fse-location"]; if( sQueryString ) { window.location.href = sQueryString; } else { window.location.href = window.location.href; } }; Fse.BID.showGenericDialog( "Add Manufacturer", sDialogURL, fnOnSuccess ); } }; Fse.BID.toggleManufacturerPreview = function() { var oManufacturerPreviewOption = document.getElementById( "manufacturerPreviewOption" ); if( oManufacturerPreviewOption ) { var oDialogDiv = document.getElementById( "addManufacturerDialogDiv" ); var oManufacturerIdSelect = document.getElementById( "manufacturerIdSelect" ); if( oDialogDiv && oManufacturerIdSelect ) { if( oManufacturerPreviewOption.checked ) { Fse.BID.loadManufacturerPreview(); YAHOO.util.Dom.addClass( oDialogDiv, "preview" ); } else { YAHOO.util.Dom.removeClass( oDialogDiv, "preview" ); var oPreview = document.getElementById( "manufacturerPreview" ); oPreview.innerHTML = ""; } } } }; Fse.BID.loadManufacturerPreview = function() { var oManufacturerPreviewOption = document.getElementById( "manufacturerPreviewOption" ); if( oManufacturerPreviewOption && oManufacturerPreviewOption.checked ) { var oManufacturerIdSelect = document.getElementById( "manufacturerIdSelect" ); if( oManufacturerIdSelect ) { if( oManufacturerIdSelect.value == "" ) { var oPreview = document.getElementById( "manufacturerPreview" ); oPreview.innerHTML = "

Select a Manufacturer from the list above

"; } else { var sURL = "?ajax=manufacturerPreview&mfrid=" + oManufacturerIdSelect.value; Fse.Ajax.updateContent( sURL, "manufacturerPreview" ); } } } }; Fse.BID._manufacturerNameSearchTimeout = null; Fse.BID.triggerManufacturerNameSearch = function() { if( Fse.BID._manufacturerNameSearchTimeout ) { clearTimeout( Fse.BID._manufacturerNameSearchTimeout ); Fse.BID._manufacturerNameSearchTimeout = null; } Fse.BID._manufacturerNameSearchTimeout = setTimeout( Fse.BID.findManufacturers, 400 ); }; Fse.BID.findManufacturers = function() { var sSearchName = document.frm_manufacturerSelect.searchName.value; var sURL = "?ajax=getManufacturerSelect&searchName=" + encodeURIComponent( sSearchName ); Fse.BID._distributorNameSearchTimeout = null; var fnCallback = function( oRequest ) { var oSocket = document.getElementById( "manufacturerSearchResults" ); if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } Fse.Ajax.getURL( sURL, fnCallback ); }; /** END ADD Manufacturer **/ /** BEGIN MFR LINKER **/ Fse.BID.editMfrLinker = function( bidMfrId, mfrView, firstLetter ) { var sURL = Fse.BID.getHandler() + "?ajax=mfrLinker&bidMfrId=" + bidMfrId; if( mfrView ) { sURL = sURL + "&mfrView=" + encodeURIComponent( mfrView ); } if( firstLetter ) { sURL = sURL + "&firstLetter=" + encodeURIComponent( firstLetter ); } var fnOnsucess = function ( oRequest ){ var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); } }; Fse.BID.showGenericDialog( "Manufacturer Linking Utility", sURL, fnOnsucess, 600 ); }; Fse.BID._mfrNameSearchTimeout = null; Fse.BID.triggerMfrNameLink = function() { if( Fse.BID._mfrNameSearchTimeout ) { clearTimeout( Fse.BID._mfrNameSearchTimeout ); Fse.BID._mfrNameSearchTimeout = null; } Fse.BID._mfrNameSearchTimeout = setTimeout( Fse.BID.findMfrLinks, 400 ); }; Fse.BID.findMfrLinks = function() { var sSearchName = document.frm_mfrSelect.searchName.value; var sURL = "?ajax=getMfrLink&searchName=" + encodeURIComponent( sSearchName ); Fse.BID._mfrNameSearchTimeout = null; var fnCallback = function( oRequest ) { var oSocket = document.getElementById( "mfrSearchResults" ); if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } Fse.Ajax.getURL( sURL, fnCallback ); }; Fse.BID.mfrPreviewOption = function() { var oMfrPreviewOption = document.getElementById( "mfrPreviewOption" ); if( oMfrPreviewOption ) { var oDialogDiv = document.getElementById( "addMfrDialogDiv" ); var oMfrIdSelect = document.getElementById( "mfrIdSelect" ); if( oDialogDiv && oMfrIdSelect ) { if( oMfrPreviewOption.checked ) { Fse.BID.loadMfrPreview(); YAHOO.util.Dom.addClass( oDialogDiv, "preview" ); } else { YAHOO.util.Dom.removeClass( oDialogDiv, "preview" ); var oPreview = document.getElementById( "mfrPreview" ); oPreview.innerHTML = ""; } } } }; Fse.BID.loadMfrPreview = function() { var oMfrPreviewOption = document.getElementById( "mfrPreviewOption" ); if( oMfrPreviewOption && oMfrPreviewOption.checked ) { var oMfrIdSelect = document.getElementById( "mfrIdSelect" ); if( oMfrIdSelect ) { if( oMfrIdSelect.value == "" ) { var oPreview = document.getElementById( "mfrPreview" ); oPreview.innerHTML = "

Select an Manufacturer from the list above

"; } else { var sURL = "?ajax=mfrPreview&mfrid=" + oMfrIdSelect.value; Fse.Ajax.updateContent( sURL, "mfrPreview" ); } } } }; Fse.BID.toggleMfrPreview = function() { var oMfrPreviewOption = document.getElementById( "mfrPreviewOption" ); if( oMfrPreviewOption ) { var oDialogDiv = document.getElementById( "addMfrDialogDiv" ); var oMfrIdSelect = document.getElementById( "mfrIdSelect" ); if( oDialogDiv && oMfrIdSelect ) { if( oMfrPreviewOption.checked ) { Fse.BID.loadMfrPreview(); YAHOO.util.Dom.addClass( oDialogDiv, "preview" ); } else { YAHOO.util.Dom.removeClass( oDialogDiv, "preview" ); var oPreview = document.getElementById( "mfrPreview" ); oPreview.innerHTML = ""; } } } }; /** END ADD MFR LINKER **/ /** BEGIN ADD SKU **/ Fse.BID.addSKU = function( nMfrId, nPriceListId ) { var sHandlerURL = Fse.BID.getHandler(); if( sHandlerURL ) { var sDialogURL = sHandlerURL + "?ajax=addSKUDialog&mfrId=" + nMfrId; if( nPriceListId ) { sDialogURL = sDialogURL + "&priceListId=" + nPriceListId; } var fnOnSuccess = function( oRequest ) { window.location.href = window.location.href; }; Fse.BID.showGenericDialog( "Add SKU(s)", sDialogURL, fnOnSuccess ); } }; Fse.BID.toggleSKUPreview = function() { var oSKUPreviewOption = document.getElementById( "skuPreviewOption" ); if( oSKUPreviewOption ) { var oDialogDiv = document.getElementById( "addSKUDialogDiv" ); var oSKUIdSelect = document.getElementById( "skuIdSelect" ); if( oDialogDiv && oSKUIdSelect ) { if( oSKUPreviewOption.checked ) { Fse.BID.loadSKUPreview(); YAHOO.util.Dom.addClass( oDialogDiv, "preview" ); } else { YAHOO.util.Dom.removeClass( oDialogDiv, "preview" ); var oPreview = document.getElementById( "skuPreview" ); oPreview.innerHTML = ""; } } } }; Fse.BID.loadSKUPreview = function() { var oSKUPreviewOption = document.getElementById( "skuPreviewOption" ); if( oSKUPreviewOption && oSKUPreviewOption.checked ) { var oSKUIdSelect = document.getElementById( "skuIdSelect" ); if( oSKUIdSelect ) { if( oSKUIdSelect.value == "" ) { var oPreview = document.getElementById( "skuPreview" ); oPreview.innerHTML = "

Select a SKU from the list above

"; } else { var sURL = "?ajax=skuPreview&skuId=" + oSKUIdSelect.value; Fse.Ajax.updateContent( sURL, "skuPreview" ); } } } }; Fse.BID.SkuNameSearchTimeout = null; Fse.BID.triggerSkuNameLink = function() { if( Fse.BID.SkuNameSearchTimeout ) { clearTimeout( Fse.BID.SkuNameSearchTimeout ); Fse.BID.SkuNameSearchTimeout = null; } Fse.BID.SkuNameSearchTimeout = setTimeout( Fse.BID.findSkuLinks, 400 ); }; Fse.BID._skuSearchTimeout = null; Fse.BID.triggerSKUSearch = function() { if( Fse.BID._skuSearchTimeout ) { clearTimeout( Fse.BID._skuSearchTimeout ); Fse.BID._skuSearchTimeout = null; } Fse.BID._skuSearchTimeout = setTimeout( Fse.BID.findSKUs, 400 ); }; Fse.BID.findSKUs = function() { var oSocket = document.getElementById( "skuSearchResults" ); var nMfrId = oSocket.getAttribute( "fse:mfrId" ); var sSearchName = document.frm_skuSelect.searchName.value; var sURL = "?ajax=getSKUSelect&searchName=" + encodeURIComponent( sSearchName ) + "&mfrId=" + nMfrId; Fse.BID._skuSearchTimeout = null; var fnCallback = function( oRequest ) { if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } Fse.Ajax.getURL( sURL, fnCallback ); }; /*** SKU LINKER **/ Fse.BID.editSkuLinker = function( bidSkuId, sFrom) { var sURL = Fse.BID.getHandler() + "?ajax=skuLinker&bidSkuId=" + bidSkuId; if( sFrom ) { sURL = sURL + "&from=" + encodeURIComponent( sFrom ); } var fnOnsucess = function( oRequest ) { var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); } }; Fse.BID.showGenericDialog( "Product Sku Linking Utility", sURL, fnOnsucess, 600 ); }; Fse.BID.toggleSkuPreview = function() { var oSkuPreviewOption = document.getElementById( "SkuPreviewOption" ); if( oSkuPreviewOption ) { var oDialogDiv = document.getElementById( "addSkuDialogDiv" ); var oSkuIdSelect = document.getElementById( "SkuIdSelect" ); if( oDialogDiv && oSkuIdSelect ) { if( oSkuPreviewOption.checked ) { Fse.BID.loadSkuPreview(); YAHOO.util.Dom.addClass( oDialogDiv, "preview" ); } else { YAHOO.util.Dom.removeClass( oDialogDiv, "preview" ); var oPreview = document.getElementById( "SkuPreview" ); oPreview.innerHTML = ""; } } } }; Fse.BID.loadSkuPreview = function() { var oSkuPreviewOption = document.getElementById( "SkuPreviewOption" ); if( oSkuPreviewOption && oSkuPreviewOption.checked ) { var oSkuIdSelect = document.getElementById( "SkuIdSelect" ); if( oSkuIdSelect ) { if( oSkuIdSelect.value == "" ) { var oPreview = document.getElementById( "SkuPreview" ); oPreview.innerHTML = "

Select a Sku from the list above

"; } else { var sURL = "?ajax=SkuPreview&skuid=" + oSkuIdSelect.value; Fse.Ajax.updateContent( sURL, "SkuPreview" ); } } } }; Fse.BID.findSkuLinks = function() { var sSearchName = document.frm_SkuSelect.searchName.value; var sSkuMfrID = document.frm_SkuSelect. bidSkuMfrId.value; var sURL = "?ajax=getSkuLink&searchName=" + encodeURIComponent( sSearchName ) + '&mfrid=' + sSkuMfrID; Fse.BID._SkuNameSearchTimeout = null; var fnCallback = function( oRequest ) { var oSocket = document.getElementById( "SkuSearchResults" ); if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } Fse.Ajax.getURL( sURL, fnCallback ); }; /** END ADD SKU **/ /** BEGIN LOCAL MARKET INFORMATION **/ Fse.BID.saveLocalMarketInfo = function( sTab, nBidMfrId, nBidSkuId ) { //alert( 'Fse.BID.saveLocalMarketInfo function triggered!' ); if( sTab == 'details' ) { var oForm = document.forms.frm_bidManufacturer; var sAjax = 'saveLocalMarketMFRInfo'; } else if ( sTab == 'skus' ) { var oForm = document.forms.frm_bidSkuDetail; var sAjax = 'saveLocalMarketSKUInfo'; } var oLMCheckbox = document.getElementsByName( 'lmIdCbox' ); if( oForm ) { var oLocalMarketIdInput = oForm.elements.localMarketId; var aLocalMarketIdList = []; for( var i = 0; i < oLMCheckbox.length; i++ ) { if( oLMCheckbox[i].checked ) { aLocalMarketIdList.push( oLMCheckbox[i].value ); } } oLocalMarketIdInput.value = aLocalMarketIdList; var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + '?ajax=' + sAjax + '&bidMfrId=' + nBidMfrId; if( nBidSkuId ) { sURL += '&bidSkuId=' + nBidSkuId; } if( aLocalMarketIdList.length > 0 ) { sURL += '&localMarketId=' + aLocalMarketIdList; } var oSocket = document.getElementById( 'lmSecondaryBox' ); if( oSocket ) { Fse.Ajax.updateContent( sURL, oSocket ); } } else { alert( 'Selection cannot be made!' ); } } Fse.BID.viewLocalMarketInfo = function( sTab, nBidMfrId, nLocalMarketId, sName, nBidSkuId ) { //alert( 'Fse.BID.viewLocalMarketInfo function triggered!' ); if( sTab == 'details' ) { var oForm = document.forms.frm_bidManufacturer; var sAjax = 'saveLocalMarketMFRInfo'; } else if ( sTab == 'skus' ) { var oForm = document.forms.frm_bidSkuDetail; var sAjax = 'saveLocalMarketSKUInfo'; } if( oForm ) { Fse.BID.resetCheckboxes( 'lmIdCbox' ); var oLocalMarketIdInput = oForm.elements.localMarketId; oLocalMarketIdInput.value = nLocalMarketId; var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + '?ajax=' + sAjax + '&bidMfrId=' + nBidMfrId + '&localMarketId=' + nLocalMarketId; if( sName ) { sURL = sURL + '&localMarketName=' + sName; } if( nBidSkuId ) { sURL += '&bidSkuId=' + nBidSkuId; } var oSocket = document.getElementById( 'lmSecondaryBox' ); if( oSocket ) { Fse.Ajax.updateContent( sURL, oSocket ); } } else { alert( 'Selection cannot be made!' ); } } Fse.BID.clearLocalMarketInfo = function( nBidMfrId, nLocalMarketId, sName ) { //alert( 'Fse.BID.clearLocalMarketInfo function triggered!' ); var oForm = document.forms.frm_deleteLocalMarketInfo; if( oForm ) { var bConfirmed = confirm( 'Are you sure you want to clear this local market (' + sName + ') information?' ); if( bConfirmed ) { oForm.elements.delLocalMarketId.value = nLocalMarketId; Fse.Ajax.sendForm( oForm ); Fse.Ajax.reload(); } else { oForm.elements.delLocalMarketId.value = ''; Fse.BID.resetCheckboxes( 'lmIdCbox' ); } } else { alert( 'Delete Not Allowed' ); } } Fse.BID.resetCheckboxes = function( sName ) { var oCheckbox = document.getElementsByName( sName ); for( var i = 0; i < oCheckbox.length; i++ ) { if( oCheckbox[i].checked ) { oCheckbox[i].checked = false; } } } Fse.BID.clearAllLocalMarkets = function( nBidMfrId ) { //alert( 'Fse.BID.clearAllLocalMarkets function triggered!' ); var oForm = document.forms.frm_deleteLocalMarketInfo; var bConfirmed = confirm( 'Are you sure you want to clear all content of local markets?' ); if( bConfirmed ) { oForm.elements.delLocalMarketId.value = 'all'; Fse.Ajax.sendForm( oForm ); Fse.Ajax.reload(); } else { Fse.BID.resetCheckboxes( 'lmClearAll' ); } } Fse.BID.selectAllEmptyLocalMarkets = function() { //alert( 'Fse.BID.selectAllEmptyLocalMarkets function triggered!' ); var oFirstOption = document.getElementById( 'lmSelectAllEmpty' ); var oSecondOption = document.getElementById( 'lmSelectAllContent' ); oSecondOption.checked = false; var oCheckbox = document.getElementsByName( 'lmIdCbox' ); if( oCheckbox.length > 0 ) { for( var i = 0; i < oCheckbox.length; i++ ) { oCheckbox[i].click(); } } else { oFirstOption.checked = false; } } Fse.BID.selectAllLocalMarketsWithContent = function( sTab, oForm, nBidMfrId ) { //alert( 'Fse.BID.selectAllLocalMarketsWithContent function triggered!' ); //var YUI = YAHOO.util.Dom; //var oSelect = document.getElementsByName( 'lmIdSelect' ); var oCheckbox = document.getElementById( 'lmSelectAllContent' ); var nLocalMarketIds = document.getElementById( 'localMarketsWithContent' ).value; var oLocalMarketIdInput = oForm.elements.localMarketId; oLocalMarketIdInput.value = nLocalMarketIds; if( sTab == 'details' ) { var sAjax = 'saveLocalMarketMFRInfo'; } else if ( sTab == 'skus' ) { var sAjax = 'saveLocalMarketSKUInfo'; } var sHandlerURL = Fse.BID.getHandler(); var sURL = sHandlerURL + '?ajax=' + sAjax + '&bidMfrId=' + nBidMfrId; var oSocket = document.getElementById( 'lmSecondaryBox' ); if( nLocalMarketIds.length > 0 ) { if( oCheckbox.checked == true ) { if( nLocalMarketIds ) { sURL = sURL + '&localMarketId=' + nLocalMarketIds; } if( oSocket ) { Fse.Ajax.updateContent( sURL, oSocket ); } } else { oLocalMarketIdInput.value = ''; if( oSocket ) { Fse.Ajax.updateContent( sURL, oSocket ); } } } else { oCheckbox.checked = false; } } Fse.BID.markAllUnits = function( oCheckbox, sUnit ) { //alert( 'Fse.BID.markAllUnits function triggered!' ); var YUI = YAHOO.util.Dom; if( oCheckbox.checked ) { oCheckbox.checked = false; var confirmed = confirm( 'Click OK to mark all units as "' + sUnit + '"' ); if( confirmed ) { /* for pricing unit fields */ var fnPricingUMField = function( e ) { return /^apum/.test( e.name ); } var ePricingUMFields = YUI.getElementsBy( fnPricingUMField, "select", oCheckbox.form ); for( var i = 0; i < ePricingUMFields.length; i++ ) { ePricingUMFields[i].value = sUnit.toUpperCase(); //ePricingUMFields[i].onchange(); Fse.BID.priceListPriceUMChanged( ePricingUMFields[i], false ); } /* for commodity pricing unit fields */ var fnCommPricingUMField = function( e ) { return /^commUM/.test( e.name ); } var eCommPricingUMFields = YUI.getElementsBy( fnCommPricingUMField, "select", oCheckbox.form ); for( var j = 0; j < eCommPricingUMFields.length; j++ ) { eCommPricingUMFields[j].value = sUnit.toUpperCase(); Fse.BID.priceListCommUMChanged( eCommPricingUMFields[j], false ); } } } } Fse.BID.submitBlanketPricingDetails = function( oForm ) { //alert( 'Fse.BID.submitBlanketPricingDetails function triggered!' ); var bSubmit = false; var fnCheckbox = function( e ) { return /cb_localMarketId/.test( e.name ); } var eCheckbox = YAHOO.util.Dom.getElementsBy( fnCheckbox, "input", oForm ); for( var i = 0; i < eCheckbox.length; i ++ ) { var lmcb = eCheckbox[i].checked; if( lmcb ) { bSubmit = true; break; } } if( bSubmit ) { Fse.FormManager.submit( oForm, true ); } else { alert( 'You must select at least one of the following local markets.' ); } } PK¨%Ë*âVâVPK-7°qPÿÿÿÿÿÿÿÿBID/scripts/fse-bid-opr.jsvar Fse; if( ! Fse ) Fse = {}; if( ! Fse.BID ) Fse.BID = {}; Fse.BID.showUnlinked = function( which ) { var sHandlerURL = Fse.BID.getHandler(); if( which.checked ) { var sQueryString = '?agencyView=agencyList&showUnlinked=Y'; } else { var sQueryString = '?agencyView=agencyList&showUnlinked=N'; } var sURL = sHandlerURL + sQueryString; window.location.href = sURL; } /** BEGIN Add Agency **/ Fse.BID.addAgency = function() { var sHandlerURL = Fse.BID.getHandler(); if( sHandlerURL ) { var sDialogURL = sHandlerURL + "?ajax=addAgencyDialog"; var fnOnSuccess = function( oRequest ) { var sQueryString = oRequest.getResponseHeader["x-fse-location"]; if( sQueryString ) { window.location.href = sQueryString; } else { window.location.href = window.location.href; } }; Fse.BID.showGenericDialog( "Add Agency", sDialogURL, fnOnSuccess ); } }; Fse.BID.toggleAgencyPreview = function() { var oAgencyPreviewOption = document.getElementById( "agencyPreviewOption" ); if( oAgencyPreviewOption ) { var oDialogDiv = document.getElementById( "addAgencyDialogDiv" ); var oAgencyIdSelect = document.getElementById( "agencyIdSelect" ); if( oDialogDiv && oAgencyIdSelect ) { if( oAgencyPreviewOption.checked ) { Fse.BID.loadAgencyPreview(); YAHOO.util.Dom.addClass( oDialogDiv, "preview" ); } else { YAHOO.util.Dom.removeClass( oDialogDiv, "preview" ); var oPreview = document.getElementById( "agencyPreview" ); oPreview.innerHTML = ""; } } } }; Fse.BID.loadAgencyPreview = function() { var oAgencyPreviewOption = document.getElementById( "agencyPreviewOption" ); if( oAgencyPreviewOption && oAgencyPreviewOption.checked ) { var oAgencyIdSelect = document.getElementById( "agencyIdSelect" ); if( oAgencyIdSelect ) { if( oAgencyIdSelect.value == "" ) { var oPreview = document.getElementById( "agencyPreview" ); oPreview.innerHTML = "

Select an Operator from the list above

"; } else { var sURL = "?ajax=agencyPreview&operatorId=" + oAgencyIdSelect.value; Fse.Ajax.updateContent( sURL, "agencyPreview" ); } } } }; Fse.BID._agencyNameSearchTimeout = null; Fse.BID.triggerAgencyNameSearch = function() { if( Fse.BID._agencyNameSearchTimeout ) { clearTimeout( Fse.BID._agencyNameSearchTimeout ); Fse.BID._agencyNameSearchTimeout = null; } Fse.BID._agencyNameSearchTimeout = setTimeout( Fse.BID.findAgencies, 400 ); }; Fse.BID.findAgencies = function() { var sSearchName = document.frm_agencySelect.searchName.value; var sURL = "?ajax=getAgencySelect&searchName=" + encodeURIComponent( sSearchName ); Fse.BID._agencyNameSearchTimeout = null; var fnCallback = function( oRequest ) { var oSocket = document.getElementById( "agencySearchResults" ); if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } Fse.Ajax.getURL( sURL, fnCallback ); }; Fse.BID.editOperatorLinker = function( bidAgencyId, agencyView, firstLetter ) { var sURL = Fse.BID.getHandler() + "?ajax=agencyLinker&bidAgencyId=" + bidAgencyId; if( agencyView ) { sURL = sURL + "&agencyView=" + encodeURIComponent( agencyView ); } if( firstLetter ) { sURL = sURL + "&firstLetter=" + encodeURIComponent( firstLetter ); } var fnOnsucess = function ( oRequest ){ var sLocation = oRequest.getResponseHeader["x-fse-location"]; if( sLocation ) { window.location.href = sLocation; } else { Fse.Ajax.reload(); } }; Fse.BID.showGenericDialog( "Agency Linking Utility", sURL, fnOnsucess, 600 ); }; Fse.BID._agencyNameSearchTimeout = null; Fse.BID.triggerAgencyNameLink = function() { if( Fse.BID._agencyNameSearchTimeout ) { clearTimeout( Fse.BID._agencyNameSearchTimeout ); Fse.BID._agencyNameSearchTimeout = null; } Fse.BID._agencyNameSearchTimeout = setTimeout( Fse.BID.findAgenciesLinks, 400 ); }; Fse.BID.findAgenciesLinks = function() { var sSearchName = document.frm_agencySelect.searchName.value; var sURL = "?ajax=getAgencyLink&searchName=" + encodeURIComponent( sSearchName ); Fse.BID._agencyNameSearchTimeout = null; var fnCallback = function( oRequest ) { var oSocket = document.getElementById( "agencySearchResults" ); if( oSocket ) { oSocket.innerHTML = oRequest.xhRequest.responseText; } } Fse.Ajax.getURL( sURL, fnCallback ); }; Fse.BID.validateAddAgency = function( oForm ) { var bConfirmed = false; var agencies = document.getElementById( 'agencyIdSelect' ); for( var i = 0; i < agencies.length; i++ ) { agency = agencies[i]; if( agency.selected == true && agency.value != 0 ) { bConfirmed = true; break; } } return bConfirmed; } /** END ADD Agency **/ PKl½­++PK-7°qPÿÿÿÿÿÿÿÿBID/scripts/fse-bid-rpt.jsvar Fse; if( ! Fse ) Fse = {}; if( ! Fse.BID ) Fse.BID = {}; /* Testing */ Fse.BID.onchangeEvent = function( sId ) { var oSelect = document.getElementById( sId ); if( oSelect ) { oSelect.selectedIndex = 0; if( oSelect.getAttribute( 'onchange' ) ) { oSelect.onchange(); } } } Fse.BID.selectDropdown = function( which, oSelect, resetDropdown, repopulateDropdown, sReport ) { var sAppHandler = document.frm_reportCenter.rc_handler.value; switch( which ) { case 'territory': // obtain all selected territories var selectedTerritories = []; for( var i = 0; i < oSelect.options.length; i++ ) { if( oSelect.options[i].selected == true ) { selectedTerritories.push( oSelect.options[i].value ); } } var sFieldURL = 'territoryId=' + selectedTerritories; break; case 'manufacturer': //obtain all selected manufacturers var selectedManufacturers = [] for( var i = 0; i < oSelect.options.length; i++ ) { if( oSelect.options[i].selected == true ) { selectedManufacturers.push( oSelect.options[i].value ); } } var sFieldURL = 'bidMfrId=' + selectedManufacturers; if( sReport == 'priceList' ) { var selectedTerritories = []; var oTerSelect = document.getElementById( 'rpt_ter_opt' ); for( var i = 0; i < oTerSelect.options.length; i++ ) { if( oTerSelect.options[i].selected == true ) { selectedTerritories.push( oTerSelect.options[i].value ); } } sFieldURL = sFieldURL + '&territoryId=' + selectedTerritories; } break; case 'segment': //obtain all selected segments var selectedSegments = [] for( var i = 0; i < oSelect.options.length; i++ ) { if( oSelect.options[i].selected == true ) { selectedSegments.push( oSelect.options[i].value ); } } var sFieldURL = 'segmentId=' + selectedSegments; var selectedTerritories = []; var oTerSelect = document.getElementById( 'rpt_ter_opt' ); for( var i = 0; i < oTerSelect.options.length; i++ ) { if( oTerSelect.options[i].selected == true ) { selectedTerritories.push( oTerSelect.options[i].value ); } } sFieldURL = sFieldURL + '&territoryId=' + selectedTerritories; break; case 'agency': //obtain all selected agencies var selectedAgencies = [] for( var i = 0; i < oSelect.options.length; i++ ) { if( oSelect.options[i].selected == true ) { selectedAgencies.push( oSelect.options[i].value ); } } var sFieldURL = 'bidAgencyId=' + selectedAgencies; if( sReport == 'kelloggs' ) { var oMFRSelect = document.getElementById( 'rpt_bidMfrId' ); sFieldURL = sFieldURL + '&bidMfrId=' + oMFRSelect.value; } break; case 'bid': //obtain all selected bids var selectedBids = [] for( var i = 0; i < oSelect.options.length; i++ ) { if( oSelect.options[i].selected == true ) { selectedBids.push( oSelect.options[i].value ); } } var sFieldURL = 'bidId=' + selectedBids; break; case 'distributor': //obtain all selected distributors var selectDistributors = [] for( var i = 0; i < oSelect.options.length; i++ ) { if( oSelect.options[i].selected == true ) { selectDistributors.push( oSelect.options[i].value ); } } var oBidSelect = oSelect.form.elements.rpt_bidId; var sFieldURL = "bidId=" + oBidSelect.value; sFieldURL = sFieldURL + "&bidDstId=" + selectDistributors; Fse.BID.refreshBidDstLikelyRecipients(); break; } // get all "active" subsequent dropdowns and reset them to default when a territory is selected var aResetDropdown = resetDropdown.split(','); for( var j = 0; j < aResetDropdown.length; j++ ) { //alert( aResetDropdown[j] ); if( aResetDropdown[j] ) { Fse.BID.onchangeEvent( aResetDropdown[j] ); } } // repopulate certain dropdowns var aRepopulateDropdown = repopulateDropdown.split(','); for( var k = 0; k < aRepopulateDropdown.length; k++ ) { //alert( aRepopulateDropdown[k] ); var selectElement = document.getElementById( aRepopulateDropdown[k] ); if( selectElement ) { var oSocket = document.getElementById( aRepopulateDropdown[k] + '_socket' ); if( selectElement.getAttribute( 'fse:attributes' ) ) { var aAttributes = selectElement.getAttribute( 'fse:attributes' ).split('|'); for( var l = 0; l < aAttributes.length; l++ ) { sFieldURL += '&' + aAttributes[l]; } } var sQuery = '&rc_action=build&rc_part=criteriaField&rc_field=' + aRepopulateDropdown[k] + '&rc_fieldQuery=' + encodeURIComponent( sFieldURL ); var sURL = sAppHandler + sQuery; Fse.Ajax.updateContent( sURL, oSocket ); } } } Fse.BID.reportCenterBidMfrReloaded = function() { var oLikelyRecipients = document.getElementById( "likelyRecipients" ); if( oLikelyRecipients && YAHOO.util.Dom.hasClass( oLikelyRecipients, "bidMfr" )) { var oBidMfrSelect = document.frm_reportCenter.elements.rpt_bidMfrId; if( oBidMfrSelect ) { // add a listener to refresh likely recipient list YAHOO.util.Event.addListener( oBidMfrSelect, "click", Fse.BID.refreshBidMfrLikelyRecipients ); Fse.BID.refreshBidMfrLikelyRecipients(); } } }; Fse.BID.refreshBidMfrLikelyRecipients = function() { var oLikelyRecipients = document.getElementById( "likelyRecipients" ); if( ! ( oLikelyRecipients && YAHOO.util.Dom.hasClass( oLikelyRecipients, "bidMfr" ) && document.frm_reportCenter.elements.rpt_bidMfrId )) { /// don't do this if the criteria page doesn't have the socket return; } var sAppHandler = document.frm_reportCenter.rc_handler.value; var aParameters = []; var oBidMfrSelect = document.frm_reportCenter.elements.rpt_bidMfrId; for( var x = 0; x < oBidMfrSelect.options.length; x++ ) { var oOption = oBidMfrSelect.options[x]; if( oOption.selected ) { aParameters[aParameters.length]="BidMfrId="+oOption.value; } } if( aParameters.length == 0 ) { aParameters[0] = "BidMfrId=-1"; } var sFieldURL = aParameters.join( "&" ); var sURL = sAppHandler + "&rc_action=build&rc_part=likelyRecipients&rc_fieldQuery=" + encodeURIComponent( sFieldURL ); Fse.Ajax.updateContent( sURL, document.getElementById( "likelyRecipients" )); }; Fse.BID.refreshBidDstLikelyRecipients = function() { var oLikelyRecipients = document.getElementById( "likelyRecipients" ); if( ! ( oLikelyRecipients && YAHOO.util.Dom.hasClass( oLikelyRecipients, "bidDst" ) && document.frm_reportCenter.elements.rpt_bidDstId )) { /// don't do this if the criteria page doesn't have the socket return; } var sAppHandler = document.frm_reportCenter.rc_handler.value; var aParameters = []; var oBidDstSelect = document.frm_reportCenter.elements.rpt_bidDstId; for( var x = 0; x < oBidDstSelect.options.length; x++ ) { var oOption = oBidDstSelect.options[x]; if( oOption.selected ) { aParameters[aParameters.length]="BidDstId="+oOption.value; } } if( aParameters.length == 0 ) { aParameters[0] = "BidDstId=-1"; } var sFieldURL = aParameters.join( "&" ); var sURL = sAppHandler + "&rc_action=build&rc_part=likelyRecipients&rc_fieldQuery=" + encodeURIComponent( sFieldURL ); Fse.Ajax.updateContent( sURL, document.getElementById( "likelyRecipients" )); }; Fse.BID.awardDetailReportMfrChanged = function( oMFRSelect ) { var sAppHandler = document.frm_reportCenter.rc_handler.value; var oSkuSocket = document.getElementById( "rpt_bidSkuId_socket" ); var sValue = []; for( var i = 0; i < oMFRSelect.options.length; i++ ) { if( oMFRSelect.options[i].selected == true ) { sValue.push( oMFRSelect.options[i].value ); } } if( oSkuSocket ) { var sFieldURL = "bidMfrId=" + sValue; var sURL = sAppHandler + "&rc_action=build&rc_part=criteriaField&rc_field=rpt_bidSkuId&rc_fieldQuery=" + sFieldURL; Fse.Ajax.updateContent( sURL, oSkuSocket ); } var oAwardedBidDstSocket = document.getElementById( "rpt_awardedBidDstId_socket" ); if( oAwardedBidDstSocket ) { var sFieldURL = "bidMfrId=" + sValue; var sURL = sAppHandler + "&rc_action=build&rc_part=criteriaField&rc_field=rpt_awardedBidDstId&rc_fieldQuery=" + sFieldURL; Fse.Ajax.updateContent( sURL, oAwardedBidDstSocket ); } var oAgencySocket = document.getElementById( 'rpt_agency_socket' ); if( oAgencySocket ) { var oAgyAttributes = document.getElementById( 'rpt_bidAgencyId' ).getAttribute( 'fse:attributes' ).split( "," ); var sFieldURL = ""; for( var i = 0; i < oAgyAttributes.length; i++ ) { sFieldURL += oAgyAttributes[i] + "&"; } sFieldURL += "bidMfrId=" + sValue; var sURL = sAppHandler + "&rc_action=build&rc_part=criteriaField&rc_field=rpt_bidAgencyId&rc_fieldQuery=" + encodeURIComponent( sFieldURL ); Fse.Ajax.updateContent( sURL, oAgencySocket ); } var oBidSocket = document.getElementById( 'rpt_bidId_socket' ); if( oBidSocket ) { var oBidAttributes = document.getElementById( 'rpt_bidId' ).getAttribute( 'fse:attributes' ).split( "," ); var sFieldURL = ""; for( var i = 0; i < oBidAttributes.length; i++ ) { sFieldURL += oBidAttributes[i] + "&"; } sFieldURL += "bidMfrId=" + sValue; var sURL = sAppHandler + "&rc_action=build&rc_part=criteriaField&rc_field=rpt_bidId&rc_fieldQuery=" + encodeURIComponent( sFieldURL ); Fse.Ajax.updateContent( sURL, oBidSocket ); } var oBSRSocket = document.getElementById( 'rpt_BSR_opt' ); if( oBSRSocket ) { var sFieldURL = "bidMfrId=" + sValue; var sURL = sAppHandler + "&rc_action=build&rc_part=criteriaField&rc_field=rpt_bsrId&rc_fieldQuery=" + sFieldURL; Fse.Ajax.updateContent( sURL, oBSRSocket ); } var oPriceListIdSocket = document.getElementById( 'rpt_priceListId_socket' ); if( oPriceListIdSocket ) { var sFieldURL = "bidMfrId=" + sValue; var sURL = sAppHandler + "&rc_action=build&rc_part=criteriaField&rc_field=rpt_priceListId&rc_fieldQuery=" + encodeURIComponent( sFieldURL ); Fse.Ajax.updateContent( sURL, oPriceListIdSocket ); } var oMfrContactIdSocket = document.getElementById( 'rpt_mfrContactId_socket' ); if( oMfrContactIdSocket ) { if( sValue.length > 1 ) { sValue = 0; } var sFieldURL = "bidMfrId=" + sValue; var sURL = sAppHandler + "&rc_action=build&rc_part=criteriaField&rc_field=rpt_mfrContactId&rc_fieldQuery=" + encodeURIComponent( sFieldURL ); Fse.Ajax.updateContent( sURL, oMfrContactIdSocket ); } }; /*** added by BJS 06/03/15 ***/ Fse.BID.bidAllocReportChanged = function( oSelect ) { //alert( 'Fse.BID.bidAllocReportChanged function triggered' ); var sAppHandler = document.frm_reportCenter.rc_handler.value; if( oSelect.name === 'rpt_ter_opt' ) { var aOptions = [ 'rpt_bsr_opt', 'rpt_gpo_opt', 'rpt_affil_opt', 'rpt_bid_opt', 'rpt_mfr_opt' ]; var sFieldName = 'territoryId=' + oSelect.value; } else if ( oSelect.name === 'rpt_gpo_opt' ) { var aOptions = [ 'rpt_affil_opt', 'rpt_bid_opt', 'rpt_mfr_opt' ]; var sFieldName = 'operatorId=' + oSelect.value; } else { var aOptions = [ 'rpt_mfr_opt' ]; var sFieldName = 'bidId=' + oSelect.value; } for( var i = 0; i < aOptions.length; i++ ) { var oSocket = document.getElementById( aOptions[i] + '_socket' ); var sQuery = '&rc_action=build&rc_part=criteriaField&rc_field=' + aOptions[i] + '&rc_fieldQuery=' + sFieldName; var sURL = sAppHandler + sQuery; Fse.Ajax.updateContent( sURL, oSocket ); } } /*** added by BJS 09/22/2015 ***/ Fse.BID.includeAllSkus = function( which ) { //alert( 'Fse.BID.includeAllSkus function triggered!' ); if( which.value > 0 ) { document.getElementById( 'rpt_incAllSkus' ).disabled = false; } else { document.getElementById( 'rpt_incAllSkus' ).disabled = true; if( document.getElementById( 'rpt_incAllSkus' ).checked ) { document.getElementById( 'rpt_incAllSkus' ).checked = false; } } }PK§öÛÁÊ/Ê/PK-7°qPÿÿÿÿÿÿÿÿBID/scripts/fse-bid-util.jsvar Fse; if( ! Fse ) Fse = {}; if( ! Fse.BID ) Fse.BID = {}; // shared utility functions Fse.BID.doAction = function( oActionSelect ) { if( ! oActionSelect.tagName ) { oActionSelect = document.getElementById( oActionSelect ); } var oOption = oActionSelect.options[oActionSelect.selectedIndex]; var sActionType = oOption.getAttribute( "type" ); if( sActionType == "URL" ) { var sActionURL = oOption.getAttribute( "href" ); var sActionTarget = oOption.getAttribute( "target" ); if( sActionTarget ) { window.open( sActionURL, sActionTarget ); } else { window.location.href = sActionURL; } } else if ( sActionType == "JS" ) { var sActionScript = oOption.getAttribute( "script" ); if( sActionScript ) { eval( sActionScript ); } } }; Fse.BID.getHandler = function() { var oLink = document.getElementById( "bidHandlerLink" ); return oLink.getAttribute( "href" ); }; Fse.BID.showGenericDialog = function( sTitle, sURL, fnOnSuccess, nWidth ) { var oOptions = {}; oOptions.src = sURL; oOptions.title = sTitle; if( nWidth ) { oOptions.width = nWidth + "px"; } if( fnOnSuccess ) { oOptions.onSuccess = fnOnSuccess; } Fse.DialogManager.show( "bidGenericDialog$", oOptions ); }; Fse.BID.archiveBidContact = function( sBidPartnerType, nBidPartnerId, nBidContactId, nUserId ) { //alert( 'Fse.BID.archiveBidContact function triggered successfully!' ); var oForm = document.forms.frm_archiveBidContact; if( oForm ) { oForm.elements.bidPartnerType.value = sBidPartnerType; oForm.elements.bidPartnerId.value = nBidPartnerId; oForm.elements.bidContactId.value = nBidContactId; oForm.elements.fspro_userId.value = nUserId; Fse.Ajax.sendForm( oForm ); Fse.Ajax.reload(); } } Fse.BID.editBidContact = function( sBidPartnerType, nBidPartnerId, nBidContactId ) { var sURL = Fse.BID.getHandler(); sURL = sURL + "?ajax=addEditBidContactDialog" + "&bidPartnerType=" + encodeURIComponent( sBidPartnerType ) + "&bidPartnerId=" + nBidPartnerId; var oOptions = {}; oOptions.width = "550px"; if( nBidContactId ) { sURL = sURL + "&bidContactId=" + nBidContactId; oOptions.title = "Edit Contact"; } else { oOptions.title = "Add Contact"; } oOptions.onSuccess = Fse.Ajax.reload; oOptions.src = sURL; Fse.DialogManager.show( "addEditBidContactDialog$", oOptions ); }; Fse.BID.addBidContact = function( sBidPartnerType, nBidPartnerId ) { Fse.BID.editBidContact( sBidPartnerType, nBidPartnerId, 0 ); }; Fse.BID.validateContactForm = function( oForm ) { // custom form validation to ensure that either a first name or a last name has been entered var bValid = true; if( oForm.FirstName && oForm.LastName ) { var reEmptyString = /^[ \t\n\x0B\f\r]*$/; if( reEmptyString.test( oForm.FirstName.value ) && reEmptyString.test( oForm.LastName.value )) { bValid = false; oForm.FirstName.focus(); var sMessage = Fse.FormManager.getFseAttribute( oForm.FirstName, "message" ); if( ! sMessage ) { sMessage = "Please enter either a first or last name for the contact"; } alert( sMessage ); } } return bValid; }; Fse.BID.officeSameAddressChanged = function( oCheckbox ) { var oForm = oCheckbox.form; var bDisabled = oCheckbox.checked; oForm.Address1.disabled = bDisabled; oForm.Address2.disabled = bDisabled; oForm.City.disabled = bDisabled; oForm.State.disabled = bDisabled; oForm.ZipCode.disabled = bDisabled; if( oForm.countryId ) { oForm.countryId.disabled = bDisabled; } }; PK*CoQBBPK-ÁŠ‘SÿÿÿÿÿÿÿÿBID/utilities/PKPK-7°qPÿÿÿÿÿÿÿÿ#BID/utilities/inc_awardStatuses.cfm PKÖ.@çjjPK-7°qPÿÿÿÿÿÿÿÿBID/utilities/inc_countryId.cfm PK3Õs¥ººPK-7°qPÿÿÿÿÿÿÿÿ%BID/utilities/inc_decodeBidStatus.cfm PK}R 2¶¶PK-7°qPÿÿÿÿÿÿÿÿ1BID/utilities/inc_decodeUnitOfMeasureFunction.cfm PKݚ;¹ØØPK- °eRÿÿÿÿÿÿÿÿBID/utilities/utl_copyBid.cfm insert into tbl_BID_BidDistributors ( ownerId, ownerType, bidId, bidDstid, dstBidRef, autoLinkNewProducts ) select distinct bbd.ownerId, bbd.ownerType, #attributes.toBidId# bidId, bbd.bidDstId, bbd.dstBidRef, bbd.autoLinkNewProducts from tbl_BID_BidDistributors bbd with (nolock) inner join tbl_BID_Distributors bd with (nolock) on bd.bidDstId = bbd.bidDstId and bd.ownerId = bbd.ownerId and bd.ownerType = bbd.ownerType and bd.archive = 'N' left outer join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_recordId = bd.cdr_recordId and cdr.ownerId = bd.ownerId and cdr.fsl_tablecode = bd.ownerType where bbd.ownerId = and bbd.ownerType = and bbd.bidId = select bidLineId from tbl_BID_BidLines with (nolock) where ownerId = and ownerType = and bidId = insert into tbl_BID_BidLines ( ownerId,ownerType,bidId,bidLineStatus,bidLineNumber,bidLineDescription,bidLineQtyAmt,bidLineQtyUM,dateCreated,createdBy,dateModified, modifiedBy,shipDirect,sampleRequired,sampleUnits,sampleDeliveryDateTime,sampleMarkings,sampleComments,grade,confidentialComment,brandRequirements, awardedBidLineProductId,awardedPrice,awardedUM,awardedOther,sourceBidLineId ) select ownerId,ownerType,#_newBidId# bidId,bidLineStatus,bidLineNumber,bidLineDescription,bidLineQtyAmt,bidLineQtyUM,dateCreated,createdBy,dateModified, modifiedBy,shipDirect,sampleRequired,sampleUnits,sampleDeliveryDateTime,sampleMarkings,sampleComments,grade,confidentialComment,brandRequirements, awardedBidLineProductId,awardedPrice,awardedUM,awardedOther,bidLineId from tbl_BID_BidLines with (nolock) where ownerId = and ownerType = and bidId = and bidLineId = insert into tbl_BID_BidLineManufacturers ( ownerId, ownerType, bidLineId, bidMfrId ) values( , , , ) select attrbid from qmd_bidLineRequirements where linked = 'Y' select blp.bidLineProductId, blp.priceListId, bm.mfrId, blp.bidSkuId from tbl_BID_BidLineProducts blp with (nolock) inner join tbl_BID_Skus bs with (nolock) on bs.bidSkuId = blp.bidSkuId and bs.ownerId = blp.ownerId and bs.ownerType = blp.ownerType and bs.archive = 'N' inner join tbl_PRD_SKUs s with (nolock) on s.skuId = bs.skuId and s.ownerId = bs.ownerId and s.fsl_tablecode = bs.ownerType and s.inactive = '0' and s.crmActive = 'Y' and s.discontinued = 'N' inner join tbl_BID_Manufacturers bm with (nolock) on bm.bidMfrId = bs.bidMfrId and bm.ownerId = bs.ownerId and bm.ownerType = bs.ownerType and bm.archive = 'N' inner join tblManufacturers m with (nolock) on m.mfr_Id = bm.mfrId where blp.ownerId = and blp.ownerType = and blp.bidLineId = and bm.bidMfrId not in ( ) update tbl_OPR_ProductStatus set contractId = , contractStart = , contractEnd = where ownerId = and ownerType = and operatorId = and skuId = select priceListStartDate, priceListEndDate from tbl_BID_PriceLists with (nolock) where ownerId = and ownerType = and priceListId = insert into tbl_BID_BidLineProducts ( ownerId,ownerType,bidLineId,bidSkuId,quantityAmt,quantityUM, terms,pointOfOrigin,newSpec,alternateProduct,comments, bidLineProductStatus,dateCreated,createdBy,sourceBidLineProductId ,useListPrice,priceUM, priceListId, priceDeliveredRate,priceFobRate,priceBillBackRate,priceOffInvoiceRate, commUM,commodityPassThroughRate,commodityAllowanceRate,commodityNetRate,mfrAwardRef,awardedDate,termsOfGuaranteeBegin,termsOfGuarantee ,awardedStatus,awardedBidDstId,awardedBidDstId2,awardedPrice,awardedUM,awardedComments,noAwardSKU,noAwardPack,noAwardMFR,awardedOutsideDistributor,awardedSubClassifier ) select ownerId,ownerType,#_newBidLineId# bidLineId,bidSkuId,quantityAmt,quantityUM, terms,pointOfOrigin,newSpec,alternateProduct,comments, 'P'bidLineProductStatus,getDate() dateCreated,#client.id# createdBy,bidLineProductId ,useListPrice,priceUM, priceListId, priceDeliveredRate,priceFobRate,priceBillBackRate,priceOffInvoiceRate, commUM,commodityPassThroughRate,commodityAllowanceRate,commodityNetRate,mfrAwardRef,awardedDate,termsOfGuaranteeBegin,termsOfGuarantee ,awardedStatus,awardedBidDstId,awardedBidDstId2,awardedPrice,awardedUM,awardedComments,noAwardSKU,noAwardPack,noAwardMFR,awardedOutsideDistributor,awardedSubClassifier from tbl_BID_BidLineProducts with (nolock) where ownerId = and ownerType = and bidLineId = and bidLineProductId = select ptr.resourceId territoryId, ter.name from tbl_BRO_PrincipalTerritoryResources ptr with (nolock) inner join tbl_BRO_PrincipalTerritories pt with (nolock) on pt.principalTerritoryId = ptr.principalTerritoryId and pt.ownerId = ptr.ownerId and pt.ownerType = ptr.ownerType inner join tbl_BRO_Principals p with (nolock) on p.principalId = pt.principalId and p.ownerId = pt.ownerId and p.ownerType = pt.ownerType inner join tbl_TER_Territories ter with (nolock) on ter.territoryId = ptr.resourceId and ter.ownerId = ptr.ownerId and ter.fsl_tablecode = ptr.ownerType where p.ownerId = and p.ownerType= and ptr.resourceType = 'TER' and p.mfrId = select blpd.bidDstId, cdr.cdr_recordId from tbl_BID_BidLineProductDistributors blpd with (nolock) inner join tbl_BID_Distributors bd with (nolock) on bd.bidDstid = blpd.bidDstid and bd.ownerId = blpd.ownerId and bd.ownerType = blpd.ownerType and bd.archive = 'N' inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_recordId = bd.cdr_recordId and cdr.ownerId = bd.ownerId and cdr.fsl_tablecode = bd.ownerType and cdr.cdr_territoryId in ( ) where blpd.ownerId = and blpd.ownerType = and blpd.bidLineProductId = insert into tbl_BID_BidLineProductDistributors ( ownerId,ownerType,bidLineProductId,bidDstId,quoteStatus ) select ownerId,ownerType,#_newBidLineProductId# bidLineProductId,bidDstId,'N' from tbl_BID_BidLineProductDistributors with (nolock) where ownerId = and ownerType = and bidLineProductId = and bidDstId = update tbl_BID_BidLines set sampleDeliveryDateTime = where bidId = and ownerId = and ownerType = and sampleRequired = 'Y' PKru‡£¸?¸?PK-7°qPÿÿÿÿÿÿÿÿBID/utilities/utl_decoder.cfm PK}ŸQ>>PK-7°qPÿÿÿÿÿÿÿÿ!BID/utilities/utl_exportExcel.cfm select * from tbl_EAI_InboundFileFormats with (nolock) where formatId = select * from tbl_EAI_InboundFileFormatFields with (nolock) where formatId = order by sequence select * from qmd_priceListSkuPrices where approvedPrice = 'Y' and skuId is not null order by bidSku PKÿºê[g-g-PK- °)Qÿÿÿÿÿÿÿÿ"BID/utilities/utl_fireBidEvent.cfm initializeListeners(); select listenerId, eventName from tbl_SYS_EventListeners with (nolock) where ownerId = and ownerType = and eventSubjectType = 'BID' and eventName = and listenerPath = insert into tbl_SYS_EventListeners ( ownerId, ownerType, eventSubjectType, eventName, listenerPath ) values( , , , , ) PKW–lЀ € PK-7°qPÿÿÿÿÿÿÿÿ%BID/utilities/utl_getBrokerOption.cfm select #attributes.option# value from tbl_BID_BrokerOptions with (nolock) where ownerId = and ownerType = #trim( brokerStruct.clientName )# is providing this information as supplied by our principals. These quotations are based upon distributor's credit approval by the principal, and orders must meet minimum requirements for shipment. Any changes/revisions must be in writing. *** #trim( brokerStruct.clientName )# must be notified within 10 days of bid award in order to activate this quote*** update tbl_BID_BrokerOptions set distributorDisclaimer = where ownerId= and ownerType = insert into tbl_BID_BrokerOptions ( ownerId, ownerType, #attributes.option# ) values ( , , ) PK㦤T PK-7°qPÿÿÿÿÿÿÿÿBID/utilities/utl_initAjax.cfm PKG¯+HààPK-7°qPÿÿÿÿÿÿÿÿ(BID/utilities/utl_localMarketization.cfm select cdr.cdr_territoryId as territoryId from tbl_BID_Distributors dst inner join tbl_CDR_Distributors cdr with (nolock) on cdr.cdr_recordID = dst.cdr_recordID and cdr.OwnerID = and cdr.FSL_TableCode = where dst.bidDstID = select * from tbl_BID_ManufacturersOverride with (nolock) where ownerId = and ownerType = and bidMfrId = and territoryId = select * from tbl_BID_ManufacturersOverride with (nolock) where ownerId = and ownerType = and bidMfrId = and territoryId = select * from tbl_BID_ManufacturersOverride bmo with (nolock) inner join tbl_TER_Territories ter with (nolock) on bmo.ownerId = ter.ownerId and bmo.ownerType = ter.fsl_tablecode and bmo.territoryId = ter.territoryId where bmo.ownerId = and bmo.ownerType = and bmo.bidMfrId = and bmo.territoryId in ( ) order by name select distinct resourceId from qmd_principalTerritoryResources where resourceId in ( ) select defaultMFRDisclaimer from tbl_BID_Manufacturers with (nolock) where ownerID = and ownerType = and bidMfrId = INSERT into tbl_BID_ManufacturersOverride ( ownerId, ownerType, bidMfrId, territoryId, mfrDisclaimerOverride ) VALUES ( , , , , ) update tbl_BID_Manufacturers set defaultMFRDisclaimer = NULL where ownerID = and ownerType = and bidMfrId = SELECT priceListId FROM tbl_BID_PriceLists with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND priceListId = SELECT DISTINCT priceListId FROM tbl_BID_PriceListsOverride with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND priceListId = INSERT into tbl_BID_PriceListsOverride ( ownerId, ownerType, priceListId, bidMfrId, territoryId, overrideYN ) VALUES ( , , , , , ) SELECT overrideDesc, bidSkuDesc, bidPackSizeDesc, bidComments, includeCommentsOnQuote FROM tbl_BID_Skus with (nolock) WHERE ownerId = AND ownerType = AND bidMfrId = AND bidSkuId = INSERT into tbl_BID_SkusOverride ( ownerId, ownerType, bidSkuId, bidMfrId, territoryId, overrideDescOverride, bidSkuDescOverride, bidPackSizeDescOverride, bidCommentsOverride, includeCommentsOnQuoteOverride, createdDate ) VALUES ( , , , , , , , , , , ) update tbl_BID_Skus set overrideDesc = 'N', bidComments = NULL, deletedBidComments = where ownerID = and ownerType = and bidMfrId = AND bidSkuId = PKÔa´W.W.PK-7°qPÿÿÿÿÿÿÿÿ%BID/utilities/utl_setBrokerOption.cfm update tbl_BID_BrokerOptions set #attributes.option# = where ownerId= and ownerType = PKÇô ——PK-7°qPÿÿÿÿÿÿÿÿ!BID/utilities/utl_stateSelect.cfm select distinct country from qcf_listStates #stateSelectHTML# PK⋙"××PK-7°qPÿÿÿÿÿÿÿÿ%BID/utilities/utl_unlinkBidAgency.cfm select bidAgencyId from tbl_BID_Agencies with (nolock) where ownerId = and ownerType = and partnerType = 'OPR' and partnerId = update tbl_BID_Agencies set partnerId = null, partnerType = null where ownerId = and ownerType = and partnerType = 'OPR' and partnerId = PKðIck˜˜PK-7°qPÿÿÿÿÿÿÿÿ%BID/utilities/utl_updateBidStatus.cfm select b.bidid from tbl_BID_Bids b with (nolock) where b.ownerId = and b.ownerType = and b.bidId = and ( not exists ( select * from tbl_BID_BidLines bl with (nolock) where bl.bidId = b.bidId ) or b.linesConfirmed = 'N' ) select bl.bidId, bl.bidLineId from tbl_BID_BidLines bl with (nolock) where bl.bidId = and bl.ownerId = and bl.ownerType = and not exists ( select * from tbl_BID_BidLineProducts blp with (nolock) where blp.bidLineId = bl.bidLineId and blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType ) update bl set bl.bidLineStatus = case when bl.bidLineId in () then 'TodoProducts' else 'Ready' end from tbl_BID_BidLines bl where bl.ownerId = and bl.ownerType = and bl.bidId = select blp.bidLineProductId from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId where bl.ownerId = and bl.ownerType = and bl.bidId = and ( blp.bidLineProductStatus <> 'A' and blp.bidLineProductStatus <> 'O' and blp.bidLineProductStatus <> 'N' ) select distinct blp.bidLineProductId from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = blp.ownerType and blp.bidLineId = bl.bidLineId inner join tbl_BID_Skus bs with (nolock) on blp.ownerId = bs.ownerId and blp.ownerType = bs.ownerType and blp.bidSkuId = bs.bidSkuId inner join tbl_BID_Manufacturers bm with (nolock) on bm.ownerId = bs.ownerId and bm.ownerType = bs.ownerType and bm.bidMfrId = bs.bidMfrId inner join tbl_BRO_Principals p with (nolock) on p.ownerId = bm.ownerId and p.ownerType = bm.ownerType and p.mfrId = bm.mfrId inner join tbl_BRO_PrincipalTerritories pt with (nolock) on pt.ownerId = p.ownerId and pt.ownerType = p.ownerType and pt.principalId = p.principalId and pt.hireStatus = 'A' inner join tbl_BRO_PrincipalTerritoryResources ptr with (nolock) on ptr.ownerId = pt.ownerId and ptr.ownerType = pt.ownerType and ptr.principalTerritoryId = pt.principalTerritoryId and ptr.resourceType = 'TER' and ptr.resourceId in ( select cdr_territoryId from tbl_CDR_Distributors cdr with (nolock) inner join tbl_BID_Distributors bd with (nolock) on cdr.ownerId = bd.ownerId and cdr.fsl_tablecode = bd.ownerType and cdr.cdr_recordid = bd.cdr_recordID where bd.bidDstID in ( select bd2.bidDstID from tbl_BID_BidDistributors bd2 with (nolock) where bd2.bidId = bl.bidId and bd2.ownerId = bl.ownerId and bd2.ownerType = bl.ownerType ) ) where bl.ownerId = and bl.ownerType = and bl.bidId = and bl.shipDirect = 'N' and blp.bidLineProductStatus = 'A' and not exists ( select * from tbl_BID_BidLineProductDistributors blpd with (nolock) where blpd.bidLineProductId = blp.bidLineProductId and blpd.ownerId = blp.ownerId and blpd.ownerType = blp.ownerType ) update blp set blp.bidLineProductStatus2 = case when blp.bidLineProductId in ( ) then 'TodoDistrib' else 'Ready' end from tbl_BID_BidLineProducts blp inner join tbl_BID_BidLines bl on bl.ownerId = blp.ownerId and bl.ownerType = blp.ownerType and bl.bidLineId = blp.bidLineId where bl.ownerId = and bl.ownerType = and bl.bidId = select blpd.bidLineProductId from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId inner join tbl_BID_BidLineProductDistributors blpd with (nolock) on blpd.ownerId = blp.ownerId and blpd.ownerType = blp.ownerType and blpd.bidLineProductId = blp.bidLineProductId where bl.ownerId = and bl.ownerType = and bl.bidId = and blp.bidLineProductStatus = 'A' and blpd.quoteStatus = 'N' select bl.bidLineId from tbl_BID_BidLines bl with (nolock) inner join tbl_BID_BidLineProducts blp with (nolock) on blp.ownerId = bl.ownerId and blp.ownerType = bl.ownerType and blp.bidLineId = bl.bidLineId where bl.ownerId = and bl.ownerType = and bl.bidId = and nullif( blp.awardedStatus, 0 ) is null update tbl_BID_Bids set bidStatus = where ownerId = and ownerType = and bidId = update tbl_BID_Bids set awardsEntered = where ownerId = and ownerType = and bidId = PKåw­.¬0¬0PK- °ˆQÿÿÿÿÿÿÿÿ-BID/utilities/utl_updatePurchasingProfile.cfm ---> Condition Y Condition X insert into tbl_OPR_ProductStatus ( ownerId, ownerType, operatorId, prodId, skuId, mktCategoryId, mktSubCategoryId, skuList, purchasingStatus, volumeQty, volumeUnit, volumeTime, sourceType, sourceOther, sourceCompetitorId, generalComments, noSaleReasonId, createUserId, createTimeStamp, updateUserId, updateTimeStamp, contractId, contractType, contractStart, contractEnd, recycleDate, competitiveProduct ) values ( , , , , , 0, 0, null, , , , , , , , , , , , , , , , , , , ) update tbl_OPR_ProductStatus set volumeQty = , volumeUnit = , volumeTime = , purchasingStatus = , updateUserId = , updateTimestamp = , skuId = , sourceType = , sourceOther = , sourceCompetitorId = , noSaleReasonId = , contractId = , contractType = , contractStart = , contractEnd = , recycleDate = , competitiveProduct = , generalComments = where ownerId = and ownerType = and operatorId = and prodId = and productStatusId = update tbl_BID_BidLineProducts set pushDate = where ownerId = and ownerType = and bidLineProductId =

#htmleditformat( qmd_user.firstName )# #htmleditformat( qmd_user.lastName)# has applied Bid Award information to #htmleditformat( qmd_operatorDetails.companyName )#'s purchasing profile.

BID:
#htmleditformat( qmd_bid.bidName )#

Manufacturer(s):
#htmleditformat( urlDecode( _bidMfrName ))#

PK09É1éFéFPK-7°qPÿÿÿÿÿÿÿÿ,BID/utilities/utl_writeBidAttributeLinks.cfm select attrbTypeName, attrbTypeId from tbl_BID_AttributeTypes with (nolock) where attrbTypeName = select attrbTypeName, attrbTypeId from tbl_BID_AttributeTypes with (nolock) where attrbTypeName = delete from tbl_BID_AttributeLinks where ownerId = and ownerType = and mstrAttrbId = and mstrAttrbTypeId = and childAttrbTypeId = insert into tbl_BID_AttributeLinks ( ownerId, ownerType, mstrAttrbTypeId, mstrAttrbId, childAttrbTypeId, childAttrbId ) values ( , , , , , ) PKð¯=ííPK-ʊ‘Sÿÿÿÿÿÿÿÿ BID/views/PKPK-7°qPÿÿÿÿÿÿÿÿBID/views/agency.cfm
#htmleditformat( request.qmd_agency.bidAgencyName )# to Agency list
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
&##160;
PK,Î_6E E PK-7°qPÿÿÿÿÿÿÿÿBID/views/agencyList.cfm
PKÙ¡ú${{PK- °%RÿÿÿÿÿÿÿÿBID/views/bid.cfm
#htmleditformat( request.qmd_bid.bidName )# (#htmleditformat( request.qmd_bid.bidNumber )#) to Bid list
#htmleditformat( request.qmd_agency.bidAgencyName )# (A#request.qmd_agency.oprType#)
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
 
#dateformat( request.qmd_bid.bidOpeningDateTime, "MM/DD/YYYY" )# @ #timeformat( request.qmd_bid.bidOpeningDateTime, "h:MM TT")#
PK¡L«z³³PK-7°qPÿÿÿÿÿÿÿÿBID/views/bid.cfm.copy
#htmleditformat( qmd_bid.bidName )# (#htmleditformat( qmd_bid.bidNumber )#) to Bid list
#htmleditformat( qmd_agency.bidAgencyName )#
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
 
#lsdateformat( qmd_bid.bidOpeningDateTime, "MM/DD/YYYY" )# @ #lstimeformat( qmd_bid.bidOpeningDateTime, "h:MM TT")#
PK à mmPK-7°qPÿÿÿÿÿÿÿÿBID/views/bidLine.cfm
PKML’å••PK-7°qPÿÿÿÿÿÿÿÿBID/views/bidList.cfm
PKÚ%޹qqPK-7°qPÿÿÿÿÿÿÿÿBID/views/bidPricing.cfm
PKŒƒ¬u¢¢PK-7°qPÿÿÿÿÿÿÿÿBID/views/dst.cfm
#htmleditformat( request.qmd_distributor.bidDstName )# to Distributor list
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
&##160;
PK#%‰ ‰ PK-7°qPÿÿÿÿÿÿÿÿBID/views/dstlist.cfm
PKOƒ¼mmPK-7°qPÿÿÿÿÿÿÿÿBID/views/mfr.cfm
#htmleditformat( request.qmd_manufacturer.bidMfrName )# to Manufacturer list
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
&##160;
PKaH¬``PK-7°qPÿÿÿÿÿÿÿÿBID/views/mfrList.cfm
PKŒòAppPK-7°qPÿÿÿÿÿÿÿÿBID/views/mfrPriceList.cfm
PK§ð…» » PK-7°qPÿÿÿÿÿÿÿÿBID/views/sku.cfm
#htmleditformat( request.qmd_bidSku.bidSku )# - #htmleditformat( request.qmd_bidSku.bidSkuDesc )# to SKU list
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
#_bss.statusDisplay# #htmleditformat( _bss.statusTitle )#
&##160;
PKöôw]]PK-ъ‘Sÿÿÿÿÿÿÿÿ BID/workflow/PKPK-ъ‘SÿÿÿÿÿÿÿÿBID/workflow/css/PKPK-7°qPÿÿÿÿÿÿÿÿBID/workflow/css/stylesheet.csstable { xborder:1px solid black; width: 760px; font-size: 15px; margin: 10px; margin-bottom: 20px; } table tr td { xborder:1px solid black; } table thead tr:first-child td { background-color: #DCDCDC; padding: 20px 0 20px 10px; font-weight: bold; } table thead tr:first-child + tr td { padding-top: 15px; padding-bottom: 2px; font-size: 13px; font-weight: bold; border-bottom: 2px solid silver; } table tbody { font-size: 12px; } table tbody tr:first-child td { padding: 5px 0; } table tbody tr.mfr { font-weight: bold; } table tbody tr.mfr td { padding-top: 15px; } table tbody tr.sku td:first-child { padding-left: 5px; width: 45%; }PKì(xiÅÅPK-ъ‘SÿÿÿÿÿÿÿÿBID/workflow/purchasingProfile/PKPK-7°qPÿÿÿÿÿÿÿÿ/BID/workflow/purchasingProfile/act_response.cfm

PKäÂBƒÚÚPK-7°qPÿÿÿÿÿÿÿÿ=BID/workflow/purchasingProfile/disp_notificationEmailBody.cfm

Award info has been saved on Bid: #htmleditformat( qmd_bid.bidName )# - #htmleditformat( qmd_bid.bidNumber )# for #htmleditformat( qmd_bid.bidAgencyName )# on #lsdateformat( Now(), "MM/DD/YYYY" )#.

#_requestHTML#Push Items to Purchasing ProfilePKû~®Ù;;PK-7°qPÿÿÿÿÿÿÿÿ/BID/workflow/purchasingProfile/disp_request.cfm select productStatusId from tbl_OPR_ProductStatus with (nolock) where operatorId = and skuId = and ownerId = and ownerType = and contractType = 'BID' and contractId =
Apply Award Data to Purchasing Profile
MFR / SKU Awarded Distr Qty   Award Status Push
Select:
#htmleditformat( bidMfrName )#
#htmleditformat( bidSku )# - #htmleditformat( bidSkuDesc )# Unknown Direct Ship #htmleditformat( awardedOutsideDistributor )# #htmleditformat( qmd_distributor.bidDstName )# #lsNumberformat( bidLineQtyAmt )# #bidLineQtyUM# #awardedStatusLabel( awardedStatus )#

NOTE: - All BID quantities expressed in #_alternate# will be converted to #_volumeUnitDisplay# on the purchasing profile using known SKU net weight.

PKô  PK-7°qPÿÿÿÿÿÿÿÿ(BID/workflow/purchasingProfile/excel.cfm PKüΟIwwPK-Ԋ‘Sÿÿÿÿÿÿÿÿdownload_errors.logݔANÄ0 E÷#Í|€¡Ýϸ°GiãL-Ò¸Øî”¹=N „Äu—Äö÷¶”G…KÏs1?FXÊÁ Çɨ\À"/%sˆ`Bâœy©ò=ǃàÄb÷X5Úí¢mGqÍhËüJÿJń›>gxøVMÁ[Æ^ªzí>†tnËÜNÀ²ö|ŸQÍ- ^I‰ËšWØ?HÍëÙCjìD6nõ›b(ÑíjåêfC=Á¬ø%¼Õd*oÍ_4Ïaœ2ê“!Õ®^œU(ìmŠéÎÂed ç=/îÞþ–·O*ÿ~ɪûÿ‹ô PK,XTˆó2PK--†‰‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/PK--7°qPÀÂøèÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/act_addAgency.cfm­ ­ TPK--7°qPu>¼ÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/actions/act_addBidDistributor.cfm##f PK--7°qPÑݏ“ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/actions/act_addCompetitor.cfm¾¾b1PK--7°qP©Œp=ÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/actions/act_addDistributor.cfm0 0 ‰6PK--7°qPžÌœÌÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/actions/act_addManufacturer.cfmàà#APK--7°qP—J#Íÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/act_addSKU.cfm½ ½ nGPK--7°qPãsÜ»ÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/actions/act_approveLines.cfm]]RPK--7°qPWnׇÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/act_archiveBid.cfm\\R[PK--7°qPLrÜÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/actions/act_archiveBidContact.cfm  ]PK--7°qPXv¡Ôÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/act_archiveSku.cfm¶¶‡fPK--7°qP¤£ë.ÿÿÿÿÿÿÿÿ. ÿÿÿÿBID/actions/act_assignBidLineManufacturers.cfmZ Z £hPK--7°qP3ìã(ÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/actions/act_bidLineProductPicked.cfm77srPK-- °ïPÂD¦nÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/actions/act_chooseBlanketPricing.cfm{{†PK--7°qPM¯ƒÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/act_copyBid.cfm‡PK--7°qPyè²ÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/actions/act_copyBidLineProduct.cfm¾¾m›PK--7°qP9Ènîÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/actions/act_createBlanketPricing.cfmdd™¤PK--7°qP £“ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/act_deleteBid.cfmkkm¸PK--7°qPsž üÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/actions/act_deleteBidDistributor.cfmvv=¾PK--7°qPp›qÆÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/actions/act_deleteBidLine.cfm2 2 #ÄPK--7°qPП^@ÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/actions/act_deleteBidLineProduct.cfm®®¾ÎPK--7°qPÕiЁÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/actions/act_deleteLocalMarketInfo.cfm””ÜÑPK--7°qPÝÚO‘ÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/actions/act_deletePriceList.cfm33áÚPK--7°qPîó'Õÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/actions/act_emailRepToPush.cfm‘‘éPK--7°qPK¢Åœÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/actions/act_linkBidAgency.cfm´ ´ zùPK--7°qPËÌøîÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/actions/act_linkBidDistributor.cfm¹¹—PK--7°qP ÏÜdÿÿÿÿÿÿÿÿ' ÿÿÿÿBID/actions/act_linkBidManufacturer.cfm¾PK--7°qP¤sâ ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/act_linkBidSku.cfmØØ1&PK--7°qPógyÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/actions/act_markBiddingDistributorQuoted.cfm44o5PK--7°qP ŽÚ<ÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/actions/act_pickBidProduct.cfmíí:PK--7°qP|„¶¼ÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/actions/act_pickProducts.cfmªªrOPK--7°qPŒ*žkÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/actions/act_renumberLines.cfmÍ#Í#„kPK--7°qPÐ,›ýÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/act_saveAgency.cfmÄĺPK--7°qPçkn”ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/actions/act_saveBidAwards.cfmU%U%ä¡PK--7°qP |L¢ÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/actions/act_saveBidContact.cfm¾¾¢ÇPK--7°qPºÔðÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/actions/act_saveBidDistributor.cfm““Ê×PK--°ESˆí}²ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/actions/act_saveBidHeader.cfmÜ6Ü6ËïPK--7°qP‚þ^¥ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/actions/act_saveBidLine.cfmCC'PK--7°qP°–bÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/actions/act_saveBidLineProduct.cfm£K£KºFPK--7°qP>­/dÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/actions/act_saveBidLines.cfmXAXA˒PK--7°qPFg\'ÿÿÿÿÿÿÿÿ$ ÿÿÿÿBID/actions/act_saveBidLines.cfm.oldòIòI‹ÔPK-- °)QÄÎ4Jÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/actions/act_saveBidPricing.cfmå:å:éPK--7°qPêÇ(ÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/actions/act_saveContacts.cfmTT8ZPK--7°qPØ&¹Ëÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/actions/act_savedistributor.cfmžžôaPK--7°qPøG'6ÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/actions/act_saveDistributorBidding.cfmKKýuPK--7°qPÝqàãÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/actions/act_saveDistributorDisclaimer.cfm55º“PK--7°qP:wïôÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/actions/act_saveLocalMarketMFRInfo.cfm””d•PK--7°qP.ó“ÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/actions/act_saveLocalMarketSKUInfo.cfm``j´PK--7°qPîÍè†ÿÿÿÿÿÿÿÿ$ ÿÿÿÿBID/actions/act_saveManufacturer.cfméé<ÇPK--7°qP† ˜ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/actions/act_savePriceList.cfm6(6(‘ØPK--7°qPŠæ‡ÿÿÿÿÿÿÿÿ' ÿÿÿÿBID/actions/act_savePriceListPrices.cfmJJ0PK--7°qP?›¨Gÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/actions/act_saveskudetail.cfm66éPK--7°qPY –ÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/actions/act_sendTradeRequestToMFR.cfm==ˆ/PK--7°qPRåÕVÿÿÿÿÿÿÿÿ$ ÿÿÿÿBID/actions/act_updateBidContact.cfm6APK--7°qP ±S|ÿÿÿÿÿÿÿÿ+ ÿÿÿÿBID/actions/act_updatePurchasingProfile.cfmŒŒºRPK--7°qPôùo‡ÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/actions/act_uploadBidAwards.cfm÷#÷#¹TPK--7°qPìZO¶ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/actions/act_uploadBidSpec.cfm¹ ¹ yPK--7°qPa¹ÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/actions/act_uploadBlanketPricing.cfm5 5 =†PK--¥‰‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/api/â“PK--7°qPØ!ßäÿÿÿÿÿÿÿÿ ÿÿÿÿBID/api/cfmod_buildBidList.cfm442”PK--7°qP>CÀÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/api/cfmod_getHistoricBids.cfm%%̯PK--°"SE&vÿÿÿÿÿÿÿÿ ÿÿÿÿBID/app_controller.cfmóóZÂPK--¦‰‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/batch/«ÄPK--¦‰‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/batch/bidpricingapproved/ýÄPK--¦‰‘Sÿÿÿÿÿÿÿÿ&ÿÿÿÿBID/batch/bidpricingapproved/includes/bÅPK-- °)Q„¬_”ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/batch/bidpricingapproved/includes/inc_bidWebLog.cfmÐÅPK--§‰‘Sÿÿÿÿÿÿÿÿ%ÿÿÿÿBID/batch/bidpricingapproved/queries/ÞÊPK-- °)QÐÆª¦ÿÿÿÿÿÿÿÿ< ÿÿÿÿBID/batch/bidpricingapproved/queries/qmd_pricingApproved.cfmééKËPK--7°qP/Ÿ`óÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/batch/cfmod_bidDeliveryEndDateProcessor.cfmÑѸÒPK-- °*Qp:ÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/batch/cfmod_bidPricingApprovedProcessor.cfm»»ñPK--¨‰‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/controller/2PK--°ESÀdÛóÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/controller/inc_ajaxviews.cfmú]ú]‰PK--7°qPQ)ÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/controller/inc_displayViews.cfm””ë_PK--7°qP´â0ÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/controller/inc_flexViews.cfmttêgPK--7°qP ÀEÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/controller/inc_initialize.cfmù ù ÆkPK--7°qPp™Œtÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/controller/inc_javascript.cfm°°(zPK--7°qP ›•€ÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/controller/inc_optionViews.cfm  A‚PK--7°qP€³ÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/controller/inc_updateCRMReferences.cfm^^´…PK--7°qP艪«ÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/controller/utl_fileshandler.cfmÆÆ„ŽPK--7°qPÚدÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/controller/utl_getHandler.cfmû û µ–PK--7°qP¯–ÌØÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/controller/utl_postHandler.cfm ! !¥PK--­‰‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/devTools/ÆPK--­‰‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/devTools/adjustbid/äÆPK--7°qP¿ŒÑˆÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/devTools/adjustbid/act_updateBid.cfm°°CÇPK--7°qPíöÞÿÿÿÿÿÿÿÿ$ ÿÿÿÿBID/devTools/adjustbid/adjustBid.cfmK K cÌPK--7°qP½í½ÿÿÿÿÿÿÿÿ$ ÿÿÿÿBID/devTools/adjustbid/updateBid.cfm­ ­ ÖPK--¯‰‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/devTools/Bid_Data_Importers/3äPK--¯‰‘Sÿÿÿÿÿÿÿÿ+ÿÿÿÿBID/devTools/Bid_Data_Importers/BectonData/›äPK--7°qPQ~ëùÿÿÿÿÿÿÿÿF ÿÿÿÿBID/devTools/Bid_Data_Importers/BectonData/import_beckton_agencies.cfmññåPK--7°qP皔þÿÿÿÿÿÿÿÿB ÿÿÿÿBID/devTools/Bid_Data_Importers/BectonData/import_beckton_data.cfmQQêPK--7°qP:?t„ÿÿÿÿÿÿÿÿE ÿÿÿÿBID/devTools/Bid_Data_Importers/BectonData/import_Becton_agencies.cfmœœhPK--7°qP’tfÚÿÿÿÿÿÿÿÿA ÿÿÿÿBID/devTools/Bid_Data_Importers/BectonData/import_Becton_data.cfmÎΑPK--±‰‘Sÿÿÿÿÿÿÿÿ9ÿÿÿÿBID/devTools/Bid_Data_Importers/BectonData_oldDataFormat/è.PK--7°qPD­«äÿÿÿÿÿÿÿÿT ÿÿÿÿBID/devTools/Bid_Data_Importers/BectonData_oldDataFormat/import_beckton_agencies.cfm!!i/PK--7°qP皔þÿÿÿÿÿÿÿÿP ÿÿÿÿBID/devTools/Bid_Data_Importers/BectonData_oldDataFormat/import_beckton_data.cfmQQ&2PK--²‰‘Sÿÿÿÿÿÿÿÿ(ÿÿÿÿBID/devTools/Bid_Data_Importers/eStreet/HPK--7°qP³Ìëlÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/devTools/Bid_Data_Importers/eStreet/import_eStreet_data.cfm|A|AHPK--²‰‘Sÿÿÿÿÿÿÿÿ'ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/‚ŠPK--7°qPxCa:ÿÿÿÿÿÿÿÿD ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/import_mergeDuplicateSkus.cfm££ñŠPK--7°qP§Ë`ÿÿÿÿÿÿÿÿQ ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/import_Supplemental BidProductLineData.cfm´ ´ šPK--7°qPZ: øÿÿÿÿÿÿÿÿA ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/import_WinBid_agencies.cfmŒŒm¨PK--7°qPò©¹ÿÿÿÿÿÿÿÿC ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/import_WinBid_data - ALL.cfm4848‚ÃPK--7°qPý òÿÿÿÿÿÿÿÿC ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/import_WinBid_data-part1.cfmAüPK--7°qPÜó,ÿÿÿÿÿÿÿÿC ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/import_WinBid_data-part2.cfmööÎPK--7°qP:·Iÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/import_WinBid_data.cfmL'L'O8PK--7°qP悘ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/SkuLinkQuery.txtaa `PK--¶‰‘Sÿÿÿÿÿÿÿÿ,ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/TEST/bPK--7°qPéõcÿÿÿÿÿÿÿÿF ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/TEST/import_WinBid_agencies.cfmtbPK--7°qPàxÿÿÿÿÿÿÿÿH ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/TEST/import_WinBid_data-part1.cfmÙÙ~PK--7°qP}‹ÐWÿÿÿÿÿÿÿÿH ÿÿÿÿBID/devTools/Bid_Data_Importers/winBid/TEST/import_WinBid_data-part2.cfm66‡PK--7°qPˆÖêeÿÿÿÿÿÿÿÿ ÿÿÿÿBID/devTools/priceListFix.cfmggM¹PK--¸‰‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/ÁPK--¸‰‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/displays/agencies/nÁPK--¸‰‘Sÿÿÿÿÿÿÿÿ&ÿÿÿÿBID/displays/agencies/addAgencyDialog/ÌÁPK--7°qPæ ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/displays/agencies/addAgencyDialog/frm_addAgency.cfm  :ÂPK--¹‰‘Sÿÿÿÿÿÿÿÿ.ÿÿÿÿBID/displays/agencies/addAgencyDialog/queries/YÇPK--7°qP2҆±ÿÿÿÿÿÿÿÿB ÿÿÿÿBID/displays/agencies/addAgencyDialog/queries/qmd_agencySearch.cfm††ÏÇPK--¹‰‘Sÿÿÿÿÿÿÿÿ0ÿÿÿÿBID/displays/agencies/addAgencyDialog/utilities/ßÎPK--7°qPêê·4ÿÿÿÿÿÿÿÿE ÿÿÿÿBID/displays/agencies/addAgencyDialog/utilities/inc_agencyPreview.cfmèèWÏPK--7°qP֟ï‚ÿÿÿÿÿÿÿÿD ÿÿÿÿBID/displays/agencies/addAgencyDialog/utilities/inc_agencySelect.cfmÌÕPK--7°qPRŠ7ÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/displays/agencies/disp_agencyTabs.cfm‡ ‡ [ÛPK--7°qPzÿTÆÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/displays/agencies/inc_agencyList.cfmYYSéPK--7°qPKÝÕÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/displays/agencies/inc_bids.cfm  PK--7°qPúÁ½Õÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/displays/agencies/inc_details.cfm‘9‘9˜ PK--7°qPÌÊ£lÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/displays/agencies/inc_files.cfm••–FPK--½‰‘Sÿÿÿÿÿÿÿÿ'ÿÿÿÿBID/displays/agencies/linkAgencyDialog/–HPK--7°qPø–ÿÿÿÿÿÿÿÿ< ÿÿÿÿBID/displays/agencies/linkAgencyDialog/frm_linkBidAgency.cfmÈÈIPK--7°qPSvúùÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/displays/agencies/linkAgencyDialog/inc_agencySelect.cfmxxQRPK--À‰‘Sÿÿÿÿÿÿÿÿ/ÿÿÿÿBID/displays/agencies/linkAgencyDialog/queries/LUPK--7°qPÌöqÿÿÿÿÿÿÿÿC ÿÿÿÿBID/displays/agencies/linkAgencyDialog/queries/qmd_agencySearch.cfmââÃUPK--Á‰‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/displays/bids/0[PK--Á‰‘Sÿÿÿÿÿÿÿÿ*ÿÿÿÿBID/displays/bids/addBidDistributorDialog/Š[PK--7°qPh=(ÿÿÿÿÿÿÿÿC ÿÿÿÿBID/displays/bids/addBidDistributorDialog/frm_addBidDistributor.cfm7 7 ü[PK--Á‰‘Sÿÿÿÿÿÿÿÿ2ÿÿÿÿBID/displays/bids/addBidDistributorDialog/queries/¾ePK--7°qP5]mYÿÿÿÿÿÿÿÿK ÿÿÿÿBID/displays/bids/addBidDistributorDialog/queries/qmd_distributorSearch.cfm 8fPK--‰‘Sÿÿÿÿÿÿÿÿ4ÿÿÿÿBID/displays/bids/addBidDistributorDialog/utilities/ÕsPK--7°qPÞ­$¶ÿÿÿÿÿÿÿÿN ÿÿÿÿBID/displays/bids/addBidDistributorDialog/utilities/inc_distributorPreview.cfmÎÎQtPK--7°qP¦L€ÿÿÿÿÿÿÿÿM ÿÿÿÿBID/displays/bids/addBidDistributorDialog/utilities/inc_distributorSelect.cfmµ{PK--ɑSÿÿÿÿÿÿÿÿ&ÿÿÿÿBID/displays/bids/addCompetitorDialog/ZPK--7°qP96Šïÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/displays/bids/addCompetitorDialog/frm_addCompetitor.cfm£ £ ÈPK--ɑSÿÿÿÿÿÿÿÿ$ÿÿÿÿBID/displays/bids/addEditLineDialog/î‹PK--7°qP­ËWÍÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/displays/bids/addEditLineDialog/frm_addEditLine.cfm¸¸ZŒPK--ĉ‘Sÿÿÿÿÿÿÿÿ3ÿÿÿÿBID/displays/bids/assignBidLineManufacturersDialog/‘’PK--7°qPԅØ|ÿÿÿÿÿÿÿÿU ÿÿÿÿBID/displays/bids/assignBidLineManufacturersDialog/frm_assignBidLineManufacturers.cfmãã “PK--ĉ‘Sÿÿÿÿÿÿÿÿ'ÿÿÿÿBID/displays/bids/bidDistributorDialog/Œ›PK--7°qPßnÊ<ÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/displays/bids/bidDistributorDialog/frm_bidDistributor.cfmH H û›PK--ʼn‘Sÿÿÿÿÿÿÿÿ'ÿÿÿÿBID/displays/bids/bidLineProductDialog/ȨPK--7°qP¤@ûoÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/displays/bids/bidLineProductDialog/ajax_distributorTab.cfmÃÃ7©PK--7°qPwèˆxÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/displays/bids/bidLineProductDialog/frm_bidLineProduct.cfm¡¡€¯PK--7°qPÑ ¶îÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/displays/bids/bidLineProductDialog/inc_distributorTab.cfm¿ ¿ ¦¾PK--7°qP£e.0ÿÿÿÿÿÿÿÿ9 ÿÿÿÿBID/displays/bids/bidLineProductDialog/inc_productTab.cfmÎÎêÊPK--7°qP²–’oÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/displays/bids/bidLineProductDialog/inc_sampleTab.cfm 9èPK--ȉ‘Sÿÿÿÿÿÿÿÿ!ÿÿÿÿBID/displays/bids/bidlinesdialog/ÙñPK--7°qP´G„Üÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/displays/bids/bidlinesdialog/disp_bidLineFields.cfm|*|*BòPK--7°qP> -ÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/displays/bids/bidlinesdialog/disp_skuRow.cfmç ç = PK--7°qP>;ÛTÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/displays/bids/bidlinesdialog/disp_skuRows.cfm.oldôôœ> PK--7°qP|m±ÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/displays/bids/bidlinesdialog/frm_bidLines.cfmÈÈ O PK--7°qP\2Í;ÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/displays/bids/bidlinesdialog/inc_distributors.cfm´ ´ NV PK--ˉ‘Sÿÿÿÿÿÿÿÿ&ÿÿÿÿBID/displays/bids/bidspecuploaddialog/b PK--7°qPh a+ÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/displays/bids/bidspecuploaddialog/frm_uploadBidSpec.cfm  íb PK--ˉ‘Sÿÿÿÿÿÿÿÿ-ÿÿÿÿBID/displays/bids/blanketpricinguploaddialog/zq PK--7°qPϟ»ËÿÿÿÿÿÿÿÿI ÿÿÿÿBID/displays/bids/blanketpricinguploaddialog/frm_uploadBlanketPricing.cfm  ïq PK--̉‘Sÿÿÿÿÿÿÿÿ&ÿÿÿÿBID/displays/bids/commentforalldialog/Œ€ PK--7°qPdP ýÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/displays/bids/commentforalldialog/frm_commentForAll.cfm¯¯ú€ PK--̉‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/bids/copyBidDialog/,„ PK--7°qP3/†vÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/displays/bids/copyBidDialog/frm_copyBid.cfm\7\7”„ PK--͉‘Sÿÿÿÿÿÿÿÿ-ÿÿÿÿBID/displays/bids/createblanketpricingdialog/g¼ PK--7°qPÔX÷ÌÿÿÿÿÿÿÿÿI ÿÿÿÿBID/displays/bids/createblanketpricingdialog/frm_createBlanketPricing.cfmççܼ PK--͉‘Sÿÿÿÿÿÿÿÿ"ÿÿÿÿBID/displays/bids/deleteBidDialog/TÍ PK--7°qP,#—ÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/displays/bids/deleteBidDialog/frm_deleteBid.cfm¼ ¼ ¾Í PK--°ES89Ÿÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/displays/bids/disp_bidHeaderFields.cfm¶7¶7õÙ PK--7°qPc‰,ÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/displays/bids/disp_bidLineAwardFields.cfmž ž  PK--7°qP”^ÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/displays/bids/disp_bidLineProductFields.cfmKK0 PK--7°qP5í:Wÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/displays/bids/disp_bidLineTabs.cfm1 1 ºi PK--7°qPYÈçïÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/displays/bids/disp_bidList.cfmÙÙYv PK-- °%RPKxÌÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/displays/bids/disp_bidTabs.cfm¯E¯Eœ” PK--щ‘Sÿÿÿÿÿÿÿÿ/ÿÿÿÿBID/displays/bids/editDistributorBiddingDialog/µÚ PK--°ESö”duÿÿÿÿÿÿÿÿM ÿÿÿÿBID/displays/bids/editDistributorBiddingDialog/frm_editDistributorBidding.cfmT=T=,Û PK--҉‘Sÿÿÿÿÿÿÿÿ%ÿÿÿÿBID/displays/bids/importStatusDialog/ PK--7°qPzŽóÿÿÿÿÿÿÿÿ9 ÿÿÿÿBID/displays/bids/importStatusDialog/inc_importStatus.cfm€ € ‚ PK--°ESûÌÞÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/displays/bids/inc_awards.cfm¤V¤Vƒ# PK--7°qPx8¨qÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/displays/bids/inc_bidHeader.cfmUUz PK--7°qPOeÕÿÿÿÿÿÿÿÿ$ ÿÿÿÿBID/displays/bids/inc_bidHistory.cfm­­O PK--7°qPRÛ^5ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/displays/bids/inc_bidList.cfmn)n)h“ PK--7°qPˆ>AÒÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/displays/bids/inc_competitors.cfm44?½ PK--7°qP ùÿÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/bids/inc_files.cfmŒŒàÄ PK--7°qPÄB)ãÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/displays/bids/inc_importStatus.cfm\ \ ÓÆ PK--7°qPñgŸÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/displays/bids/inc_lineDistributors.cfmXXÒ PK--7°qPÿÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/displays/bids/inc_lineProducts.cfmeegÛ PK--7°qPî‰GÆÿÿÿÿÿÿÿÿ+ ÿÿÿÿBID/displays/bids/inc_lineProducts.cfm.copy**:ú PK--7°qPý¹éEÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/bids/inc_lines.cfmë&ë&× PK--7°qP «vÿÿÿÿÿÿÿÿ$ ÿÿÿÿBID/displays/bids/inc_lines.cfm.copyò)ò))@ PK--°çRÚ¹ÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/displays/bids/inc_lineSpecFieldSet.cfmR!R!‡j PK--7°qP­ldÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/displays/bids/inc_lineSpecs.cfmooKŒ PK--7°qP¸siâÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/displays/bids/inc_lineSpecs.cfm.copyqq%” PK-- °%RŽñóÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/displays/bids/inc_markAllOptions.cfm‰‰œ PK--7°qPXÀ{Yÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/displays/bids/inc_noAwardComp.cfm  ÿ¢ PK-- °%R½|ø¹ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/bids/inc_notes.cfm¢¢¯ PK--7°qPœïY~ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/displays/bids/inc_pricing.cfmz#z#ˆ´ PK--7°qP@ï~Çÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/displays/bids/inc_pricing.cfm.copyNNkØ PK--7°qP …èPÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/displays/bids/inc_quotes.cfmP$P$'ö PK--7°qP¥Óùÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/displays/bids/inc_rolloverSelect.cfmß PK--7°qPÒÅ8¢ÿÿÿÿÿÿÿÿ, ÿÿÿÿBID/displays/bids/inc_secondDistributors.cfmzza PK--7°qPE™wÿÿÿÿÿÿÿÿ' ÿÿÿÿBID/displays/bids/inc_subclassifier.cfmRRO) PK--7°qP¯åË^ÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/displays/bids/inc_subclassifier2.cfm˜˜/ PK--≑SÿÿÿÿÿÿÿÿÿÿÿÿBID/displays/bids/newBidDialog/2 PK--≑Sÿÿÿÿÿÿÿÿ<ÿÿÿÿBID/displays/bids/newBidDialog/editdistributorbiddingdialog/2 PK--7°qPµ’ÕDÿÿÿÿÿÿÿÿZ ÿÿÿÿBID/displays/bids/newBidDialog/editdistributorbiddingdialog/frm_editDistributorBidding.cfm­­3 PK--7°qP¡l\ÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/displays/bids/newBidDialog/frm_newBid.cfm‡‡RR PK--7°qPÊaAÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/displays/bids/newBidDialog/inc_bidAgencies.cfm  NT PK--㉑Sÿÿÿÿÿÿÿÿ%ÿÿÿÿBID/displays/bids/pickProductsDialog/ßa PK--7°qPåÇXÿÿÿÿÿÿÿÿ9 ÿÿÿÿBID/displays/bids/pickProductsDialog/frm_pickProducts.cfm* * Lb PK--䉑Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/bids/pricingDialog/÷m PK-- °öPã=bpÿÿÿÿÿÿÿÿ6 ÿÿÿÿBID/displays/bids/pricingDialog/frm_blanketPricing.cfmÐÐ_n PK-- °ŽPˆÌUÐÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/displays/bids/pricingDialog/frm_pricing.cfmÿ:ÿ:­ PK-- °õPEÓã”ÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/displays/bids/pricingDialog/inc_blanketPricingLogic.cfm  #» PK--7°qP8©Ãÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/displays/bids/pricingDialog/inc_mfrBidNumbers.cfm™™hÈ PK-- °õPÐ ­nÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/displays/bids/pricingDialog/inc_pricing.cfm8n8n~Ì PK--7°qPÓåádÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/displays/bids/pricingDialog/inc_pricing.cfm.old–n–n-;PK--7°qP œ¤ÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/displays/bids/pricingDialog/pricing_byLine.cfm©…©…>ªPK--艑Sÿÿÿÿÿÿÿÿ&ÿÿÿÿBID/displays/bids/renumberLinesDialog/a0PK--7°qPxËÎÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/displays/bids/renumberLinesDialog/frm_renumberLines.cfmÏ0PK--艑Sÿÿÿÿÿÿÿÿ)ÿÿÿÿBID/displays/bids/sendtraderequestdialog/WCPK--7°qPÿÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/displays/bids/sendtraderequestdialog/index.cfmooÈCPK--鉑Sÿÿÿÿÿÿÿÿ)ÿÿÿÿBID/displays/bids/updatebidcontactdialog/±JPK--7°qP*/ ÿÿÿÿÿÿÿÿA ÿÿÿÿBID/displays/bids/updatebidcontactdialog/frm_updateBidContact.cfmúú"KPK--鉑Sÿÿÿÿÿÿÿÿ0ÿÿÿÿBID/displays/bids/updatepurchasingprofiledialog/¥TPK-- °ˆQñ 8£ÿÿÿÿÿÿÿÿO ÿÿÿÿBID/displays/bids/updatepurchasingprofiledialog/frm_updatePurchasingProfile.cfmPPUPK--ꉑSÿÿÿÿÿÿÿÿ%ÿÿÿÿBID/displays/bids/uploadAwardsDialog/lPK--7°qPùÁ6ÿÿÿÿÿÿÿÿ9 ÿÿÿÿBID/displays/bids/uploadAwardsDialog/frm_uploadAwards.cfmqlPK--ꉑSÿÿÿÿÿÿÿÿÿÿÿÿBID/displays/contacts/{PK--7°qPÕrÙÏÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/displays/contacts/disp_bidContacts.cfmÔ#Ô#e{PK--7°qPÜeœÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/displays/contacts/inc_addEditBidContactDialog.cfm…7…7«ŸPK--7°qPW·{-ÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/displays/disp_pageHeader.cfmuu­×PK--쉑SÿÿÿÿÿÿÿÿÿÿÿÿBID/displays/dsts/ŠÚPK--쉑Sÿÿÿÿÿÿÿÿ'ÿÿÿÿBID/displays/dsts/addDistributorDialog/äÚPK--7°qP.ªÌUÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/displays/dsts/addDistributorDialog/frm_addDistributor.cfmSÛPK--쉑Sÿÿÿÿÿÿÿÿ/ÿÿÿÿBID/displays/dsts/addDistributorDialog/queries/WàPK--7°qPÑrÿÿÿÿÿÿÿÿH ÿÿÿÿBID/displays/dsts/addDistributorDialog/queries/qmd_distributorSearch.cfm™™ÎàPK--퉑Sÿÿÿÿÿÿÿÿ1ÿÿÿÿBID/displays/dsts/addDistributorDialog/utilities/÷æPK--7°qPÙãñFÿÿÿÿÿÿÿÿK ÿÿÿÿBID/displays/dsts/addDistributorDialog/utilities/inc_distributorPreview.cfmpçPK--7°qP2²¡ÿÿÿÿÿÿÿÿJ ÿÿÿÿBID/displays/dsts/addDistributorDialog/utilities/inc_distributorSelect.cfm îPK--7°qPN«:#ÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/displays/dsts/disp_dsttabs.cfmØ Ø ÐóPK--Sÿÿÿÿÿÿÿÿ.ÿÿÿÿBID/displays/dsts/distributorDisclaimerDialog/PK--7°qPÿNÿÿÿÿÿÿÿÿK ÿÿÿÿBID/displays/dsts/distributorDisclaimerDialog/frm_distributorDisclaimer.cfm³³ˆPK--°ESRhP|ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/dsts/inc_bids.cfm  ÎPK--7°qPfa'nÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/displays/dsts/inc_details.cfmNCNC6PK--7°qPæú ‡ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/dsts/inc_files.cfm——íSPK--7°qPÎÝ8Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/dsts/inc_list.cfmëUPK--ñ‰‘Sÿÿÿÿÿÿÿÿ(ÿÿÿÿBID/displays/dsts/linkDistributorDialog/pmPK--7°qPΗ¼PÿÿÿÿÿÿÿÿB ÿÿÿÿBID/displays/dsts/linkDistributorDialog/frm_linkBidDistributor.cfm  àmPK--7°qP‚MÊ÷ÿÿÿÿÿÿÿÿA ÿÿÿÿBID/displays/dsts/linkDistributorDialog/inc_distributorSelect.cfm77l{PK--ò‰‘Sÿÿÿÿÿÿÿÿ0ÿÿÿÿBID/displays/dsts/linkDistributorDialog/queries/,PK--7°qPä£IÿÿÿÿÿÿÿÿI ÿÿÿÿBID/displays/dsts/linkDistributorDialog/queries/qmd_distributorSearch.cfm¤PK--ó‰‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/displays/mfrs/´…PK--ó‰‘Sÿÿÿÿÿÿÿÿ(ÿÿÿÿBID/displays/mfrs/addManufacturerDialog/†PK--7°qP·ԉÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/displays/mfrs/addManufacturerDialog/frm_addManufacturer.cfmšš~†PK--ô‰‘Sÿÿÿÿÿÿÿÿ0ÿÿÿÿBID/displays/mfrs/addManufacturerDialog/queries/Ÿ‹PK--7°qPÄû¡ùÿÿÿÿÿÿÿÿJ ÿÿÿÿBID/displays/mfrs/addManufacturerDialog/queries/qmd_manufacturerSearch.cfmœœŒPK--ô‰‘Sÿÿÿÿÿÿÿÿ2ÿÿÿÿBID/displays/mfrs/addManufacturerDialog/utilities/E’PK--7°qP…—Q(ÿÿÿÿÿÿÿÿM ÿÿÿÿBID/displays/mfrs/addManufacturerDialog/utilities/inc_manufacturerPreview.cfmôô¿’PK--7°qPšy1[ÿÿÿÿÿÿÿÿL ÿÿÿÿBID/displays/mfrs/addManufacturerDialog/utilities/inc_manufacturerSelect.cfm,,H˜PK--õ‰‘Sÿÿÿÿÿÿÿÿ%ÿÿÿÿBID/displays/mfrs/addPriceListDialog/œPK--7°qP ˜}ÿÿÿÿÿÿÿÿ9 ÿÿÿÿBID/displays/mfrs/addPriceListDialog/frm_addPriceList.cfm//uœPK--ö‰‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/displays/mfrs/addSKUDialog/% PK--7°qPâÒcÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/displays/mfrs/addSKUDialog/frm_addSKU.cfmŒ PK--÷‰‘Sÿÿÿÿÿÿÿÿ'ÿÿÿÿBID/displays/mfrs/addSKUDialog/queries/¦PK--7°qPDb›ÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/displays/mfrs/addSKUDialog/queries/qmd_skuSearch.cfm>>~¦PK--÷‰‘Sÿÿÿÿÿÿÿÿ)ÿÿÿÿBID/displays/mfrs/addSKUDialog/utilities/<­PK--7°qP7Ûg"ÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/displays/mfrs/addSKUDialog/utilities/inc_skuPreview.cfmüü­­PK--7°qPº6£ÿÿÿÿÿÿÿÿ: ÿÿÿÿBID/displays/mfrs/addSKUDialog/utilities/inc_skuSelect.cfmvv,²PK--7°qPR=Îÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/displays/mfrs/disp_mfrTabs.cfm¥¥$µPK--7°qPג°lÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/displays/mfrs/disp_priceListFields.cfmœœ3ÎPK--7°qPޗøÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/displays/mfrs/disp_priceListTabs.cfm  AéPK--7°qPЁ®Wÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/displays/mfrs/disp_skuTabs.cfmÏ Ï ³òPK--7°qPuâ'ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/mfrs/inc_bids.cfmSSìþPK--7°qPŒ\ê¢ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/displays/mfrs/inc_details.cfmDD¥PK--7°qP»Tà9ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/mfrs/inc_files.cfm˜˜(WPK--7°qPV [ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/mfrs/inc_mfr.cfm¹ ¹ 'YPK--7°qP8ýÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/displays/mfrs/inc_mfrList.cfmŒŒEePK--7°qPÚ&“ÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/displays/mfrs/inc_priceListDetails.cfmºº:|PK--7°qPŠ{ÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/displays/mfrs/inc_priceListPrices.cfmí5í5f„PK--7°qPsƒ“Oÿÿÿÿÿÿÿÿ$ ÿÿÿÿBID/displays/mfrs/inc_priceLists.cfmÕÕĺPK--7°qPåVA¬ÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/displays/mfrs/inc_skuBidLines.cfm||ÏPK--7°qPT~Jxÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/displays/mfrs/inc_skudetail.cfm$$$$îàPK--7°qP¹ïÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/mfrs/inc_skus.cfmð ð }PK--Š‘Sÿÿÿÿÿÿÿÿ)ÿÿÿÿBID/displays/mfrs/linkManufacturerDialog/ÓPK--7°qP´ÿÿÿÿÿÿÿÿD ÿÿÿÿBID/displays/mfrs/linkManufacturerDialog/frm_linkBidManufacturer.cfm> > DPK--7°qP"b)ÿÿÿÿÿÿÿÿC ÿÿÿÿBID/displays/mfrs/linkManufacturerDialog/inc_manufacturerSelect.cfmrrPK--Š‘Sÿÿÿÿÿÿÿÿ1ÿÿÿÿBID/displays/mfrs/linkManufacturerDialog/queries/ !PK--7°qPR /ÿÿÿÿÿÿÿÿK ÿÿÿÿBID/displays/mfrs/linkManufacturerDialog/queries/qmd_manufacturerSearch.cfmaa„!PK--Š‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/displays/mfrs/linkSkuDialog/x'PK--7°qP’Gá´ÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/displays/mfrs/linkSkuDialog/frm_linkBidSku.cfm# # à'PK--7°qPQÙmÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/displays/mfrs/linkSkuDialog/inc_SkuSelect.cfm““}1PK--Š‘Sÿÿÿÿÿÿÿÿ(ÿÿÿÿBID/displays/mfrs/linkSkuDialog/queries/‰4PK--7°qPÞ6I°ÿÿÿÿÿÿÿÿ9 ÿÿÿÿBID/displays/mfrs/linkSkuDialog/queries/qmd_SkuSearch.cfm©©ù4PK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/displays/mfrs/localmarket/#:PK--7°qPù1œÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/displays/mfrs/localmarket/disp_localMarkets.cfm¸ ¸ ‰:PK--7°qPý '¯ÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/displays/mfrs/localmarket/frm_localMarketMFRInfo.cfmææ¼DPK--7°qP%ʼÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/displays/mfrs/localmarket/frm_localMarketSKUInfo.cfm"bPK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/displays/utilities/ºvPK--7°qPW·{-ÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/displays/utilities/disp_bidPageHeader.cfmuuwPK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/eventlisteners/zPK--7°qPÁaÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/eventlisteners/bidAwardedListener.cfm^zPK--7°qP¤ÇñÊÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/eventlisteners/bidClosedListener.cfmßPßPæ{PK--7°qPøYÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/eventlisteners/bidManufacturerPricingApprovedListener.cfmk k 5ÍPK-- °)Q—µÅÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/eventlisteners/bidStatusChangedListener.cfmºº%ÚPK--7°qPcÎ)ÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/eventlisteners/bidWebLog.cfmääVòPK--7°qP¦/Øÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/eventlisteners/defaultBIDListener.cfmçç¢øPK-- Š‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/models/úþPK--7°qPåhzÿÿÿÿÿÿÿÿ ÿÿÿÿBID/models/myModel.cfmÉÉMÿPK-- Š‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/obsolete/tPK--7°qPèB.ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/obsolete/act_newBid.cfmMMÉPK-- Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/obsolete/displays/yPK-- Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/obsolete/displays/bids/×PK-- Š‘Sÿÿÿÿÿÿÿÿ0ÿÿÿÿBID/obsolete/displays/bids/bidDistributorDialog/:PK--7°qPßnÊ<ÿÿÿÿÿÿÿÿF ÿÿÿÿBID/obsolete/displays/bids/bidDistributorDialog/frm_bidDistributor.cfmH H ²PK--7°qP5í:Wÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/obsolete/displays/bids/disp_bidLineTabs.cfm1 1 ˆPK--7°qPñgŸÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/obsolete/displays/bids/inc_lineDistributors.cfmXX0 PK--7°qP@&¹ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/obsolete/qmd_bidLines.cfmdd)PK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/obsolete/queries/Ì+PK--7°qP¾ã5þÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/obsolete/queries/qmd_bidLineDistributors.cfm‹‹),PK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/obsolete/views/,2PK--7°qPML’åÿÿÿÿÿÿÿÿ ÿÿÿÿBID/obsolete/views/bidLine.cfm••‡2PK--7°qPŒƒ¬uÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/obsolete/views/bidPricing.cfm¢¢‚9PK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/portalbuilder/@PK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/portalbuilder/actions/ç@PK--7°qP´Š;Vÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/portalbuilder/actions/act_config.cfmIAPK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/portalbuilder/ajax/¿\PK--7°qPÛPÿÿÿÿÿÿÿÿ+ ÿÿÿÿBID/portalbuilder/ajax/inc_addMicrosite.cfmµµ]PK--7°qPÎ „ÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/portalbuilder/ajax/inc_ajaxviews.cfmÆÆFaPK--7°qP`=Q˜ÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/portalbuilder/ajax/inc_tabs.cfm  |ePK--7°qPkëŸÿÿÿÿÿÿÿÿ ÿÿÿÿBID/portalbuilder/config.cfmÆÆénPK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/portalbuilder/displays/rPK--7°qP[¤Dÿÿÿÿÿÿÿÿ. ÿÿÿÿBID/portalbuilder/displays/disp_microsites.cfm  vrPK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/portalbuilder/forms/ô{PK--7°qP5u[ÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/portalbuilder/forms/frm_settings.cfmÁ%Á%T|PK--7°qPý.ßÿÿÿÿÿÿÿÿ ÿÿÿÿBID/portalbuilder/setup.cfmË˅¢PK--Š‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/portlets/³£PK--7°qP^cáÿÿÿÿÿÿÿÿ ÿÿÿÿBID/portlets/bidAlerts.cfm==¤PK--7°qPwà ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/portlets/blanketPricing.cfm    §¾PK--Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/portlets/displays/®ÉPK--7°qP5íïÿÿÿÿÿÿÿÿ, ÿÿÿÿBID/portlets/displays/disp_samplePortlet.cfmKK ÊPK--7°qPv Ûrÿÿÿÿÿÿÿÿ ÿÿÿÿBID/portlets/expectedAwards.cfmKKËÊPK--7°qPëfÉHÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/portlets/qmd_expectedAwardsAlerts.cfmàà}ÛPK--7°qPó‘+ÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/portlets/qmd_upcomingBidAlerts.cfmŽ Ž ÎãPK--7°qPôYxLÿÿÿÿÿÿÿÿ ÿÿÿÿBID/portlets/samplePortlet.cfmÒÒÊïPK--7°qPØ#ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/portlets/statusLegend.cfm©©òPK--7°qPZè›\ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/portlets/upcomingBids.cfmËËøPK--Š‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/queries/@PK-- °¨PÕ ;Aÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/queries/qmd_addSKUToBidSystem.cfm&&”PK--7°qP¤Æ}ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/queries/qmd_agencies.cfms s ' PK--7°qPmëáèÿÿÿÿÿÿÿÿ' ÿÿÿÿBID/queries/qmd_awardedDistributors.cfmzzþPK--7°qPߗ@[ÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/queries/qmd_bidAdministrators.cfmõ õ çPK--7°qPÙa!ÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/queries/qmd_bidAttributeLinks.cfm,,I(PK--7°qPL Œ£ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/queries/qmd_bidAttributes.cfmŒŒâ/PK-- °ˆQ’©?ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/queries/qmd_bidAwards.cfmr)r)×3PK--7°qP´±ÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/queries/qmd_bidDistributors.cfm€€®]PK-- °ºPÈßwýÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/queries/qmd_bidDistributorSku.cfm  ™zPK--7°qP¾ã5þÿÿÿÿÿÿÿÿ' ÿÿÿÿBID/queries/qmd_bidLineDistributors.cfm‹‹ „PK--7°qP—#ÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/queries/qmd_bidLineManufacturers.cfm  ŠPK--7°qPk Bÿÿÿÿÿÿÿÿ. ÿÿÿÿBID/queries/qmd_bidLineProductDistributors.cfm³³”PK--°ESSæñŸÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/queries/qmd_bidLineProducts.cfmÐ"Ð";PK--7°qP3%œÿÿÿÿÿÿÿÿ ÿÿÿÿBID/queries/qmd_bidLines.cfm  vÀPK--7°qPVÊ#_ÿÿÿÿÿÿÿÿ$ ÿÿÿÿBID/queries/qmd_bidManufacturers.cfmçÏPK--7°qPuDêÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/queries/qmd_bidPartnerContacts.cfmiimçPK--7°qPA¨ïÿÿÿÿÿÿÿÿ ÿÿÿÿBID/queries/qmd_bids.cfm/./.DPK--7°qPôy„Oÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/queries/qmd_bidSkuOverride.cfmeeÓ1PK--7°qP­álÿÿÿÿÿÿÿÿ ÿÿÿÿBID/queries/qmd_bidUsage.cfm¢8PK--7°qP½èåÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/queries/qmd_BrokerSalesReps.cfm  –IPK--7°qPÃûžÿÿÿÿÿÿÿÿ  ÿÿÿÿBID/queries/qmd_distributors.cfmë ë TPK--7°qP&#G2ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/queries/qmd_manufacturers.cfm  k`PK--7°qP×ãUBÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/queries/qmd_preApprovedPrices.cfmUUtpPK--7°qPx¥3šÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/queries/qmd_preApprovedPrices.cfm.oldÕÕ6€PK--7°qP‚ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/queries/qmd_priceLists.cfmSS|PK--7°qPSž›Oÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/queries/qmd_priceListSkuPrices.cfmEE5 PK--7°qP+N•§ÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/queries/qmd_priceListsOverride.cfmè¨PK--7°qPԊœÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/queries/qmd_quotedDistributors.cfmååó¯PK--7°qPç 0ÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/queries/qmd_saveBidPartnerContact.cfm¦ ¦ F·PK--7°qPŽø©ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/queries/qmd_skus.cfm~~]ÄPK--7°qPĕYÿÿÿÿÿÿÿÿ ÿÿÿÿBID/queries/qmd_testing.cfmHH;ÍPK--7°qPùPÁeÿÿÿÿÿÿÿÿ& ÿÿÿÿBID/queries/qmd_unitOfMeasureCodes.cfm<<æÛPK---Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/reportCenter/àPK--7°qP ¢=?ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/cfmod_priceAuthorizationRequestPDF.cfmªªéàPK--7°qP¸Ëâÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/reportCenter/cfmod_priceQuotePDF.cfmššçPK-- °Q½Áž·ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/reportCenter/handler.cfm]n]níPK--.Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/reportCenter/reports/Ý[PK--.Š‘Sÿÿÿÿÿÿÿÿ)ÿÿÿÿBID/reportCenter/reports/awardDataImport/>\PK--.Š‘Sÿÿÿÿÿÿÿÿ1ÿÿÿÿBID/reportCenter/reports/awardDataImport/formats/¯\PK--7°qPE³éÿÿÿÿÿÿÿÿF ÿÿÿÿBID/reportCenter/reports/awardDataImport/formats/inc_tabularFormat.cfm““(]PK--/Š‘Sÿÿÿÿÿÿÿÿ/ÿÿÿÿBID/reportCenter/reports/awardDataImport/model/IsPK--7°qPŠÓªŸÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/awardDataImport/model/inc_data.cfmÍÍÀsPK--7°qP%yÿÿÿÿÿÿÿÿ6 ÿÿÿÿBID/reportCenter/reports/awardDataImport/_criteria.cfm''†PK--7°qP€U5ÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/reportCenter/reports/awardDataImport/_execute.cfmµšPK--7°qPÜÙbºÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/reportCenter/reports/awardDataImport/_help.cfmOOOPK--7°qPºrß]ÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/reportCenter/reports/awardDataImport_Criteria.cfm44ŸPK--7°qPâ°–ÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/awardDataImport_Execute.cfm33ɟPK--7°qP=ûÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/reportCenter/reports/awardDataImport_Help.cfm00x PK--3Š‘Sÿÿÿÿÿÿÿÿ%ÿÿÿÿBID/reportCenter/reports/awarddetail/!¡PK--3Š‘Sÿÿÿÿÿÿÿÿ-ÿÿÿÿBID/reportCenter/reports/awarddetail/formats/Ž¡PK--7°qPÌÙ²¶ÿÿÿÿÿÿÿÿA ÿÿÿÿBID/reportCenter/reports/awarddetail/formats/inc_criteriaPage.cfmç%ç%¢PK--7°qPŸ¬ÿÿÿÿÿÿÿÿ: ÿÿÿÿBID/reportCenter/reports/awarddetail/formats/inc_intro.cfmsÈPK--7°qP’lVðÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/reportCenter/reports/awarddetail/formats/inc_pdf.cfmVYVYÚPK--7°qPP—ÖÕÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/awarddetail/formats/inc_tabularFormat.cfmÝÝè3PK--7°qP‡ˆ Kÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/awarddetail/formats/pdf-stylesheet.cssÛÛOGPK--6Š‘Sÿÿÿÿÿÿÿÿ+ÿÿÿÿBID/reportCenter/reports/awarddetail/model/±MPK--F°¬RÖ38ÿÿÿÿÿÿÿÿ: ÿÿÿÿBID/reportCenter/reports/awarddetail/model/inc_augment.cfm›A›A$NPK-- °ŠQ$ƒY)ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/awarddetail/model/inc_data.cfmU"U"APK--7°qP›2Òïÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/reportCenter/reports/awarddetail/_criteria.cfmi9i9³PK--7°qP˜É!ÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/reportCenter/reports/awarddetail/_execute.cfm66øìPK--7°qP½ÎVWÿÿÿÿÿÿÿÿ. ÿÿÿÿBID/reportCenter/reports/awarddetail/_help.cfm††§ïPK--7°qPa¨,ÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/reportCenter/reports/awardDetail_Criteria.cfm00£ñPK--7°qPÙÔ&Pÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/reportCenter/reports/awardDetail_Execute.cfm//LòPK--7°qP`€õ»ÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/reportCenter/reports/awardDetail_Help.cfm,,óòPK--;Š‘Sÿÿÿÿÿÿÿÿ'ÿÿÿÿBID/reportCenter/reports/bidallocation/”óPK--;Š‘Sÿÿÿÿÿÿÿÿ/ÿÿÿÿBID/reportCenter/reports/bidallocation/formats/ôPK--7°qPK¹WíÿÿÿÿÿÿÿÿD ÿÿÿÿBID/reportCenter/reports/bidallocation/formats/inc_tabularFormat.cfm[ [ zôPK--;Š‘Sÿÿÿÿÿÿÿÿ-ÿÿÿÿBID/reportCenter/reports/bidallocation/model/aPK--7°qP¾Ù zÿÿÿÿÿÿÿÿ< ÿÿÿÿBID/reportCenter/reports/bidallocation/model/inc_augment.cfmjSjSÖPK--7°qPýÞÿÿÿÿÿÿÿÿ9 ÿÿÿÿBID/reportCenter/reports/bidallocation/model/inc_data.cfm¤ ¤ ÄUPK--<Š‘Sÿÿÿÿÿÿÿÿ/ÿÿÿÿBID/reportCenter/reports/bidallocation/queries/éaPK--7°qPÂå[-ÿÿÿÿÿÿÿÿE ÿÿÿÿBID/reportCenter/reports/bidallocation/queries/qmd_bidAllocations.cfm^!^!`bPK--7°qPNJ¶ÆÿÿÿÿÿÿÿÿF ÿÿÿÿBID/reportCenter/reports/bidallocation/queries/qmd_brokerSalesReps.cfm´´K„PK--7°qP«Á–Èÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidallocation/queries/qmd_GPOs.cfmûû‰PK--@Š‘Sÿÿÿÿÿÿÿÿ1ÿÿÿÿBID/reportCenter/reports/bidallocation/utilities/ PK--7°qP4£o¢ÿÿÿÿÿÿÿÿE ÿÿÿÿBID/reportCenter/reports/bidallocation/utilities/utl_affil_select.cfm¶¶„PK--7°qPÝwÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/bidallocation/utilities/utl_bid_select.cfm~~ǔPK--7°qP&ËÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/bidallocation/utilities/utl_bsr_select.cfmÎÎКPK--7°qPCÝv®ÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/bidallocation/utilities/utl_gpo_select.cfmää) PK--7°qP-úíÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/bidallocation/utilities/utl_mfr_select.cfm  ˜¥PK--7°qPh[Ûÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/bidallocation/_criteria.cfmù!ù!ëPK--7°qPåPŸdÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/reportCenter/reports/bidallocation/_execute.cfmrr8ÎPK--7°qPËÐפÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/reportCenter/reports/bidallocation/_help.cfm  %ÑPK--DŠ‘Sÿÿÿÿÿÿÿÿ+ÿÿÿÿBID/reportCenter/reports/bidallocation.old/½ÒPK--DŠ‘Sÿÿÿÿÿÿÿÿ3ÿÿÿÿBID/reportCenter/reports/bidallocation.old/formats/0ÓPK--7°qPyhÿÿÿÿÿÿÿÿH ÿÿÿÿBID/reportCenter/reports/bidallocation.old/formats/inc_tabularFormat.cfmDD«ÓPK--EŠ‘Sÿÿÿÿÿÿÿÿ1ÿÿÿÿBID/reportCenter/reports/bidallocation.old/model/YPK--7°qPüõ²Oÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/reportCenter/reports/bidallocation.old/model/inc_data.cfm__ÒPK--EŠ‘Sÿÿÿÿÿÿÿÿ3ÿÿÿÿBID/reportCenter/reports/bidallocation.old/queries/¶PK--7°qPZl•ÿÿÿÿÿÿÿÿI ÿÿÿÿBID/reportCenter/reports/bidallocation.old/queries/qmd_bidAllocations.cfmêê1PK--7°qPÇÌÁÿÿÿÿÿÿÿÿJ ÿÿÿÿBID/reportCenter/reports/bidallocation.old/queries/qmd_brokerSalesReps.cfm==¬<PK--7°qP!¶xÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/bidallocation.old/queries/qmd_GPOs.cfmíí{APK--GŠ‘Sÿÿÿÿÿÿÿÿ5ÿÿÿÿBID/reportCenter/reports/bidallocation.old/utilities/ïDPK--7°qPJºaÿÿÿÿÿÿÿÿI ÿÿÿÿBID/reportCenter/reports/bidallocation.old/utilities/utl_affil_select.cfmIIlEPK--7°qPÝwÿÿÿÿÿÿÿÿG ÿÿÿÿBID/reportCenter/reports/bidallocation.old/utilities/utl_bid_select.cfm~~FLPK--7°qP&ËÿÿÿÿÿÿÿÿG ÿÿÿÿBID/reportCenter/reports/bidallocation.old/utilities/utl_bsr_select.cfmÎÎSRPK--7°qPCÝv®ÿÿÿÿÿÿÿÿG ÿÿÿÿBID/reportCenter/reports/bidallocation.old/utilities/utl_gpo_select.cfmää°WPK--7°qP—ЩÿÿÿÿÿÿÿÿG ÿÿÿÿBID/reportCenter/reports/bidallocation.old/utilities/utl_mfr_select.cfmšš#]PK--7°qPVn°ÿÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/reportCenter/reports/bidallocation.old/_criteria.cfm  LcPK--7°qP¢~;‘ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/bidallocation.old/_execute.cfmÐÐØ|PK--7°qPËÐפÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/bidallocation.old/_help.cfm  '€PK--7°qPs©<ÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/reportCenter/reports/bidAllocation_Criteria.cfm22ÁPK--7°qPCø”]ÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/reportCenter/reports/bidAllocation_Execute.cfm11p‚PK--7°qPP€Œ)ÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/reportCenter/reports/bidAllocation_Help.cfm..ƒPK--MŠ‘Sÿÿÿÿÿÿÿÿ"ÿÿÿÿBID/reportCenter/reports/biditems/ÀƒPK--MŠ‘Sÿÿÿÿÿÿÿÿ*ÿÿÿÿBID/reportCenter/reports/biditems/formats/*„PK--7°qPµ»çÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/biditems/formats/criteria_page.cfmÓÓœ„PK--7°qP”Að’ÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/biditems/formats/inc_criteriaPage.cfmé'é'òŸPK--7°qPïq+Yÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/reportCenter/reports/biditems/formats/inc_pdf.cfm5B5BaÈPK--7°qPDFš2ÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/biditems/formats/inc_tabularFormat.cfmJJ PK--7°qPp&HÓÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/reportCenter/reports/biditems/formats/myDocument.cfmC1C1äPK--7°qPfì>ˆÿÿÿÿÿÿÿÿ< ÿÿÿÿBID/reportCenter/reports/biditems/formats/pdf-stylesheet.cssŽŽ§OPK--7°qPfì>ˆÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/reportCenter/reports/biditems/formats/pdf-stylesheetA.cssŽŽ¹UPK--7°qPQLyÑÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/reportCenter/reports/biditems/formats/pdf-stylesheetB.cssËËÌ[PK--QŠ‘Sÿÿÿÿÿÿÿÿ(ÿÿÿÿBID/reportCenter/reports/biditems/model/bPK--7°qPæØ>ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/biditems/model/inc_augment.cfmÆJÆJŒbPK--7°qP’@–ÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/biditems/model/inc_data.cfmÉÉÑ­PK--7°qP,áDzÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/reportCenter/reports/biditems/_criteria.cfmƒFƒFÃPK--7°qP2Á­Îÿÿÿÿÿÿÿÿ. ÿÿÿÿBID/reportCenter/reports/biditems/_execute.cfmÇÇ PK--7°qP ÿÿÿÿÿÿÿÿ+ ÿÿÿÿBID/reportCenter/reports/biditems/_help.cfm——M PK--7°qPúß&ÿÿÿÿÿÿÿÿ. ÿÿÿÿBID/reportCenter/reports/bidItems_Criteria.cfm--WPK--7°qPW 6ïÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/reportCenter/reports/bidItems_Execute.cfm,,úPK--7°qPâó‰ùÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/reportCenter/reports/bidItems_Help.cfm))›PK--UŠ‘Sÿÿÿÿÿÿÿÿ!ÿÿÿÿBID/reportCenter/reports/bidList/6PK--7°qP#1Ùÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/reportCenter/reports/bidList/api_Criteria.cfm¶!¶!ŸPK--7°qP#ñ¢ÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/reportCenter/reports/bidList/api_Execute.cfmttÎ2PK--7°qPÅ`'Àÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/reportCenter/reports/bidList/api_Help.cfm..º5PK--WŠ‘Sÿÿÿÿÿÿÿÿ)ÿÿÿÿBID/reportCenter/reports/bidList/formats/]7PK--7°qPà=ÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/reportCenter/reports/bidList/formats/inc_criteriaPage.cfm22Î7PK--7°qPþ?pœÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/bidList/formats/inc_pdf.cfm&&…JPK--7°qPíýGÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/bidList/formats/inc_tabularFormat.cfmû û 'SPK--7°qPwwÉÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/bidList/formats/inc_xls.cfm  ¨_PK--7°qPQ*C€ÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidList/formats/pdf-stylesheet.css²²ÄfPK--ZŠ‘Sÿÿÿÿÿÿÿÿ'ÿÿÿÿBID/reportCenter/reports/bidList/model/ùiPK--7°qPýýF#ÿÿÿÿÿÿÿÿ6 ÿÿÿÿBID/reportCenter/reports/bidList/model/inc_augment.cfmT8T8hjPK--7°qPø0՘ÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/reportCenter/reports/bidList/model/inc_data.cfm:£PK--7°qPI­ö€ÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/reportCenter/reports/bidList_Criteria.cfm//ÅÂPK--7°qPòزÿÿÿÿÿÿÿÿ, ÿÿÿÿBID/reportCenter/reports/bidList_Execute.cfm..iÃPK--7°qPm"µ8ÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/reportCenter/reports/bidList_Help.cfm++ ÄPK--7°qP™€¾Nÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/bidNutritionalRequirements_Criteria.cfm>>§ÄPK--7°qP–`x»ÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/bidNutritionalRequirements_Execute.cfm””mÅPK--]Š‘Sÿÿÿÿÿÿÿÿ,ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/ˆÈPK--°ES"gíKÿÿÿÿÿÿÿÿ< ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/api_Criteria.cfmÓÓüÈPK--7°qPû’ÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/api_Execute.cfmLLSÜPK--7°qP(ùšÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/api_Help.cfm@@"ßPK--aŠ‘Sÿÿÿÿÿÿÿÿ4ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/âàPK--7°qP ¯Rÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/footer.css^áPK--7°qPBˆN×ÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/header.cssGGääPK--7°qPˆòÿÿÿÿÿÿÿÿH ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/inc_criteriaPage.cfmG G ±çPK--°çR¹_ŽÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/inc_footer.cfmˆòPK--°çR\ErÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/inc_header.cfmii"÷PK--°çR©cÿÿÿÿÿÿÿÿG ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/inc_initTabular.cfm¯¯üPK--°çRÎ+l¤ÿÿÿÿÿÿÿÿA ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/inc_intro.cfm©©SPK--°(SnÄ ÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/inc_pdf.cfm…!PK--7°qPˆV¤Aÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/inc_txt.cfm’’ 0PK--°çR'†B'ÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/inc_xls.cfmˆ ˆ %1PK--7°qPç}Ó5ÿÿÿÿÿÿÿÿF ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/formats/pdf-stylesheet.css::4;PK--gŠ‘Sÿÿÿÿÿÿÿÿ2ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/model/ü=PK--°çRlpè”ÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired/model/inc_data.cfm··v>PK--hŠ‘Sÿÿÿÿÿÿÿÿ0ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/³NPK--7°qP뇆ÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/api_Criteria.cfm+OPK--7°qPû’ÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/api_Execute.cfmLL4`PK--7°qP(ùšÿÿÿÿÿÿÿÿ< ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/api_Help.cfm@@cPK--jŠ‘Sÿÿÿÿÿÿÿÿ8ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/ËdPK--7°qP ¯RÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/footer.cssKePK--7°qPBˆN×ÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/header.cssGGÕhPK--7°qPA‹³iÿÿÿÿÿÿÿÿF ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_footer.cfm¦kPK--7°qPÆ'EÿÿÿÿÿÿÿÿF ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_header.cfmhhGpPK--7°qPðtÿÿÿÿÿÿÿÿK ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_initTabular.cfmŽŽ=uPK--7°qP+ßß)ÿÿÿÿÿÿÿÿE ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_intro.cfmDD^{PK--7°qPÀ!¬yÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_pdf.cfm  /ŒPK--7°qPˆV¤AÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_txt.cfm’’ÚPK--7°qPŸ"ŸÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/inc_xls.cfmÂÂà›PK--7°qPç}Ó5ÿÿÿÿÿÿÿÿJ ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/formats/pdf-stylesheet.css::-¥PK--7°qPF#Ucÿÿÿÿÿÿÿÿ: ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/header.cssuuù§PK--7°qPh°žeÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/inc_criteria.cfmääð¯PK--7°qP&öÀÛÿÿÿÿÿÿÿÿ< ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/inc_data.cfm¡ ¡ \¿PK--7°qPö*N%ÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/inc_header.cfmÒҁÌPK--7°qPðtÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/inc_initTabular.cfmŽŽÙÒPK--7°qPÓtF¬ÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/inc_pdf.cfmnnòØPK--7°qPˆV¤Aÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/inc_txt.cfm’’ãîPK--7°qPŸ"Ÿÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/inc_xls.cfmÂÂøïPK--7°qPt*];ÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/MFC7F3E.tmpßß=ùPK--7°qP¬ÐÝÞÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/MFCB15A.tmp°°ŸüPK--7°qPÆlFÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/MFCC133.tmp¯¯ÒPK--7°qPÆlFÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/MFCEEB9.tmp¯¯!PK--uŠ‘Sÿÿÿÿÿÿÿÿ6ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/model/63PK--7°qP¹‰{ÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/model/inc_data.cfm¼ ¼ ´3PK--7°qP=ç§ÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired.old/pdf-stylesheet.cssÞÞú@PK--7°qPL‹òÁÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired_Criteria.cfm::bDPK--7°qPI 0¢ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired_Execute.cfmCCEPK--7°qPèpõGÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/bidSamplesRequired_Help.cfm66ÞEPK--xŠ‘Sÿÿÿÿÿÿÿÿ(ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/FPK--xŠ‘Sÿÿÿÿÿÿÿÿ0ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/formats/GPK--7°qPùµqÿÿÿÿÿÿÿÿE ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/formats/inc_tabularFormat.cfmxGPK--xŠ‘Sÿÿÿÿÿÿÿÿ.ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/model/YPK--7°qP‚«Xiÿÿÿÿÿÿÿÿ: ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/model/inc_data.cfm__YPK--yŠ‘Sÿÿÿÿÿÿÿÿ0ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/queries/p]PK--7°qP*%à ÿÿÿÿÿÿÿÿF ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/queries/qmd_mfrLocalMarket.cfmŸ Ÿ è]PK--7°qPøDÄ-ÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/_criteria.cfmÔ Ô iPK--7°qP䲯œÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/_execute.cfmÅÅfsPK--7°qPlCÝÝÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/reportCenter/reports/mfrlocalmarket/_help.cfm§vPK--7°qPÛÚ^öÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/mfrLocalMarket_criteria.cfm33?xPK--7°qP²Ú%Æÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/reportCenter/reports/mfrLocalMarket_execute.cfm22îxPK--7°qPÅiÏLÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/reportCenter/reports/mfrLocalMarket_help.cfm//›yPK--}Š‘Sÿÿÿÿÿÿÿÿ!ÿÿÿÿBID/reportCenter/reports/newspec/BzPK--}Š‘Sÿÿÿÿÿÿÿÿ)ÿÿÿÿBID/reportCenter/reports/newspec/formats/«zPK--7°qPGŸÂxÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/reportCenter/reports/newspec/formats/inc_criteriaPage.cfmÄÄ{PK--7°qP*XQCÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/newspec/formats/inc_pdf.cfmØ=Ø=e›PK--7°qPLS§|ÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/newspec/formats/inc_tabularFormat.cfmHH¹ÙPK--7°qPä\ÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/newspec/formats/inc_xls.cfmññ‡óPK--7°qPä\ÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/reportCenter/reports/newspec/formats/inc_xls.cfm.oldññôPK--7°qPÞíÜAÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/newspec/formats/pdf-stylesheet.cssÎÎePK--‚Š‘Sÿÿÿÿÿÿÿÿ'ÿÿÿÿBID/reportCenter/reports/newspec/model/¶PK--7°qP¦pØâÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/reportCenter/reports/newspec/model/inc_data.cfmññ%PK--7°qP5=ƒ˜ÿÿÿÿÿÿÿÿ. ÿÿÿÿBID/reportCenter/reports/newspec/_criteria.cfmž&ž&‘1PK--7°qP䲯œÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/reportCenter/reports/newspec/_execute.cfmÅÅ¥XPK--7°qP½ÎVWÿÿÿÿÿÿÿÿ* ÿÿÿÿBID/reportCenter/reports/newspec/_help.cfm††ß[PK--7°qPf&o†ÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/reportCenter/reports/newSpec_Criteria.cfm,,×]PK--7°qP·è-ÿÿÿÿÿÿÿÿ, ÿÿÿÿBID/reportCenter/reports/newSpec_Execute.cfm++x^PK--7°qP¡ˆ=(ÿÿÿÿÿÿÿÿ) ÿÿÿÿBID/reportCenter/reports/newSpec_Help.cfm((_PK--†Š‘Sÿÿÿÿÿÿÿÿ0ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/°_PK--7°qPF#Ucÿÿÿÿÿÿÿÿ: ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/header.cssuu(`PK--7°qP¯´mÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/inc_criteria.cfme e hPK--7°qPŠKëƒÿÿÿÿÿÿÿÿD ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/inc_criteriaPage.cfmˆˆ uPK--7°qP5tÎùÿÿÿÿÿÿÿÿ< ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/inc_data.cfm44 zPK--7°qPPÇIíÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/inc_header.cfm××؀PK--7°qP¼¢LÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/inc_initTabular.cfmôô5‡PK--7°qP䢏ÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/inc_pdf.cfmvv´‹PK--7°qPˆV¤Aÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/inc_txt.cfm’’­”PK--7°qP-«²ÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/inc_xls.cfm{{•PK--7°qP=ç§ÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/nutritionalRequirement/pdf-stylesheet.cssÞÞÀPK--‹Š‘Sÿÿÿÿÿÿÿÿ,ÿÿÿÿBID/reportCenter/reports/priceAuthorization/(¡PK--7°qP+¼^ÿÿÿÿÿÿÿÿ< ÿÿÿÿBID/reportCenter/reports/priceAuthorization/api_Criteria.cfmb!b!œ¡PK--7°qPk½¿Iÿÿÿÿÿÿÿÿ; ÿÿÿÿBID/reportCenter/reports/priceAuthorization/api_Execute.cfm‚ÃPK--7°qPÅ`'Àÿÿÿÿÿÿÿÿ8 ÿÿÿÿBID/reportCenter/reports/priceAuthorization/api_Help.cfm..ÇPK--7°qP€þ—±ÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/priceAuthorization/api_postExecute.cfmÇ Ç ÉÈPK--Š‘Sÿÿÿÿÿÿÿÿ4ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/ÔPK--7°qPS[šoÿÿÿÿÿÿÿÿH ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_awardHistory.cfm\\“ÔPK--7°qPãÛÕ ÿÿÿÿÿÿÿÿH ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_criteriaPage.cfm••çPK--7°qP4Ä7ÅÿÿÿÿÿÿÿÿA ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_intro.cfmññ¤þPK--7°qP6%€Gÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_line.cfmQQPK--7°qP°¬ï ÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_pdf.cfm  ÷ PK--7°qP‡Ëb¹ÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_pdf_v1.cfm'4'4 BPK--7°qP~h¶ÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_pricing.cfm¶ ¶ ¼vPK--7°qPr ԊÿÿÿÿÿÿÿÿC ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_product.cfm^^ý€PK--7°qP¿ÅyäÿÿÿÿÿÿÿÿI ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_tabularFormat.cfm± ± æœPK--7°qPä\ÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/inc_xls.cfmññ(«PK--7°qPRZqGÿÿÿÿÿÿÿÿI ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/pdf-stylesheet-v1.css ½PK--7°qP0¹<ÜÿÿÿÿÿÿÿÿF ÿÿÿÿBID/reportCenter/reports/priceAuthorization/formats/pdf-stylesheet.cssNNBÍPK--“Š‘Sÿÿÿÿÿÿÿÿ2ÿÿÿÿBID/reportCenter/reports/priceAuthorization/model/àPK--7°qP2qÿÿÿÿÿÿÿÿA ÿÿÿÿBID/reportCenter/reports/priceAuthorization/model/inc_augment.cfm¥F¥F˜àPK--7°qP¿mœJÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/priceAuthorization/model/inc_data.cfmÆ Æ Æ' PK--•Š‘Sÿÿÿÿÿÿÿÿ5ÿÿÿÿBID/reportCenter/reports/priceauthorization_kelloggs/6 PK--7°qPx—?ÿÿÿÿÿÿÿÿE ÿÿÿÿBID/reportCenter/reports/priceauthorization_kelloggs/api_Criteria.cfm2 2 6 PK--7°qPk½¿IÿÿÿÿÿÿÿÿD ÿÿÿÿBID/reportCenter/reports/priceauthorization_kelloggs/api_Execute.cfmNW PK--7°qP¨b!ÿÿÿÿÿÿÿÿA ÿÿÿÿBID/reportCenter/reports/priceauthorization_kelloggs/api_Help.cfmÿÿðZ PK--–Š‘Sÿÿÿÿÿÿÿÿ=ÿÿÿÿBID/reportCenter/reports/priceauthorization_kelloggs/formats/x\ PK--7°qPˆº9\ÿÿÿÿÿÿÿÿR ÿÿÿÿBID/reportCenter/reports/priceauthorization_kelloggs/formats/inc_tabularFormat.cfmý ý ý\ PK--—Š‘Sÿÿÿÿÿÿÿÿ;ÿÿÿÿBID/reportCenter/reports/priceauthorization_kelloggs/model/”j PK--7°qP¡'ÿÿÿÿÿÿÿÿJ ÿÿÿÿBID/reportCenter/reports/priceauthorization_kelloggs/model/inc_augment.cfmæ0æ0k PK--7°qPÓ2ôÿÿÿÿÿÿÿÿG ÿÿÿÿBID/reportCenter/reports/priceauthorization_kelloggs/model/inc_data.cfmYYœ PK--˜Š‘Sÿÿÿÿÿÿÿÿ#ÿÿÿÿBID/reportCenter/reports/pricelist/wŸ PK--7°qPÇ)€ÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/reportCenter/reports/pricelist/api_Criteria.cfmÜÜ⟠PK--7°qP#ñ¢ÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/reportCenter/reports/pricelist/api_Execute.cfmtt9² PK--7°qPt_ì·ÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/reportCenter/reports/pricelist/api_Help.cfm22'µ PK--™Š‘Sÿÿÿÿÿÿÿÿ+ÿÿÿÿBID/reportCenter/reports/pricelist/formats/ж PK--7°qPMxƒžÿÿÿÿÿÿÿÿ? ÿÿÿÿBID/reportCenter/reports/pricelist/formats/inc_criteriaPage.cfmóóC· PK--7°qPã!ÿÿÿÿÿÿÿÿ6 ÿÿÿÿBID/reportCenter/reports/pricelist/formats/inc_pdf.cfm——½Æ PK--7°qP€@>3ÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/pricelist/formats/inc_tabularFormat.cfmZZÒÝ PK--7°qP~”8Çÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/reportCenter/reports/pricelist/formats/pdf-stylesheet.css´ì PK--›Š‘Sÿÿÿÿÿÿÿÿ)ÿÿÿÿBID/reportCenter/reports/pricelist/model/:õ PK--7°qPnS¯ÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/reportCenter/reports/pricelist/model/inc_data.cfmff«õ PK--7°qPÙP\¿ÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/reportCenter/reports/priceList_Criteria.cfm11Žþ PK--7°qPT•è­ÿÿÿÿÿÿÿÿ. ÿÿÿÿBID/reportCenter/reports/priceList_Execute.cfm006ÿ PK--7°qP澉nÿÿÿÿÿÿÿÿ+ ÿÿÿÿBID/reportCenter/reports/priceList_Help.cfm--Üÿ PK-- Š‘Sÿÿÿÿÿÿÿÿ$ÿÿÿÿBID/reportCenter/reports/priceQuote/|!PK--°S”Wí³ÿÿÿÿÿÿÿÿ4 ÿÿÿÿBID/reportCenter/reports/priceQuote/api_Criteria.cfm¶&¶&è!PK--7°qPž£ºÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/reportCenter/reports/priceQuote/api_Execute.cfmÑÑ(!PK--7°qP͓~Äÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/reportCenter/reports/priceQuote/api_Help.cfm..f+!PK--7°qP=q””ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/priceQuote/api_postExecute.cfm¾ ¾ -!PK--¢Š‘Sÿÿÿÿÿÿÿÿ,ÿÿÿÿBID/reportCenter/reports/priceQuote/formats/I8!PK--°SYµ“¥ÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/priceQuote/formats/inc_criteriaPage.cfm½8!PK--7°qP\ôéÏÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/priceQuote/formats/inc_introSection.cfmýýEO!PK--°St1ö¢ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/priceQuote/formats/inc_pdf.cfm!T!TÊl!PK--°S¥zÿÿÿÿÿÿÿÿA ÿÿÿÿBID/reportCenter/reports/priceQuote/formats/inc_tabularFormat.cfm·1·1jÁ!PK--7°qPä\ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/priceQuote/formats/inc_xls.cfmññªó!PK--7°qPm3ò—ÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/priceQuote/formats/pdf-stylesheet.css##"PK--¥Š‘Sÿÿÿÿÿÿÿÿ*ÿÿÿÿBID/reportCenter/reports/priceQuote/model/Ã"PK--°Sá œÿÿÿÿÿÿÿÿ6 ÿÿÿÿBID/reportCenter/reports/priceQuote/model/inc_data.cfm££5"PK--¥Š‘Sÿÿÿÿÿÿÿÿ%ÿÿÿÿBID/reportCenter/reports/skuoverride/V+"PK--¥Š‘Sÿÿÿÿÿÿÿÿ-ÿÿÿÿBID/reportCenter/reports/skuoverride/formats/Ã+"PK--7°qPjt®RÿÿÿÿÿÿÿÿB ÿÿÿÿBID/reportCenter/reports/skuoverride/formats/inc_tabularFormat.cfm8,"PK--¦Š‘Sÿÿÿÿÿÿÿÿ+ÿÿÿÿBID/reportCenter/reports/skuoverride/model/Â="PK--7°qPÈ+òPÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/skuoverride/model/inc_data.cfm115>"PK--§Š‘Sÿÿÿÿÿÿÿÿ-ÿÿÿÿBID/reportCenter/reports/skuoverride/queries/åA"PK--7°qP¨¾¼âÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/skuoverride/queries/qmd_skuOverride.cfm  ZB"PK--7°qP˜œšÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/reportCenter/reports/skuoverride/_criteria.cfm- - åN"PK--7°qP䲯œÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/reportCenter/reports/skuoverride/_execute.cfmÅÅŒY"PK--7°qPlCÝÝÿÿÿÿÿÿÿÿ. ÿÿÿÿBID/reportCenter/reports/skuoverride/_help.cfmÊ\"PK--7°qP¨ËÝ,ÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/reportCenter/reports/skuOverride_criteria.cfm00_^"PK--7°qPÙyŒ%ÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/reportCenter/reports/skuOverride_execute.cfm//_"PK--7°qPœÈ$@ÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/reportCenter/reports/skuOverride_help.cfm,,¯_"PK--ªŠ‘Sÿÿÿÿÿÿÿÿ$ÿÿÿÿBID/reportCenter/reports/syscoquote/P`"PK--ªŠ‘Sÿÿÿÿÿÿÿÿ,ÿÿÿÿBID/reportCenter/reports/syscoquote/formats/¼`"PK--7°qPÎzñÏÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/syscoquote/formats/inc_criteriaPage.cfm  0a"PK--7°qPL§q£ÿÿÿÿÿÿÿÿ@ ÿÿÿÿBID/reportCenter/reports/syscoquote/formats/inc_introSection.cfmµµÃo"PK--7°qPÃyÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/syscoquote/formats/inc_pdf.cfmÇ)Ç)‡"PK--7°qP¸­ÔÕÿÿÿÿÿÿÿÿ: ÿÿÿÿBID/reportCenter/reports/syscoquote/formats/inc_pdf_v1.cfmf9f9F±"PK--7°qPsýkDÿÿÿÿÿÿÿÿA ÿÿÿÿBID/reportCenter/reports/syscoquote/formats/inc_tabularFormat.cfm ' '.ë"PK--7°qPÒ]1`ÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/reports/syscoquote/formats/inc_xls.cfmE'E'×#PK--7°qP[AÏÿÿÿÿÿÿÿÿA ÿÿÿÿBID/reportCenter/reports/syscoquote/formats/pdf-stylesheet-v1.css00›:#PK--7°qPzl£fÿÿÿÿÿÿÿÿ> ÿÿÿÿBID/reportCenter/reports/syscoquote/formats/pdf-stylesheet.cssIITO#PK--¯Š‘Sÿÿÿÿÿÿÿÿ*ÿÿÿÿBID/reportCenter/reports/syscoquote/model/#d#PK--7°qP•-Çÿÿÿÿÿÿÿÿ6 ÿÿÿÿBID/reportCenter/reports/syscoquote/model/inc_data.cfm®®•d#PK--7°qPß(ªÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/reportCenter/reports/syscoquote/_Criteria.cfmããÁv#PK--7°qPþ gÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/reportCenter/reports/syscoquote/_Execute.cfmŽ#PK--7°qPl(^ÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/reportCenter/reports/syscoquote/_Help.cfmDD¥#PK--7°qPî‡ÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/reportCenter/reports/syscoQuote_criteria.cfm//^’#PK--7°qP´%´|ÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/reportCenter/reports/syscoQuote_execute.cfm..“#PK--7°qP0Q]âÿÿÿÿÿÿÿÿ, ÿÿÿÿBID/reportCenter/reports/syscoQuote_help.cfm++ª“#PK--²Š‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/reportCenter/utilities/I”#PK--7°qPyW‡ ÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/reportCenter/utilities/ult_bidAgencySelect.cfmcc¬”#PK--7°qP2$ÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/reportCenter/utilities/ult_bidTerritorySelect.cfmòò‰š#PK--7°qP®‘öÿÿÿÿÿÿÿÿ6 ÿÿÿÿBID/reportCenter/utilities/utl_awardedBidDstSelect.cfm££ø #PK--7°qPœtØÿÿÿÿÿÿÿÿ9 ÿÿÿÿBID/reportCenter/utilities/utl_bidAdministratorSelect.cfm++§#PK--7°qPußÌQÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/reportCenter/utilities/utl_bidAgencySelect.cfm¼ ¼ Ŭ#PK--7°qPgãØžÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/reportCenter/utilities/utl_bidBSRSelect.cfmû¶#PK--7°qP,„«Àÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/reportCenter/utilities/utl_bidDstSelect.cfm¬ ¬ z¼#PK--7°qP0~ 7ÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/reportCenter/utilities/utl_bidMfrSelect.cfmó ó È#PK--7°qP–p|‰ÿÿÿÿÿÿÿÿ, ÿÿÿÿBID/reportCenter/utilities/utl_bidSelect.cfm  ×#PK--7°qPýBÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/reportCenter/utilities/utl_bidSkuSelect.cfmBB—á#PK--7°qP0£ü ÿÿÿÿÿÿÿÿ5 ÿÿÿÿBID/reportCenter/utilities/utl_bidTerritorySelect.cfm55Pæ#PK--7°qPO ôÿÿÿÿÿÿÿÿ7 ÿÿÿÿBID/reportCenter/utilities/utl_classificationSelect.cfmÂÂê#PK--7°qP´õߪÿÿÿÿÿÿÿÿ, ÿÿÿÿBID/reportCenter/utilities/utl_dstSelect.cfmØØCï#PK--7°qPãp÷©ÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/reportCenter/utilities/utl_likelyRecipients.cfm“ “ ô#PK--7°qPˆàæÒÿÿÿÿÿÿÿÿ3 ÿÿÿÿBID/reportCenter/utilities/utl_mfrContactSelect.cfmââÿ#PK--7°qPiqŒÿÿÿÿÿÿÿÿ2 ÿÿÿÿBID/reportCenter/utilities/utl_priceListSelect.cfmú$PK--7°qPâëõ¡ÿÿÿÿÿÿÿÿ0 ÿÿÿÿBID/reportCenter/utilities/utl_segmentSelect.cfmààõ $PK--»Š‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/scripts/M$PK--°ES_ðhÈÿÿÿÿÿÿÿÿ ÿÿÿÿBID/scripts/fse-bid-bid.js”Ɣơ$PK--7°qP›Z«›ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/scripts/fse-bid-cdr.js  —Ø%PK--7°qP¨%Ë*ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/scripts/fse-bid-mfr.jsâVâVø%PK--7°qPl½­ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/scripts/fse-bid-opr.js++HO&PK--7°qP§öÛÁÿÿÿÿÿÿÿÿ ÿÿÿÿBID/scripts/fse-bid-rpt.jsÊ/Ê/Õb&PK--7°qP*CoQÿÿÿÿÿÿÿÿ ÿÿÿÿBID/scripts/fse-bid-util.jsBB“&PK--ÁŠ‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/utilities/¦¡&PK--7°qPÖ.@çÿÿÿÿÿÿÿÿ# ÿÿÿÿBID/utilities/inc_awardStatuses.cfmjjü¡&PK--7°qP3Õs¥ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/utilities/inc_countryId.cfmººѨ&PK--7°qP}R 2ÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/utilities/inc_decodeBidStatus.cfm¶¶ò­&PK--7°qPݚ;¹ÿÿÿÿÿÿÿÿ1 ÿÿÿÿBID/utilities/inc_decodeUnitOfMeasureFunction.cfmØØ·&PK-- °eRru‡£ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/utilities/utl_copyBid.cfm¸?¸?f»&PK--7°qP}ŸQÿÿÿÿÿÿÿÿ ÿÿÿÿBID/utilities/utl_decoder.cfm>>ƒû&PK--7°qPÿºê[ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/utilities/utl_exportExcel.cfmg-g-& 'PK-- °)QW–lÐÿÿÿÿÿÿÿÿ" ÿÿÿÿBID/utilities/utl_fireBidEvent.cfm€ € ö9'PK--7°qP㦤Tÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/utilities/utl_getBrokerOption.cfm àD'PK--7°qPG¯+Hÿÿÿÿÿÿÿÿ ÿÿÿÿBID/utilities/utl_initAjax.cfmààMP'PK--7°qPÔa´ÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/utilities/utl_localMarketization.cfmW.W.“R'PK--7°qPÇô ÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/utilities/utl_setBrokerOption.cfm——Z'PK--7°qP⋙"ÿÿÿÿÿÿÿÿ! ÿÿÿÿBID/utilities/utl_stateSelect.cfm××^„'PK--7°qPðIckÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/utilities/utl_unlinkBidAgency.cfm˜˜ž'PK--7°qPåw­.ÿÿÿÿÿÿÿÿ% ÿÿÿÿBID/utilities/utl_updateBidStatus.cfm¬0¬0£’'PK-- °ˆQ09É1ÿÿÿÿÿÿÿÿ- ÿÿÿÿBID/utilities/utl_updatePurchasingProfile.cfméFéF¼Ã'PK--7°qPð¯=ÿÿÿÿÿÿÿÿ, ÿÿÿÿBID/utilities/utl_writeBidAttributeLinks.cfmíí (PK--ʊ‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/{(PK--7°qP,Î_6ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/agency.cfmE E Í(PK--7°qPÙ¡ú$ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/agencyList.cfm{{n!(PK-- °%R¡L«zÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/bid.cfm³³I"(PK--7°qP à ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/bid.cfm.copymmU;(PK--7°qPML’åÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/bidLine.cfm•• T(PK--7°qPÚ%޹ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/bidList.cfmqq[(PK--7°qPŒƒ¬uÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/bidPricing.cfm¢¢à[(PK--7°qP#%ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/dst.cfm‰ ‰ âb(PK--7°qPOƒ¼ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/dstlist.cfmmmÄo(PK--7°qPaH¬ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/mfr.cfm``Žp(PK--7°qPŒòAÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/mfrList.cfmppG(PK--7°qP§ð…ÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/mfrPriceList.cfm» » €(PK--7°qPöôwÿÿÿÿÿÿÿÿ ÿÿÿÿBID/views/sku.cfm]]1Œ(PK--ъ‘Sÿÿÿÿÿÿÿÿ ÿÿÿÿBID/workflow/ç›(PK--ъ‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/workflow/css/<œ(PK--7°qPì(xiÿÿÿÿÿÿÿÿ ÿÿÿÿBID/workflow/css/stylesheet.cssÅÅ•œ(PK--ъ‘SÿÿÿÿÿÿÿÿÿÿÿÿBID/workflow/purchasingProfile/ÁŸ(PK--7°qPäÂBƒÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/workflow/purchasingProfile/act_response.cfmÚÚ( (PK--7°qPû~®Ùÿÿÿÿÿÿÿÿ= ÿÿÿÿBID/workflow/purchasingProfile/disp_notificationEmailBody.cfm;;y¤(PK--7°qPô ÿÿÿÿÿÿÿÿ/ ÿÿÿÿBID/workflow/purchasingProfile/disp_request.cfm  9ª(PK--7°qPüΟIÿÿÿÿÿÿÿÿ( ÿÿÿÿBID/workflow/purchasingProfile/excel.cfmww½Ã(PK--Ԋ‘S,XTˆÿÿÿÿÿÿÿÿ ÿÿÿÿdownload_errors.log2ó¤Ê(PK,--ááª[òË(PKœ'*PKÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ