forked from timschofield/webERP-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGLBalanceSheet.php
728 lines (638 loc) · 28 KB
/
GLBalanceSheet.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
<?php
/* $Id$*/
/* This script shows the balance sheet for the company as at a specified date. */
/*Through deviousness and cunning, this system allows shows the balance sheets as at the end of any period selected - so first off need to show the input of criteria screen while the user is selecting the period end of the balance date meanwhile the system is posting any unposted transactions */
include ('includes/session.inc');
$Title = _('Balance Sheet');// Screen identification.
$ViewTopic = 'GeneralLedger';// Filename's id in ManualContents.php's TOC.
$BookMark = 'BalanceSheet';// Anchor's id in the manual's html document.
include('includes/SQL_CommonFunctions.inc');
include('includes/AccountSectionsDef.php'); // This loads the $Sections variable
if (! isset($_POST['BalancePeriodEnd']) or isset($_POST['SelectADifferentPeriod'])){
/*Show a form to allow input of criteria for TB to show */
include('includes/header.inc');
echo '<p class="page_title_text"><img alt="" src="'.$RootPath.'/css/'.$Theme.
'/images/printer.png" title="' .// Icon image.
_('Print Statement of Financial Position') . '" /> ' .// Icon title.
_('Balance Sheet') . '</p>';// Page title.
// _('Print Statement of Financial Position') . '</p>';// Page title.
echo '<div class="page_help_text">'
. _('Balance Sheet (or statement of financial position) is a summary of balances. Assets, liabilities and ownership equity are listed as of a specific date, such as the end of its financial year. Of the four basic financial statements, the balance sheet is the only statement which applies to a single point in time.') . '<br />'
. _('The balance sheet has three parts: assets, liabilities and ownership equity. The main categories of assets are listed first and are followed by the liabilities. The difference between the assets and the liabilities is known as equity or the net assets or the net worth or capital of the company and according to the accounting equation, net worth must equal assets minus liabilities.') . '<br />'
. _('webERP is an "accrual" based system (not a "cash based" system). Accrual systems include items when they are invoiced to the customer, and when expenses are owed based on the supplier invoice date.') . '</div>';
echo '<form method="post" action="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '">';
echo '<div>';// div class=?
echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />';
echo '<table class="selection">
<tr>
<td>' . _('Select the balance date').':</td>
<td><select required="required" name="BalancePeriodEnd">';
$periodno=GetPeriod(Date($_SESSION['DefaultDateFormat']), $db);
$sql = "SELECT lastdate_in_period FROM periods WHERE periodno='".$periodno . "'";
$result = DB_query($sql);
$myrow=DB_fetch_array($result, $db);
$lastdate_in_period=$myrow[0];
$sql = "SELECT periodno, lastdate_in_period FROM periods ORDER BY periodno DESC";
$Periods = DB_query($sql);
while ($myrow=DB_fetch_array($Periods,$db)){
if( $myrow['periodno']== $periodno){
echo '<option selected="selected" value="' . $myrow['periodno'] . '">' . ConvertSQLDate($lastdate_in_period) . '</option>';
} else {
echo '<option value="' . $myrow['periodno'] . '">' . ConvertSQLDate($myrow['lastdate_in_period']) . '</option>';
}
}
echo '</select></td></tr>';
echo '<tr>
<td>' . _('Detail Or Summary').':</td>
<td><select required="required" name="Detail" title="' . _('Selecting Summary will show on the totals at the account group level') . '" >
<option value="Summary">' . _('Summary') . '</option>
<option selected="selected" value="Detailed">' . _('All Accounts') . '</option>
</select></td>
</tr>
<tr>
<td>' . _('Show all Accounts including zero balances') . '</td>
<td><input type="checkbox" title="' . _('Check this box to display all accounts including those accounts with no balance') . '" name="ShowZeroBalances" /></td>
</tr>
</table>';
echo '<br />
<div class="centre">
<input type="submit" name="ShowBalanceSheet" value="'._('Show on Screen (HTML)').'" />
</div>';
echo '<br />
<div class="centre">
<input type="submit" name="PrintPDF" value="'._('Produce PDF Report').'" />
</div>';
echo '</div>';// div class=?
echo '</form>';
/*Now do the posting while the user is thinking about the period to select */
include ('includes/GLPostings.inc');
} elseif (isset($_POST['PrintPDF'])) {
include('includes/PDFStarter.php');
$pdf->addInfo('Title', _('Balance Sheet') );
$pdf->addInfo('Subject', _('Balance Sheet') );
$line_height = 12;
$PageNumber = 0;
$FontSize = 10;
$RetainedEarningsAct = $_SESSION['CompanyRecord']['retainedearnings'];
$sql = "SELECT lastdate_in_period FROM periods WHERE periodno='" . $_POST['BalancePeriodEnd'] . "'";
$PrdResult = DB_query($sql);
$myrow = DB_fetch_row($PrdResult);
$BalanceDate = ConvertSQLDate($myrow[0]);
/*Calculate B/Fwd retained earnings */
$SQL = "SELECT Sum(CASE WHEN chartdetails.period='" . $_POST['BalancePeriodEnd'] . "' THEN chartdetails.bfwd + chartdetails.actual ELSE 0 END) AS accumprofitbfwd,
Sum(CASE WHEN chartdetails.period='" . ($_POST['BalancePeriodEnd'] - 12) . "' THEN chartdetails.bfwd + chartdetails.actual ELSE 0 END) AS lyaccumprofitbfwd
FROM chartmaster INNER JOIN accountgroups
ON chartmaster.group_ = accountgroups.groupname INNER JOIN chartdetails
ON chartmaster.accountcode= chartdetails.accountcode
WHERE accountgroups.pandl=1";
$AccumProfitResult = DB_query($SQL);
if (DB_error_no() !=0) {
$Title = _('Balance Sheet') . ' - ' . _('Problem Report') . '....';
include('includes/header.inc');
prnMsg( _('The accumulated profits brought forward could not be calculated by the SQL because') . ' - ' . DB_error_msg() );
echo '<br />
<a href="' .$RootPath .'/index.php">' . _('Back to the menu'). '</a>';
if ($debug==1){
echo '<br />' . $SQL;
}
include('includes/footer.inc');
exit;
}
$AccumProfitRow = DB_fetch_array($AccumProfitResult); /*should only be one row returned */
$SQL = "SELECT accountgroups.sectioninaccounts,
accountgroups.groupname,
accountgroups.parentgroupname,
chartdetails.accountcode ,
chartmaster.accountname,
Sum(CASE WHEN chartdetails.period='" . $_POST['BalancePeriodEnd'] . "' THEN chartdetails.bfwd + chartdetails.actual ELSE 0 END) AS balancecfwd,
Sum(CASE WHEN chartdetails.period='" . ($_POST['BalancePeriodEnd'] - 12) . "' THEN chartdetails.bfwd + chartdetails.actual ELSE 0 END) AS lybalancecfwd
FROM chartmaster
INNER JOIN accountgroups ON chartmaster.group_ = accountgroups.groupname
INNER JOIN chartdetails ON chartmaster.accountcode= chartdetails.accountcode
INNER JOIN glaccountusers ON glaccountusers.accountcode=chartmaster.accountcode AND glaccountusers.userid='" . $_SESSION['UserID'] . "' AND glaccountusers.canview=1
WHERE accountgroups.pandl=0
GROUP BY accountgroups.groupname,
chartdetails.accountcode,
chartmaster.accountname,
accountgroups.parentgroupname,
accountgroups.sequenceintb,
accountgroups.sectioninaccounts
ORDER BY accountgroups.sectioninaccounts,
accountgroups.sequenceintb,
accountgroups.groupname,
chartdetails.accountcode";
$AccountsResult = DB_query($SQL);
if (DB_error_no() !=0) {
$Title = _('Balance Sheet') . ' - ' . _('Problem Report') . '....';
include('includes/header.inc');
prnMsg( _('No general ledger accounts were returned by the SQL because') . ' - ' . DB_error_msg() );
echo '<br /><a href="' .$RootPath .'/index.php">' . _('Back to the menu'). '</a>';
if ($debug==1){
echo '<br />' . $SQL;
}
include('includes/footer.inc');
exit;
}
$ListCount = DB_num_rows($AccountsResult); // UldisN
include('includes/PDFBalanceSheetPageHeader.inc');
$k=0; //row colour counter
$Section='';
$SectionBalance = 0;
$SectionBalanceLY = 0;
$LYCheckTotal = 0;
$CheckTotal = 0;
$ActGrp ='';
$Level =0;
$ParentGroups = array();
$ParentGroups[$Level]='';
$GroupTotal = array(0);
$LYGroupTotal = array(0);
while ($myrow=DB_fetch_array($AccountsResult)) {
$AccountBalance = $myrow['balancecfwd'];
$LYAccountBalance = $myrow['lybalancecfwd'];
if ($myrow['accountcode'] == $RetainedEarningsAct){
$AccountBalance += $AccumProfitRow['accumprofitbfwd'];
$LYAccountBalance += $AccumProfitRow['lyaccumprofitbfwd'];
}
if ($ActGrp !=''){
if ($myrow['groupname']!=$ActGrp){
$FontSize = 8;
$pdf->setFont('','B');
while ($myrow['groupname']!= $ParentGroups[$Level] AND $Level>0) {
$YPos -= $line_height;
$LeftOvers = $pdf->addTextWrap($Left_Margin+(10 * ($Level+1)),$YPos,200,$FontSize,_('Total') . ' ' . $ParentGroups[$Level]);
$LeftOvers = $pdf->addTextWrap($Left_Margin+250,$YPos,100,$FontSize,locale_number_format($GroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),'right');
$LeftOvers = $pdf->addTextWrap($Left_Margin+350,$YPos,100,$FontSize,locale_number_format($LYGroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),'right');
$ParentGroups[$Level]='';
$GroupTotal[$Level]=0;
$LYGroupTotal[$Level]=0;
$Level--;
if ($YPos < $Bottom_Margin){
include('includes/PDFBalanceSheetPageHeader.inc');
}
}
$YPos -= $line_height;
$LeftOvers = $pdf->addTextWrap($Left_Margin+(10 * ($Level+1)),$YPos,200,$FontSize,_('Total') . ' ' . $ParentGroups[$Level]);
$LeftOvers = $pdf->addTextWrap($Left_Margin+250,$YPos,100,$FontSize,locale_number_format($GroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),'right');
$LeftOvers = $pdf->addTextWrap($Left_Margin+350,$YPos,100,$FontSize,locale_number_format($LYGroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),'right');
$ParentGroups[$Level]='';
$GroupTotal[$Level]=0;
$LYGroupTotal[$Level]=0;
$YPos -= $line_height;
if ($YPos < $Bottom_Margin){
include('includes/PDFBalanceSheetPageHeader.inc');
}
}
}
if ($myrow['sectioninaccounts']!= $Section){
if ($Section !=''){
$FontSize = 8;
$pdf->setFont('','B');
$LeftOvers = $pdf->addTextWrap($Left_Margin,$YPos,200,$FontSize,$Sections[$Section]);
$LeftOvers = $pdf->addTextWrap($Left_Margin+250,$YPos,100,$FontSize,locale_number_format($SectionBalance,$_SESSION['CompanyRecord']['decimalplaces']),'right');
$LeftOvers = $pdf->addTextWrap($Left_Margin+350,$YPos,100,$FontSize,locale_number_format($SectionBalanceLY,$_SESSION['CompanyRecord']['decimalplaces']),'right');
$YPos -= (2 * $line_height);
if ($YPos < $Bottom_Margin){
include('includes/PDFBalanceSheetPageHeader.inc');
}
}
$SectionBalanceLY = 0;
$SectionBalance = 0;
$Section = $myrow['sectioninaccounts'];
if ($_POST['Detail']=='Detailed'){
$LeftOvers = $pdf->addTextWrap($Left_Margin,$YPos,200,$FontSize,$Sections[$myrow['sectioninaccounts']]);
$YPos -= (2 * $line_height);
if ($YPos < $Bottom_Margin){
include('includes/PDFBalanceSheetPageHeader.inc');
}
}
}
if ($myrow['groupname']!= $ActGrp){
if ($YPos < $Bottom_Margin + $line_height){
include('includes/PDFBalanceSheetPageHeader.inc');
}
$FontSize =8;
$pdf->setFont('','B');
if ($myrow['parentgroupname']==$ActGrp AND $ActGrp!=''){
$Level++;
}
$ActGrp = $myrow['groupname'];
$ParentGroups[$Level] = $ActGrp;
if ($_POST['Detail']=='Detailed'){
$LeftOvers = $pdf->addTextWrap($Left_Margin,$YPos,200,$FontSize,$myrow['groupname']);
$YPos -= $line_height;
}
$GroupTotal[$Level]=0;
$LYGroupTotal[$Level]=0;
}
$SectionBalanceLY += $LYAccountBalance;
$SectionBalance += $AccountBalance;
for ($i=0;$i<=$Level;$i++){
$LYGroupTotal[$i] += $LYAccountBalance;
$GroupTotal[$i] += $AccountBalance;
}
$LYCheckTotal += $LYAccountBalance;
$CheckTotal += $AccountBalance;
if ($_POST['Detail']=='Detailed') {
if (isset($_POST['ShowZeroBalances']) OR (!isset($_POST['ShowZeroBalances']) AND ($AccountBalance <> 0 OR $LYAccountBalance <> 0))){
$FontSize =8;
$pdf->setFont('','');
$LeftOvers = $pdf->addTextWrap($Left_Margin,$YPos,50,$FontSize,$myrow['accountcode']);
$LeftOvers = $pdf->addTextWrap($Left_Margin+55,$YPos,200,$FontSize,$myrow['accountname']);
$LeftOvers = $pdf->addTextWrap($Left_Margin+250,$YPos,100,$FontSize,locale_number_format($AccountBalance,$_SESSION['CompanyRecord']['decimalplaces']),'right');
$LeftOvers = $pdf->addTextWrap($Left_Margin+350,$YPos,100,$FontSize,locale_number_format($LYAccountBalance,$_SESSION['CompanyRecord']['decimalplaces']),'right');
$YPos -= $line_height;
}
}
if ($YPos < ($Bottom_Margin)){
include('includes/PDFBalanceSheetPageHeader.inc');
}
}//end of loop
$FontSize = 8;
$pdf->setFont('','B');
while ($Level>0) {
$YPos -= $line_height;
$LeftOvers = $pdf->addTextWrap($Left_Margin+(10 * ($Level+1)),$YPos,200,$FontSize,_('Total') . ' ' . $ParentGroups[$Level]);
$LeftOvers = $pdf->addTextWrap($Left_Margin+250,$YPos,100,$FontSize,locale_number_format($GroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),'right');
$LeftOvers = $pdf->addTextWrap($Left_Margin+350,$YPos,100,$FontSize,locale_number_format($LYGroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),'right');
$ParentGroups[$Level]='';
$GroupTotal[$Level]=0;
$LYGroupTotal[$Level]=0;
$Level--;
}
$YPos -= $line_height;
$LeftOvers = $pdf->addTextWrap($Left_Margin+(10 * ($Level+1)),$YPos,200,$FontSize,_('Total') . ' ' . $ParentGroups[$Level]);
$LeftOvers = $pdf->addTextWrap($Left_Margin+250,$YPos,100,$FontSize,locale_number_format($GroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),'right');
$LeftOvers = $pdf->addTextWrap($Left_Margin+350,$YPos,100,$FontSize,locale_number_format($LYGroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),'right');
$ParentGroups[$Level]='';
$GroupTotal[$Level]=0;
$LYGroupTotal[$Level]=0;
$YPos -= $line_height;
if ($SectionBalanceLY+$SectionBalance !=0){
$FontSize =8;
$pdf->setFont('','B');
$LeftOvers = $pdf->addTextWrap($Left_Margin,$YPos,200,$FontSize,$Sections[$Section]);
$LeftOvers = $pdf->addTextWrap($Left_Margin+250,$YPos,100,$FontSize,locale_number_format($SectionBalance,$_SESSION['CompanyRecord']['decimalplaces']),'right');
$LeftOvers = $pdf->addTextWrap($Left_Margin+350,$YPos,100,$FontSize,locale_number_format($SectionBalanceLY,$_SESSION['CompanyRecord']['decimalplaces']),'right');
$YPos -= $line_height;
}
$YPos -= $line_height;
$LeftOvers = $pdf->addTextWrap($Left_Margin,$YPos,200,$FontSize,_('Check Total'));
$LeftOvers = $pdf->addTextWrap($Left_Margin+250,$YPos,100,$FontSize,locale_number_format($CheckTotal,$_SESSION['CompanyRecord']['decimalplaces']),'right');
$LeftOvers = $pdf->addTextWrap($Left_Margin+350,$YPos,100,$FontSize,locale_number_format($LYCheckTotal,$_SESSION['CompanyRecord']['decimalplaces']),'right');
if ($ListCount == 0) { //UldisN
$Title = _('Print Balance Sheet Error');
include('includes/header.inc');
prnMsg( _('There were no entries to print out for the selections specified') );
echo '<br /><a href="'. $RootPath.'/index.php?' . SID . '">' . _('Back to the menu'). '</a>';
include('includes/footer.inc');
exit;
} else {
$pdf->OutputD($_SESSION['DatabaseName'] . '_GL_Balance_Sheet_' . date('Y-m-d') . '.pdf');
$pdf->__destruct();
}
exit;
} else {
include('includes/header.inc');
echo '<form method="post" action="' . htmlspecialchars($_SERVER['PHP_SELF'],ENT_QUOTES,'UTF-8') . '">';
echo '<div>';// div class=?
echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />';
echo '<input type="hidden" name="BalancePeriodEnd" value="' . $_POST['BalancePeriodEnd'] . '" />';
$RetainedEarningsAct = $_SESSION['CompanyRecord']['retainedearnings'];
$sql = "SELECT lastdate_in_period FROM periods WHERE periodno='" . $_POST['BalancePeriodEnd'] . "'";
$PrdResult = DB_query($sql);
$myrow = DB_fetch_row($PrdResult);
$BalanceDate = ConvertSQLDate($myrow[0]);
/*Calculate B/Fwd retained earnings */
$SQL = "SELECT Sum(CASE WHEN chartdetails.period='" . $_POST['BalancePeriodEnd'] . "' THEN chartdetails.bfwd + chartdetails.actual ELSE 0 END) AS accumprofitbfwd,
Sum(CASE WHEN chartdetails.period='" . ($_POST['BalancePeriodEnd'] - 12) . "' THEN chartdetails.bfwd + chartdetails.actual ELSE 0 END) AS lyaccumprofitbfwd
FROM chartmaster INNER JOIN accountgroups
ON chartmaster.group_ = accountgroups.groupname INNER JOIN chartdetails
ON chartmaster.accountcode= chartdetails.accountcode
WHERE accountgroups.pandl=1";
$AccumProfitResult = DB_query($SQL,_('The accumulated profits brought forward could not be calculated by the SQL because'));
$AccumProfitRow = DB_fetch_array($AccumProfitResult); /*should only be one row returned */
$SQL = "SELECT accountgroups.sectioninaccounts,
accountgroups.groupname,
accountgroups.parentgroupname,
chartdetails.accountcode,
chartmaster.accountname,
Sum(CASE WHEN chartdetails.period='" . $_POST['BalancePeriodEnd'] . "' THEN chartdetails.bfwd + chartdetails.actual ELSE 0 END) AS balancecfwd,
Sum(CASE WHEN chartdetails.period='" . ($_POST['BalancePeriodEnd'] - 12) . "' THEN chartdetails.bfwd + chartdetails.actual ELSE 0 END) AS lybalancecfwd
FROM chartmaster
INNER JOIN accountgroups ON chartmaster.group_ = accountgroups.groupname
INNER JOIN chartdetails ON chartmaster.accountcode= chartdetails.accountcode
INNER JOIN glaccountusers ON glaccountusers.accountcode=chartmaster.accountcode AND glaccountusers.userid='" . $_SESSION['UserID'] . "' AND glaccountusers.canview=1
WHERE accountgroups.pandl=0
GROUP BY accountgroups.groupname,
chartdetails.accountcode,
chartmaster.accountname,
accountgroups.parentgroupname,
accountgroups.sequenceintb,
accountgroups.sectioninaccounts
ORDER BY accountgroups.sectioninaccounts,
accountgroups.sequenceintb,
accountgroups.groupname,
chartdetails.accountcode";
$AccountsResult = DB_query($SQL,_('No general ledger accounts were returned by the SQL because'));
// Page title as IAS1 numerals 10 and 51:
include_once('includes/CurrenciesArray.php');// Array to retrieve currency name.
echo '<div id="Report">';// Division to identify the report block.
echo '<p class="page_title_text"><img alt="" src="'.$RootPath.'/css/'.$Theme.
'/images/gl.png" title="' .// Icon image.
_('Statement of Financial Position') . '" /> ' .// Icon title.
_('Balance Sheet') . '<br />' .// Page title, reporting statement.
// _('Statement of Financial Position') . '<br />' .// Page title, reporting statement.
stripslashes($_SESSION['CompanyRecord']['coyname']) . '<br />' .// Page title, reporting entity.
_('as at') . ' ' . $BalanceDate . '<br />' .// Page title, reporting period.
_('All amounts stated in').': '. _($CurrencyName[$_SESSION['CompanyRecord']['currencydefault']]).'</p>';// Page title, reporting presentation currency and level of rounding used.
echo '<table class="selection">';
if ($_POST['Detail']=='Detailed'){
$TableHeader = '<tr>
<th>' . _('Account') . '</th>
<th>' . _('Account Name') . '</th>
<th colspan="2">' . $BalanceDate . '</th>
<th colspan="2">' . _('Last Year') . '</th>
</tr>';
} else { /*summary */
$TableHeader = '<tr>
<th colspan="2"></th>
<th colspan="2">' . $BalanceDate . '</th>
<th colspan="2">' ._('Last Year') . '</th>
</tr>';
}
/* echo '<thead>' . $TableHeader . '<thead><tbody>';// thead used in conjunction with tbody enable scrolling of the table body independently of the header and footer. Also, when printing a large table that spans multiple pages, these elements can enable the table header to be printed at the top of each page. */
$k=0; //row colour counter
$Section='';
$SectionBalance = 0;
$SectionBalanceLY = 0;
$LYCheckTotal = 0;
$CheckTotal = 0;
$ActGrp ='';
$Level=0;
$ParentGroups=array();
$ParentGroups[$Level]='';
$GroupTotal = array(0);
$LYGroupTotal = array(0);
echo $TableHeader;
$j=0; //row counter
while ($myrow=DB_fetch_array($AccountsResult)) {
$AccountBalance = $myrow['balancecfwd'];
$LYAccountBalance = $myrow['lybalancecfwd'];
if ($myrow['accountcode'] == $RetainedEarningsAct){
$AccountBalance += $AccumProfitRow['accumprofitbfwd'];
$LYAccountBalance += $AccumProfitRow['lyaccumprofitbfwd'];
}
if ($myrow['groupname']!= $ActGrp AND $ActGrp != '') {
if ($myrow['parentgroupname']!=$ActGrp){
while ($myrow['groupname']!=$ParentGroups[$Level] AND $Level>0){
if ($_POST['Detail']=='Detailed'){
echo '<tr>
<td colspan="2"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
<td></td>
</tr>';
}
printf('<tr>
<td colspan="2"><I>%s</I></td>
<td class="number">%s</td>
<td></td>
<td class="number">%s</td>
</tr>',
$ParentGroups[$Level],
locale_number_format($GroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),
locale_number_format($LYGroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces'])
);
$GroupTotal[$Level] = 0;
$LYGroupTotal[$Level] = 0;
$ParentGroups[$Level]='';
$Level--;
$j++;
}
if ($_POST['Detail']=='Detailed'){
echo '<tr>
<td colspan="2"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
<td></td>
</tr>';
}
printf('<tr>
<td colspan="2">%s</td>
<td class="number">%s</td>
<td></td>
<td class="number">%s</td>
</tr>',
$ParentGroups[$Level],
locale_number_format($GroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),
locale_number_format($LYGroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']) );
$GroupTotal[$Level] = 0;
$LYGroupTotal[$Level] = 0;
$ParentGroups[$Level]='';
$j++;
}
}
if ($myrow['sectioninaccounts']!= $Section ){
if ($Section!=''){
if ($_POST['Detail']=='Detailed'){
echo '<tr>
<td colspan="2"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
<td></td>
</tr>';
} else {
echo '<tr>
<td colspan="3"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
</tr>';
}
printf('<tr>
<td colspan="3"><h2>%s</h2></td>
<td class="number">%s</td>
<td></td>
<td class="number">%s</td>
</tr>',
$Sections[$Section],
locale_number_format($SectionBalance,$_SESSION['CompanyRecord']['decimalplaces']),
locale_number_format($SectionBalanceLY,$_SESSION['CompanyRecord']['decimalplaces']));
$j++;
}
$SectionBalanceLY = 0;
$SectionBalance = 0;
$Section = $myrow['sectioninaccounts'];
if ($_POST['Detail']=='Detailed'){
printf('<tr>
<td colspan="6"><h1>%s</h1></td>
</tr>',
$Sections[$myrow['sectioninaccounts']]);
}
}
if ($myrow['groupname']!= $ActGrp){
if ($ActGrp!='' AND $myrow['parentgroupname']==$ActGrp){
$Level++;
}
if ($_POST['Detail']=='Detailed'){
$ActGrp = $myrow['groupname'];
printf('<tr>
<td colspan="6"><h3>%s</h3></td>
</tr>',
$myrow['groupname']);
echo $TableHeader;
}
$GroupTotal[$Level]=0;
$LYGroupTotal[$Level]=0;
$ActGrp = $myrow['groupname'];
$ParentGroups[$Level]=$myrow['groupname'];
$j++;
}
$SectionBalanceLY += $LYAccountBalance;
$SectionBalance += $AccountBalance;
for ($i=0;$i<=$Level;$i++){
$LYGroupTotal[$i] += $LYAccountBalance;
$GroupTotal[$i] += $AccountBalance;
}
$LYCheckTotal += $LYAccountBalance;
$CheckTotal += $AccountBalance;
if ($_POST['Detail']=='Detailed'){
if (isset($_POST['ShowZeroBalances']) OR (!isset($_POST['ShowZeroBalances']) AND (round($AccountBalance,$_SESSION['CompanyRecord']['decimalplaces']) <> 0 OR round($LYAccountBalance,$_SESSION['CompanyRecord']['decimalplaces']) <> 0))){
if ($k==1){
echo '<tr class="OddTableRows">';
$k=0;
} else {
echo '<tr class="EvenTableRows">';
$k++;
}
$ActEnquiryURL = '<a href="' . $RootPath . '/GLAccountInquiry.php?Period=' . $_POST['BalancePeriodEnd'] . '&Account=' . $myrow['accountcode'] . '">' . $myrow['accountcode'] . '</a>';
printf('<td>%s</td>
<td>%s</td>
<td class="number">%s</td>
<td></td>
<td class="number">%s</td>
<td></td>
</tr>',
$ActEnquiryURL,
htmlspecialchars($myrow['accountname'],ENT_QUOTES,'UTF-8',false),
locale_number_format($AccountBalance,$_SESSION['CompanyRecord']['decimalplaces']),
locale_number_format($LYAccountBalance,$_SESSION['CompanyRecord']['decimalplaces']));
$j++;
}
}
}
//end of loop
while ($myrow['groupname']!=$ParentGroups[$Level] AND $Level>0){
if ($_POST['Detail']=='Detailed'){
echo '<tr>
<td colspan="2"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
<td></td>
</tr>';
}
printf('<tr>
<td colspan="2"><I>%s</I></td>
<td class="number">%s</td>
<td></td>
<td class="number">%s</td>
</tr>',
$ParentGroups[$Level],
locale_number_format($GroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),
locale_number_format($LYGroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces'])
);
$Level--;
}
if ($_POST['Detail']=='Detailed'){
echo '<tr>
<td colspan="2"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
<td></td>
</tr>';
}
printf('<tr>
<td colspan="2">%s</td>
<td class="number">%s</td>
<td></td>
<td class="number">%s</td>
</tr>',
$ParentGroups[$Level],
locale_number_format($GroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces']),
locale_number_format($LYGroupTotal[$Level],$_SESSION['CompanyRecord']['decimalplaces'])
);
if ($_POST['Detail']=='Detailed'){
echo '<tr>
<td colspan="2"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
<td></td>
</tr>';
} else {
echo '<tr>
<td colspan="3"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
</tr>';
}
printf('<tr>
<td colspan="3"><h2>%s</h2></td>
<td class="number">%s</td>
<td></td>
<td class="number">%s</td>
</tr>',
$Sections[$Section],
locale_number_format($SectionBalance,$_SESSION['CompanyRecord']['decimalplaces']),
locale_number_format($SectionBalanceLY,$_SESSION['CompanyRecord']['decimalplaces']));
$Section = $myrow['sectioninaccounts'];
if (isset($myrow['sectioninaccounts']) and $_POST['Detail']=='Detailed'){
printf('<tr>
<td colspan="6"><h1>%s</h1></td>
</tr>',
$Sections[$myrow['sectioninaccounts']]);
}
echo '<tr>
<td colspan="3"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
</tr>';
printf('<tr>
<td colspan="3"><h2>' . _('Check Total') . '</h2></td>
<td class="number">%s</td>
<td></td>
<td class="number">%s</td>
</tr>',
locale_number_format($CheckTotal,$_SESSION['CompanyRecord']['decimalplaces']),
locale_number_format($LYCheckTotal,$_SESSION['CompanyRecord']['decimalplaces']));
echo '<tr>
<td colspan="3"></td>
<td><hr /></td>
<td></td>
<td><hr /></td>
</tr>';
/* echo '</tbody>';// See comment at the begin of the table.*/
echo '</table>';
echo '</div>';// div id="Report".
echo '<br />
<div class="centre noprint">', // Form buttons:
'<button onclick="javascript:window.print()" type="button"><img alt="" src="', $RootPath, '/css/', $Theme,
'/images/printer.png" /> ', _('Print'), '</button>', // "Print" button.
'<button name="SelectADifferentPeriod" type="submit" value="'. _('Select A Different Period') .'"><img alt="" src="'.$RootPath.'/css/'.$Theme.
'/images/gl.png" /> ' . _('Select A Different Balance Date') . '</button>'.// "Select A Different Period" button.
'<button onclick="window.location=\'index.php?Application=GL\'" type="button"><img alt="" src="'.$RootPath.'/css/'.$Theme.
'/images/return.svg" /> ', _('Return'), '</button>', // "Return" button.
'</div>';
echo '</div>';// div class=?
echo '</form>';
}
include('includes/footer.inc');
?>