Age | Commit message (Collapse) | Author |
|
transition (closes: Bug#375)
- fixes a nasty export scoping bug with message catalogs, whew
|
|
part_export is now properly many-to-many, not one-to-many
still need to finish service editing (choosing exports) in
httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi
and do somethinga about that manual $svcdb = 'svc_acct' in
httemplate/edit/part_export.cgi (do part_export records need a svcdb?
probably not... should be able to just pass an svcdb on creation of new
exports, move the big %exports hash into part_export.pm and allow
httemplate/edit/part_svc.cgi to query it for exports that can apply to a given
svcdb....
|
|
- use msgcat for more error messages - should be all things that would come3
back from the signup server normally now
- signup server: don't display access number <SELECT> if there's none or one
- signup_server-realtime config option to run billing for signup server
signups immediately
- signup server: pkg available to success templates, better documentation on
success templates
- httemplate/edit/msgcat.cgi fields are properly sticky on errors
- httemplate/edit/process/msgcat.cgi - don't update identical fields
|
|
- almost (but not quite) closes Bug#385 - still have to catalog the
backend things triggered by signup server.
|
|
- add security_phrase and conf option to svc_acct.pm
- random other stuff
|
|
yes, the name sucks. got a better one?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
queue daemon updates: retry & remove links work, bubble up error message
to webinterface, link to svcnum & have job listings on view/svc_* pages,
closes: Bug#280
s/option/optionname/ schema change, dumb mysql, closes: Bug#334
|
|
|
|
*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.
|
|
Mason handler.pl overrides CGI::redirect
fixed strict; problems in edit/part_pkg.cgi & edit/process/part_pkg.cgi
|
|
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
|
|
|
|
|
|
use Module;
and
$cgi = new CGI;
&cgisuidsetup();
from all templates. should work better under Mason.
|
|
(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
|
|
|
|
|
|
web interface to view pending batch
|
|
|
|
*sigh*
|
|
|
|
rework part_pkg editing UI some more
|
|
|
|
|
|
|
|
prelim. job queues!
fixed part_svc editing
|
|
|
|
|
|
state, city, then number
|
|
|
|
|
|
sort by country->state->county,
add "collapse state" if the tax rates are the same statewide,
redirect "expand state" to the browse, not edit screen
|
|
|
|
|