summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-10add new package definitions to all agent types by defaultivan
config option to restore current behaviour (must explicitly add new package definitions to each agent type) closes: Bug#324
2002-02-10update billing documentation for the new world of invoice eventsivan
added freeside-daily replacing freeside-bill for the new world of invoice events
2002-02-10use unique tokens to prevent double-submission of payments in the web UIivan
(closes: Bug#320)
2002-02-10eliminate duplicate cusomters before figuring to display a list or redirect.ivan
eliiminates "2 matching found" displayed but only one in list.
2002-02-10allow + in email addressesivan
2002-02-10okay, for now, don't try to transform email addresses into svcnum-linkedivan
destinations
2002-02-10fix "no previous account to recall hidden password from" error whenivan
adding new accounts & get an error on first try
2002-02-10s/POP/Access Number/ in the webuiivan
2002-02-10*finally* seems to be working under Mason. sheesh.ivan
*finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh. *finally* seems to be working under Mason. sheesh.
2002-02-10removed <!-- $Id$ --> from all files to fix any redirects, whewivan
Mason handler.pl overrides CGI::redirect fixed strict; problems in edit/part_pkg.cgi & edit/process/part_pkg.cgi
2002-02-10hide SS# unless you turn it on via config fileivan
2002-02-10pro-rating w/ web interface, tested (closes: Bug#313).ivan
view/cust_bill.cgi invoice view shows invoice events! fix bug where adding events with no name silently failed instead of giving an error add new comission plans
2002-02-10remove -i option from freeside-bill (obsoleted by invoice events)ivan
2002-02-09no more exit() in templatesivan
2002-02-09okay all external export from .pm files is queued! (closes: Bug#249)ivan
2002-02-09have FS::cust_svc::check look up & check pkg_svc.quantityivan
like httemplate/view/cust_pkg.cgi (closes: Bug#43)
2002-02-09okay, both Apache::ASP and Mason should set no-cache headers now (closes: ↵ivan
Bug#23)
2002-02-07oops, reversing bad Makefile patchivan
2002-02-07delete paymentsivan
2002-02-06doc updates and pod2x fix to skip blib/ filesivan
2002-02-06pod typoivan
2002-02-06documentation building Makefile patchivan
2002-02-06part_bill_event.plan can contain punctuationivan
2002-02-06tyopivan
2002-02-06fix for non-file authivan
2002-02-05better error messages if you haven't run fs-setup ?ivan
2002-02-05&nbsp; for commands; confusing otherwiseivan
2002-02-05docivan
2002-02-05web-based password changer!ivan
2002-02-05don't need DBIx::DataSource for upgradesivan
2002-02-05docivan
2002-02-05fix part_export_option indicesivan
2002-02-04doc updateivan
2002-02-04ancient filesivan
2002-02-041.4.0pre8!ivan
2002-02-04have fs-setup create the necessary "default" billing eventsivan
documentation on necessary "default" billing events
2002-02-04billing events!ivan
2002-01-30fully working invoice event web interfaceivan
2002-01-30removeivan
use Module; and $cgi = new CGI; &cgisuidsetup(); from all templates. should work better under Mason.
2002-01-29these are all auto-generated by the installation; don't check them into CVSivan
(probably should generate them for a release tarball though)
2002-01-29weight, plan and plandata fields in part_bill_eventivan
2002-01-29- web interface for hourly account charges!ivan
(FS::cust_pkg, FS::cust_svc and FS::svc_acct seconds_since methods) - Makefile target to regenerate HTML manpages on install - FS.pm doc update - $FS::Record::Debug now dumps all SQL - new FS::cust_main methods: ->cancel, ->invoicing_list_addpost - start of a billing event web interface - cust_pay::upgrade_replace doesn't error out if history includes overapplied payments
2002-01-29oops bad column type for part_bill_event.paybyivan
2002-01-28oops, syntax error in new() check for missing subclass table sub (eek)ivan
2002-01-28book closing schema changesivan
2002-01-28part_export schema changesivan
2002-01-26another bug spotted by jeffivan
2002-01-24emit a warning in this unlikely case againivan
2002-01-24<rluser> rather than == 0 in the ::check's ....ivan
<rluser> you might consider <= 0
2002-01-24stack traces help alotivan