search for: product_cod

Displaying 13 results from an estimated 13 matches for "product_cod".

Did you mean: product_code
2006 Jan 10
0
Customizing autocomplete to update more than one value upon vaule select
...selects a product code then the values for the product description, buy price, and unit weight should be updated automatically. To try and achieve this I have implemented the following: view: <td rowspan="2" align="center"><%= text_field_with_auto_complete( :product, :product_code, {}, { :updateElement => ''function(selectedElement){ alert("Element Selected: " + selectedElement.id);}'' }) %></td> <td rowspan="2" align="center"><input type="text" id="description_#{@counter}" size="40&...
2006 Feb 22
0
Need help getting value from text_field_with_autocomplete
.... I have setup of a text field with auto complete and I need to grab the value from that text field and pass it into a method to update a row in a table. Here is the view: <tr> <td align="center" colspan="6"><%= text_field_with_auto_complete( :product, :product_code ) %></td> </tr> <tr> <td colspan="6" align="center"><input type="button" id="new_product_button" value="Add New Product to PO" onClick="<%= remote_function(:update => ''new_row'...
2009 Aug 18
7
Skype for Asterisk???
Not sure if anybody noticed, but it seems like Skype For Asterisk is out. $66 per channels, pretty pricey http://store.digium.com/productview.php?product_code=1SFA0001 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090817/cd8c6546/attachment.htm
2006 Feb 03
7
how to add multiple new records from one form
I''m trying to provide our customers with a page where they can add up to 20 items to their cart in one form. The form simply has 20 rows with each row containing a text input for product code and a text input for quantity. I''ve tried having the controller create an array that has an object for each row by looping through something like: @new_items[1] = Cart.new and the
2009 Jul 30
7
Skype for Asterisk: Public Beta available
...announcement. I'm just the community guy - I have no idea about pricing or commercial contracts or the like, so please wait until that's been announced as I will find out about the same time as you do. :-) Trial "purchase" page: http://store.digium.com/productview.php?product_code=804-00019 JT --- John Todd email:jtodd at digium.com Digium, Inc. | Asterisk Open Source Community Director 445 Jan Davis Drive NW - Huntsville AL 35806 - USA direct: +1-256-428-6083 http://www.digium.com/
2006 Aug 18
0
AJAX question
...#39;', :object => @new_item %> </div> app/views/store/_new_item.rhtml <%= form_remote_tag :url => { :action => ''add_item'' } %> <%= error_messages_for ''new_item'' %> <%= text_field ''new_item'', ''product_code'' %> <%= text_field ''new_item'', ''quantity'' %> <%= submit_tag ''Add Item'' %> <%= end_form_tag %> Please remember that the code is chopped in various places but I know for sure you guys with high Rails-fu skil...
2006 Aug 18
0
Simple AJAX question
...m'', :object => @new_item %> </div> app/views/store/_new_item.rhtml <%= form_remote_tag :url => { :action => ''add_item'' } %> <%= error_messages_for ''new_item'' %> <%= text_field ''new_item'', ''product_code'' %> <%= text_field ''new_item'', ''quantity'' %> <%= submit_tag ''Add Item'' %> <%= end_form_tag %> Please remember that the code is chopped in various places but I know for sure you guys with high Rails-fu skill kn...
2008 Apr 17
2
G729 license count...
I need a refresher course on how many licenses I need to buy. I have an Asterisk server that receives calls by SIP (G729) and then sends them to the PSTN via 32 Zap interfaces on an Astribank. I cannot remember if the license is per channel or per call so I do not know if I need 32 or 64 licenses for this application. Could anyone please remind me? -- Telecomunicaciones Abiertas de M?xico
2010 Jan 23
1
Borderlands DVD Gamespy & DLC1 not working w/ patch (...)
Borderlands DVD Gamespy & DLC1 not working w/ patch 1.0.1, 1.1.0 & 1.2.0 This is kind of odd. I've installed Borderlands multiple times with no problems. I've played Borderlands to the very end of the game and to Playthrough 2 without any problems. The problem I'm facing is that Borderlands does not recognise the patch. This causes the game to not work with Multiplayer under
2006 Jun 02
20
Prices of g729 codec
Hi, does anyone know the prices for g729 codecs from Digium? I sent an email a while ago to them but haven't got any response so far. Prices are per unit or volume? Thanks, -- ------------------------------------------- Erick Perez Linux User 376588 http://counter.li.org/ (Get counted!!!) Panama, Republic of Panama
2005 Apr 15
16
Serial ATA hardware raid.
Hi everyone, I'm looking into setting up a SATA hardware raid, probably 5 to use with CentOS 4. I chose hardware raid over software mostly because I like the fact that the raid is transparent to the OS. Does anyone know of any SATA controllers that are well tested for this sort of usage? From what I can tell from googling, this is more or less where RHEL stands: Red Hat Enterprise Linux
2010 May 07
0
Wine release 1.1.44
...yprev which is not really used from ME_ArrowPageDown. winhlp32: Remove variable keyDelta which is not really used from WINHELP_MainWndProc. wineps.drv: Fix return value in PSDRV_SetBrush. msi: Fix return value for ITERATE_RemoveFiles (in the error case). msi: Remove variable product_code which is not really used from MSI_ApplyPatchW. mshtml: Remove variable doc which is not really used from process_timer. winex11: Remove variable bits which is not really used from X11DRV_DIB_GetImageBits_32. wintrust/tests: Remove variable myARGC which is not really used from tes...
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am