summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2008-03-16goodness, i hope this fixes the bootstrappingivan
2008-03-16okay, really now, how about thisivan
2008-03-16okay, how about thisivan
2008-03-16fix 1.7->1.9 bootstrapping, i thinkivan
2008-03-16bring some sanity to address block selection in svc_broadband service ↵ivan
definition edit
2008-03-15slightly better voip_cdr package edit: use radio buttons for selecting long ↵ivan
things
2008-03-15be asssertiveivan
2008-03-15configurable disable_src, domestic_prefix and international_prefix options ↵ivan
for voip price plan
2008-03-15check on invoice re-printing newest percust... can't reproduce any problem, ↵ivan
prints newest per cust fine, closes: #3161
2008-03-14eliminate some harmless uninitialized value warningsivan
2008-03-14insist on Net::Prizm 0.04jeff
2008-03-14add net credits to sales/credits/receipts reportivan
2008-03-14add Net20 invoice terms, closes: #3219ivan
2008-03-14show where the warning about no conf comes fromivan
2008-03-13yow. very sleep deprived. remove the infinite loop rather than add one.ivan
2008-03-13infinite loop protectionivan
2008-03-13allow cust_pay.otaker upgrade to proceed even if there are some old crufty ↵ivan
records around attached to now-deleted customers
2008-03-12allow exports to add links to customer view (#1407)jeff
2008-03-04fix otaker population for cust_refund like cust_credit and cust_payivan
2008-03-04fix cust_pay.otaker populationivan
2008-03-04AND fix latex->html notes substituion for ~sivan
2008-03-04and fix latex->html notes substituion for escaped #sivan
2008-03-04fix latex->html notes substituion for newlinesivan
2008-03-04argh, don't load up a user until the other initialization is doneivan
2008-03-02add payment gateway disabling (and move payment gateway browse over to new ↵ivan
template)
2008-03-01added a config value to control the extent of credit card masking, but since ↵ivan
cust_main.paymask is in the db, need something to update it for all existing customers too
2008-02-29refactor print_*; invoice sections by package class; could still stand some ↵jeff
more refactoring
2008-02-29working asterisk CDR CSV import (not just direct DB)ivan
2008-02-29disallow uppercase usernames in the first place. also ↵ivan
Record::str2time_sql_closing snuck in.
2008-02-22want to upgrade legacy payments even if they are deprecated COMP payby...ivan
2008-02-22don't bomb out on this transition on old databases without history records ↵ivan
for everything...
2008-02-20retry collisions a bit, acme is getting duplicate errors... guess they're ↵ivan
using lots and lots of prepaid cards. closes: RT#3104
2008-02-20update the tax class editor to enable taxclass adding, RT#2929ivan
2008-02-19adding taxclass tableivan
2008-02-19add some descriptions for svc_external fields, allowing id to fill in from ↵ivan
inventory
2008-02-19return svc_external id and title as label instead of svcnumivan
2008-02-19update base API docs contentsivan
2008-02-19clean up POD docs for better wiki exportabilityivan
2008-02-14add cust_pay.otaker field; populate it based on history on upgrades, and ↵ivan
show the order taker on all payments (on customer view and payment search) closes: #2953
2008-02-14add FS::h_cust_pay classivan
2008-02-13svc_broadband MAC searches RT#2985jeff
2008-02-13package class selection for one-time charges RT#1322jeff
2008-02-13directory assistance (flat per-call) billing RT#3114jeff
2008-02-13yup, bulk price plan appears to be workingivan
2008-02-13fix missing fill-in values on invoices resulting from skewed hash ↵ivan
($conf->config returning empty list in list context)
2008-02-12update for MailTools v2.00ivan
2008-02-11upgrading reason table not quite working with mysql, hopefully no old ↵ivan
installs need this, new ones should be fine hopefully
2008-02-11fix & cleanup duplicate history recordsivan
2008-02-11better debugging if things go awryivan
2008-02-11third time's the charm: MySQL didn't like casting to INTEGER, it wants ↵ivan
SIGNED. whew.