Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-17 | removing CGIwrapper.pm | ivan | |
2002-02-17 | get ride of CGIwrapper.pm | ivan | |
2002-02-17 | queue svc_forward remote commands; better commands too | jeff | |
2002-02-15 | CP provisioning!! | ivan | |
2002-02-14 | don't require state (i18n) | ivan | |
2002-02-12 | more information in "cant send invoice email" error message | ivan | |
2002-02-12 | fixes: | ivan | |
Error running invoice event ($cust_main->charge( 10.00, 'Overdue Bill' );): Illegal or empty (text) comment: at /usr/local/lib/perl5/site_perl/5.005/FS/cust_main.pm line 1141. | |||
2002-02-12 | add username_policy "@append domain" | ivan | |
add "select" config type, mmm | |||
2002-02-12 | that's not a bug anymore, don't list it in the BUGS section | ivan | |
2002-02-11 | oops, code hidden by pod | ivan | |
2002-02-11 | svc_www is working! | ivan | |
also auto-create and add A records if necessary using apacheip config file. and show all domain_records on view/svc_domain.cgi page | |||
2002-02-10 | another bug in quantity checking | ivan | |
2002-02-10 | import qsearch() so the quantity checking works | ivan | |
2002-02-10 | add new package definitions to all agent types by default | ivan | |
config option to restore current behaviour (must explicitly add new package definitions to each agent type) closes: Bug#324 | |||
2002-02-10 | update billing documentation for the new world of invoice events | ivan | |
added freeside-daily replacing freeside-bill for the new world of invoice events | |||
2002-02-10 | use unique tokens to prevent double-submission of payments in the web UI | ivan | |
(closes: Bug#320) | |||
2002-02-10 | allow + in email addresses | ivan | |
2002-02-10 | okay, for now, don't try to transform email addresses into svcnum-linked | ivan | |
destinations | |||
2002-02-10 | hide SS# unless you turn it on via config file | ivan | |
2002-02-10 | pro-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-10 | remove -i option from freeside-bill (obsoleted by invoice events) | ivan | |
2002-02-09 | no more exit() in templates | ivan | |
2002-02-09 | okay all external export from .pm files is queued! (closes: Bug#249) | ivan | |
2002-02-09 | have FS::cust_svc::check look up & check pkg_svc.quantity | ivan | |
like httemplate/view/cust_pkg.cgi (closes: Bug#43) | |||
2002-02-09 | okay, both Apache::ASP and Mason should set no-cache headers now (closes: ↵ | ivan | |
Bug#23) | |||
2002-02-07 | delete payments | ivan | |
2002-02-06 | doc updates and pod2x fix to skip blib/ files | ivan | |
2002-02-06 | pod typo | ivan | |
2002-02-06 | part_bill_event.plan can contain punctuation | ivan | |
2002-02-06 | fix for non-file auth | ivan | |
2002-02-05 | better error messages if you haven't run fs-setup ? | ivan | |
2002-02-04 | billing events! | ivan | |
2002-01-30 | remove | ivan | |
use Module; and $cgi = new CGI; &cgisuidsetup(); from all templates. should work better under Mason. | |||
2002-01-29 | weight, plan and plandata fields in part_bill_event | ivan | |
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-28 | oops, syntax error in new() check for missing subclass table sub (eek) | ivan | |
2002-01-28 | book closing schema changes | ivan | |
2002-01-28 | part_export schema changes | ivan | |
2002-01-26 | another bug spotted by jeff | ivan | |
2002-01-24 | emit a warning in this unlikely case again | ivan | |
2002-01-24 | <rluser> rather than == 0 in the ::check's .... | ivan | |
<rluser> you might consider <= 0 | |||
2002-01-24 | stack traces help alot | ivan | |
2002-01-24 | jeff's on a bugfinding roll here, thanks! | ivan | |
2002-01-24 | <rluser> and it seems that cust_credit_refund::cust_credit should exist.. | ivan | |
2002-01-24 | from jeff@fix | ivan | |
<rluser> in FS::cust_refund::check 'amount' should probably be replaced with +'refund' in two places | |||
2002-01-24 | more updates to cust_refund::update_replace | ivan | |
2002-01-24 | fix cust_refund::insert | ivan | |
2002-01-22 | don't allow $0.00 in credits/payments/refunds | ivan | |
2002-01-22 | docu | ivan | |
2002-01-22 | silly compilation problem | ivan | |