Topic: FA Unstable v2.4 prepaid - excel code
Please open a separate topic for Unstable / FA v2.4.
Attached here is a one difference found in the file reporting/includes/pdf_report.inc between the stable and unstable branches:
--- FA3140_Stable/reporting/includes/pdf_report.inc Fri Nov 23 11:45:56 2012
+++ FA3140_UnStable/reporting/includes/pdf_report.inc Tue Jan 15 18:28:07 2013
@@ -386,7 +386,7 @@
'DebtorName', 'supp_account_no', 'wo_ref', 'debtor_ref','type', 'trans_no',
'StockItemName', 'tax_id', 'order_', 'delivery_date', 'units_issued',
'due_date', 'required_by', 'payment_terms', 'curr_code',
- 'ov_freight', 'ov_gst', 'ov_amount', 'requisition_no', 'contact'),
+ 'ov_freight', 'ov_gst', 'ov_amount', 'prepaid', 'requisition_no', 'contact'),
'branch' => array('br_address', 'br_name', 'salesman', 'disable_branch'),
'sales_order' => array('deliver_to', 'delivery_address', 'customer_ref'),
'bankaccount' => array('bank_name', 'bank_account_number', 'payment_service')
There is no such difference between the respective reporting/includes/excel_report.inc files.
Currently prepaid seems to be used only in one report, viz., reporting/rep107.php.
In both stable and unstable branches, there are 2 reports rep502.php (Dimensions) and rep703.php (GL Account Group Summary) that are commented out in the file reporting/main_report.inc - any info on this?
Also, in the FA v2.4 Unstable branch, there is one report - rep602.php (Bank Statements with Reconcile) that does not seem to appear anywhere in reporting/main_report.inc ! This report has not been updated as yet for the Orientation feature.
The maximum number of parameters used in reports are in rep707.php where PARAM_0 to PARAM_10 (total 11) are used.
In table 0_debtor_trans , a new TINYINT field tax_included has been introduced in FA 2.4 Unstable that has changes in some of it's reports - 107, 110, 113. This must be taken into account if reports are to be backported to the stable version.