summaryrefslogtreecommitdiff
path: root/FS
AgeCommit message (Collapse)Author
2002-05-09don't duplicate state/county/country pulldowns even with taxrates...ivan
2002-05-09texas tax!ivan
2002-05-06fixes gratuitous "Illegal payname" errors reported by nomentivan
2002-05-04schema changes for proper texas taxivan
2002-05-04prevent stuff passed from template/user from being used in searches by ↵ivan
signup server
2002-04-30better BIND integrationivan
2002-04-26add username-nounderscore and username-nodash config filesivan
2002-04-25free_delayed try #2ivan
2002-04-25add flat_delayed planivan
2002-04-25don't require_cardname for non-CARD payby'sivan
2002-04-24require_cardname optionivan
2002-04-24msgcat error for credit card expiration (closes: Bug#407)ivan
2002-04-23fixes inserting strings that end in numbers to TEXT columns... gah i hate SQLivan
2002-04-22use Tie::IxHash to present export options in a reasonable orderivan
2002-04-22don't show extended debugging in error messages that could end up on the signupivan
server
2002-04-22fix bug checking agents allowed to purchase packages (moved from signups server)ivan
2002-04-22- check agentnum ability to order packages in FS::cust_pkg, not signup serverivan
- order by recur price in signup-alternate template
2002-04-20bind exportivan
2002-04-20working BIND importivan
2002-04-20allow * MX recordsivan
2002-04-20allow uppercase in zone data.ivan
2002-04-20allow uppercase zones...ivan
2002-04-20fix problem with edge case where there *is* a pkg_svc record with quantity 0,ivan
when changing packages and using the special case new service code
2002-04-19maybe just for debuggingivan
2002-04-19add phone to Business::OnlinePayment usageivan
2002-04-19- add init file installation to Makefile, add unified init fileivan
- fix qsearch for op => '!=', value => '' searches - fix invalid_catd typo - add payby method to part_pkg and have fs_signup_server pass the data
2002-04-17fix usergroup_delete DELETE syntaxivan
2002-04-17allow = in ut_textivan
2002-04-17get rid of debugging cruftivan
2002-04-16there it is! fix bug with FS::cust_main::agentivan
2002-04-16further debugging...ivan
2002-04-16further authorize.net description debugging (agent??) and get rid ofivan
bad unique index on cust_bill_event
2002-04-16eek, problem with authorize.net description fieldivan
2002-04-16auto-use export classesivan
2002-04-16report on failed billing events...ivan
2002-04-16- send a notice to the customer when their card is declined - closes: Bug#351ivan
- freeside-expiration-alerter works fine, closes: Bug#7
2002-04-16move the last of the real-time exports out of svc_acct.pm and into part_exportivan
2002-04-14- move cyrus, shellcommands, CP exports exports to new-styleivan
- skeleton files for vpopmail exports - documentation updates - add big schema diagram to docs
2002-04-13- documentation updatesivan
- move Critical Path export to new-style export - bin/sqlradius_reset gets a manpage and becomes FS/bin/freeside-sqlradius-reset
2002-04-13allow invoice_lines(0) meaning no limit, no padding (see Bug#388)ivan
2002-04-13bulk queue operations (closes: Bug#389)ivan
2002-04-12fudge up FS::cust_pkg::order ("Order and cancel packages") to try to moveivan
services between svcparts as a last resort...
2002-04-12- should finish off the part_svc -> part_export s/one-to-many/many-to-many/ivan
transition (closes: Bug#375) - fixes a nasty export scoping bug with message catalogs, whew
2002-04-11(almost) everything for bug#375 - create export_svc table - part_svc toivan
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-11use the AUTOLOAD that reports errors better & fix problems with ut_domainivan
losing data
2002-04-10bulk 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-07send email on signup server signups (closes: Bug#386)ivan
2002-04-07working 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 typesivan
- credit card type pulldown on signup server (closes: Bug#383)
2002-04-06add a config option to set the Business::OnlinePayment description field,ivan
and make some useful data available for the config option. closes: Bug#378