summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2004-10-06fix big in RADIUS session viewing when using an ignored-accounting exportivan
2004-10-05RADIUS session viewingivan
2004-10-05DO open a database connection in the parent process, this cached the $dbdef ↵ivan
and speeds things up significantly
2004-09-16add uid to mass duplicate checking on export changes, fix bug in new export ↵ivan
editing, error message includes the number of duplicate customers also
2004-09-16allow blank auth for echeck refundsivan
2004-09-16don't re-my var, quiet warningivan
2004-09-15add option for global username or username@domain uniqueness, closes: Bug#980ivan
2004-09-15it would help to set the permissions on the lockfile right, so the kids can ↵ivan
open it...
2004-09-15obtain a new descriptor for the lock in kids, this should fix locking problemsivan
2004-09-14echeck/ACH refundsivan
2004-09-14selfservice:ivan
- server: don't reconnect again if we've already been signalled to shutdown - server: add kid reaping to shutdown sequence - server: add another optional logging level to response sending - server: acquire write mutex for keepalives
2004-09-09rework edit/part_svc.cgi so it doesn't use a separate process/ file, this ↵ivan
allows large error messages to be displayed properly
2004-09-06self-service keepalivesivan
2004-09-06don't open a database connection in the parent processivan
2004-09-06don't die off even on database failuresivan
2004-09-05acquire a database lock to prevent race conditions in duplicate checkingivan
2004-09-04first try at duplicate checking on new export associationsivan
2004-08-27oops use @ARGV not @_ivan
2004-08-27add option to specify exportsivan
2004-08-24big update for reseller interfaceivan
2004-08-17prevent realtime_bop CVV removal from messing up cust_main records, also ↵ivan
don't pollute the original object when used with override options, closes: Bug#982
2004-08-14first try at duplicate checking on new export associationsivan
2004-08-11fix bank name showing up on invoicesivan
2004-08-05fix pod typoivan
2004-08-02no maintainer, use shellcommands_withdomain insteadivan
2004-07-30set fixed values from an explicitly specified svcpart on replace tooivan
2004-07-30svcpart changes now trigger all necessary export actions, manual svcpart ↵ivan
changing on svc_acct view, linking changes svcpart if you ask it to, closes: Bug#671, Bug#644
2004-07-29add index on cust_main.refnum, speeds up advertising source listivan
2004-07-15big update for customer self-service: add provisioning/unprovisioning of ↵ivan
purchased services, like fs_selfadmin
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-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-07allow payment modification so we can import order_number infoivan
2004-07-06better error message for missing tablesivan
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-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-30add option to pgp/gpg encrypt scp dumpsivan
2004-06-30fix warning message when agent-specific plandata cannot be foundivan
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-25ping the database and retry rather before doing anythingivan