Difference between revisions of "Freeside:1.7.4:Changelog"

From Freeside
Jump to: navigation, search
Line 17: Line 17:
 
= Reports =
 
= Reports =
  
* Enhance Sales/Credits/Receipts report/graph: make net receipts clickable, add gross & net cashflow, separate gross/net refunds
+
* Enhanced Sales/Credits/Receipts report/graph: make net receipts clickable, add gross & net cashflow, separate gross/net refunds
 +
* Big speedup on A/R report
 +
* Added customer status to advanced customer report
  
 
= Packages =
 
= Packages =
Line 27: Line 29:
 
== Payment history ==
 
== Payment history ==
  
* refactor payment history slightly, add refund receipts, have "unapplied" refunds show like other unapplied/open things.
+
=== Refunds ===
 +
 
 +
* Refactored payment history slightly, add refund receipts, have "unapplied" refunds show like other unapplied/open things.
 +
* payment and credit applications have separate "apply to refund" choices now, and no auto-refund choice in the invoice dropdown
  
 
== Invoices ==
 
== Invoices ==
  
* Add tear-off coupon
+
* Added tear-off coupon
* Line up CDR display in columns
+
* Lined up CDR display in columns
* Add option to show service address
+
* Added option to show service address
* Add "diable_previous_balance" option to omit previous balance, payment, and credit lines on invoices
+
* Added option for postal invoice fee
* Fix typeset invoice when service definition names contain chars that need to be latex escaped
+
* Added "diable_previous_balance" option to omit previous balance, payment, and credit lines on invoices
 +
* Fixed typeset invoice when service definition names contain chars that need to be latex escaped
  
 
== Receipts ==
 
== Receipts ==
Line 43: Line 49:
 
== Events ==
 
== Events ==
  
* Add a "balance over" option to agent-specific invoice send event
+
* Added a "balance over" option to agent-specific invoice send event
* Space out event edit layout for less confusion
+
* Spaceed out event edit layout for less confusion
  
 
= Broadband =
 
= Broadband =
  
* re-drag address and router even farther into the century
+
* Re-drag address and router even farther into the century
  
 
= Exports =
 
= Exports =
Line 58: Line 64:
  
 
= Misc =
 
= Misc =
 +
 +
= Stuff =
 +
 +
* "Bulk email" feature
 +
* Welcome to the future, default to Apache 2
 +
* added (enabled with config)  ability to edit agent_custid
  
 
== Bug fixes ==
 
== Bug fixes ==
  
* Fix for using new payment duplicate stuff with cc encryption
+
* Fixed for using new payment duplicate stuff with cc encryption
 
* Upgrade fixes for very old databases
 
* Upgrade fixes for very old databases
 
* Agent-virtualize customer # portion of quick payment entry
 
* Agent-virtualize customer # portion of quick payment entry
* Fix "illegal query 0" error when cancelling customers
+
* Fixed "illegal query 0" error when cancelling customers
* use IPC::Run to run pslatex & add a timeout, this should prevent hanging on template errors
+
* Use IPC::Run to run pslatex & add a timeout, this should prevent hanging on template errors
* fix the random "HylaFax support has not been configured" error, caused by cust_bill->fax getting called instead of cust_main->fax field
+
* Fixed the random "HylaFax support has not been configured" error, caused by cust_bill->fax getting called instead of cust_main->fax field
 +
* fixed visual regression not displaying package and comment on date editing

Revision as of 23:31, 19 April 2009

Note

This is the changelog for the 1.7.4 point release.

For additional changes since 1.7.2, see Freeside:1.7.3:Changelog

For a more detailed, raw log of changes, see the source ChangeLog

Binary packages

  • Experimental packages are available for SLES (SuSE) in addition Debian and RHEL/CentOS.

Trouble ticketing

  • Fix attachment MIME types.

Reports

  • Enhanced Sales/Credits/Receipts report/graph: make net receipts clickable, add gross & net cashflow, separate gross/net refunds
  • Big speedup on A/R report
  • Added customer status to advanced customer report

Packages

  • Quantity option for one-time charges

Billing

Payment history

Refunds

  • Refactored payment history slightly, add refund receipts, have "unapplied" refunds show like other unapplied/open things.
  • payment and credit applications have separate "apply to refund" choices now, and no auto-refund choice in the invoice dropdown

Invoices

  • Added tear-off coupon
  • Lined up CDR display in columns
  • Added option to show service address
  • Added option for postal invoice fee
  • Added "diable_previous_balance" option to omit previous balance, payment, and credit lines on invoices
  • Fixed typeset invoice when service definition names contain chars that need to be latex escaped

Receipts

  • For check payments, show "Check #" not "Billing #"

Events

  • Added a "balance over" option to agent-specific invoice send event
  • Spaceed out event edit layout for less confusion

Broadband

  • Re-drag address and router even farther into the century

Exports

RADIUS

  • On upgrade, automatically seed last login/logout from sqlradius databases
  • Start freeside-sqlradius-radacctd by default

Misc

Stuff

  • "Bulk email" feature
  • Welcome to the future, default to Apache 2
  • added (enabled with config) ability to edit agent_custid

Bug fixes

  • Fixed for using new payment duplicate stuff with cc encryption
  • Upgrade fixes for very old databases
  • Agent-virtualize customer # portion of quick payment entry
  • Fixed "illegal query 0" error when cancelling customers
  • Use IPC::Run to run pslatex & add a timeout, this should prevent hanging on template errors
  • Fixed the random "HylaFax support has not been configured" error, caused by cust_bill->fax getting called instead of cust_main->fax field
  • fixed visual regression not displaying package and comment on date editing