summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2003-06-12_default_ default now sets GECOS like the OS-defaultsivan
2003-06-12sqlradius doc update; don't need to allow null OP columnsivan
2003-06-11In scalar context, smtpsend returns the number of addresses that the message ↵khoff
was successfully delivered to. I'm assuming 'Debug' causes Net::SMTP to warn the debug output, not return it.
2003-06-11We're passing a list here, not one argument.khoff
2003-06-09add "$ignore_quantity" bypassivan
2003-06-07and fix the error messageivan
2003-06-07really, really give a better error message when used under 5.005 now. really.ivan
2003-06-07give a better error message regarding Time::Local on old perls. really.ivan
2003-06-07require Time::Local 1.04 on perls before 5.6ivan
2003-06-06add suspend/unsuspend capability to CP exportivan
2003-06-05order/cancel packages rewrittenkhoff
2003-06-04allow empty slipip'sivan
2003-06-03minor update to cp export - eliminate redundant "host" parameterivan
2003-06-03use serial for primary keys in new tables tooivan
2003-06-03router.svcnum nullability fixivan
2003-06-02add last_bill field to manpageivan
2003-05-30sqlradius exports include "op" fieldivan
2003-05-20working self-service self-payments!ivan
2003-05-19fix up some bugs in processing payments via self-service... appears to beivan
working so far
2003-05-19first crack at payment processing with self-service (step two of the process)ivan
2003-05-19maintenance:ivan
- add FS::Misc with send_email subroutine, remove all duplicate code from various modules - move the realtime_bop from cust_bill to cust_main & change usage slightly. invnum is no longer required. FS::cust_bill::realtime_bop remains as a wrapper. self-service: - fix some syntax errors, make payment UI (step one) really should be working now
2003-05-18interface for making payments all doneivan
2003-05-18more self-service make payment UI workivan
2003-05-18self-service: make payment UI doneivan
2003-05-14display recurring custom line items on invoices as well as one-shot onesivan
2003-05-13- document missing fields in cust_bill_eventivan
2003-05-13missing pod =cut at endivan
2003-05-13- self-service updates: cleanup and beginnings of "make a payment"ivan
- fix pod masking FS::svc_acct::cust_svc
2003-05-10fix bug in last_bill method which prevented last_bill dates from being setivan
2003-05-10- substitute '0' for existing blank setup/recur feesivan
- use timelocal_nocheck instead of timelocal for proper wraparound
2003-05-08general Pg 7.3 fix for setting int columns to '' / NULLivan
2003-05-03enable quota maintenance in infostreet exportivan
2003-05-03clean up CVS cruftivan
2003-04-29Better SOA checkingkhoff
2003-04-26I don't like FS::Record warningskhoff
2003-04-26Tyopkhoff
2003-04-24MySQL returns zero on an update when no values change. We would insert on ↵khoff
an rv of zero, so now we select count(*)... instead of relying on the rv of the update.
2003-04-24Support for nWnDnHnMnS time formatkhoff
2003-04-24better shellcommands documentation of all sortsivan
2003-04-24Support for exporting to an ISC BIND9 name serverkhoff
2003-04-24Apparently deleting elements from svc_Common->hashref is bad.khoff
2003-04-23might not be necessary, but to be safe...ivan
2003-04-23DBD::Pg doesn't handle char types very well.khoff
2003-04-22properly deprecate ancient apache & sendmail config optionsivan
2003-04-22- mysql 4.1 is available; update documentationivan
- remove last vestiges of 1.3-style qmail/vpopmail exports from svc_domain and svc_forward; add appropriate exports (closes: Bug#299)
2003-04-21renamed config option excludeaddrkhoff
2003-04-21renamed/clarified exclude_ip_addr option.khoff
2003-04-21on-demand vs. automatic cards & checks: added DCRD and DCHK payment typesivan
2003-04-21Bug fixes for sqlmail. Added support for courier and dovecot authentication.khoff
2003-04-21excludeaddr option for svc_broadbandkhoff