summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg.pm
AgeCommit message (Collapse)Author
2007-10-17insert_reason only worked if you passed in an existing reason, the code to ↵jayce
insert a new reason was in place, but didn't let the new reason get used. Code to do this was already in place, just not utilized.
2007-09-18allow assignment of auto recharge values AND rolloverjeff
2007-09-07default cancellation subject so the emails work even when people don't set ↵ivan
one in config
2007-08-10on changing packages, don't set setup date unless old package has oneivan
2007-08-08fix otaker regexivan
2007-08-01event refactor, landing on HEAD!ivan
2007-07-02missing method name in docsivan
2007-06-26suspend later just like expire (#1487)jeff
2007-06-21latex welcome letters (1677)jeff
2007-05-071606 correct bug in overlimit groups handlingjeff
2007-04-11usage suspend vs admin suspend -- avoid actual cust_pkg::suspend except ↵jeff
legacy cases
2007-03-13okay, so this should link to usernum now. but until then, it should be ↵ivan
->username, not ->name, eek. causing "Error: Error inserting cust_pkg_reason: ERROR: value to long for type character varying(32)" errors and will be harder to normalize back to usernum when we fix that
2007-02-08use a LIMIT to retreive the first record, don't rely on qsearchs to trim it ↵ivan
for you - it is inefficient and outputs long verbose warnings
2007-02-03this should fix services with negative num_avail showing up for provisioningivan
2007-01-23notices before first charge on flat_delayedjeff
2007-01-17fix bug wrt suspend/cancel reasons (suspends fail in freeside-daily)jeff
2006-12-29service refactor!ivan
2006-12-07retouch bandwidth countdownjeff
2006-10-27add unsuspend-always_adjust_next_bill_date config option for qisivan
2006-10-23events should attach reasonsjeff
2006-08-12don't adjust next bill date on unsuspension! causes undesirable effects ↵ivan
with prorate/subscription packages and undesirably rewards customers for non-payment, closes: Bug#1325
2006-07-14don't send cancellation emails on package changesivan
2006-06-19add ability to select specific package defs. and package status to package ↵ivan
report for qis
2005-12-30Fixing a few typos.rsiddall
2005-11-11for prepaid packages, trigger export update of RADIUS Expiration attribute ↵ivan
when cust_pkg.bill changes
2005-10-20fix credit for remaining service. fuck Date::Manipivan
2005-08-07move cust_pkg search to new template, add active/suspended/cancelled ↵ivan
customer packages to agent browse
2005-03-21Added support for FAX invoice destinations using a HylaFAX server.khoff
Faxing plain text invoices is not supported.
2005-03-02set setup date on package changesivan
2005-03-02prevent bug causing 'Error crediting customer for service remaining: ↵ivan
FS::cust_pkg=HASH(0x9958c60)' error on package cancellations where the part_pkg record didn't have a plan, closes: Bug#1153
2005-01-29registration codesivan
2005-01-27made a typo applying patch from pbowenivan
2005-01-19credit for unused portion at cancellation, patch from pbowenivan
2005-01-19one-time referral creditsivan
2004-12-29historical (immutable) invoice details about services and other history ↵ivan
infrastructure
2004-12-01don't check that agent is allowed to purchase the package on changesivan
2004-11-22promo codes and separate signup addresses for hdnivan
2004-10-26modular price plans!ivan
2004-07-15big update for customer self-service: add provisioning/unprovisioning of ↵ivan
purchased services, like fs_selfadmin
2004-06-25move up next bill date on unsuspendivan
2004-04-05apply some heuristics to transfer ordering: primaries first, then sorted by ↵ivan
quantity
2004-04-04add cust_pkg-change_svcpart option to optionally allow non-matching svcparts ↵ivan
to be moved during package changes, closes: Bug#667
2004-03-27Cancel services in a particular order to get around certain inter-service ↵khoff
dependancies
2004-03-03fix welcome emails being sent to signup server declined accounts, closes: ↵ivan
Bug#743
2004-02-28minor fixesivan
2003-11-12better error msgivan
2003-09-26fix manual_flag problem preventing cust_pkg editingivan
2003-09-19move signup server functions to self-service server. fix provisioning &ivan
immediate suspension of declined signups.
2003-09-19deprecate signup_server-quiet config optionivan
2003-08-05Virtual field mergekhoff