Displaying 20 results from an estimated 50000 matches similar to: "Billing Automation"
2008 Jul 17
0
[ADV/ANN] Easy recurring billing with Authorize.net
I have just put out an update to the SaaS Rails Kit, a sample Rails
application that implements recurring billing. This update adds support for
the Authorize.net payment gateway. With the Rails Kit and Authorize.net
CIM, you get a complete and very flexible subscription billing system that
you can use as a starting point for building your software-as-a-service
Rails application, so you can skip
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
2020 Jan 28
0
How to correctly fork a CDR for billing in a call forwarding scenario?
Hi Gang
I have not yet managed to find a solution to correctly generate CDRs
for this situation:
Alice calls Bob.
Bob has call forwarding delayed 20s to Charlie.
Charlie picks up immediately.
exten => bob,1,DBget(cfwdly=CFDLY/${exten}); $cfwdly contains charlie
same => n,Set(CDR(src)=${CALLERID(number)}) ; src 'alice'
same => n,Set(CDR(dst)=${exten})
same =>
2006 Aug 07
16
Monthly billing and payment processor recommendations?
Hi,
I''m setting up a site that will bill on a monthly basis. I would
rather not have to worry about storing customer credit card
information. Does anyone have recommendations on payment processors
that offer monthly billing services?
I don''t want to go the paypal route as I want the user to stay on
the site. I''m hoping to find an API to integrate with. I have
2008 Oct 16
0
[Announcement] Billing Module for your SaaS web application is here: ServiceMerchant
[Announcement] Billing Module for your SaaS web application is here:
ServiceMerchant
== In two sentences
ServiceMerchant is open-source library, developed in Ruby, which takes
care of recurring billings and subscriptions of your SaaS
application.
The library sits on top of well known library ActiveMerchant and
therefore gives you the variety of choice among payment providers.
== In more details
2008 Oct 29
4
Current Open Source Billing Package
After spending a couple hours scanning for an open source (non-
commercial) billing package yesterday I am underwhelmed. Almost all of
the packages listed on the WIKI appear to be defunct, for several
years now. I will be happy to get a login and edit them out if that is
the proper method to do so.
My requirements are very minimal and at this point unless I have
missed something will
2006 Apr 18
4
IN-PLACE FORM EDITING
Ive been following the rails recipes (great book) and wanted to have a
larger a text field when editing in place.
The chapter it mentions that I can "force the InPlaceEditor to create
either a text ?eld or a <textarea> ?eld, using the :rows option to
in_place_editor_?eld( ). Then any value greater than 1 will tell
InPlaceEditor to generate a <textarea>." It
2017 Sep 25
0
Winbind group membership not updating
On Mon, 25 Sep 2017 15:16:54 +0200
Malte zu Klampen via samba <samba at lists.samba.org> wrote:
> We are currently in the process of replacing some of our file servers
> with Active Directory joined Samba servers. However, during testing
> we have noticed behaviour that has caught us off guard.
>
> Changes in user group membership in AD do not show up on our file
>
2006 May 16
5
Google Map problems
I followed the setup from http://cartographer.rubyforge.org/
but keep getting this error -
NoMethodError in Sandbox#map
Showing app/views/layouts/sandbox.rhtml where line #4 raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.[]
Extracted source (around line #4):
1: <html>
2: <head>
2017 Sep 25
0
Winbind group membership not updating
Hai,
Now you have overlapping id's.
idmap config *:range = 1000 - 99999
I suggest, leave some room for your "linux users"
Like : idmap config *:range = 2000 - 99999
In addition, also, run : net cache flush
And run :
systemctl stop winbind
sleep 1
systemctl start winbind
Then.. what does : id Administrator
Tells you now.
And id someOtheruser?
Now
2017 Sep 25
4
Winbind group membership not updating
We are currently in the process of replacing some of our file servers
with Active Directory joined Samba servers. However, during testing we
have noticed behaviour that has caught us off guard.
Changes in user group membership in AD do not show up on our file
servers. Specifically, changing a user's groups in AD won't affect group
membership on the Samba server once the user has
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
2006 Apr 14
6
Login Generator with Extensible authorisation
I want my web app to have a signup/login generator but have 2 tiers of
users - normal and premium. There seems to be lots of login generator
and engines with scattered tutorials about extensible authorisation and
Im lost as which is the ''best'' or most ''easy to use'' solution. Anyone
had success in this area?
--
Posted via http://www.ruby-forum.com/.
2017 Sep 26
2
Winbind group membership not updating
Hej,
There are no Linux users (above 1000 that is), and there never will be.
net cache flush does absolutely nothing.
I've already suspected that the version might be at fault and checked
4.7.0 with the same result.
I suspect the problem is not a bug per se, but an architectural problem
with how sessions are constructed. As far as I can tell, group
membership is resolved once at the
2007 Mar 09
5
storing customer CC on gateway
I posted this late yesterday afternoon to no response, so I figured I''d
try once more to get the morning people''s attention.
I''m working on setting up the credit card processing part of a rails app
for my company and running into some issues. I''m currently working
with the ActiveMerchant plugin and connecting to our account at
Authorize.net.
2011 Mar 24
1
Linux Based Billing and CDR
Hi All,
Do you'll have any recommendations on a Linux based Customer Management and
Pre-paid Billing system for Asterisk, Freeswitch or Kamalio?
The system should also allow customers to register, login, buy more credit,
view call records, etc.
Commercial or Open-source are ok as long as they run on Linux.
Thanks,
A.
-------------- next part --------------
An HTML attachment was scrubbed...
2018 Mar 29
5
deployment automation
Suppose tinc is installed on 100 routers in 100 sites.
How to automate site-site vpn management across 100 sites?
Some kind of vpn management solution?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20180329/90f0198d/attachment.html>
2009 Mar 04
2
Service Merchant
I''m about to dive into a revamp of the payment processing engine for a
my company''s software application service. I came across a tool called
Service Merchant (http://servicemerchant.org), and it looks like it
could be a good fit for me, especially since we do recurring monthly
subscription billing.
Has anyone tried using it? Liked it? Any suggestions or comments?
George
2017 Dec 03
0
Apache and web content permissions
Hi Niki,
The principle to work by here is 'least required access'. There's two
functional types of users we care about, the one executing the PHP
code (probably apache or php-fpm) and admins like yourself with
FTP/shell access. Upstream wordpress documents application write
requirements at
https://codex.wordpress.org/Hardening_WordPress#File_Permissions -
read it to know where the
2008 Jan 16
4
How to test if one range of dates overlaps another?
Hi all,
I have a situation with a recurring billing application where I need
to test if one range of dates "overlaps" another range of dates. Does
anyone know a rails find or mysql select statement that will test for
this? Here are the details:
* Recurringcharge items have a start_date and an end_date that
represent the period of time that the charges should occur.
* Statement items