summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2008-05-05fix for using new payment duplicate stuff with cc encryptionivan
2008-05-02add -s switch to freeside-upgrade for schema-only changes (for slony slaves)ivan
2008-05-02fix backport of _upgrade_data from 1.9 for very old installs, to eliminate ↵ivan
plan-less packages
2008-05-02upgrade part_pkg before cust_creditivan
2008-05-02backport _upgrade_data from 1.9 for very old installs, to eliminate ↵ivan
plan-less packages
2008-04-24reverting MANIFEST changes that should not have been committed in the first ↵ivan
place...
2008-04-18drag address and router even farther into the centuryjeff
2008-04-16show user who created (cancel/suspend) reason and possibly fix a lingering ↵jeff
spurious usergroup bug
2008-04-09fix hourly cap for SQL overage chargesivan
2008-04-05configurable logfile location for freeside-prepaiddivan
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-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-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-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-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-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