summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
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.
2008-02-11ah, no, its count (*) vs count(*), wowivan
2008-02-10comment out unused db statements in a way that doesn't get to the database, ↵ivan
to avoid Pg vs mysql comment-out differences
2008-02-08tyopjeff
2008-02-03should eliminate "Use of uninitialized value in length at ↵ivan
/usr/local/share/perl/5.8.8/FS/cust_main.pm line 5194." warnings
2008-01-29missed usejeff
2008-01-291394 regression fixupjeff
2008-01-29bulk package changing (RT#1394)jeff
2008-01-25simple payment CSV importjeff
2008-01-25add an always BAM option and be explicit about transactionsjeff
2008-01-24slightly more sane names for customer tickets hash, display ticket owners on ↵ivan
customer view page
2008-01-23change service, billing, and payment info in selfservicejeff
2008-01-20add and fix some indices, this should marginally (but not drastically) ↵ivan
improve the time to pull up A/R report totals
2008-01-13new ACLsivan
2008-01-11add option to enable searching of cust_main.agent_custid with one or two ↵ivan
letter prefix before the numeric part
2008-01-11add option to enable searching of cust_main.agent_custid with one or two ↵ivan
letter prefix before the numeric part
2008-01-10new rate editorivan
2008-01-10third person is betterivan
2008-01-08transactiony cruft removaljeff
2008-01-08show negative balances on A/R report, closes: RT#2983ivan
2007-12-28tool to seed svc_acct.last_login and .last_logoutjeff
2007-12-28last login reporting (#2952)jeff
2007-12-26conifgurable siteName and docsjeff
2007-12-23add a reset feature to manual recharges (#1858)jeff
2007-12-20increase siteName allowed lengthjeff
2007-12-19add options for balance over/under to advanced customer reportjeff