summaryrefslogtreecommitdiff
path: root/httemplate/edit
AgeCommit message (Collapse)Author
2002-04-16move the last of the real-time exports out of svc_acct.pm and into part_exportivan
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-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.
2002-04-06security phrase bug fixesivan
2002-04-05- add message catalog table & beginning of web interfaceivan
- add security_phrase and conf option to svc_acct.pm - random other stuff
2002-04-05don't specify date (not on submitting form)ivan
2002-04-05Checkin 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-30finish up s/referral/advertising source/ivan
2002-03-27s/referral/advertising source/ivan
yes, the name sucks. got a better one?
2002-03-26further export bugfixingivan
add 10 kid limit to freeside-queued sqlradius_reset now works (closes: Bug#372)
2002-03-24UI improvements for agentsivan
2002-03-24"subscription" price plan from "Luke Pfeifer" <freeside@globalli.com>ivan
2002-03-24ICRADIUS groups all done! UI and provisioning. closes: Bug#362ivan
fix some bugs in the export and add queue_dangerous_controls option too
2002-03-23okay group editing UI as well as part_svc group editing UI seem to be workingivan
2002-03-23group editing seems to be working... everything except defaults... oh andivan
export...
2002-03-22RADIUS groups on the way!ivan
2002-03-22more new export...ivan
2002-03-21more for the new world of export...ivan
2002-03-20new export! infostreet and sqlradius provisioning switched overivan
(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-19changes dum big "state/county/country" select to three, linked with javascriptivan
closes: Bug#353
2002-03-18okay, now you can specify an alternate invoice template, and it'llivan
be auto-createad and added to the list of configuration options. closes: Bug#314
2002-03-18added (incomplete) export fooivan
2002-03-12abstract stupid HTML layer trick out to HTML::Widgets::SelectLayersivan
2002-02-26fix a weird oops with service address editing UI that would leaveivan
some fields blank... ?
2002-02-22billing vs. shipping states weren't sorted in the same order. UI glitch onlyivan
2002-02-19allow custom packages to edit service quantities alsoivan
2002-02-18bad warning, causing errors with strictivan
2002-02-18oops!ivan
2002-02-18safe web demo operation! closes: Bug#217ivan
fix bug in edit/part_pkg: s/bkg/pkg/ edit/part_pkg.cgi - plan <SELECT> is now properly stick on errors, closes: Bug#323
2002-02-18fix modified <SELECT>s under netcape4, use one for svc_acct.popnum tooivan
2002-02-12oopsivan
2002-02-12red warning for unknown type :)ivan
2002-02-12service definition domsvc is now a domain pulldownivan
closes: Bug#328
2002-02-11don't display useless finger and shell fields if uid is set to fixed & blankivan
in the service definition - causes: Error: Can't have finger-name without uid
2002-02-11svc_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-10uiivan
2002-02-10slighly different wordingivan
2002-02-10update billing documentation for the new world of invoice eventsivan
added freeside-daily replacing freeside-bill for the new world of invoice events
2002-02-10use unique tokens to prevent double-submission of payments in the web UIivan
(closes: Bug#320)
2002-02-10fix "no previous account to recall hidden password from" error whenivan
adding new accounts & get an error on first try
2002-02-10s/POP/Access Number/ in the webuiivan
2002-02-10*finally* seems to be working under Mason. sheesh.ivan
*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.
2002-02-10removed <!-- $Id$ --> from all files to fix any redirects, whewivan
Mason handler.pl overrides CGI::redirect fixed strict; problems in edit/part_pkg.cgi & edit/process/part_pkg.cgi
2002-02-10hide SS# unless you turn it on via config fileivan
2002-02-10pro-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-09no more exit() in templatesivan