<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeside.git/conf/invoice_htmlsummary, branch master</title>
<subtitle>Freeside billing, trouble ticketing, network monitoring and provisioning
</subtitle>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/'/>
<entry>
<title>RT# 78190,42357 Correct layout discrepancies for bill summary</title>
<updated>2018-04-15T21:41:32+00:00</updated>
<author>
<name>Mitch Jackson</name>
<email>mitch@freeside.biz</email>
</author>
<published>2018-04-15T21:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=adfc623691f9de2feacdb62b5b596112509e2ce9'/>
<id>adfc623691f9de2feacdb62b5b596112509e2ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed invoice inconsistencies with various conf flags RT#78190</title>
<updated>2017-11-16T05:30:09+00:00</updated>
<author>
<name>Mitch Jackson</name>
<email>mitch@freeside.biz</email>
</author>
<published>2017-11-15T07:51:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=22dd0016d0938f6acb2127d8168a4a1c5e296d3f'/>
<id>22dd0016d0938f6acb2127d8168a4a1c5e296d3f</id>
<content type='text'>
Applying different invoicing conf flags manifested different
variations of the same problem.  Addressed by this fix:

 - Incorrect items listed for Previous Balance
 - Incorrect Items listed for applied payments and credits
 - Incorrect subtotals for various sections
 - Invoice amounts, subtotals, balances displayed did not reconcile.
   Because of which data was selected for display, columns could appear
   to have bad math.  No account balances were factually incorrect.
 - Items disappearing from invoices used a payment receipts or
   "statements" giving a false impression of overpayment or credits
 - Applied payments or credits appearing on the wrong statements
 - A single applied credit appearing on up to 3 invoices
 - When viewing older invoices, future payments for future bills
   shown on, and appearing to apply to, the older invoice
 - Inconsistencies of line items and numbers between website, email,
   pdf and txt version invoices.
 - Invoice summary page numbers not matching the invoice
 - Incorrect balances shown on on aging line
 - Update item order on invoice_htmlsummary mason template

Conf flags involved in these issues:

 - disable_previous_balance
 - previous_balance-payments_since
 - previous_balance-summary_only
 - previous_balance-show_on_statements
 - previous_balance-section
 - previous_balance-exclude_from_total
 - invoice_include_aging
 - invoice_show_prior_due_date
 - invoice_usesummary

New invoice template stash variables made available:

 - aged_balance_current
 - aged_balance_30d
 - aged_balance_60d
 - aged_balance_90d

Solved by updating, or creating, FS::cust_bill helper methods that
generate data to be displayed on invoices.  These helper methods
are responsive to various conf flags.  Updated template pipeline to
use these helpers instead of inconsistent sql queries.

Resolves: #78190
See Also: #75709, #76161, #74426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applying different invoicing conf flags manifested different
variations of the same problem.  Addressed by this fix:

 - Incorrect items listed for Previous Balance
 - Incorrect Items listed for applied payments and credits
 - Incorrect subtotals for various sections
 - Invoice amounts, subtotals, balances displayed did not reconcile.
   Because of which data was selected for display, columns could appear
   to have bad math.  No account balances were factually incorrect.
 - Items disappearing from invoices used a payment receipts or
   "statements" giving a false impression of overpayment or credits
 - Applied payments or credits appearing on the wrong statements
 - A single applied credit appearing on up to 3 invoices
 - When viewing older invoices, future payments for future bills
   shown on, and appearing to apply to, the older invoice
 - Inconsistencies of line items and numbers between website, email,
   pdf and txt version invoices.
 - Invoice summary page numbers not matching the invoice
 - Incorrect balances shown on on aging line
 - Update item order on invoice_htmlsummary mason template

Conf flags involved in these issues:

 - disable_previous_balance
 - previous_balance-payments_since
 - previous_balance-summary_only
 - previous_balance-show_on_statements
 - previous_balance-section
 - previous_balance-exclude_from_total
 - invoice_include_aging
 - invoice_show_prior_due_date
 - invoice_usesummary

New invoice template stash variables made available:

 - aged_balance_current
 - aged_balance_30d
 - aged_balance_60d
 - aged_balance_90d

Solved by updating, or creating, FS::cust_bill helper methods that
generate data to be displayed on invoices.  These helper methods
are responsive to various conf flags.  Updated template pipeline to
use these helpers instead of inconsistent sql queries.

Resolves: #78190
See Also: #75709, #76161, #74426
</pre>
</div>
</content>
</entry>
<entry>
<title>changes to invoice previous balance display, #23573, #23964</title>
<updated>2013-07-24T22:38:48+00:00</updated>
<author>
<name>Mark Wells</name>
<email>mark@freeside.biz</email>
</author>
<published>2013-07-24T22:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=642cd9bbd96603c696f3932f527d57ad33e9b7ee'/>
<id>642cd9bbd96603c696f3932f527d57ad33e9b7ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better invoice summary, RT#20601</title>
<updated>2013-02-04T08:48:19+00:00</updated>
<author>
<name>Ivan Kohler</name>
<email>ivan@freeside.biz</email>
</author>
<published>2013-02-04T08:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=fbe12cde0f7e97427693cb0607a5e28d89acf3f7'/>
<id>fbe12cde0f7e97427693cb0607a5e28d89acf3f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove double summary listing of svc_phone usage when used with invoice summary, RT12637</title>
<updated>2011-06-05T03:45:30+00:00</updated>
<author>
<name>levinse</name>
<email>levinse</email>
</author>
<published>2011-06-05T03:45:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=76a1ecdb1b69fa83a8385adc4a50ac243096c994'/>
<id>76a1ecdb1b69fa83a8385adc4a50ac243096c994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>leading summary page invoices #RT5086</title>
<updated>2009-10-05T00:49:34+00:00</updated>
<author>
<name>jeff</name>
<email>jeff</email>
</author>
<published>2009-10-05T00:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.freeside.biz/cgit/freeside.git/commit/?id=947c1f964f1304242f8a6ffabacccf040f1d505e'/>
<id>947c1f964f1304242f8a6ffabacccf040f1d505e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
