summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2006-08-25use GROUP BY instead of DISTINCT ON in the state and country queries for ↵ivan
better cross-database compatibility, based on a preliminary patch from Jason Thomas
2006-08-23removing already commented-out codeivan
2006-08-23don't use FREESIDE_URL for this, it didn't work out...ivan
2006-08-21add cust_bill_pay_pkg and cust_credit_bill_pkg - applying credits and ↵ivan
payments against specific line items
2006-08-21search for existing advertising sources before adding a new oneivan
2006-08-21search for existing advertising sources before adding a new oneivan
2006-08-18and a slight fix to the CSV importivan
2006-08-18pass through the explicitly specified pkeysivan
2006-08-18alas, now try with recursionivan
2006-08-18fix the explicitly specified primary keysivan
2006-08-18allow explicitly specified primary keys (to get around big 8.1 Pg changes ↵ivan
wrt reverse engineering
2006-08-18suggestion to run dbdef-create here, yes...ivan
2006-08-18want ALL of cust_main-skeleton tables config, not just the first lineivan
2006-08-18that was it, the sql had to be fixed...ivan
2006-08-18W T Fivan
2006-08-18even more skeleton debugging, ughivan
2006-08-18what's going on with the parameters for skeleton inserts??ivan
2006-08-18skeleton typoivan
2006-08-18oops, want CHILD table for skeleton inserts, not parentivan
2006-08-18add debugging to _copy_skel to get some idea what's going onivan
2006-08-18first try at skeleton feature for mgivan
2006-08-16get rid of too-verbose debuggingivan
2006-08-15add a new, extended CSV import formativan
2006-08-14pass email, phone and ip adderss to B:OP when doing refunds, hopefully this ↵ivan
will fix OpenECHO refunds
2006-08-14sprinkle some magic ajax fairy dust on referring customer SELEKTAH. rewind! ↵ivan
make smart search smarter, re-layout the top search bars and add an invoice one
2006-08-14bugfix for agentless access users, triggered by part_referral (advertising ↵ivan
source) agent virtualization
2006-08-13customer view work:ivan
DONE 1. add status and balance to top DONE 2. add some sort of oldest date thing so the history doesn't get too big (# years and a link to "show older") 3. make the rest of the action links into js popups? maybe later, weird IENess when closing em DONE (finished) - so revert out or finish/commit the Enter check payment one - Process page can wait until another day.. it should be more of an *action* DONE 4. Ticket list config knobs for wtxs (grid it too) DONE 5. grid the package list
2006-08-12fix acl rewrite causing problems: void now shows up properly, deprecate all ↵ivan
the redundant config values
2006-08-12don't adjust next bill date on unsuspension! causes undesirable effects ↵ivan
with prorate/subscription packages and undesirably rewards customers for non-payment, closes: Bug#1325
2006-08-11virtualize referrals on customer additionivan
2006-08-10add cust_main.agent_custid (at least to schema and customer view, no manual ↵ivan
editing yet)
2006-08-10agent-virtualize advertising sourcesivan
2006-08-10don't set the default to NULL the string! besides, that's already the defaultivan
value of any nullable column, which @date_type is...
2006-08-10better debugging for missing recur_fee so its easier to check the dbivan
2006-08-09self-service interface: add proper password changer and prevent "Setup my ↵ivan
services" provisioner from showing broken links for services not handled yet
2006-08-09batch refactorjeff
2006-08-09self-service interface: move from text to html invoicesivan
2006-08-07add internal user disable-ingivan
2006-08-06slightly better bootstrapping for htpasswd kludge... hopefully that will go ↵ivan
away in 1.7.1
2006-08-06make sure default RADIUS groups don't override ones for existing recordsivan
2006-08-06yow. fix up group handlingivan
2006-08-06this should fix the barfing about default radius groups on the new customer ↵ivan
screen...
2006-08-06this just needs to be a hashref and we should be all set with radius groups thenivan
2006-08-06this should process default usergroup as well as fixed nowivan
2006-08-06add debugging to track down RADIUS group problemivan
2006-08-06add confession here to diagnose etxrn's problem betterivan
2006-08-06add confession here to diagnose etxrn's problem betterivan
2006-07-28htpasswd workaround no longer necessary - closes: #1351ivan
2006-07-27svc_phone.tivan
2006-07-26ugh, fixup bootstrappingivan