summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-12DEL out voided payments to distinguish them visually betterivan
2004-07-10fix edge case avoiding erronous decline/cancel when customer has a negative ↵ivan
balance & purchases stuff with it
2004-07-10tyop;ivan
2004-07-10add calendar to cust_bill_event search page, make ending date default to ↵ivan
open-ended like other reports
2004-07-10fix FS::Record::qsearch to (hopefully) work as before and cluck loudly when ↵ivan
the FS::tablename class isn't loaded, rather than throw exceptions
2004-07-10use FS::svc_external so the label method doesn't bomb out in ↵ivan
FS::Record::qsearch with Can't locate object method virtual_fields via package FS::svc_external
2004-07-09add debugging to agent.cgi, make sure warnings are turned off when parsing ↵ivan
templates to avoid too much output to STDERR triggering obscure apache hang bug. thanks dean you rule.
2004-07-09new style ; param separatorivan
2004-07-08don't change otaker when just editing account, closes: Bug#921ivan
2004-07-07allow payment modification so we can import order_number infoivan
2004-07-06better error message for missing tablesivan
2004-07-06new featuresivan
2004-07-06payment voiding part deux & credit card refunds!ivan
2004-07-06document and check refund reasonsivan
2004-07-06add cust_pay_void table and payment voiding web ui part oneivan
2004-07-060.32 (and then some) releasedivan
2004-07-060.32 (and then some) releasedivan
2004-07-01credit out self-serviceivan
2004-07-01fix silly bug editing agentsivan
2004-07-01show a full stack backtrace if we wind up in the hash method with an empty ↵ivan
Hash attribute, wtf?
2004-06-30payyment receipts template fixesivan
2004-06-30payyment receipts: pass body has an arrayref, also fill in name filedivan
2004-06-30typoivan
2004-06-30payment receipts!ivan
2004-06-30forgot october! closes: Bug#880ivan
2004-06-30add option to pgp/gpg encrypt scp dumpsivan
2004-06-30fix warning message when agent-specific plandata cannot be foundivan
2004-06-29cust_pay_refundivan
2004-06-29add cust_pay_refund table to refund paymentsivan
2004-06-25fix Pg date parsing of expdate and thus paydate_monthyear method and thus ↵ivan
bug#862 and i need some sleep
2004-06-25fix one-time card charging not pulling in exp date?ivan
2004-06-25set defaults so as to not change the billing type when entering a one time ↵ivan
payment
2004-06-25ping the database and retry rather before doing anythingivan
2004-06-25really fix latex printing when datasrc contains a ;ivan
2004-06-25fix latex printing when datasrc contains a ;ivan
2004-06-25move up next bill date on unsuspendivan
2004-06-23forgotten space in typeset invoice credit linesivan
2004-06-23escape htmlivan
2004-06-22snapshot before schema changesivan
2004-06-22small doc updateivan
2004-06-22fix attribute importing bugs that borked the passwordsivan
2004-06-21fix dup password checking on add'l package orderivan
2004-06-21export popselector and expselectivan
2004-06-21removing old report from MANIFESTivan
2004-06-21fix harmless typo, closes; Bug#872ivan
2004-06-21check password match on agent add'l package orderivan
2004-06-21field name is primary_svc, not primaryivan
2004-06-21option to only allow primary users access to the self-service serverivan
2004-06-18masonize fix: avoid newline prepend fix from borking indented first <%, ↵ivan
fixes customer search by otaker under mason, closes: Bug#830
2004-06-18recommend HTML::Masonivan