search for: debit

Displaying 20 results from an estimated 42 matches for "debit".

Did you mean: ebit
2005 Jun 29
2
Play an announcement to the CALLING party
Hi folks, how could I play an announcement to the calling party as soon, as the called party picked up. I would like to deploy an asterisk in an environment, where a premium rate support-number is offered to customers which do not want to pay a monthly support contract. In Germany, you are commited by law to announce the cost per minute of a premium rate number at the beginning of the call. So,
2007 Jan 06
3
speeding up pagination
I need help to optimize a query (sort of ...) if params[:debit] == "on" @schools = School.find(:all, :conditions => ["name like ?", "%#{params[:search]}%"], :order => ''name'') @schools.delete_if { |s| s.debit <= 0 } @school_pages = Paginator.new self, @schools.length, 20 T...
2006 Nov 21
5
Specification Reuse to avoid Combinatorial Explosions
...cise, one should imagine that each specification is at least 5 lines. Here is how I implemented scenario 1: context %{A Withdrawal where an Account is in credit AND the card is valid AND the dispenser contains cash AND the customer requests cash} do specify "should debit the account" do end specify "should dispense cash" do end specify "should return the card" do end end That got me experimenting on reusing specifications by using a module to create the specs. This is in customer_withdraws_cash_spec.rb: module CustomerWithdrawsC...
2004 Aug 19
1
Debit/Credit Card Terminals
Has anyone tried using a debit/credit card terminal as such: Terminal <-> SPA-2000 <-> Public Internet <-> * <-> PRI I'm hoping someone will tell me they have done this successfully and rarely experience dropped calls. Though I'd like to hear from anyone who has tried and failed as well. Tha...
2004 Aug 06
0
About sample code
I write a sample code like speex provide , as follows: SpeeXCodec::SpeeXCodec() { rate = 8000; speex_bits_init(&enbits); speex_bits_init(&debits); enc_state = speex_encoder_init(&speex_nb_mode); dec_state = speex_decoder_init(&speex_nb_mode); // set option for encoder speex_encoder_ctl(enc_state, SPEEX_GET_FRAME_SIZE, &frame_size); speex_encoder_ctl(enc_state, SPEEX_SET_COMPLEXITY, &complexity); speex_encoder_ctl(...
2007 Jun 18
2
SIP Termination with automatic debit
Can anyone recommend any wholesale SIP termination providers that will automatically charge a credit card? Most seem to want upfront payment and a credit balance but that sucks when you have to watch it like a hawk to make sure the balance never hits zero. I'm looking for a provider that can automatically charge a credit card. Douglas. -------------- next part -------------- An HTML
2006 Jul 31
0
Polymorphic has_many association through a belongs_to
Hi, Let''s say I''ve the following Models and their relative associations: Seat ---- belongs_to :booking Booking ------- has_many :seats has_many :debits, :as => :chargeable Debits ------ belongs_to :chargeable, :polymorphic => true Why >> seat.booking.debits nil while >> Booking.find(seat.booking_id).debits [] ? Thanks. Cheers, Marco -- Posted via http://www.ruby-forum.com/.
2005 Dec 22
2
Documentation for generate controller
I can find the API documentation, but where is the documentation for the standard generators. The wiki has 3rd party generators- but I want to know specifically what generate controller does, and how it differs from generate scaffold, and what other generators there are. Where is this succinctly documented? -- Posted via http://www.ruby-forum.com/.
2016 Feb 24
1
Bitcoin for CentOS 7
> Meanwhile banks like Chase charge poor people $12.00 a month just have > checking and push debit card paychecks on low income jobs where they > charge just for the poor to check how much they have on it. That bad, huh?
2006 Aug 16
11
just don''t ''get'' "has one" and "belongs to one"
Well, I understand what they do and how, I just don''t get why! It seems to me that any time you would have this relationship between two tables...they should be one table! Agile Rails book gives what seems to me to be a lame example for this. They use the example of an "invoice" and an "order". An invoice belongs to an order and an order has one invoice. Seems
2016 Feb 24
5
Bitcoin for CentOS 7
On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote: > Alice Wonder wrote: >> For those interested I have a working spec file for Bitcoin 0.12.0 >> >> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec >> >> I believe the only BuildRequires that isn't in CentOS/EPEL is >> miniupnpc-devel but that's trivial to build
2004 Apr 29
2
tc class htb
...bit tc class add dev eth0 parent 1:1 classid 1:3 htb rate 200kbit ceil 500kbit I like to know: If two customers of the same class (for example 1:2) work simultaneously, what is that every customer is going to have the rate of this class (300Kbit for the example class 1:2) or they share this debit? Thank you for your help --------------------------------- Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Créez votre Yahoo! Mail Dialoguez en direct avec vos amis grâce à Yahoo! Messenger ! --0-1954553270-1083228153=:76595 Content-Type: text/html; charset=iso-8859-1...
2006 Feb 07
3
model and controller organization
...ers. I want to organize this stuff into logical directories ... like I used to do in Java (using the package declaration). I am interesting in learning how RoR handles this seemingly common situation and also what are best practices using Ruby in general. Using ./script/generate model stuff/DebitCard creates: app/models/stuff/debit_card.rb (sweet!) However, using the generate script yields confusing results: ./script/generate scaffold stuff/Card admin/Banking debit credit creates: app/models/card.rb and app/controllers/admin/ banking_controller.rb (the controller is in a sub dir called ad...
2008 Nov 23
3
Trouble Donating on centos.org
Hello, I tried making a donation via the centos.org website but was blocked by PayPal. I tried today and a few weeks ago. The error I got in both instances was: "The card you entered cannot be used for this payment. Please enter a different credit or debit card number." This strikes me as a strange response. It didn't say the card was declined; it said it "cannot be used." Also, the response was awfully quick so it didn't seem to be from the credit card processor, but from PayPal. I setup e-commerce sites so am very famili...
2008 Mar 19
1
running balance down a dataframe referring back to previous row
...ing rows add to this running balance. This is easy to write in a loop, but I can't seem to get it working in vectorised code. Hopefully the example below will explain what I'm trying to do... ##### # create a dummy dataframe txns <- data.frame(LETTERS) set.seed(123) # randomly specify debit / credit columns txns$drcr <- sample(c('d','c'), nrow(txns), replace=T) txns$dr <- 0 txns$cr <- 0 # give values to the debits / credits... txns[txns$drcr == 'd', 'dr'] <- runif(nrow(txns[txns$drcr == 'd',]), min=0, max=10000) txns[txns$drcr == ...
2003 Apr 24
3
Collecting dialed digits
...t the first menu as an extension. When I run asterisk and call in and enter a number for my option, I am not passed on, rather I just loop through. Is there something more that I need to set up. Also, is there a way to store dialed digits as a variable? I am interested in writing a calling card/debit card application, and I think storing the digits as a variable would be something that I would need to do to accomplish that. If anyone as experience with that I would appreciate your advice as well. Thanks, Jesse
2009 Feb 05
2
Amazon Flexible Payment System - micropayments finally cracked?
...redit card details (it uses the credit card details you have stored on your Amazon account) and for content providers the transaction fees are finally reasonable to low cost content access. For Transactions >= $10: 1.5% + $0.01 for Amazon Payments balance transfers 2.0% + $0.05 for bank account debits 2.9% + $0.30 for credit card transactions. More importantly For Transactions < $10: 1.5% + $0.01 for Amazon Payments balance transfers 2.0% + $0.05 for bank account debits 5.0% + $0.05 for credit card So lets say you want to sell a 24 hour access pass to your cartoon library content for 20...
2009 Jun 25
2
Consistent snapshots
Hi! How do i create consistent snapshots of VM''s from Dom0?. What are the backup methods or snapshot/snaprestore methods that are followed for Xen Virtual environments?. thoughts/ideas?. -- I have the simplest of tastes; I am easily satisfied with the best. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2008 May 07
2
design question
Hi, I''m developing a budget planner for myself and do have a table for recurring expenses, as well as a transaction table for my bank account CSV file uploads. Questions: For the projections forward in time I''m wonder whether to: (a) keep it simple and just calculate future balance projections on the fly, then feed to gruff graphs (b) each time a recurring item changes, or
2005 May 09
0
RE: Asterisk at home with Broadvoice?
As a general rule of thumb it would be good to make the distinction between 'Credit Card' and 'Debit Card' too. If possible, never ever use a debit card for online purchases. It taps directly into your account and removes REAL money. Credit cards are 'virtual' money in that they are credit and your cash in account remains untouched. That way if your credit card account gets compromise...