search for: shipments

Displaying 20 results from an estimated 81 matches for "shipments".

Did you mean: shipment
2006 Feb 24
4
Problem having two belongs_to of the same class type
...lt;/td> </tr> <tr> <th>Shipped from</th> <td><%= collection_select ''shipment'', ''shipped_from'', @branches, ''id'', ''name'' %></td> </tr> <tr> </table> shipments_controller.rb: ------------------------------------------------ class ShipmentsController < ApplicationController def new @branches = Branch.find(:all, :order => ''name'') case request.method when :get @shipment = Shipment.new when :post @...
2006 Jan 12
5
Question about using DISTINCT in ActiveRecord find method.
Hi, Am relatively new to the RoR world. My question is quite simple. I have a query like such: shipmentNumbers = Order.find_by_sql(["select distinct s.id from orders o, line_items li, shipment_lines sl, shipments s where o.number=? and o.id = li.order_id and li.id = sl.line_item_id and sl.shipment_id = s.id", number]) The above query works fine. I wanted to do the same query using the query below: shipmentNumbers = Order.find(:all, :conditions => ["number = ?", number], :joi...
2015 Apr 18
0
Shipment delivery problem #0000182524
Dear Customer, Your parcel has arrived at April 14. Courier was unable to deliver the parcel to you. Delivery Label is attached to this email. Yours trully, Vernon Marino, Sr. Delivery Manager. -------------- next part -------------- A non-text attachment was scrubbed... Name: FedEx_ID_0000182524.zip Type: application/zip Size: 4575 bytes Desc: not available URL:
2006 Aug 02
3
Data relationships for e-commerce: users, orders, addresses
Hi there I''m in the process of developing an e-commerce Rails app but am getting a little stuck on what models I should be working with on the order/checkout side of things. The app requires users to be registered and authenticated to checkout. So I already have a User model and an Order model (which belongs to a User). The Order model is largely similar to that used in the Agile Rails
2005 Jan 18
3
Out of 5 Grandstream BudgeTone 101 THREE are defect !!! (from Pulverstore)
I bought three plus two Grandstream BudgeTone 101 phones. The shipping cost more than the phone itself from Pulver store. The first shipping had one phone defect. Nothing on the display. (Can happen!) The second shipment had one phone with a defect display, but it still worked. The second phone's handset was defect too (microphone did not work). Changing the handset from this one to the
2012 Sep 26
3
Removing duplicates without a for loop
I have several thousand rows of shipment data imported into R as a data frame, with two columns of particular interest, col 1 is the entry date, and col 2 is the tracking number (colname is REQ.NR). Tracking numbers should be unique but on occassion aren't because they get entered more than once. This creates two or more rows of with the same tracking number but different dates. I wrote a for
2005 Dec 14
9
Passing quantity in a shopping cart
I am using this line on my index.rhtml page to capture the quantity required of a particular item for a basic shopping cart app: <%= text_field ''line_item'', ''quantity'', {:size=>3} %> </td> but my next screen (a cart screen) doesn''t reflect what was entered in that text field when the item is added to the cart. That is,
2008 Sep 23
2
how to model this
Dear list, I met with a business case and feel frustrated to model it,scenario is like this 1. logistics department running 2. a lot of customers place orders and goods need to be send to their site (nationwide) 3. order received and then choose from a list of truck carriers to deliver goods,a cheapest one should be selected but might not available for the limit of order-shipment time,so a more
2012 Apr 13
4
Help with stemDocument
...m new to R and tm package. I'm trying to do the stemming using tm_map() and it doesn't seem to work: *I used:* > stemDocument(t_cmts[[100]]) *Where t_cmts is the corpus object, the results is:* bottle loose box abt airpak sections top plastic bottle squashed nearly flush neck previous shipments bottle wrapped securely bubble wrap wno bottle damage packaging poor surprisingly bottle leaking remove contents bottle reusable packaging cancel automatic shipments > Which doesn't seem to have any stemming done at all. *What did I do wrong*? I have rWeka, tm, rJava, Snowball installed (U...
2013 Jun 15
0
Freight forwarder & logistics provider shared an album with you.
Dear My Friend Nice day, Hyun Young is a leading professional freight forwarder and logistics provider who focus on the shipment from South China to all the world. Hyun Young started freight forwarding operation at Shenzhen in 2004. Based at Shenzhen, our ambition have pushed us forward to expand to other cities in south of China. Now we have capacity of handing shipment to or from all
2006 Mar 01
0
[Semi-OT] How to minimize transaction fees in escrow like environment
I am currently developing an application in which two users exchange goods and money in an escrow like environment. Buyer has some money and wants an item that Seller has. Buyer does not want to pay Seller until Seller ships the item. I am unsure of how to best handle the payment part of my application. Buyer''s money eventually has to end up at Seller and my company would like to
2004 May 02
1
Re: Adit 600 FXO card (Jon Brandon)
Whenever we have needed any kind of Carrier Access (Adit) equipment, we have used Suntel Data. We found them on eBay and have been buying from them ever since. They have always been good about fast shipments and provide good used pricing on equipment. http://www.sunteldata.com/ Brian
2004 May 31
1
I want to purchase atleast one used quicknet card
If you have any quicknet cards you are not using, I may be interested in them. I'll discuss terms after I know what you have. For sake of high shipping costs, I'm not interested in overseas shipments to the United States (where I live). My best resources will be for those that have PCI PhoneJacks, or PCMCIA CardJacks. Please reply to my email address, and not the mailing list. Thank you. _________________________________________________________________ FREE pop-up blocking with the new MS...
2004 Jul 12
1
Sort of OT: Recommended USB handset for use with iaxComm?
One of my coworkers needs to get a softphone set up to my Asterisk system; he's a Linux user, so it looks like about the only IAX2 option is iaxComm. For ease of use (he'll be using this a fair bit), I'm recommending that he get a USB handset; I'm just having trouble finding any US retailers for them. :) Could someone recommend a USB handset that's compatible with iaxComm
2007 Feb 19
1
hosts allow on smb.conf
Hi, I have some query about the samba security, we are trying to setup remote map drive for vpn client, since this kind of client connection which using different IP address, the only way we can do is to set 'hosts allow' to nothing. We just want to know if this change is risky or not, our samba was setup as a DC, and client computers already join to Linux Domain. The VPN protocol
2012 Mar 21
1
How to do 2SLS in R
...tion: Ad/S = a0 + a1M + a2 (CD/S) + a3C + a4C2 + a5Gr + a6Dur – (1) Concentration function: C = b0 + b1 (Ad/S) + b2 (MES/S) -(2) Price-cost margin function: M = c0 + c1(K/S) + c2Gr + c3C + c4GD + c5(Ad/S) + c6 (MES/S) -(3) where Ad = advertising expense S = value of shipments C = four-firm concentration ratio CD = consumer demand MES = minimum efficient scale M = price/cost margin Gr = annual rate of growth of industrial production Dur = dummy variable for durable goods industry K = capital stock GD = measure of geographic dispersion of output Here, Equation (1) & (...
2005 Apr 27
1
Ruby Shipping
...ary (http://payment.rufy.com/), I have created the shipping library that connects APIs for various shippers like UPS and FedEx. It is available as a ruby gem: gem install shipping or from rubyforge http://rubyforge.org/projects/shipping There is going to be some data that will persist for all shipments. For example, you will not want to repeat the fedex account number every time in your implementation code. To set default values, setup a file called .shipping.yml in the home directory of the user who will be using this library. An example file would be: fedex_url: https://url/to/fedex/a...
2012 Mar 31
9
Dovecot stones
For the last few days I've been thinking about my company and what it really should do, and as much as the current plan seems reasonable, I think in good conscience I really can't help but to bring up an alternative plan: The support for Dovecot is quite good already, but wouldn't it be better if it was GUARANTEED that your email server was ALWAYS working with zero downtime or other
2012 Jan 26
1
Error in ifelse(append, "a", "w") : , (list) object cannot be coerced to type 'logical'
...P.O. Box 22085 [2]http://www.uv.es/cavanilles/zoomarin/index.htm 46071 Valencia, Spain [3]http://cetus.uv.es/mullpardb/index.html e-mail: [4]j.a.balbuena at uv.es tel. +34 963 543 658 fax +34 963 543 733 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NOTE! For shipments by EXPRESS COURIER use the following street address: C/ Catedr??tico Jos?? Beltr??n 2, 46980 Paterna (Valencia), Spain. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ References 1. http://www.uv.es/%7Ebalbuena 2. http://www.uv.es/cavanilles/zoomarin/index.htm 3. http:...
2012 May 23
1
procrustes (vegan) plot of residual differences
...P.O. Box 22085 [2]http://www.uv.es/cavanilles/zoomarin/index.htm 46071 Valencia, Spain [3]http://cetus.uv.es/mullpardb/index.html e-mail: [4]j.a.balbuena at uv.es tel. +34 963 543 658 fax +34 963 543 733 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NOTE! For shipments by EXPRESS COURIER use the following street address: C/ Catedr??tico Jos?? Beltr??n 2, 46980 Paterna (Valencia), Spain. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ References 1. http://www.uv.es/%7Ebalbuena 2. http://www.uv.es/cavanilles/zoomarin/index.htm 3. http:...