Added a new Plan type, base_rate, which uses the cust_pkg->options to control pricing.
authorjayce <jayce>
Fri, 16 Feb 2007 19:46:04 +0000 (19:46 +0000)
committerjayce <jayce>
Fri, 16 Feb 2007 19:46:04 +0000 (19:46 +0000)
commit0dbc5284b650523d7bf299fa86279b21b0325a9d
tree0a8943fba00cc21abb23d305e2604a2dc549494e
parent2d83c78cd946db628047078ad796e5fddcc3b596
Added a new Plan type, base_rate, which uses the cust_pkg->options to control pricing.
You assign a base rate for charging, and it is multiplied by the 'units' ordered.  Solves a need where a company wants to offer an ASP style service, that charges per user, at a base cost, but doesn't want a plan for every combination of user amounts.
FS/FS/part_pkg/base_rate.pm [new file with mode: 0644]