Displaying 16 results from an estimated 16 matches for "pricelist".
Did you mean:
pricelists
2006 Jan 04
3
How Can I solve this?
this may be an easy question, but i am unable to solve it:
i want to take the selected choice and process it in the controller:
TEMPLATE:
<%=start_form_tag :action => ''get_article'' %>
<select name=pricelist>
<%= options_from_collection_for_select (@customers, "id", "name") %>
</select>
<%= submit_tag "Get" %>
<%= end_form_tag %>
CONTROLLER:
def get_article
@pricelist=Pricelist.find(??)
@articles=Article.find(@pricelist.pricelist_id)
end...
2006 Nov 17
1
Manipulating R lists in C
...the list items - any
suggestions?
Below is what I already have - any comments on things I don't really need
to do as well in terms of creating extra string objects etc are also
helpful.
Many thanks
Tom
======EXTRACT=========
SEXP typeStr, volumeStr, priceStr, typeValStr;
SEXP priceList;
// create main list of vectors (unspecific items )
PROTECT( priceList = allocVector( VECSXP, 3 ) );
// for each item create a label and attach value
PROTECT( typeValStr = allocVector( STRSXP, 1 ) );
SET_STRING_ELT( typeValStr, 0,
mkChar( getPriceDataTypeAsString( p.getData().get...
2012 Oct 17
3
aggregate function not working?
The aggregate function for some reason will now work for me.
The error I'm getting is:
"Error in sort.list(y) : 'x' must be atomic for 'sort.list'
Have you called 'sort' on a list?"
agPriceList=aggregate(PriceList$Size, list(PriceList$bandNum),sum)
*Price list dataframe:*
dput(PriceList)
structure(list(Price = c(0, 8.18, 8.27, 10.42, 10.5, 10.6, 11.13,
11.18, 11.21, 11.35, 11.36, 11.67, 11.89, 11.97, 12.05, 12.11,
12.14, 12.53, 12.63, 12.7, 12.82, 12.96, 13, 13.08, 13.12, 13.14,
13.15...
2005 Apr 29
2
how to replace text...
if I have....
QQQQ<-priceIts("QQQQ",quote="Close")
QQQQ<-priceIts("QQQQ",quote="Close");plot(QQQQ)
and then i want to do the same thing but say with IBM instead of QQQQ
is there an easy way like replace qqqq/ibm
Thanks in advance./Jonathan
2009 Jun 27
3
Skype for Asterisk. Any return of experience ?
Hi,
As many remember, almost one year this Skype for Asterisk extension program
was announced.
Has anyone tried it ?
Is there any available pricelist ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090627/37b93684/attachment.htm
2011 Sep 06
1
read.xls (gdata) problem
.../var/folders/cb/vvshkpm90lx_y2n69qlyw4z40000gn/T//RtmpK50r4g/file546a2722.csv'
missing!
In addition: Warning message:
running command '"/usr/bin/perl"
"/Library/Frameworks/R.framework/Versions/2.13/Resources/library/gdata/perl/xls2csv.pl"
"/Users/peter/dev/R/telenor pricelists/ild_price_processor/ILD priser
2011.10.01.xls"
"/var/folders/cb/vvshkpm90lx_y2n69qlyw4z40000gn/T//RtmpK50r4g/file546a2722.csv"
"1"' had status 255
Error in file.exists(tfn) : invalid 'file' argument
Error parsing file '/Users/peter/dev/R/telenor
pricelists...
2005 Jan 26
2
ASTCC Trunks
...helping input.
I'm really new to this and need some explanation about ASTCC.
So here is the question again.
In the ASTCC web admin there are Trunks, Routes, IAXFriends, SIPFriends,
Brands, Cards.
As I understand Brands is not used, Cards just makes the cards. Routed
in the dialplan and pricelist, Trunks is for ASTCC to know where to
terminate the call, the rest I don't know.
What I can see in the trunks is that there only is IAX, SIP, Local and
Zap available.
What I need to use is H323 as I want to send all ASTCC calls to an H323
GateWay, How can I configure ASTCC/Asterisk to
Make...
2005 Jul 12
2
ASTPP
Does anyone have experience setting up ASTPP? I have an Asterisk
server in my office that I also give access to some friends and family
that live outside Mexico so they can make local calls. I want to keep
track of the costs and I only need to use ASTPP to rate the calls, not
for calling cards or anything else. I found the documentation a little
vague on the details so after setting up and
2006 Jun 02
2
I need help with my 1st sortable list!
...nd %>
</ul>
<p id="list-info"></p>
<%= sortable_element ''price'',
:update => ''list-info'',
:url => { :action => "sort", :id => @price },
:complete => visual_effect(:highlight, ''pricelist'')
%>
# Controller -
def sort
@price = Price.find(params[:price])
@prices.each do |@price|
@price.position = params[''price''].index(@price.id.to_s) + 1
@price.save
end
render :nothing => true
end
# Model -
class Price < ActiveRecord::Base
belo...
2006 Feb 27
1
billing - different tarif per phone
Hello, I would like apply different call rate (tarif) per outgoing
number (or group of phones, based on prefixes),
I'm playing with astpp, but seems, that this feature isn't available here,
can you recommend any other open-source billing (A2billing, AstBill?),
that this can do?
thank you!
PJ
2007 Mar 15
0
Cost of Branded Equipment for Voip Provider Implementation
Hi Guys,
Im looking for the pricelist of big scale pbx like nortel and avaya.Because im going to make a presentation of cost against cost of open source implementation for voip provider.
Anyone there could help me?
Thanks so much.
eduard
eng'r.eduard
---------------------------------
No need to miss a message. Get email on...
2011 May 15
4
1U firewall hardware
Hi List,
I am looking for 1U firewall hardware, any ideas? Something like that
(http://www.applianceshop.eu/index.php/firewalls/opnsense/opnsense-pfsense-ghz-19-appliance-1.html)
but at least with 5GBit nics and more memory.
--
Eero
2002 Oct 23
2
Audit in 2.2.6
....
I have samba 2.2.6 installed on FreeBSD 4.7-RC, from ports, compiled
with audit/syslog/recycle/winbind. I try to use audit via syslogd.
I created the following share:
===Cut===
[price]
create mask = 664
security mask = 644
directory security mask = 000
directory mask = 755
comment = Fresh Norma PriceList
path = /usr/local/public/ftp/pub/price
valid users = emz ramil hunter alex ckv vitaly vvs mars vaganova_e
browseable = yes
writeable = yes
guest ok = no
vfs object = /usr/local/lib/samba/audit.so
===Cut===
All works just fine, but when I try to create new file or directory -
smbd drops connection...
2006 Jul 28
20
3510 JBOD ZFS vs 3510 HW RAID
...laris 10 U2 and a commercial database (SAP SD scenario).
The cache on the HW raid helps, and the CPU load is less... but the solution costs more and you _might_ not need the performance of the HW RAID.
Has anybody with access to these units done a benchmark comparing the performance (and with the pricelist in hand) came to a conclusion.
It''s not as such about maximum performance from both, but the price/performance. If a JBOD with ZFS does 500 IO''s @ $10K vs a HW RAID 700 IO''s @ $20K ... then the JBOD would be a good investment when $ is a factor. (example)
Thank you....
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
2003 Jan 28
0
Probably a bug in samba audit
...curity mask = 000
comment = Miscellaneous Software And DB Files, read-only
path = /usr/local/public/ftp/pub/software
guest ok = yes
guest only = yes
browseable = yes
writeable = no
[price]
create mask = 664
security mask = 644
directory security mask = 000
directory mask = 755
comment = Fresh Norma PriceList
path = /usr/local/public/ftp/pub/price
valid users = emz ramil hunter alex ckv vitaly vvs mars vaganova_e
browseable = yes
writeable = yes
guest ok = no
[pnt5054]
create mask = 664
security mask = 664
directory security mask = 000
directory mask = 755
comment = N5054 PointList
path = /usr/local/pub...