Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-22 | warn and require confirmation when editing next bill dates to a date in the ↵ | ivan | |
past, closes; Bug#430 | |||
2004-11-26 | move part_pkg transactional stuff from web interface to part_pkg.pm, bumps ↵ | ivan | |
Bug#18 to 1.5 | |||
2004-11-24 | fix redundant too-early checks which are causing an error | ivan | |
2004-11-20 | first pass at VoIP rating | ivan | |
2004-09-14 | echeck/ACH refunds | ivan | |
2004-09-09 | rework edit/part_svc.cgi so it doesn't use a separate process/ file, this ↵ | ivan | |
allows large error messages to be displayed properly | |||
2004-07-30 | svcpart changes now trigger all necessary export actions, manual svcpart ↵ | ivan | |
changing on svc_acct view, linking changes svcpart if you ask it to, closes: Bug#671, Bug#644 | |||
2004-07-08 | don't change otaker when just editing account, closes: Bug#921 | ivan | |
2004-07-06 | payment voiding part deux & credit card refunds! | ivan | |
2004-06-29 | add cust_pay_refund table to refund payments | ivan | |
2004-05-14 | add per-agent invoice templates, add per-package suspend invoice events, fix ↵ | ivan | |
automatic creation of invoice_latex alternate templates | |||
2004-03-22 | remove everything that links to package view also, closes: Bug#569 | ivan | |
2004-02-28 | style | ivan | |
2004-02-28 | new setuptax and recurtax fields | ivan | |
2004-01-31 | add pkg_svc.primary_svc flag to enable an explicit first package flag | ivan | |
2003-12-23 | add svc_external | ivan | |
2003-10-24 | cvv! | ivan | |
2003-10-22 | dbh is a global. | khoff | |
2003-08-05 | Virtual field merge | khoff | |
2003-07-23 | fix spurious "can't purchase pkgpart" errors | ivan | |
2003-04-21 | Navigation fixes. | khoff | |
2003-04-21 | Fixed bug with $routernum and new routers. Navigation cleanup. | khoff | |
2003-04-21 | on-demand vs. automatic cards & checks: added DCRD and DCHK payment types | ivan | |
2003-04-02 | fix disappearing email invoice on errors, finally (closes: Bug#35) | ivan | |
2003-04-01 | correct last_bill problems with $0 invoice (non-existant) edge cases | ivan | |
2003-02-05 | svc_broadband rewrite | khoff | |
2003-02-05 | svc_broadband rewrite | khoff | |
2002-10-12 | ACH support | ivan | |
2002-10-04 | working on the road: | ivan | |
- easier "change package" link for changing one package to another - sqlradius export now compatible with Pg - indices on phone numbers - install instructions specify Pg 7.1 (at least until ILIKE thing is changed) - searching on phone number fragments | |||
2002-09-21 | all taxes now have names. closes: Bug#15 | ivan | |
2002-09-17 | remove svc_acct_sm | ivan | |
2002-09-09 | svc_broadband merge | khoff | |
2002-08-30 | new invoice event: upload a CSV file | ivan | |
2002-07-08 | edit expiration dates | ivan | |
2002-07-03 | one-time charges with tax classes | ivan | |
2002-06-26 | working one-time charges | ivan | |
2002-06-23 | patch to get this working from Stephen Bechard <steve@destek.net> | ivan | |
2002-06-20 | shellcommands w/passwords | ivan | |
2002-05-23 | bind: allow adding slave domains too | ivan | |
2002-05-22 | bind export, editing zones, deleting unaudited domains, mmm | ivan | |
2002-05-09 | texas tax! | ivan | |
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 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-05 | don't specify date (not on submitting form) | ivan | |
2002-03-23 | okay group editing UI as well as part_svc group editing UI seem to be working | ivan | |
2002-03-23 | group editing seems to be working... everything except defaults... oh and | ivan | |
export... | |||
2002-03-22 | more new export... | ivan | |
2002-03-21 | more for the new world of export... | ivan | |