-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoperation.php
249 lines (183 loc) · 6.09 KB
/
operation.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
<?php
require_once 'header.php';
require_once 'sidebar.php'
?>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content">
<?php
if (isset($_GET['operationInsert'])) {?>
<div class="box box-primary">
<div class="content-header">
<h1 >Gelir, Gider Ekle</h1>
<hr>
</div>
<div class="box-body">
<?php
if (isset($_POST['operation_insert'])) {
$sonuc=$db->insert("operation",$_POST,[
"form_name" => "operation_insert"
]
);
if ($sonuc['status']) {?>
<div class="alert alert-success">
Kayıt Başarılı <a href="<?php $link=explode("?",$_SERVER['REQUEST_URI']); echo $link[0]; ?>">Listele</a>
</div>
<?php } else {?>
<div class="alert alert-danger">
Kayıt Başarısız.<?php echo $sonuc['error'] ?>
</div>
<?php }
}
?>
<!-- <div class="alert alert-success">
Kayıt Başarılı
</div> -->
<form method="POST" enctype="multipart/form-data">
<div class="form-group">
<label>Açıklama</label>
<div class="row">
<div class="col-xs-12">
<textarea class="form-control" name="operation_description"></textarea>
</div>
</div>
</div>
<div class="form-group">
<label>Tarih</label>
<div class="row">
<div class="col-xs-12">
<input type="date" name="operation_date" value="<?php echo date("Y-m-d"); ?>" class="form-control">
</div>
</div>
</div>
<div id="account" class="form-group">
<label>Hesap Seç</label>
<div class="row">
<div class="col-xs-12">
<select class="form-control account" required="" name="account_id">
<option value="">Seçim Yapın</option>
<?php
$sql=$db->read("account",[
"columns_name" => "account_id",
"columns_sort" => "DESC"
]);
$say=1;
while ($row=$sql->fetch(PDO::FETCH_ASSOC)) { ?>
<option value="<?php echo $row['account_id'] ?>">
<?php echo empty($row['account_company']) ? $row['account_authorized_name_surname'] : $row['account_company'] ?>
</option>
<?php } ?>
</select>
</div>
</div>
</div>
<div class="form-group">
<label>İşlem Tipi</label>
<div class="row">
<div class="col-xs-12">
<select class="form-control" required="" name="operation_type">
<option value="">Seçim Yapın</option>
<option value="Gelir">Gelir</option>
<option value="Gider">Gider</option>
</select>
</div>
</div>
</div>
<div class="form-group">
<label>Tutar</label>
<div class="row">
<div class="col-xs-12">
<input type="text" name="operation_price" required="" class="form-control">
</div>
</div>
</div>
<div align="right" class="box-footer">
<button type="submit" class="btn btn-success" name="operation_insert">Ekle</button>
</div>
</form>
</div>
</div>
<?php }
?>
<!-- Default box -->
<div class="box box-primary">
<div class="content-header">
<h1 >Gelir, Giderler</h1>
<div align="right">
<a href="?operationInsert=true"><button class="btn btn-success">Yeni Ekle</button></a>
<br><br>
</div>
<?php
if (isset($_GET['operationDelete'])) {
$sonuc=$db->delete("operation","operation_id",$_GET['operation_id'],$_GET['file_delete']);
if ($sonuc['status']) {?>
<div class="alert alert-success">
Silme Başarılı
</div>
<?php } else {?>
<div class="alert alert-danger ">
Silme Başarısız.<?php echo $sonuc['error'] ?>
</div>
<?php }
}
?>
</div>
<!-- /.box-header -->
<div class="box-body">
<table id="example1" class="table table-bordered table-striped">
<thead>
<tr>
<th align="center" width="5">#</th>
<th>Tarih</th>
<th>Tip</th>
<th>Ürün</th>
<th>Hesap</th>
<th>Tutar</th>
<th>Açıklama</th>
<th></th>
</tr>
</thead>
<tbody>
<?php
$sql=$db->qSQL("SELECT * FROM operation INNER JOIN account ON account.account_id=operation.account_id ");
$say=1;
while ($row=$sql->fetch(PDO::FETCH_ASSOC)) { ?>
<tr>
<td><?php echo $say++; ?></td>
<td width="100"><?php echo $db->tDate($row['operation_date'],["date_time" => TRUE]) ?></td>
<td><?php echo ($row['operation_type']=='Gelir') ? "<span class='label label-success'>Gelir</span>" : "<span class='label label-danger'>Gider</span>" ?></td>
<td align="center"><?php echo $row['products_title'] ?></td>
<td><?php echo empty($row['account_company']) ? $row['account_authorized_name_surname'] : $row['account_company'] ?></td>
<td><?php echo $row['operation_price'] ?></td>
<td><?php echo $row['operation_description'] ?></td>
<td align="center" width="5"><a href="?operationDelete=True&operation_id=<?php echo $row['operation_id'] ?>&file_delete=<?php echo $row['operation_file'] ?>"><i class="fa fa-trash-o"></i></a></td>
</tr>
<?php } ?>
</table>
</div>
<!-- /.box-body -->
</div>
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<?php require_once 'footer.php'; ?>
<script type="text/javascript">
$("select.account").on('change',function() {
var account_id=$(this).children( "option:selected").val();
console.log(account_id);
$.ajax({
type:'POST',
url:'netting/order-ajax.php',
data:{'account_id':account_id},
success:function(data) {
if (data!="FALSE") {
$("#account").after(data);
} else {
$("#products").after(data);
}
}
});
});
</script>