slightly better error messages for LaTeX problems
[freeside.git] / ANNOUNCE.1.4.2
1 New in 1.4.2beta1:
2
3 - Main customer view backported from 1.5, much nicer date/status view
4 - communigate_pro export
5 - hide display of disabled packages from agent type browse
6 - package search skips cancelled packages when searching by date range
7 - agent list now includes number of active and cancelled customers, links to
8   a list of the specified customers (should have as report...)
9 - popup calendar option added to date inputs
10 - access number list now includes number of accounts, links to a list of the
11   specified accounts
12 - Business::OnlinePayment "recurring_billing" flag is set for subsequent
13   credit card transactions; some processors (AuthorizeNet, others?) use this
14   to waive the CVV2 requirement.
15 - advertising source browse now includes the number of signups in
16   various time periods: today, past week, 30/60/90 days, 6 months, 1 year
17   and grand total.
18 - payment reports broken down by Visa/MC / Amex / Discover
19 - New report!  A/R Aging Summary
20 - fix time online view for time/data charging for sqlradius_withdomain exports
21 - CVV2-capable w/schema changes
22   ALTER TABLE cust_main ADD paycvv varchar(4) NULL;
23   ALTER TABLE h_cust_main ADD paycvv varchar(4) NULL;
24   ./dbdef-create ivan
25 - fix html quoting problems editing complicated exports
26 - Explicit invoice terms ("payable upon receipt" / Net XX) and a calculated
27   due date if used
28 - remove spurious "Setup" printed on invoice line items on one-time package
29   charges
30 - typeset postscript invoices using LaTeX templates!
31 - sql_generic price plan for charging based on a configurable sql query
32 - per-agent reporting for packages
33 - system_usernames configuration value to prohibit modification/deletion of
34   specific usernames
35 - prepaid income report
36 - report: package definitions by # of active packages now includes suspended & cancelled packages
37 - new report: service definitions by # of active services
38 - self-service server!
39 - signup and passwd servers integrated into self-service server.  selfservice server has simple Makefile support for multiple machines
40 - suspensions no longer change the password.  make sure all your exports
41   have the ability to suspend accounts
42 - work around bug in FreeBSD pw(1) command which could corrupt passwd / master.passwd files
43 - shellcommands defaults now have commands for suspension and unsuspension on Linux and FreeBSD
44 - schema patchkits: tax, CVV, pkg_svc?, svc_forward?
45 - re-email invoice link
46 - sendmail import
47 - postfix export
48 - redid mail forward edit screen
49 - reworked customer view payment history: no longer splits up payments/credits
50 - removed separate package view (everything accessable from customer view)
51 - export module change - modules are now more self contained, easier to add
52   new exports
53 - ISPMan integration
54 - Do our own whois query instead of linking to geektools
55 - automatic synchronization of reverse-ARPA records
56 - expired credit card report
57 - per-agent invoice templates (VISPs...)
58   (per-agent email From: addresses in 1.5)
59 - per-package suspend
60 - in service definitions, shell field is now a dropdown of legal shells