Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-16 | - send a notice to the customer when their card is declined - closes: Bug#351 | ivan | |
- freeside-expiration-alerter works fine, closes: Bug#7 | |||
2002-04-16 | move the last of the real-time exports out of svc_acct.pm and into part_export | ivan | |
2002-04-14 | - move cyrus, shellcommands, CP exports exports to new-style | ivan | |
- skeleton files for vpopmail exports - documentation updates - add big schema diagram to docs | |||
2002-04-14 | docu for invoice_lines(0) with no arguments | ivan | |
2002-04-11 | (almost) everything for bug#375 - create export_svc table - part_svc to | ivan | |
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.... | |||
2002-04-10 | bulk checkin from working on the road: | ivan | |
- 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 | |||
2002-04-07 | working message catalogs (not used for enough yet) | ivan | |
- almost (but not quite) closes Bug#385 - still have to catalog the backend things triggered by signup server. | |||
2002-04-07 | - config option for signup server payment types | ivan | |
- credit card type pulldown on signup server (closes: Bug#383) | |||
2002-04-06 | big signup server cleanups. uses Storable for network protocol now. | ivan | |
- makes Bugs 384 & 385 easier - closes: Bug#382 | |||
2002-04-05 | - add message catalog table & beginning of web interface | ivan | |
- add security_phrase and conf option to svc_acct.pm - random other stuff | |||
2002-04-05 | Checkin of disparate changes from working on the road: | ivan | |
- generic SQL query - move exports out to their own files - small cleanup of selfadmin server | |||
2002-03-27 | s/referral/advertising source/ | ivan | |
yes, the name sucks. got a better one? | |||
2002-03-26 | doc | ivan | |
2002-03-26 | s/Add/Provision/ | ivan | |
2002-03-22 | RADIUS groups on the way! | ivan | |
2002-03-20 | new export! infostreet and sqlradius provisioning switched over | ivan | |
(Bug #299 - doesn't close it, but all the groundwork is done) also removes non-transactional ICRADIUS export from svc_acct.export (closes: Bug#347) | |||
2002-03-18 | new config value `defaultrecords', documentation, javascript config file editor | ivan | |
2002-03-12 | abstract stupid HTML layer trick out to HTML::Widgets::SelectLayers | ivan | |
2002-03-06 | add freeside-expiration-alerter to upgrade8.html | ivan | |
2002-03-06 | billing expiration alerts | jeff | |
2002-03-04 | *** empty log message *** | ivan | |
2002-03-03 | docu | ivan | |
2002-02-27 | add status and statustext fields to cust_bill_event | ivan | |
2002-02-27 | Should be "CREATE TABLE" not "CREATE INDEX" for part_export_option | khoff | |
2002-02-23 | case-insensitive and substring searching | ivan | |
2002-02-23 | UI work on main menu, remove Archive::Tar from docs | ivan | |
2002-02-19 | set EVERYTHING=1 for your own mod_perl compile | ivan | |
2002-02-18 | rsync docs | ivan | |
2002-02-16 | install warnings about mysql | ivan | |
2002-02-12 | fixes: bug#331 | ivan | |
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 | remove -i option from freeside-bill (obsoleted by invoice events) | ivan | |
2002-02-06 | documentation building Makefile patch | ivan | |
2002-02-05 | for commands; confusing otherwise | ivan | |
2002-02-05 | doc | ivan | |
2002-02-05 | web-based password changer! | ivan | |
2002-02-05 | don't need DBIx::DataSource for upgrades | ivan | |
2002-02-05 | doc | ivan | |
2002-02-05 | fix part_export_option indices | ivan | |
2002-02-04 | doc update | ivan | |
2002-02-04 | ancient files | ivan | |
2002-02-04 | have fs-setup create the necessary "default" billing events | ivan | |
documentation on necessary "default" billing events | |||
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 | these are all auto-generated by the installation; don't check them into CVS | ivan | |
(probably should generate them for a release tarball though) | |||
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 | book closing schema changes | ivan | |
2002-01-28 | part_export schema changes | ivan | |