Included option for Show Service Items in Inventory Sales Report
[fa-stable.git] / reporting / reports_main.php
1 <?php
2 /**********************************************************************
3     Copyright (C) FrontAccounting, LLC.
4         Released under the terms of the GNU General Public License, GPL,
5         as published by the Free Software Foundation, either version 3
6         of the License, or (at your option) any later version.
7     This program is distributed in the hope that it will be useful,
8     but WITHOUT ANY WARRANTY; without even the implied warranty of
9     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
11 ***********************************************************************/
12 $path_to_root="..";
13 $page_security = 'SA_OPEN';
14 include_once($path_to_root . "/includes/session.inc");
15
16 include_once($path_to_root . "/includes/date_functions.inc");
17 include_once($path_to_root . "/includes/data_checks.inc");
18 include_once($path_to_root . "/includes/ui.inc");
19 include_once($path_to_root . "/reporting/includes/reports_classes.inc");
20 $js = "";
21 if ($use_date_picker)
22         $js .= get_js_date_picker();
23
24 add_js_file('reports.js');
25
26 page(_($help_context = "Reports and Analysis"), false, false, "", $js);
27
28 $reports = new BoxReports;
29
30 $dim = get_company_pref('use_dimension');
31
32 $reports->addReportClass(_('Customer'), RC_CUSTOMER);
33 $reports->addReport(RC_CUSTOMER, 101, _('Customer &Balances'),
34         array(  _('Start Date') => 'DATEBEGIN',
35                         _('End Date') => 'DATEENDM',
36                         _('Customer') => 'CUSTOMERS_NO_FILTER',
37                         _('Show Balance') => 'YES_NO',
38                         _('Currency Filter') => 'CURRENCY',
39                         _('Suppress Zeros') => 'YES_NO',
40                         _('Comments') => 'TEXTBOX',
41                         _('Orientation') => 'ORIENTATION',
42                         _('Destination') => 'DESTINATION'));
43 $reports->addReport(RC_CUSTOMER, 102, _('&Aged Customer Analysis'),
44         array(  _('End Date') => 'DATE',
45                         _('Customer') => 'CUSTOMERS_NO_FILTER',
46                         _('Currency Filter') => 'CURRENCY',
47                         _('Show Also Allocated') => 'YES_NO',
48                         _('Summary Only') => 'YES_NO',
49                         _('Suppress Zeros') => 'YES_NO',
50                         _('Graphics') => 'GRAPHIC',
51                         _('Comments') => 'TEXTBOX',
52                         _('Orientation') => 'ORIENTATION',
53                         _('Destination') => 'DESTINATION'));
54 $reports->addReport(RC_CUSTOMER, 103, _('Customer &Detail Listing'),
55         array(  _('Activity Since') => 'DATEBEGIN',
56                         _('Sales Areas') => 'AREAS',
57                         _('Sales Folk') => 'SALESMEN',
58                         _('Activity Greater Than') => 'TEXT',
59                         _('Activity Less Than') => 'TEXT',
60                         _('Comments') => 'TEXTBOX',
61                         _('Orientation') => 'ORIENTATION',
62                         _('Destination') => 'DESTINATION'));
63 $reports->addReport(RC_CUSTOMER, 114, _('Sales &Summary Report'),
64         array(  _('Start Date') => 'DATEBEGINTAX',
65                         _('End Date') => 'DATEENDTAX',
66                         _('Tax Id Only') => 'YES_NO',
67                         _('Comments') => 'TEXTBOX',
68                         _('Orientation') => 'ORIENTATION',
69                         _('Destination') => 'DESTINATION'));
70 $reports->addReport(RC_CUSTOMER, 104, _('&Price Listing'),
71         array(  _('Currency Filter') => 'CURRENCY',
72                         _('Inventory Category') => 'CATEGORIES',
73                         _('Sales Types') => 'SALESTYPES',
74                         _('Show Pictures') => 'YES_NO',
75                         _('Show GP %') => 'YES_NO',
76                         _('Comments') => 'TEXTBOX',
77                         _('Orientation') => 'ORIENTATION',
78                         _('Destination') => 'DESTINATION'));
79 $reports->addReport(RC_CUSTOMER, 105, _('&Order Status Listing'),
80         array(  _('Start Date') => 'DATEBEGINM',
81                         _('End Date') => 'DATEENDM',
82                         _('Inventory Category') => 'CATEGORIES',
83                         _('Stock Location') => 'LOCATIONS',
84                         _('Back Orders Only') => 'YES_NO',
85                         _('Comments') => 'TEXTBOX',
86                         _('Orientation') => 'ORIENTATION',
87                         _('Destination') => 'DESTINATION'));
88 $reports->addReport(RC_CUSTOMER, 106, _('&Salesman Listing'),
89         array(  _('Start Date') => 'DATEBEGINM',
90                         _('End Date') => 'DATEENDM',
91                         _('Summary Only') => 'YES_NO',
92                         _('Comments') => 'TEXTBOX',
93                         _('Orientation') => 'ORIENTATION',
94                         _('Destination') => 'DESTINATION'));
95 $reports->addReport(RC_CUSTOMER, 107, _('Print &Invoices'),
96         array(  _('From') => 'INVOICE',
97                         _('To') => 'INVOICE',
98                         _('Currency Filter') => 'CURRENCY',
99                         _('email Customers') => 'YES_NO',
100                         _('Payment Link') => 'PAYMENT_LINK',
101                         _('Comments') => 'TEXTBOX',
102                         _('Customer') => 'CUSTOMERS_NO_FILTER',
103                         _('Orientation') => 'ORIENTATION'
104 ));
105 $reports->addReport(RC_CUSTOMER, 113, _('Print &Credit Notes'),
106         array(  _('From') => 'CREDIT',
107                         _('To') => 'CREDIT',
108                         _('Currency Filter') => 'CURRENCY',
109                         _('email Customers') => 'YES_NO',
110                         _('Payment Link') => 'PAYMENT_LINK',
111                         _('Comments') => 'TEXTBOX',
112                         _('Orientation') => 'ORIENTATION'));
113 $reports->addReport(RC_CUSTOMER, 110, _('Print &Deliveries'),
114         array(  _('From') => 'DELIVERY',
115                         _('To') => 'DELIVERY',
116                         _('email Customers') => 'YES_NO',
117                         _('Print as Packing Slip') => 'YES_NO',
118                         _('Comments') => 'TEXTBOX',
119                         _('Orientation') => 'ORIENTATION'));
120 $reports->addReport(RC_CUSTOMER, 108, _('Print &Statements'),
121         array(  _('Customer') => 'CUSTOMERS_NO_FILTER',
122                         _('Currency Filter') => 'CURRENCY',
123                         _('Show Also Allocated') => 'YES_NO',
124                         _('Email Customers') => 'YES_NO',
125                         _('Comments') => 'TEXTBOX',
126                         _('Orientation') => 'ORIENTATION'));
127 $reports->addReport(RC_CUSTOMER, 109, _('&Print Sales Orders'),
128         array(  _('From') => 'ORDERS',
129                         _('To') => 'ORDERS',
130                         _('Currency Filter') => 'CURRENCY',
131                         _('Email Customers') => 'YES_NO',
132                         _('Print as Quote') => 'YES_NO',
133                         _('Comments') => 'TEXTBOX',
134                         _('Orientation') => 'ORIENTATION'));
135 $reports->addReport(RC_CUSTOMER, 111, _('&Print Sales Quotations'),
136         array(  _('From') => 'QUOTATIONS',
137                         _('To') => 'QUOTATIONS',
138                         _('Currency Filter') => 'CURRENCY',
139                         _('Email Customers') => 'YES_NO',
140                         _('Comments') => 'TEXTBOX',
141                         _('Orientation') => 'ORIENTATION'));
142 $reports->addReport(RC_CUSTOMER, 112, _('Print Receipts'),
143         array(  _('From') => 'RECEIPT',
144                         _('To') => 'RECEIPT',
145                         _('Currency Filter') => 'CURRENCY',
146                         _('Comments') => 'TEXTBOX',
147                         _('Orientation') => 'ORIENTATION'));
148
149 $reports->addReportClass(_('Supplier'), RC_SUPPLIER);
150 $reports->addReport(RC_SUPPLIER, 201, _('Supplier &Balances'),
151         array(  _('Start Date') => 'DATEBEGIN',
152                         _('End Date') => 'DATEENDM',
153                         _('Supplier') => 'SUPPLIERS_NO_FILTER',
154                         _('Show Balance') => 'YES_NO',
155                         _('Currency Filter') => 'CURRENCY',
156                         _('Suppress Zeros') => 'YES_NO',
157                         _('Comments') => 'TEXTBOX',
158                         _('Orientation') => 'ORIENTATION',
159                         _('Destination') => 'DESTINATION'));
160 $reports->addReport(RC_SUPPLIER, 202, _('&Aged Supplier Analyses'),
161         array(  _('End Date') => 'DATE',
162                         _('Supplier') => 'SUPPLIERS_NO_FILTER',
163                         _('Currency Filter') => 'CURRENCY',
164                         _('Show Also Allocated') => 'YES_NO',
165                         _('Summary Only') => 'YES_NO',
166                         _('Suppress Zeros') => 'YES_NO',
167                         _('Graphics') => 'GRAPHIC',
168                         _('Comments') => 'TEXTBOX',
169                         _('Orientation') => 'ORIENTATION',
170                         _('Destination') => 'DESTINATION'));
171 $reports->addReport(RC_SUPPLIER, 203, _('&Payment Report'),
172         array(  _('End Date') => 'DATE',
173                         _('Supplier') => 'SUPPLIERS_NO_FILTER',
174                         _('Currency Filter') => 'CURRENCY',
175                         _('Suppress Zeros') => 'YES_NO',
176                         _('Comments') => 'TEXTBOX',
177                         _('Orientation') => 'ORIENTATION',
178                         _('Destination') => 'DESTINATION'));
179 $reports->addReport(RC_SUPPLIER, 204, _('Outstanding &GRNs Report'),
180         array(  _('Supplier') => 'SUPPLIERS_NO_FILTER',
181                         _('Comments') => 'TEXTBOX',
182                         _('Orientation') => 'ORIENTATION',
183                         _('Destination') => 'DESTINATION'));
184 $reports->addReport(RC_SUPPLIER, 205, _('Supplier &Detail Listing'),
185         array(  _('Activity Since') => 'DATEBEGIN',
186                         _('Activity Greater Than') => 'TEXT',
187                         _('Activity Less Than') => 'TEXT',
188                         _('Comments') => 'TEXTBOX',
189                         _('Orientation') => 'ORIENTATION',
190                         _('Destination') => 'DESTINATION'));
191 $reports->addReport(RC_SUPPLIER, 209, _('Print Purchase &Orders'),
192         array(  _('From') => 'PO',
193                         _('To') => 'PO',
194                         _('Currency Filter') => 'CURRENCY',
195                         _('Email Suppliers') => 'YES_NO',
196                         _('Comments') => 'TEXTBOX',
197                         _('Orientation') => 'ORIENTATION'));
198 $reports->addReport(RC_SUPPLIER, 210, _('Print Remittances'),
199         array(  _('From') => 'REMITTANCE',
200                         _('To') => 'REMITTANCE',
201                         _('Currency Filter') => 'CURRENCY',
202                         _('Email Suppliers') => 'YES_NO',
203                         _('Comments') => 'TEXTBOX',
204                         _('Orientation') => 'ORIENTATION'));
205
206 $reports->addReportClass(_('Inventory'), RC_INVENTORY);
207 $reports->addReport(RC_INVENTORY,  301, _('Inventory &Valuation Report'),
208         array(  _('End Date') => 'DATE',        
209                         _('Inventory Category') => 'CATEGORIES',
210                         _('Location') => 'LOCATIONS',
211                         _('Summary Only') => 'YES_NO',
212                         _('Comments') => 'TEXTBOX',
213                         _('Orientation') => 'ORIENTATION',
214                         _('Destination') => 'DESTINATION'));
215 $reports->addReport(RC_INVENTORY,  302, _('Inventory &Planning Report'),
216         array(  _('Inventory Category') => 'CATEGORIES',
217                         _('Location') => 'LOCATIONS',
218                         _('Comments') => 'TEXTBOX',
219                         _('Orientation') => 'ORIENTATION',
220                         _('Destination') => 'DESTINATION'));
221 $reports->addReport(RC_INVENTORY, 303, _('Stock &Check Sheets'),
222         array(  _('Inventory Category') => 'CATEGORIES',
223                         _('Location') => 'LOCATIONS',
224                         _('Show Pictures') => 'YES_NO',
225                         _('Inventory Column') => 'YES_NO',
226                         _('Show Shortage') => 'YES_NO',
227                         _('Suppress Zeros') => 'YES_NO',
228                         _('Item Like') => 'TEXT',
229                         _('Comments') => 'TEXTBOX',
230                         _('Orientation') => 'ORIENTATION',
231                         _('Destination') => 'DESTINATION'));
232 $reports->addReport(RC_INVENTORY, 304, _('Inventory &Sales Report'),
233         array(  _('Start Date') => 'DATEBEGINM',
234                         _('End Date') => 'DATEENDM',
235                         _('Inventory Category') => 'CATEGORIES',
236                         _('Location') => 'LOCATIONS',
237                         _('Customer') => 'CUSTOMERS_NO_FILTER',
238                         _('Show Service Items') => 'YES_NO',
239                         _('Comments') => 'TEXTBOX',
240                         _('Orientation') => 'ORIENTATION',
241                         _('Destination') => 'DESTINATION'));
242 $reports->addReport(RC_INVENTORY, 305, _('&GRN Valuation Report'),
243         array(  _('Start Date') => 'DATEBEGINM',
244                         _('End Date') => 'DATEENDM',
245                         _('Comments') => 'TEXTBOX',
246                         _('Orientation') => 'ORIENTATION',
247                         _('Destination') => 'DESTINATION'));
248 $reports->addReport(RC_INVENTORY, 306, _('Inventory P&urchasing Report'),
249         array(  _('Start Date') => 'DATEBEGINM',
250                         _('End Date') => 'DATEENDM',
251                         _('Inventory Category') => 'CATEGORIES',
252                         _('Location') => 'LOCATIONS',
253                         _('Supplier') => 'SUPPLIERS_NO_FILTER',
254                         _('Items') => 'ITEMS_P',
255                         _('Comments') => 'TEXTBOX',
256                         _('Orientation') => 'ORIENTATION',
257                         _('Destination') => 'DESTINATION'));
258 $reports->addReport(RC_INVENTORY, 307, _('Inventory &Movement Report'),
259         array(  _('Start Date') => 'DATEBEGINM',
260                         _('End Date') => 'DATEENDM',
261                         _('Inventory Category') => 'CATEGORIES',
262                         _('Location') => 'LOCATIONS',
263                         _('Comments') => 'TEXTBOX',
264                         _('Orientation') => 'ORIENTATION',
265                         _('Destination') => 'DESTINATION'));                            
266 $reports->addReport(RC_INVENTORY, 308, _('C&osted Inventory Movement Report'),
267         array(  _('Start Date') => 'DATEBEGINM',
268                         _('End Date') => 'DATEENDM',
269                         _('Inventory Category') => 'CATEGORIES',
270                         _('Location') => 'LOCATIONS',
271                         _('Comments') => 'TEXTBOX',
272                         _('Orientation') => 'ORIENTATION',
273                         _('Destination') => 'DESTINATION'));                            
274 $reports->addReport(RC_INVENTORY, 309,_('Item &Sales Summary Report'),
275         array(  _('Start Date') => 'DATEBEGINM',
276                         _('End Date') => 'DATEENDM',
277                         _('Inventory Category') => 'CATEGORIES',
278                         _('Comments') => 'TEXTBOX',
279                         _('Orientation') => 'ORIENTATION',
280                         _('Destination') => 'DESTINATION'));                            
281
282 $reports->addReportClass(_('Manufacturing'), RC_MANUFACTURE);
283 $reports->addReport(RC_MANUFACTURE, 401, _('&Bill of Material Listing'),
284         array(  _('From product') => 'ITEMS',
285                         _('To product') => 'ITEMS',
286                         _('Comments') => 'TEXTBOX',
287                         _('Orientation') => 'ORIENTATION',
288                         _('Destination') => 'DESTINATION'));
289 $reports->addReport(RC_MANUFACTURE, 402, _('Work Order &Listing'),
290         array(  _('Items') => 'ITEMS_ALL',
291                         _('Location') => 'LOCATIONS',
292                         _('Outstanding Only') => 'YES_NO',
293                         _('Comments') => 'TEXTBOX',
294                         _('Orientation') => 'ORIENTATION',
295                         _('Destination') => 'DESTINATION'));
296 $reports->addReport(RC_MANUFACTURE, 409, _('Print &Work Orders'),
297         array(  _('From') => 'WORKORDER',
298                         _('To') => 'WORKORDER',
299                         _('Email Locations') => 'YES_NO',
300                         _('Comments') => 'TEXTBOX',
301                         _('Orientation') => 'ORIENTATION'));
302 $reports->addReportClass(_('Dimensions'), RC_DIMENSIONS);
303 if ($dim > 0)
304 {
305         $reports->addReport(RC_DIMENSIONS, 501, _('Dimension &Summary'),
306         array(  _('From Dimension') => 'DIMENSION',
307                         _('To Dimension') => 'DIMENSION',
308                         _('Show Balance') => 'YES_NO',
309                         _('Comments') => 'TEXTBOX',
310                         _('Orientation') => 'ORIENTATION',
311                         _('Destination') => 'DESTINATION'));
312         //$reports->addReport(_('Dimensions'),502, _('Dimension Details'),
313         //array(        _('Dimension'),'DIMENSIONS'),
314         //              _('Comments'),'TEXTBOX')));
315 }
316 $reports->addReportClass(_('Banking'), RC_BANKING);
317         $reports->addReport(RC_BANKING,  601, _('Bank &Statement'),
318         array(  _('Bank Accounts') => 'BANK_ACCOUNTS',
319                         _('Start Date') => 'DATEBEGINM',
320                         _('End Date') => 'DATEENDM',
321                         _('Zero values') => 'YES_NO',
322                         _('Comments') => 'TEXTBOX',
323                         _('Orientation') => 'ORIENTATION',
324                         _('Destination') => 'DESTINATION'));
325
326 $reports->addReportClass(_('General Ledger'), RC_GL);
327 $reports->addReport(RC_GL, 701, _('Chart of &Accounts'),
328         array(  _('Show Balances') => 'YES_NO',
329                         _('Comments') => 'TEXTBOX',
330                         _('Orientation') => 'ORIENTATION',
331                         _('Destination') => 'DESTINATION'));
332 $reports->addReport(RC_GL, 702, _('List of &Journal Entries'),
333         array(  _('Start Date') => 'DATEBEGINM',
334                         _('End Date') => 'DATEENDM',
335                         _('Type') => 'SYS_TYPES',
336                         _('Comments') => 'TEXTBOX',
337                         _('Orientation') => 'ORIENTATION',
338                         _('Destination') => 'DESTINATION'));
339 //$reports->addReport(RC_GL, 703, _('GL Account Group Summary'),
340 //      array(  _('Comments'),'TEXTBOX')));
341
342 if ($dim == 2)
343 {
344         $reports->addReport(RC_GL, 704, _('GL Account &Transactions'),
345         array(  _('Start Date') => 'DATEBEGINM',
346                         _('End Date') => 'DATEENDM',
347                         _('From Account') => 'GL_ACCOUNTS',
348                         _('To Account') => 'GL_ACCOUNTS',
349                         _('Dimension')." 1" =>  'DIMENSIONS1',
350                         _('Dimension')." 2" =>  'DIMENSIONS2',
351                         _('Comments') => 'TEXTBOX',
352                         _('Orientation') => 'ORIENTATION',
353                         _('Destination') => 'DESTINATION'));
354         $reports->addReport(RC_GL, 705, _('Annual &Expense Breakdown'),
355         array(  _('Year') => 'TRANS_YEARS',
356                         _('Dimension')." 1" =>  'DIMENSIONS1',
357                         _('Dimension')." 2" =>  'DIMENSIONS2',
358                         _('Account Tags') =>  'ACCOUNTTAGS',
359                         _('Comments') => 'TEXTBOX',
360                         _('Orientation') => 'ORIENTATION',
361                         _('Destination') => 'DESTINATION'));
362         $reports->addReport(RC_GL, 706, _('&Balance Sheet'),
363         array(  _('Start Date') => 'DATEBEGIN',
364                         _('End Date') => 'DATEENDM',
365                         _('Dimension')." 1" => 'DIMENSIONS1',
366                         _('Dimension')." 2" => 'DIMENSIONS2',
367                         _('Account Tags') =>  'ACCOUNTTAGS',
368                         _('Decimal values') => 'YES_NO',
369                         _('Graphics') => 'GRAPHIC',
370                         _('Comments') => 'TEXTBOX',
371                         _('Orientation') => 'ORIENTATION',
372                         _('Destination') => 'DESTINATION'));
373         $reports->addReport(RC_GL, 707, _('&Profit and Loss Statement'),
374         array(  _('Start Date') => 'DATEBEGINM',
375                         _('End Date') => 'DATEENDM',
376                         _('Compare to') => 'COMPARE',
377                         _('Dimension')." 1" =>  'DIMENSIONS1',
378                         _('Dimension')." 2" =>  'DIMENSIONS2',
379                         _('Account Tags') =>  'ACCOUNTTAGS',
380                         _('Decimal values') => 'YES_NO',
381                         _('Graphics') => 'GRAPHIC',
382                         _('Comments') => 'TEXTBOX',
383                         _('Orientation') => 'ORIENTATION',
384                         _('Destination') => 'DESTINATION'));
385         $reports->addReport(RC_GL, 708, _('Trial &Balance'),
386         array(  _('Start Date') => 'DATEBEGINM',
387                         _('End Date') => 'DATEENDM',
388                         _('Zero values') => 'YES_NO',
389                         _('Only balances') => 'YES_NO',
390                         _('Dimension')." 1" =>  'DIMENSIONS1',
391                         _('Dimension')." 2" =>  'DIMENSIONS2',
392                         _('Comments') => 'TEXTBOX',
393                         _('Orientation') => 'ORIENTATION',
394                         _('Destination') => 'DESTINATION'));
395 }
396 else if ($dim == 1)
397 {
398         $reports->addReport(RC_GL, 704, _('GL Account &Transactions'),
399         array(  _('Start Date') => 'DATEBEGINM',
400                         _('End Date') => 'DATEENDM',
401                         _('From Account') => 'GL_ACCOUNTS',
402                         _('To Account') => 'GL_ACCOUNTS',
403                         _('Dimension') =>  'DIMENSIONS1',
404                         _('Comments') => 'TEXTBOX',
405                         _('Orientation') => 'ORIENTATION',
406                         _('Destination') => 'DESTINATION'));
407         $reports->addReport(RC_GL, 705, _('Annual &Expense Breakdown'),
408         array(  _('Year') => 'TRANS_YEARS',
409                         _('Dimension') =>  'DIMENSIONS1',
410                         _('Account Tags') =>  'ACCOUNTTAGS',
411                         _('Comments') => 'TEXTBOX',
412                         _('Orientation') => 'ORIENTATION',
413                         _('Destination') => 'DESTINATION'));
414         $reports->addReport(RC_GL, 706, _('&Balance Sheet'),
415         array(  _('Start Date') => 'DATEBEGIN',
416                         _('End Date') => 'DATEENDM',
417                         _('Dimension') => 'DIMENSIONS1',
418                         _('Account Tags') =>  'ACCOUNTTAGS',
419                         _('Decimal values') => 'YES_NO',
420                         _('Graphics') => 'GRAPHIC',
421                         _('Comments') => 'TEXTBOX',
422                         _('Orientation') => 'ORIENTATION',
423                         _('Destination') => 'DESTINATION'));
424         $reports->addReport(RC_GL, 707, _('&Profit and Loss Statement'),
425         array(  _('Start Date') => 'DATEBEGINM',
426                         _('End Date') => 'DATEENDM',
427                         _('Compare to') => 'COMPARE',
428                         _('Dimension') => 'DIMENSIONS1',
429                         _('Account Tags') =>  'ACCOUNTTAGS',
430                         _('Decimal values') => 'YES_NO',
431                         _('Graphics') => 'GRAPHIC',
432                         _('Comments') => 'TEXTBOX',
433                         _('Orientation') => 'ORIENTATION',
434                         _('Destination') => 'DESTINATION'));
435         $reports->addReport(RC_GL, 708, _('Trial &Balance'),
436         array(  _('Start Date') => 'DATEBEGINM',
437                         _('End Date') => 'DATEENDM',
438                         _('Zero values') => 'YES_NO',
439                         _('Only balances') => 'YES_NO',
440                         _('Dimension') => 'DIMENSIONS1',
441                         _('Comments') => 'TEXTBOX',
442                         _('Orientation') => 'ORIENTATION',
443                         _('Destination') => 'DESTINATION'));
444 }
445 else
446 {
447         $reports->addReport(RC_GL, 704, _('GL Account &Transactions'),
448         array(  _('Start Date') => 'DATEBEGINM',
449                         _('End Date') => 'DATEENDM',
450                         _('From Account') => 'GL_ACCOUNTS',
451                         _('To Account') => 'GL_ACCOUNTS',
452                         _('Comments') => 'TEXTBOX',
453                         _('Orientation') => 'ORIENTATION',
454                         _('Destination') => 'DESTINATION'));
455         $reports->addReport(RC_GL, 705, _('Annual &Expense Breakdown'),
456         array(  _('Year') => 'TRANS_YEARS',
457                         _('Account Tags') =>  'ACCOUNTTAGS',
458                         _('Comments') => 'TEXTBOX',
459                         _('Orientation') => 'ORIENTATION',
460                         _('Destination') => 'DESTINATION'));
461         $reports->addReport(RC_GL, 706, _('&Balance Sheet'),
462         array(  _('Start Date') => 'DATEBEGIN',
463                         _('End Date') => 'DATEENDM',
464                         _('Account Tags') =>  'ACCOUNTTAGS',
465                         _('Decimal values') => 'YES_NO',
466                         _('Graphics') => 'GRAPHIC',
467                         _('Comments') => 'TEXTBOX',
468                         _('Orientation') => 'ORIENTATION',
469                         _('Destination') => 'DESTINATION'));
470         $reports->addReport(RC_GL, 707, _('&Profit and Loss Statement'),
471         array(  _('Start Date') => 'DATEBEGINM',
472                         _('End Date') => 'DATEENDM',
473                         _('Compare to') => 'COMPARE',
474                         _('Account Tags') =>  'ACCOUNTTAGS',
475                         _('Decimal values') => 'YES_NO',
476                         _('Graphics') => 'GRAPHIC',
477                         _('Comments') => 'TEXTBOX',
478                         _('Orientation') => 'ORIENTATION',
479                         _('Destination') => 'DESTINATION'));
480         $reports->addReport(RC_GL, 708, _('Trial &Balance'),
481         array(  _('Start Date') => 'DATEBEGINM',
482                         _('End Date') => 'DATEENDM',
483                         _('Zero values') => 'YES_NO',
484                         _('Only balances') => 'YES_NO',
485                         _('Comments') => 'TEXTBOX',
486                         _('Orientation') => 'ORIENTATION',
487                         _('Destination') => 'DESTINATION'));
488 }
489 $reports->addReport(RC_GL, 709, _('Ta&x Report'),
490         array(  _('Start Date') => 'DATEBEGINTAX',
491                         _('End Date') => 'DATEENDTAX',
492                         _('Summary Only') => 'YES_NO',
493                         _('Comments') => 'TEXTBOX',
494                         _('Orientation') => 'ORIENTATION',
495                         _('Destination') => 'DESTINATION'));
496 $reports->addReport(RC_GL, 710, _('Audit Trail'),
497         array(  _('Start Date') => 'DATEBEGINM',
498                         _('End Date') => 'DATEENDM',
499                         _('Type') => 'SYS_TYPES_ALL',
500                         _('User') => 'USERS',
501                         _('Comments') => 'TEXTBOX',
502                         _('Orientation') => 'ORIENTATION',
503                         _('Destination') => 'DESTINATION'));
504
505 add_custom_reports($reports);
506
507 echo $reports->getDisplay();
508
509 end_page();
510 ?>