summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-02fix annoying resize of "New customer" button; closes: RT#1642ivan
2008-03-02better indication of why these things are the way they areivan
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-03-01ah, that's better, prettyfy and link adv. customer searchivan
2008-03-01add payby selection to adv. customer searchivan
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-22on accounts overview: show time applied after multipliers, not actual time ↵ivan
worked
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-22on accounts overview: show time applied after multipliers, not actual time ↵ivan
worked
2008-02-20doh. ivan is so in the doghouse for this oneivan
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-20process/part_pkg_taxclass.htmlivan
2008-02-19adding taxclass tableivan
2008-02-19fix this to generate more wiki-friendly column listivan
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-19fixup and expand POD docs for self-service list_pkgs & list_svcsivan
2008-02-19fix API uploadivan
2008-02-19update base API docs contentsivan
2008-02-19clean up POD docs for better wiki exportabilityivan
2008-02-14brown-bag missing comma from last update. time to go homeivan
2008-02-14re-align links and styling in package report correctlyivan
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-14this ACL has been around for long enough (and almost nobody uses batched ↵ivan
payments, so showing them is probably bad)
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-13fix compile error from hasty refactoringivan
2008-02-13yup, bulk price plan appears to be workingivan
2008-02-13modernizingivan
2008-02-13fix missing fill-in values on invoices resulting from skewed hash ↵ivan
($conf->config returning empty list in list context)
2008-02-12for our internal time tracking: TimeWorked can happen on a Create ↵ivan
transaction as well as Correspond and Comment. is there anywhere else this needs to be changed?
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-09typo, fix from mtou, thanksivan
2008-02-08Removed code that create a freeside user on the build machine and added codersiddall
to modify Makefile to remove clauses that require such a user. This should allow the RPMs to build under mock.
2008-02-08tyopjeff
2008-02-05fix package editing on HEAD, whew. bad semicolon.ivan
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