-
Notifications
You must be signed in to change notification settings - Fork 0
/
CNTREP0.PRG
executable file
·676 lines (658 loc) · 25.9 KB
/
CNTREP0.PRG
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
hide menu main
hide popup all
@ 0,1 say"Daily Job work summary" color r/w
set color to g+/b+,w+/bg+
define window print from 1,10 to 14,70 double shadow title" Reports "
move window print center
*** 10-10-2004
use zoom.cfg
txp1=cntr_tax1
use
****
do while .t.
clear gets
set color to g+/b+,w+/bg+
activate window print
@ 1,1 to 3,62 color w/b
@ 4,1 to 11,30 color w/b
@ 1,2 say" Report Parameters " color w/b
@ 4,2 say" Print Device " color w/b
store zoom_date to prtdt
store 0 to tool
store 1 to dev
@ 2,3 say"Print report for date :"get prtdt pict'99/99/9999'
@ 6,6 get dev function'*VR Printer;Screen' size 1,15,2
@ 6,37 get tool function'*V Print;Cancel' size 1,15,2
read cycle
if tool=0 .or. tool=2
close all
clear window all
do ctop in looks
return .t.
exit
endif
if tool=1
use &data\counter shared order delon
seek prtdt
if .not. found()
close all
do error with "No data for this date found","cannot generate a report","Error"
loop
endif
endif
***** 10-10-2004
**** for report printing option for service charge from 10 sept 2004
do case
case prtdt < ctod('20/06/2003')
**************** start print job
if tool=1
use &data\counter shared order delon
seek prtdt
if .not. found()
close all
do error with "No data for this date found","cannot generate a report","Error"
loop
endif
deacti window print
do print_job in looks
if dev=1
set printer to &zoom_printer
else
_pntfile=".\reports\"+sys(3)+".rep"
set printer to &_pntfile
endif
select a
use &data\paytype shared
select b
use &data\counter shared order worder
select c
use &data\cardet shared
if sys(13)<>"READY"
do error with "Your printer is not responding","aborting print job","Error"
loop
endif
set printer on
set console off
set device to printer
select a
store reccount() to _tprec
go top
store 0 to _gfull,_gadv,_gdue,_grecd,_gref, _gtax
store 48 to _norec
store 1 to _page
select a
do while .not. eof()
store pay_code to _paycd
store pay_name to _paynm
store creditcard to _cc
select b
set order to delon
store 0 to _nrec
count for delon=prtdt .and. pay_code=_paycd to _nrec
store 48 to _norec
if _nrec<>0
set order to worder
go top
store 0 to _pgfull,_pgadv,_pgdue,_pgrecd,_pgref
do while .not. eof()
if _norec>47
* ?_head(1)+space(65-len(_head(1)))+"Date ->"+dtoc(zoom_date)
?_head(1)+space(65-len(_head(1)))
?_head(2)+space(65-len(_head(2)))+"Page ->"+str(_page,2)
?_head(3)+space(65-len(_head(3)))+"Payment by ->"+rtrim(_paynm)
?_head(4)
?" "
?" << DAILY JOB WORK SUMMARY ON "+dtoc(prtdt)+" >>"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?"Work |Order |Wk|Qty1|Wk|Qty2|Wk|Qty3|Full | Tax |Less |Amount |"
?"Order |Refn. |1 | |2 | |3 | |Amount | Amount |Advance |Received |"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
store 0 to _norec
store _page+1 to _page
store 0 to _pgfull,_pgadv,_pgdue,_pgrecd,_pgref, _pgtax
endif
if amt_recd<0
_rem=' Rfd.'
else
_rem = ''
endif
if discount
_rem2='*'
else
_rem2 = ''
endif
if delon=prtdt .and. pay_code=_paycd
* if amt_recd>=0 .and. delon=prtdt .and. pay_code=_paycd
* ?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(amt_full,10,2)+" "+str(advance,10,2)+" "+str(amt_due,10,2)+" "+str(amt_recd,10,2)
* ?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(ntotal,10,2)+" "+str(tax_amt,10,2)+" "+str(advance,10,2)+" "+str(amt_recd,10,2)+_rem
?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(amt_full,10,2)+" "+str(tax_amt,10,2)+" "+str(advance,10,2)+" "+str(amt_recd,10,2)+_rem+_rem2
store _norec+1 to _norec
********************* store page totals
store _pgfull+amt_full to _pgfull
* store _pgfull+ntotal to _pgfull
store _pgtax+tax_amt to _pgtax
store _pgadv+advance to _pgadv
store _pgdue+amt_due to _pgdue
store _pgrecd+amt_recd to _pgrecd
if amt_recd<0
store _pgref+abs(amt_recd) to _pgref
store _gref+abs(amt_recd) to _gref
endif
******************** store grand totals
store _gfull+amt_full to _gfull
* store _gfull+ntotal to _gfull
store _gtax+tax_amt to _gtax
store _gadv+advance to _gadv
store _gdue+amt_due to _gdue
store _grecd+amt_recd to _grecd
********************* end store
endif
skip
if _norec>47
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Page Totals : "+str(_pgfull,10,2)+" "+str(_pgtax,10,2)+" "+str(_pgadv,10,2)+" "+str(_pgrecd,10,2)
eject
endif
enddo
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Page Totals : "+str(_pgfull,10,2)+" "+str(_pgtax,10,2)+" "+str(_pgadv,10,2)+" "+str(_pgrecd,10,2)
************** print credit card details
if _cc=.t.
?" "
?" "
?" CREDIT CARD DETAILS FOR "+_paynm
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Order | Holder Name | Card number | Valid upto |"
?" Reference| | | |"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
select c
do while .not. eof()
if _norec>47
?" CREDIT CARD DETAILS FOR "+rtrim(_paynm)+" (contd...)"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Order | Holder Name | Card number | Valid upto |"
?" Reference| | | |"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
store 0 to _norec
endif
select c
if order_date=prtdt .and. pay_code=_paycd
?str(order_no,9)+" | "+holder_nm+" | "+card_no+" | "+dtoc(valid_dt)
_norec=_norec+1
endif
skip
if _norec>47
eject
endif
enddo
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
************ end credit card details
endif
select a
skip
if recno()<_tprec
eject
endif
else
select a
skip
endif
**************** end print details
enddo
select b
go top
sum advance for orddt=prtdt to xadv
* if (_grecd-_gref)<>(_gfull-_gadv)
if (_grecd)<>(_gfull-_gadv)
xdif=" & Diff. is "+str((_gfull+_gtax-_gadv)-_grecd,10,2)
else
xdif=space(1)
endif
for devraj=1 to 4
?" "
endfor
?" Grand Totals : "+str(_gfull,10,2)+" "+str(_gtax,10,2)+" "+str(_gadv,10,2)+" "+str(_grecd,10,2)
* ?" Grand Totals : "+str(_gfull,10,2)+" "+str(_gadv,10,2)+" "+str(_gdue,10,2)+" "+str(_grecd,10,2)
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
? ' (a) Amount to be received (Bill-L.Adv) : '+str((_gfull+_GTAX-_gadv),10,2)
? ' (b) Actual amount received (Receipt - Refund) : '+str((_grecd-_gref),10,2)+' '+xdif
? ' (c) Total Adv. Recevied for Today : '+str(xadv,10,2)
? ' (d) Total Service Tax : '+str(_gtax,10,2)
? ' (e) Amount refunded : '+str(_gref,10,2)
? ' TOTAL ACTUAL CASH RECEIPT (b + c) : '+str((_grecd-_gref+xadv),10,2)
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
eject
deacti window printer
set printer to lpt1
set printer off
set device to screen
set console on
deacti window printer
set color to g+/b+,w+/bg+
close all
if dev=2
deacti window all
define window list from 2,5 to 21,75 system title" Counter reports " color scheme 11
activate window list
modi comm &_pntfile noedit window list
deacti window list
delete file &_pntfile
endif
endif
close all
case between(prtdt, ctod('20/06/2003'), ctod('09/09/2004'))
**************** start print job
if tool=1
use &data\counter shared order delon
seek prtdt
if .not. found()
close all
do error with "No data for this date found","cannot generate a report","Error"
loop
endif
deacti window print
do print_job in looks
if dev=1
set printer to &zoom_printer
else
_pntfile=".\reports\"+sys(3)+".rep"
set printer to &_pntfile
endif
select a
use &data\paytype shared
select b
use &data\counter shared order worder
select c
use &data\cardet shared
if sys(13)<>"READY"
do error with "Your printer is not responding","aborting print job","Error"
loop
endif
set printer on
set console off
set device to printer
select a
store reccount() to _tprec
go top
store 0 to _gfull,_gadv,_gdue,_grecd,_gref, _gtax, _pgscamt, _gscamt
store 48 to _norec
store 1 to _page
select a
do while .not. eof()
store pay_code to _paycd
store pay_name to _paynm
store creditcard to _cc
select b
set order to delon
store 0 to _nrec
count for delon=prtdt .and. pay_code=_paycd to _nrec
store 48 to _norec
if _nrec<>0
set order to worder
go top
store 0 to _pgfull,_pgadv,_pgdue,_pgrecd,_pgref, _pgscamt
do while .not. eof()
if _norec>47
* ?_head(1)+space(65-len(_head(1)))+"Date ->"+dtoc(zoom_date)
?_head(1)+space(65-len(_head(1)))
?_head(2)+space(65-len(_head(2)))+"Page ->"+str(_page,2)
?_head(3)+space(65-len(_head(3)))+"Payment by ->"+rtrim(_paynm)
?_head(4)
?" "
?" << DAILY JOB WORK SUMMARY ON "+dtoc(prtdt)+" >>"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?"Work |Order |Wk|Qty1|Wk|Qty2|Wk|Qty3| Full | Service | Tax | Less | Amount |"
?"Order |Refn. |1 | |2 | |3 | | Amount | Charge | Amount | Advance | Received |"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
store 0 to _norec
store _page+1 to _page
store 0 to _pgfull,_pgadv,_pgdue,_pgrecd,_pgref, _pgtax, _pgscamt
endif
if amt_recd<0
_rem=' Rfd.'
else
_rem = ''
endif
if discount
_rem2='*'
else
_rem2 = ''
endif
if delon=prtdt .and. pay_code=_paycd
* if amt_recd>=0 .and. delon=prtdt .and. pay_code=_paycd
* ?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(amt_full,10,2)+" "+str(advance,10,2)+" "+str(amt_due,10,2)+" "+str(amt_recd,10,2)
* ?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(ntotal,10,2)+" "+str(tax_amt,10,2)+" "+str(advance,10,2)+" "+str(amt_recd,10,2)+_rem
**** 10-10-2004
scamt=amt_full-icamt
* ?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(amt_full,10,2)+" "+str(tax_amt,10,2)+" "+str(advance,10,2)+" "+str(amt_recd,10,2)+_rem+_rem2
?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(amt_full,10,2)+" "+str(scamt,10,2)+" "+str(tax_amt,10,2)+" "+str(advance,10,2)+" "+str(amt_recd,10,2)+_rem+_rem2
****
store _norec+1 to _norec
********************* store page totals
store _pgfull+amt_full to _pgfull
* store _pgfull+ntotal to _pgfull
store _pgscamt+scamt to _pgscamt
store _pgtax+tax_amt to _pgtax
store _pgadv+advance to _pgadv
store _pgdue+amt_due to _pgdue
store _pgrecd+amt_recd to _pgrecd
if amt_recd<0
store _pgref+abs(amt_recd) to _pgref
store _gref+abs(amt_recd) to _gref
endif
******************** store grand totals
store _gfull+amt_full to _gfull
store _gscamt+scamt to _gscamt
* store _gfull+ntotal to _gfull
store _gtax+tax_amt to _gtax
store _gadv+advance to _gadv
store _gdue+amt_due to _gdue
store _grecd+amt_recd to _grecd
********************* end store
endif
skip
if _norec>47
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Page Totals : "+str(_pgfull,10,2)+" "+str(_pgscamt,10,2)+" "+str(_pgtax,10,2)+" "+str(_pgadv,10,2)+" "+str(_pgrecd,10,2)
eject
endif
enddo
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Page Totals : "+str(_pgfull,10,2)+" "+str(_pgscamt,10,2)+" "+str(_pgtax,10,2)+" "+str(_pgadv,10,2)+" "+str(_pgrecd,10,2)
************** print credit card details
if _cc=.t.
?" "
?" "
?" CREDIT CARD DETAILS FOR "+_paynm
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Order | Holder Name | Card number | Valid upto |"
?" Reference| | | |"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
select c
do while .not. eof()
if _norec>47
?" CREDIT CARD DETAILS FOR "+rtrim(_paynm)+" (contd...)"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Order | Holder Name | Card number | Valid upto |"
?" Reference| | | |"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
store 0 to _norec
endif
select c
if order_date=prtdt .and. pay_code=_paycd
?str(order_no,9)+" | "+holder_nm+" | "+card_no+" | "+dtoc(valid_dt)
_norec=_norec+1
endif
skip
if _norec>47
eject
endif
enddo
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
************ end credit card details
endif
select a
skip
if recno()<_tprec
eject
endif
else
select a
skip
endif
**************** end print details
enddo
select b
go top
sum advance for orddt=prtdt to xadv
* if (_grecd-_gref)<>(_gfull-_gadv)
if (_grecd)<>(_gfull-_gadv)
xdif=" & Diff. is "+str((_gfull+_gtax-_gadv)-_grecd,10,2)
else
xdif=space(1)
endif
for devraj=1 to 4
?" "
endfor
?" Grand Totals : "+str(_gfull,10,2)+" "+str(_gtax,10,2)+" "+str(_gadv,10,2)+" "+str(_grecd,10,2)
* ?" Grand Totals : "+str(_gfull,10,2)+" "+str(_gadv,10,2)+" "+str(_gdue,10,2)+" "+str(_grecd,10,2)
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
? ' (a) Amount to be received (Bill-L.Adv) : '+str((_gfull+_GTAX-_gadv),10,2)
? ' (b) Actual amount received (Receipt - Refund) : '+str((_grecd-_gref),10,2)+' '+xdif
? ' (c) Total Adv. Recevied for Today : '+str(xadv,10,2)
? ' (d) Total Input Cost (IC) : '+str(_gfull-_gscamt,10,2)
? ' (e) Total Service Charged : '+str(_gscamt,10,2)
? ' (f) Total Service Tax : '+str(_gtax,10,2)
* ? ' (1) Service Tax : '+str(round(_gscamt*txp1/100,2),10,2)
* ? ' (2) Service Tax Surcharge : '+str(_gtax-round(_gscamt*txp1/100,2),10,2)
? ' (g) Amount refunded : '+str(_gref,10,2)
? ' TOTAL ACTUAL CASH RECEIPT (b + c) : '+str((_grecd-_gref+xadv),10,2)
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
eject
deacti window printer
set printer to lpt1
set printer off
set device to screen
set console on
deacti window printer
set color to g+/b+,w+/bg+
close all
if dev=2
deacti window all
define window list from 2,5 to 21,75 system title" Counter reports " color scheme 11
activate window list
modi comm &_pntfile noedit window list
deacti window list
delete file &_pntfile
endif
close all
endif
case prtdt > ctod('09/09/2004')
**************** start print job
if tool=1
use &data\counter shared order delon
seek prtdt
if .not. found()
close all
do error with "No data for this date found","cannot generate a report","Error"
loop
endif
deacti window print
do print_job in looks
if dev=1
set printer to &zoom_printer
else
_pntfile=".\reports\"+sys(3)+".rep"
set printer to &_pntfile
endif
select a
use &data\paytype shared
select b
use &data\counter shared order worder
select c
use &data\cardet shared
if sys(13)<>"READY"
do error with "Your printer is not responding","aborting print job","Error"
loop
endif
set printer on
set console off
set device to printer
select a
store reccount() to _tprec
go top
store 0 to _gfull,_gadv,_gdue,_grecd,_gref, _gtax, _pgscamt, _gscamt
store 48 to _norec
store 1 to _page
select a
do while .not. eof()
store pay_code to _paycd
store pay_name to _paynm
store creditcard to _cc
select b
set order to delon
store 0 to _nrec
count for delon=prtdt .and. pay_code=_paycd to _nrec
store 48 to _norec
if _nrec<>0
set order to worder
go top
store 0 to _pgfull,_pgadv,_pgdue,_pgrecd,_pgref, _pgscamt
do while .not. eof()
if _norec>47
* ?_head(1)+space(65-len(_head(1)))+"Date ->"+dtoc(zoom_date)
?_head(1)+space(65-len(_head(1)))
?_head(2)+space(65-len(_head(2)))+"Page ->"+str(_page,2)
?_head(3)+space(65-len(_head(3)))+"Payment by ->"+rtrim(_paynm)
?_head(4)
?" "
?" << DAILY JOB WORK SUMMARY ON "+dtoc(prtdt)+" >>"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?"Work |Order |Wk|Qty1|Wk|Qty2|Wk|Qty3| Full | Service | Tax | Less | Amount |"
?"Order |Refn. |1 | |2 | |3 | | Amount | Charge | Amount | Advance | Received |"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
store 0 to _norec
store _page+1 to _page
store 0 to _pgfull,_pgadv,_pgdue,_pgrecd,_pgref, _pgtax, _pgscamt
endif
if amt_recd<0
_rem=' Rfd.'
else
_rem = ''
endif
if discount
_rem2='*'
else
_rem2 = ''
endif
if delon=prtdt .and. pay_code=_paycd
* if amt_recd>=0 .and. delon=prtdt .and. pay_code=_paycd
* ?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(amt_full,10,2)+" "+str(advance,10,2)+" "+str(amt_due,10,2)+" "+str(amt_recd,10,2)
* ?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(ntotal,10,2)+" "+str(tax_amt,10,2)+" "+str(advance,10,2)+" "+str(amt_recd,10,2)+_rem
**** 10-10-2004
scamt=amt_full-icamt
* ?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(amt_full,10,2)+" "+str(tax_amt,10,2)+" "+str(advance,10,2)+" "+str(amt_recd,10,2)+_rem+_rem2
?str(worder,8)+" "+str(ordref,7)+" "+str(work_code1,2)+" "+str(work_qty1,4)+" "+str(work_code2,2)+str(work_qty2,4)+" "+str(work_code3,2)+str(work_qty3,4)+" "+str(amt_full,10,2)+" "+str(scamt,10,2)+" "+str(tax_amt,10,2)+" "+str(advance,10,2)+" "+str(amt_recd,10,2)+_rem+_rem2
****
store _norec+1 to _norec
********************* store page totals
store _pgfull+amt_full to _pgfull
* store _pgfull+ntotal to _pgfull
store _pgscamt+scamt to _pgscamt
store _pgtax+tax_amt to _pgtax
store _pgadv+advance to _pgadv
store _pgdue+amt_due to _pgdue
store _pgrecd+amt_recd to _pgrecd
if amt_recd<0
store _pgref+abs(amt_recd) to _pgref
store _gref+abs(amt_recd) to _gref
endif
******************** store grand totals
store _gfull+amt_full to _gfull
store _gscamt+scamt to _gscamt
* store _gfull+ntotal to _gfull
store _gtax+tax_amt to _gtax
store _gadv+advance to _gadv
store _gdue+amt_due to _gdue
store _grecd+amt_recd to _grecd
********************* end store
endif
skip
if _norec>47
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Page Totals : "+str(_pgfull,10,2)+" "+str(_pgscamt,10,2)+" "+str(_pgtax,10,2)+" "+str(_pgadv,10,2)+" "+str(_pgrecd,10,2)
eject
endif
enddo
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Page Totals : "+str(_pgfull,10,2)+" "+str(_pgscamt,10,2)+" "+str(_pgtax,10,2)+" "+str(_pgadv,10,2)+" "+str(_pgrecd,10,2)
************** print credit card details
if _cc=.t.
?" "
?" "
?" CREDIT CARD DETAILS FOR "+_paynm
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Order | Holder Name | Card number | Valid upto |"
?" Reference| | | |"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
select c
do while .not. eof()
if _norec>47
?" CREDIT CARD DETAILS FOR "+rtrim(_paynm)+" (contd...)"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
?" Order | Holder Name | Card number | Valid upto |"
?" Reference| | | |"
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
store 0 to _norec
endif
select c
if order_date=prtdt .and. pay_code=_paycd
?str(order_no,9)+" | "+holder_nm+" | "+card_no+" | "+dtoc(valid_dt)
_norec=_norec+1
endif
skip
if _norec>47
eject
endif
enddo
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
************ end credit card details
endif
select a
skip
if recno()<_tprec
eject
endif
else
select a
skip
endif
**************** end print details
enddo
select b
go top
sum advance for orddt=prtdt to xadv
* if (_grecd-_gref)<>(_gfull-_gadv)
if (_grecd)<>(_gfull-_gadv)
xdif=" & Diff. is "+str((_gfull+_gtax-_gadv)-_grecd,10,2)
else
xdif=space(1)
endif
for devraj=1 to 4
?" "
endfor
?" Grand Totals : "+str(_gfull,10,2)+" "+str(_gtax,10,2)+" "+str(_gadv,10,2)+" "+str(_grecd,10,2)
* ?" Grand Totals : "+str(_gfull,10,2)+" "+str(_gadv,10,2)+" "+str(_gdue,10,2)+" "+str(_grecd,10,2)
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
? ' (a) Amount to be received (Bill-L.Adv) : '+str((_gfull+_GTAX-_gadv),10,2)
? ' (b) Actual amount received (Receipt - Refund) : '+str((_grecd-_gref),10,2)+' '+xdif
? ' (c) Total Adv. Recevied for Today : '+str(xadv,10,2)
? ' (d) Total Input Cost (IC) : '+str(_gfull-_gscamt,10,2)
? ' (e) Total Service Charged : '+str(_gscamt,10,2)
? ' (f) Total Service Tax : '+str(_gtax,10,2)
? ' (1) Service Tax : '+str(round(_gscamt*txp1/100,2),10,2)
? ' (2) Service Tax Surcharge : '+str(_gtax-round(_gscamt*txp1/100,2),10,2)
? ' (g) Amount refunded : '+str(_gref,10,2)
? ' TOTAL ACTUAL CASH RECEIPT (b + c) : '+str((_grecd-_gref+xadv),10,2)
?"ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ"
eject
deacti window printer
set printer to lpt1
set printer off
set device to screen
set console on
deacti window printer
set color to g+/b+,w+/bg+
close all
if dev=2
deacti window all
define window list from 2,5 to 21,75 system title" Counter reports " color scheme 11
activate window list
modi comm &_pntfile noedit window list
deacti window list
delete file &_pntfile
endif
close all
endif
endcase
enddo