summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2008-04-05configurable logfile location for freeside-prepaiddivan
2008-04-02checkpoint tax editors and correct a blunderjeff
2008-04-02don't do (as much) useless work on upgradeivan
2008-04-01don't show services on invoices that are newer than the invoice, closes: #3032ivan
2008-04-01last bit of magic for RT ticket customer auto-association: look for ↵ivan
requestor email addresses in cust_main_invoice and svc_acct, closes; RT#1160
2008-04-01checkpoint of new tax rating systemjeff
2008-03-30okay, REALLY fix substitution problems with ancient-style invoice template ↵ivan
includes
2008-03-30fix missing backslash preventing ancient invoice template includes from ↵ivan
working, whew! and spiffied up the error reporting on template compile problems, since they're bound to happen when folks edit
2008-03-30document config_orbase, add key_orbase for debugging infoivan
2008-03-28fix double charging for CDRs when number is in both src and charged_party ↵ivan
fields, and disable_src is not checked
2008-03-26add a netcredits_12mo sub so that 12mo checkbox works again... sure do need ↵ivan
these to be auto-generated or $AUTOLOADED or something :)
2008-03-26fixup per call billingjeff
2008-03-26don't granular-ize 0 billsec calls into having a minimum chargeivan
2008-03-16hopefully allow phone login to workivan
2008-03-16phonenum + pin loginivan
2008-03-16phonenum + pin loginivan
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