similar to: Billing System

Displaying 20 results from an estimated 30000 matches similar to: "Billing System"

2006 Jul 06
6
Functional tsts
Hi all, I have created projects module in my application using scaffold, and it created me everything, and all the modules are working except the functional test. This is the error 1) Failure: test_create(ProjectsControllerTest) [test/functional/projects_controller_test.rb :55]: Expected response to be a <:redirect>, but was <200> 8 tests, 25 assertions, 1 failures, 0
2006 Jul 05
3
list of users
Hi all, I''m creating admin module. in that module i need to get the list of users and also the projects created by the each user. No doubt i''m getting the list of users. but i''m not getting the list of projects done by each user.. This is my code:: <% for user in @users %> <%=link_to
2006 Jul 04
4
Please help me
Hi all, I''m getting the list of my projects in the page. But i want to get the list according the month, i.e., if i select july in the drop down then i should get the list of projects done in the month of july.. Please reply.. Regards, Harish -- Posted via http://www.ruby-forum.com/.
2006 Jul 05
1
List of projects
Hi all, Did any body worked some thing like this? suppose a logs in and creates a new project.he''lll get the list of projects in the same page. till here i got working. Here is my question:: i want the list such that a drop down list will be there, and if i select a month i should get the list of projects done in the month. I used this code in the project_controller.rb
2006 Jul 05
4
Rails Web Hosting?
Hi, Where can I find Rails web hosting? I wish to get a domain name + web hosting. Kind Regards, Lennie De Villiers OpenMind Connections Website: HYPERLINK "http://www.openmindconnections.co.za/"www.openmindconnections.co.za Win-Ads: HYPERLINK "http://www.win-ads.co.za/"www.win-ads.co.za ? Online Advertisement Coming Soon! -- No virus found in this
2006 Mar 31
13
validation with in_place_edit_for
i''ve got an in place edit text box for some of my fields. my model has validates_presence_of for the field but nothing happens. it works fine in the scaffold when using the edit page, but nowhere else. anyone have a solution to this? -- Posted via http://www.ruby-forum.com/.
2004 Jan 08
1
Billing system experiences with Advanced Communications?
I ran across this URL the other day: http://www.advancedvoip.com/ It seems that they have a low-priced solution for billing, which seems to have some interesting features (at least, via the canned demo they provide.) It handles CDRs and also (sorry, Jeremy) Radius, and seems to have a lot of features. I'll be calling them later today to discuss their product, if only out of curiosity
2006 Aug 03
2
Failing test with assert_redirected_to
I''m having a strange problem with an assert_redirected_to in my controller test which hopefully someone can point out my failings with! ;) Controller method - def new if request.post? #Not important here. else flash[:notice] = ''Please join a tree from this page.'' redirect_to :controller => ''trees'', :action =>
2005 May 29
1
ANNOUNCEMENTt: GPL Asterisk Billing Software
Good Day, I'm finally getting around to officially announcing ASTPP. For the last 6 months, I've been working on converting ASTCC into a decent billing package for asterisk. I'm just finishing up fixing a few bugs before the 1.0 release and would appreciate if there would be a few who would be willing to do some testing on the software. Here is a list of features: Provide call
2009 May 27
4
Sale, pop and product
Hi, I couldn''t find a better word for pop, but let''s go: There are 3 models: sale, pop and product sale: -total:integer pop: -quantity:integer -discount:float product: -name:string -price:float A sale can have many different products, each one has a quantity and discount associated. So each sale has_many :products through => pops And each product has_many :sales
2006 May 26
3
using a billing system
Hello to all, Im trying to use DeadAGI to implement billing with Asterisk2Billing. Before the billing, I had something like: exten => _2XXXXXXXX,1,Dial(SIP/${EXTEN}@voiprovider) Now, with Asterisk2Billing would be something like this? exten => _2XXXXXXXX,1,Answer exten => _2XXXXXXXX,2,Wait,2 exten => _2XXXXXXXX,3,DeadAGI,a2billing.php exten => _2XXXXXXXX,4,Wait,2 exten =>
2007 Nov 02
3
Date Issues + Oracle + RoR
Hi Experts I''ve a product like this ID -> 1 Name -> Xyz Price -> 30 Created_at -> 02-NOV-07 from_date = Date.new(2, 10, 07) to_date = Date.new(2, 10, 07) @product = Product.find_by_sql("select * from products where created_at between from_date and to_date") code works perfectly, buy my issue is i dont get any data. always says no record found but if i use
2006 Sep 29
4
real time billing system
Hi, sorry for the question, i've been searching for a real time billing system for asterisk with zap/sip support, for use in post paid systems like "locutorios", do you know of or use any ? thanks -- patoVala Linux User#280504 Hablando en http://www.elprimoalcahuete.com "El tiempo cura los dolores y las querellas porque cambiamos. Ya no somos la misma persona. -- Blaise
2005 Jul 25
0
CDR Accounting/Billing Advise
Hello all, I wondering if you guys could provide me with some advise. We have developed a simple management tool for a small site which is architected in the following way: Server A <==> Server B <==> Server C Server A is an asterisk server with a TE410P which connects to the PSTN as well as to a couple of SIP VoIP termination providers. Server B is another asterisk server
2005 Oct 10
3
Billing/SPA-841/CDR Log
Hi list, I have a couple of questions related to asterisk billing and the generation of cdr logs. I've searched the wiki but have not found my answers, hopefully you guys can help. 1) When are asterisk CDR logs _normally_ generated? When the call arrives, when the call hangs up, or both? I have looked at the records created and it seems to only generate it at the time the call is
2010 Jun 23
2
Analyzing large transition matrix
Let's say you have a dataframe of car trade-ins. For example, each row contains oldcar newcar qty and a typical entry could be lexus bmw 1 I put the qty column to allow for fleet purchases, where one purchase may convert multiple cars at once. I'd like to show what's going on. I could do a histogram of newcar to show the frequency each type of car is bought. If there
2007 Mar 06
3
Micros-Fidelio - billing in hotel
There is hotel application weary popular in Croatia - Micros-Fidelio. Now I need to connect Asterisk with this application for purpose of billing. Thing is that hotel would like to give customer one bill for every service that he used while he was in hotel. Has anybody connected Asterisk with Micros-Fidelio? As I understand this isn't some local developed application, it's something
2006 Jul 04
1
List as per particular month
I want to get the list of sheets created as per month wise.i.e., i want a drop down menu if i select june i want the sheets created in the month of june. could any one please help me? -- Posted via http://www.ruby-forum.com/.
2006 Jun 13
1
Which simple billing application
Hello, I look at voip-info for a simple billing application . I wish to calculate price to pay according to the datas stored in cdr table (unixodbc/mysql). what do you advise me ? Harry __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicit?s http://mail.yahoo.fr Yahoo!
2007 Feb 12
1
Small CDR Billing Program
Hi Guys I am just looking around for a small billing program but can't really find what I am looking for. It needs to bill straight off the CDR. It should grab all the CDR records from the asteriskcdrdb mysql database then have a rates table to that it calculate a bill from. Is there any open source packages or commercial packages that will account for billing say only 5 extensions?