summaryrefslogtreecommitdiff
path: root/httemplate
AgeCommit message (Collapse)Author
2002-06-10also retry cards when user clicks "Bill now" (closes: Bug#417)ivan
2002-06-10final visual update on package date viewivan
2002-06-10fixup time display in packagesivan
2002-06-10add small time display to datesivan
2002-06-10Rollback part_pkg.def_svcpart changes.khoff
2002-06-08Default svcpart support for part_pkg. Fixes 'bug' with new customer and ↵khoff
online signup.
2002-06-05more mysql goodness, thanks daleivan
2002-06-04small doc patch from baloo@gimpgirl.orgivan
2002-06-04mysql support! thanks to Donald Greer <dgreer@austintx.com> for the SQL andivan
Dale Hege <fhege@lumenexus.net> for the patches
2002-05-31Added support for part_exports that are used with more than one svcdb.khoff
2002-05-30point to correct place for hidecancelledcustomers config optionivan
2002-05-27fix javascript bug reported by baloo@gimpgirl.com, thanksivan
2002-05-23bind: allow adding slave domains tooivan
2002-05-22bind export, editing zones, deleting unaudited domains, mmmivan
2002-05-17tyopivan
2002-05-16service definition cloningivan
2002-05-16upgrade docs: run populate-msgcativan
2002-05-15queue dependanciesivan
2002-05-09s/Referral/Advertising source/ivan
2002-05-09attempt to avoid people installing and asking for help with MySQL despite theivan
VERY FUCKING CLEAR instructions that it isn't supported.
2002-05-09texas tax!ivan
2002-05-04schema changes for proper texas taxivan
2002-05-04add package search by next bill date to main menuivan
2002-05-04fix ranges on cust_pkg searchivan
2002-05-04point at correct .cgiivan
2002-05-04lilunixbtch: trying to pull accounts based on next billdateivan
tofu_beast420: hmm a report ordered by next bill date? tofu_beast420: i don't know how you'd do that per _customer_ since a customer could have lots of packages, but you could do a per-package report maybe?
2002-04-25free_delayed try #2ivan
2002-04-25add flat_delayed planivan
2002-04-23harmless ui glitchivan
2002-04-22add pkgpart to agent type listingivan
2002-04-20bind exportivan
2002-04-20working BIND importivan
2002-04-17fix default searchesivan
2002-04-17better ordering in search resultsivan
2002-04-16uiivan
2002-04-16exports, then services...ivan
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-16allow multiple search types on main menu... more confusing but default isivan
*too* fuzzy
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-14docu for invoice_lines(0) with no argumentsivan
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-13s/otaker/order-taker/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-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-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.