! -> Note
$ -> Affected files
-30-Jan-2010 Joe Hunt
+31-Jan-2010 Joe Hunt
+# Bug in Quick Entries with Tax added.
+$ /includes/ui/ui_view.inc
+
+30-Jan-2010 Joe Hunt/Chaitanya
+ Added a Balance Sheet drilldown inquiry in Banking and GL.
+ Contributed by Chatanya. Magnificient!
$ /applications/generalledger.php
/gl/inquiry/balance_sheet.php (new file)
/gl/inquiry/gl_account_inquiry.php
if (substr($qe_line['action'],0,1) != 'T')
$part = $taxbase;
else
- $part = $base;
+ $part = $base/100;
$item_tax = get_tax_type($qe_line['dest_id']);
- if ($type == QE_SUPPINV && substr($qe_line['action'],0,1) != 'T')
+ //if ($type == QE_SUPPINV && substr($qe_line['action'],0,1) != 'T')
+ if ($type == QE_SUPPINV)
{
$taxgroup = $cart->tax_group_id;
$rates = 0;