arinvoice.py
27.3 KB
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
import sys
import re
from email.utils import parseaddr
from sqlalchemy import not_, func, or_, desc
from datetime import datetime
from time import gmtime, strftime
from pyramid.view import (
view_config,
)
from pyramid.httpexceptions import (
HTTPFound,
)
import colander
from deform import (
Form,
widget,
ValidationFailure,
)
from ..tools import _DTnumberformat
from ..models import DBSession
from ..models.isipkd import(
Pegawai, ObjekPajak, SubjekPajak, ARInvoice,
Unit, Wilayah, Pajak, Rekening,
ARSts, ARStsItem, ARSspd
)
from datatables import (
ColumnDT, DataTables)
from ..security import group_finder,group_in
SESS_ADD_FAILED = 'Gagal tambah Tagihan'
SESS_EDIT_FAILED = 'Gagal edit Tagihan'
from daftar import (STATUS, deferred_status,
daftar_subjekpajak, deferred_subjekpajak,
daftar_objekpajak, deferred_objekpajak,
daftar_wilayah, deferred_wilayah,
daftar_unit, deferred_unit,
daftar_pajak, deferred_pajak,
auto_op_nm, auto_unit_nm, auto_wp_nm, auto_wp_nm1
)
########
# List #
########
@view_config(route_name='arinvoice', renderer='templates/arinvoice/list.pt',
permission='read')
def view_list(request):
awal = 'awal' in request.GET and request.GET['awal'] or datetime.now().strftime('%Y-%m-%d')
akhir = 'akhir' in request.GET and request.GET['akhir'] or datetime.now().strftime('%Y-%m-%d')
return dict(rows={"awal":awal, "akhir":akhir})
#######
# Add #
#######
def form_validator(form, value):
def err_kode():
raise colander.Invalid(form,
'Kode invoice %s sudah digunakan oleh ID %d' % (
value['kode'], found.id))
def err_name():
raise colander.Invalid(form,
'Uraian %s sudah digunakan oleh ID %d' % (
value['nama'], found.id))
if 'id' in form.request.matchdict:
uid = form.request.matchdict['id']
q = DBSession.query(ARInvoice).filter_by(id=uid)
r = q.first()
else:
r = None
class AddSchema(colander.Schema):
moneywidget = widget.MoneyInputWidget(
size=20, options={'allowZero':True,
'precision':0
})
unit_id = colander.SchemaNode(
colander.Integer(),
widget=widget.HiddenWidget(),
oid="unit_id",
title="OPD",
)
unit_nm = colander.SchemaNode(
colander.String(),
title="OPD",
oid="unit_nm"
)
subjek_pajak_id = colander.SchemaNode(
colander.Integer(),
widget=widget.HiddenWidget(),
title="Penyetor",
oid = "subjek_pajak_id"
)
subjek_pajak_nm = colander.SchemaNode(
colander.String(),
widget=auto_wp_nm1,
title="Penyetor",
oid = "subjek_pajak_nm"
)
subjek_pajak_us = colander.SchemaNode(
colander.Integer(),
widget=widget.HiddenWidget(),
oid = "subjek_pajak_us"
)
subjek_pajak_un = colander.SchemaNode(
colander.Integer(),
widget=widget.HiddenWidget(),
oid = "subjek_pajak_un"
)
objek_pajak_id = colander.SchemaNode(
colander.Integer(),
title="Objek",
widget=widget.HiddenWidget(),
oid = "objek_pajak_id"
)
objek_pajak_nm = colander.SchemaNode(
colander.String(),
widget=auto_op_nm,
title="Objek",
oid = "objek_pajak_nm"
)
kode = colander.SchemaNode(
colander.String(),
title="Kode Bayar",
missing = colander.drop,
)
periode_1 = colander.SchemaNode(
colander.Date(),
title="Periode 1",
widget = widget.DateInputWidget()
)
periode_2 = colander.SchemaNode(
colander.Date(),
title="Periode 2"
)
tgl_tetap = colander.SchemaNode(
colander.Date(),
)
jatuh_tempo = colander.SchemaNode(
colander.Date(),
)
dasar = colander.SchemaNode(
colander.Integer(),
default = 0,
widget = moneywidget,
oid = "dasar"
)
tarif = colander.SchemaNode(
colander.Integer(),
default = 0,
widget = moneywidget,
oid = "tarif",
missing=colander.drop
)
pokok = colander.SchemaNode(
colander.Integer(),
default = 0,
widget = moneywidget,
missing=colander.drop,
oid = "pokok"
)
denda = colander.SchemaNode(
colander.Integer(),
default = 0,
widget = moneywidget,
oid = "denda"
)
bunga = colander.SchemaNode(
colander.Integer(),
default = 0,
widget = moneywidget,
oid = "bunga"
)
jumlah = colander.SchemaNode(
colander.Integer(),
default = 0,
widget = moneywidget,
missing=colander.drop,
oid = "jumlah"
)
class EditSchema(AddSchema):
id = colander.SchemaNode(colander.Integer(),
missing=colander.drop,
widget=widget.HiddenWidget(readonly=True)
)
def get_form(request, class_form):
schema = class_form(validator=form_validator)
schema = schema.bind(daftar_status=STATUS,
daftar_subjekpajak=daftar_subjekpajak(),
daftar_unit=daftar_unit(),
daftar_objekpajak=daftar_objekpajak(),
)
schema.request = request
return Form(schema, buttons=('simpan','batal'))
def save(request, values, row=None):
if not row:
row = ARInvoice()
row.create_date = datetime.now()
row.create_uid = request.user.id
row.from_dict(values)
#row.update_date = datetime.now()
row.update_uid = request.user.id
row.dasar = re.sub("[^0-9]", "", row.dasar)
row.tarif = re.sub("[^0-9]", "", row.tarif)
row.pokok = re.sub("[^0-9]", "", row.pokok)
row.denda = re.sub("[^0-9]", "", row.denda)
row.bunga = re.sub("[^0-9]", "", row.bunga)
row.jumlah = re.sub("[^0-9]", "", row.jumlah)
if not row.tahun_id:
row.tahun_id = datetime.now().strftime('%Y')
unit = Unit.get_by_id(row.unit_id)
row.unit_kd = unit.kode
row.unit_nm = unit.nama
ref = Unit.get_by_id(row.unit_id)
row.unit_kode = ref.kode
row.unit_nama = ref.nama
ref = SubjekPajak.get_by_id(row.subjek_pajak_id)
row.wp_kode = ref.kode
row.wp_nama = ref.nama
row.wp_alamat_1 = ref.alamat_1
row.wp_alamat_2 = ref.alamat_2
ref = ObjekPajak.get_by_id(row.objek_pajak_id)
row.op_kode = ref.kode
row.op_nama = ref.nama
row.op_alamat_1 = ref.alamat_1
row.op_alamat_2 = ref.alamat_2
row.wilayah_id = ref.wilayah_id
row.rekening_id = ref.pajaks.rekening_id
row.rek_kode = ref.pajaks.rekenings.kode
row.rek_nama = ref.pajaks.rekenings.nama
ref = Wilayah.get_by_id(row.wilayah_id)
row.wilayah_kode = ref.kode
prefix = '20'
tanggal = datetime.now().strftime('%d')
bulan = datetime.now().strftime('%m')
tahun = datetime.now().strftime('%y')
if not row.kode and not row.no_id:
invoice_no = DBSession.query(func.max(ARInvoice.no_id)).\
filter(ARInvoice.tahun_id==row.tahun_id,
ARInvoice.wilayah_id==row.wilayah_id,
ARInvoice.tgl_tetap==datetime.now().strftime('%Y-%m-%d'),
func.substr(ARInvoice.kode,1,2)=='20').scalar()
print "--------- Invoice No ---------- ",invoice_no
if not invoice_no:
row.no_id = 1
else:
row.no_id = invoice_no+1
row.kode = "".join([prefix, re.sub("[^0-9]", "", row.wilayah_kode),
str(tanggal).rjust(2,'0'),
str(bulan).rjust(2,'0'),
str(tahun).rjust(2,'0'),
str(row.no_id).rjust(4,'0')])
row.owner_id = request.user.id
#if values['password']:
# row.password = values['password']
DBSession.add(row)
DBSession.flush()
return row
def save_request(values, request, row=None):
if 'id' in request.matchdict:
values['id'] = request.matchdict['id']
row = save(request, values, row)
request.session.flash('No Bayar %s sudah disimpan.' % row.kode)
def route_list(request):
return HTTPFound(location=request.route_url('arinvoice'))
def session_failed(request, session_name):
try:
session_name.set_appstruct(request.session[SESS_ADD_FAILED])
except:
pass
r = dict(form=session_name) #request.session[session_name])
del request.session[SESS_ADD_FAILED]
return r
@view_config(route_name='arinvoice-add', renderer='templates/arinvoice/add.pt',
permission='add')
def view_add(request):
form = get_form(request, AddSchema)
values = {}
values['tgl_tetap'] = datetime.now()
values['jatuh_tempo'] = datetime.now()
values['periode_1'] = datetime.now()
values['periode_2'] = datetime.now()
form.set_appstruct(values)
if request.POST:
if 'simpan' in request.POST:
controls = request.POST.items()
controls_dicted = dict(controls)
# Cek Kode
if not controls_dicted['kode']=='':
a = form.validate(controls)
b = a['kode']
c = "%s" % b
cek = DBSession.query(ARInvoice).filter(ARInvoice.kode==c).first()
if cek :
request.session.flash('Kode Bayar %s sudah digunakan.' % b, 'error')
return HTTPFound(location=request.route_url('arinvoice-add'))
try:
c = form.validate(controls)
except ValidationFailure, e:
return dict(form=form)
#request.session[SESS_ADD_FAILED] = request.params
#print e.render()
#return HTTPFound(location=request.route_url('arinvoice-add'))
save_request(dict(controls), request)
return route_list(request)
elif SESS_ADD_FAILED in request.session:
return session_failed(request, form) #SESS_ADD_FAILED)
return dict(form=form, is_unit=0, is_sp=0)
########
# Edit #
########
def query_id(request):
return DBSession.query(ARInvoice).filter(ARInvoice.id==request.matchdict['id'],)
#ARInvoice.status_bayar==0)
def id_not_found(request):
msg = 'No Bayar ID %s tidak ditemukan atau sudah dibayar.' % request.matchdict['id']
request.session.flash(msg, 'error')
return route_list(request)
@view_config(route_name='arinvoice-edit', renderer='templates/arinvoice/add.pt',
permission='edit')
def view_edit(request):
row = query_id(request).first()
uid = row.id
kode = row.kode
if not row:
return id_not_found(request)
if row.status_bayar:
request.session.flash('Data sudah masuk di Penerimaan', 'error')
return route_list(request)
if row.is_sts:
request.session.flash('Data sudah masuk di STS', 'error')
return route_list(request)
form = get_form(request, EditSchema)
if request.POST:
if 'simpan' in request.POST:
controls = request.POST.items()
print "--------- control ---------- ",controls
try:
c = form.validate(controls)
print "--------- validasi --------- ",c
except ValidationFailure, e:
print "--------- gagal ------------ ",controls
return dict(form=form)
return HTTPFound(location=request.route_url('arinvoice-edit',
id=row.id))
save_request(dict(controls), request, row)
return route_list(request)
elif SESS_EDIT_FAILED in request.session:
return session_failed(request, SESS_EDIT_FAILED)
values = row.to_dict()
values['objek_pajak_nm'] = row.objekpajaks.nama
values['subjek_pajak_nm'] = row.subjekpajaks.nama
values['subjek_pajak_us'] = row.subjekpajaks.user_id
values['subjek_pajak_un'] = row.subjekpajaks.unit_id
values['unit_nm'] = row.units.nama
form.set_appstruct(values)
return dict(form=form)
###########
# Posting #
###########
def save_request2(request, row1=None):
row1 = ARInvoice()
return row1
def save_request3(request, row2=None):
row2 = ARSts()
return row2
@view_config(route_name='arinvoice-posting', renderer='templates/arinvoice/posting.pt',
permission='read')
def view_posting(request):
awal = 'awal' in request.GET and request.GET['awal'] or datetime.now().strftime('%Y-%m-%d')
akhir = 'akhir' in request.GET and request.GET['akhir'] or datetime.now().strftime('%Y-%m-%d')
form = Form(colander.Schema(),buttons=('posting','batal'))
if request.POST:
if 'posting' in request.POST:
u = request.user.id
rows1 = DBSession.query(ARInvoice.unit_id.label('un_id'),
ARInvoice.unit_kode.label('un_kd'),
ARInvoice.unit_nama.label('un_nm')
).filter(ARInvoice.status_grid==0,
ARInvoice.tgl_tetap.between(awal,akhir),
ARInvoice.is_sts==0,
or_(ARInvoice.is_tbp==1,
ARInvoice.is_sspd==1)
).group_by(ARInvoice.unit_id,
ARInvoice.unit_kode,
ARInvoice.unit_nama
).order_by(ARInvoice.unit_kode)
if u != 1:
rows1 = rows1.filter(ARInvoice.owner_id==u)
for row in rows1:
print "--------- Data Unit ----------- ",row
a = ARSts()
x = datetime.now().strftime('%d-%m-%Y')
x1 = row.un_kd
a.create_date = datetime.now()
a.create_uid = u
a.nama = "Setoran tanggal %s" % x + " atas unit %s" % x1
a.tahun_id = datetime.now().strftime('%Y')
a.tgl_sts = datetime.now().strftime('%Y-%m-%d')
a.unit_id = row.un_id
a.unit_kode = row.un_kd
a.unit_nama = row.un_nm
sts_no = DBSession.query(func.max(ARSts.no_id)).\
filter(ARSts.tahun_id==a.tahun_id,
ARSts.unit_id==a.unit_id).scalar()
if not sts_no:
a.no_id = 1
else:
a.no_id = sts_no+1
a.kode = "".join([str(a.tahun_id), re.sub("[^0-9]", "", a.unit_kode),
str(a.no_id).rjust(6,'0')])
DBSession.add(a)
DBSession.flush()
print "--------- Data STS ------------ ",a
b = a.id
b1 = a.unit_id
rows = DBSession.query(ARInvoice.id.label('inv_id'),
ARInvoice.kode.label('kd'),
ARInvoice.rekening_id.label('rek_id'),
ARInvoice.rek_kode.label('rek_kd'),
ARInvoice.rek_nama.label('rek_nm'),
ARInvoice.jumlah.label('jumlah'),
ARInvoice.is_sspd.label('is_sspd')
).filter(ARInvoice.status_grid==0,
ARInvoice.tgl_tetap.between(awal,akhir),
ARInvoice.is_sts==0,
or_(ARInvoice.is_tbp==1,
ARInvoice.is_sspd==1),
ARInvoice.unit_id==b1
).order_by(ARInvoice.rek_kode,
ARInvoice.kode)
if u != 1:
rows = rows.filter(ARInvoice.owner_id==u)
for row1 in rows:
print "--------- Data Invoice -------- ",row1
items=ARStsItem()
items.sts_id = b
items.invoice_id = row1.inv_id
items.kode = row1.kd
items.rekening_id = row1.rek_id
items.rek_kode = row1.rek_kd
items.rek_nama = row1.rek_nm
items.jumlah = row1.jumlah
DBSession.add(items)
DBSession.flush()
print "--------- Data STS Item ------- ",items
if row1.is_sspd!=0:
sspd = DBSession.query(ARSspd
).filter(ARSspd.arinvoice_id==row1.inv_id,
ARSspd.bayar!=0
).first()
sspd.posted=1
DBSession.add(sspd)
DBSession.flush()
inv = DBSession.query(ARInvoice
).filter(ARInvoice.id==row1.inv_id
).first()
inv.is_sts=1
DBSession.add(inv)
DBSession.flush()
print "----- Data Invoice Update ----- ",inv
jumlah = DBSession.query(func.sum(ARStsItem.jumlah)).\
filter(ARStsItem.sts_id==b).scalar()
print "--------- Jum STS Item -------- ",jumlah
if jumlah:
rows2 = DBSession.query(ARSts
).filter(ARSts.id==b
).first()
rows2.jumlah=jumlah
DBSession.add(rows2)
DBSession.flush()
print "--------- STS terbaru nya ----- ",rows2
return route_list(request)
return dict(message='Posting No.Bayar Sukses', form=form.render())
##########
# Delete #
##########
@view_config(route_name='arinvoice-delete', renderer='templates/arinvoice/delete.pt',
permission='delete')
def view_delete(request):
q = query_id(request)
row = q.first()
if not row:
return id_not_found(request)
if row.status_bayar:
request.session.flash('Data sudah masuk di Penerimaan', 'error')
return route_list(request)
if row.is_sts:
request.session.flash('Data sudah masuk di STS', 'error')
return route_list(request)
if row.arsspds:
form = Form(colander.Schema(), buttons=('batal',))
else:
form = Form(colander.Schema(), buttons=('hapus', 'batal'))
if request.POST:
if 'hapus' in request.POST:
msg = 'No Bayar ID %d %s sudah dihapus.' % (row.id, row.kode)
q.delete()
DBSession.flush()
request.session.flash(msg)
return route_list(request)
return dict(row=row,
form=form.render())
##########
# Action #
##########
def qry_arinv():
return DBSession.query(ARInvoice).\
join(Unit)
@view_config(route_name='arinvoice-act', renderer='json',
permission='read')
def view_act(request):
req = request
params = req.params
url_dict = req.matchdict
user = req.user
awal = 'awal' in request.GET and request.GET['awal'] or datetime.now().strftime('%Y-%m-%d')
akhir = 'akhir' in request.GET and request.GET['akhir'] or datetime.now().strftime('%Y-%m-%d')
if url_dict['act']=='grid':
u = request.user.id
columns = []
columns.append(ColumnDT('id'))
columns.append(ColumnDT('kode'))
columns.append(ColumnDT('wp_nama'))
columns.append(ColumnDT('op_kode'))
columns.append(ColumnDT('op_nama'))
columns.append(ColumnDT('rek_nama'))
columns.append(ColumnDT('jumlah', filter=_DTnumberformat))
columns.append(ColumnDT('unit_nama'))
columns.append(ColumnDT('is_sspd'))
columns.append(ColumnDT('is_sts'))
query = DBSession.query(ARInvoice
).filter(ARInvoice.status_grid==0,
ARInvoice.tgl_tetap.between(awal,akhir)
).order_by(desc(ARInvoice.tgl_tetap),desc(ARInvoice.kode))
if u != 1:
query = query.filter(ARInvoice.owner_id==u)
rowTable = DataTables(req, ARInvoice, query, columns)
return rowTable.output_result()
from ..reports.rml_report import open_rml_row, open_rml_pdf, pdf_response
def query_reg():
return DBSession.query(ARInvoice.kode.label('a'),
ARInvoice.wp_nama.label('b'),
ARInvoice.rek_kode.label('c'),
ARInvoice.op_nama.label('d'),
ARInvoice.tgl_tetap.label('e'),
func.trim(func.to_char(ARInvoice.jumlah,'999,999,999,990')).label('f'),
ARInvoice.unit_nama.label('g'),
).order_by(ARInvoice.tgl_tetap,ARInvoice.kode)
def query_cetak():
return DBSession.query(ARInvoice.kode.label('a'),
ARInvoice.wp_nama.label('b'),
ARInvoice.wp_alamat_1.label('c'),
ARInvoice.rek_kode.label('d'),
ARInvoice.rek_nama.label('e'),
func.trim(func.to_char(ARInvoice.pokok,'999,999,999,990')).label('f'),
func.trim(func.to_char(ARInvoice.denda,'999,999,999,990')).label('g'),
func.trim(func.to_char(ARInvoice.bunga,'999,999,999,990')).label('h'),
func.trim(func.to_char(ARInvoice.jumlah,'999,999,999,990')).label('i'),
ARInvoice.tgl_tetap.label('j'),
ARInvoice.unit_nama.label('k'),
).order_by(ARInvoice.unit_kode,ARInvoice.rek_kode)
########
# CSV #
########
@view_config(route_name='arinvoice-csv', renderer='csv')
def view_csv(request):
ses = request.session
params = request.params
url_dict = request.matchdict
u = request.user.id
awal = 'awal' in request.params and request.params['awal']\
or datetime.now().strftime('%Y-%m-%d')
akhir = 'akhir' in request.params and request.params['akhir']\
or datetime.now().strftime('%Y-%m-%d')
if url_dict['csv']=='reg' :
query = query_reg()
if u != 1:
query = query.filter(ARInvoice.owner_id==u)
row = query.filter(ARInvoice.tgl_tetap.between(awal,akhir),
ARInvoice.status_grid==0)#.first()
#print "-- ROW -- ",row
header = 'No. Bayar','Penyetor','Objek','Uraian','Tgl. Tetap','Jumlah','OPD' #row.keys()
rows = []
for item in row.all():
rows.append(list(item))
# override attributes of response
filename = 'Tagihan_BUD_%s_sd_%s.csv' %(awal, akhir)
request.response.content_disposition = 'attachment;filename=' + filename
return {
'header': header,
'rows' : rows,
}
##########
# PDF #
##########
@view_config(route_name='arinvoice-pdf', permission='read')
def view_pdf(request):
global awal,akhir,unit_nm,unit_al,unit_kd
params = request.params
url_dict = request.matchdict
u = request.user.id
awal = 'awal' in request.params and request.params['awal']\
or datetime.now().strftime('%Y-%m-%d')
akhir = 'akhir' in request.params and request.params['akhir']\
or datetime.now().strftime('%Y-%m-%d')
id1 = 'id1' in request.params and request.params['id1']
if url_dict['pdf']=='reg' :
query = query_reg()
if u != 1:
query = query.filter(ARInvoice.owner_id==u)
rml_row = open_rml_row('arinvoice.row.rml')
rows=[]
for r in query.filter(ARInvoice.tgl_tetap.between(awal,akhir),
ARInvoice.status_grid==0).all():
s = rml_row.format(kode=r.a,
wp=r.b,
rek_k=r.c,
rek_n=r.d,
terutang=r.e.strftime('%d-%m-%Y'),
jumlah=r.f,
unit=r.g)
rows.append(s)
print "--- ROWS ---- ",rows
pdf, filename = open_rml_pdf('arinvoice.rml', rows2=rows,
awal=awal,
akhir=akhir)
return pdf_response(request, pdf, filename)
if url_dict['pdf']=='cetak' :
query = query_cetak()
rml_row = open_rml_row('arinvoice_cetak.row.rml')
rows=[]
print "--- awal ----- ",awal
print "--- akhir ---- ",akhir
print "--- id TBP --- ",id1
print "--- QUERY ---- ",query.first()
for r in query.filter(ARInvoice.tgl_tetap.between(awal,akhir),ARInvoice.id==id1).all():
s = rml_row.format(kode=r.a,
wp_n=r.b,
wp_a=r.c,
rek_k=r.d,
rek_n=r.e,
terutang=r.f,
denda=r.g,
bunga=r.h,
jumlah=r.i,
terima=r.j.strftime('%d/%m/%Y'),
unit=r.k )
rows.append(s)
print "--- ROWS ---- ",rows
pdf, filename = open_rml_pdf('arinvoice_cetak.rml', rows2=rows)
return pdf_response(request, pdf, filename)