summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2003-08-04Virtual field documentation updates.virtual_fieldskhoff
Removed sb_field/router_field and friends (yay!). Interface changes to support virtual fields.
2003-07-07Various virtual field UI updates/bug fixes. Fixed ordered qsearches.khoff
2003-06-23Generic virtual field supportkhoff
2003-06-22fix the credit card retry on change or manual "retry_card" to ONCE per invoiceivan
2003-06-14add index on cust_bill._dateivan
2003-06-13$new_quoted_password vs. $quoted_new__passwordivan
2003-06-13proper command escape for vpopmail exportivan
2003-06-13pass vpopmail passwords on command-line (unfortunately)ivan
2003-06-13full path to vpopmail commandsivan
2003-06-13add vpopmail presets to shellcommands_withdomain exportivan
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