-
Notifications
You must be signed in to change notification settings - Fork 1
/
entrada_nota.php
289 lines (244 loc) · 17.4 KB
/
entrada_nota.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
<!doctype html>
<html lang="en" ng-app="appRtc">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<script src="js/angular.min.js"></script>
<script src="js/rtc.js?5"></script>
<script src="js/filters.js?5"></script>
<script src="js/services.js?5"></script>
<script src="js/controllers.js?5"></script> <script src="assets/vendor/jquery/jquery-3.3.1.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.min.css">
<link href="assets/vendor/fonts/circular-std/style.css" rel="stylesheet">
<link rel="stylesheet" href="assets/libs/css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="assets/vendor/datatables/css/dataTables.bootstrap4.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/datatables/css/buttons.bootstrap4.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/datatables/css/select.bootstrap4.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/datatables/css/fixedHeader.bootstrap4.css">
<!--<link rel="stylesheet" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css">-->
<title>RTC (Reltrab Cliente) - WEB</title>
<style>
</style>
</head>
<body ng-controller="crtEntrada">
<!-- ============================================================== -->
<!-- main wrapper -->
<!-- ============================================================== -->
<div class="dashboard-main-wrapper">
<!-- ============================================================== -->
<!-- navbar -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- end navbar -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- left sidebar -->
<!-- ============================================================== -->
<?php include("menu.php") ?>
<!-- ============================================================== -->
<!-- end left sidebar -->
<!-- ============================================================== -->
<!-- ============================================================== -->
<!-- wrapper -->
<!-- ============================================================== -->
<div class="dashboard-wrapper">
<div class="dashboard-ecommerce">
<div class="container-fluid dashboard-content ">
<!-- ============================================================== -->
<!-- pageheader -->
<!-- ============================================================== -->
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
<div class="page-header">
<h2 class="pageheader-title">Entrada de NFe</h2>
<p class="pageheader-text">Nulla euismod urna eros, sit amet scelerisque torton lectus vel mauris facilisis faucibus at enim quis massa lobortis rutrum.</p>
<div class="page-breadcrumb">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#" class="breadcrumb-link">RTC</a></li>
<li class="breadcrumb-item active" aria-current="page">Entrada de NFe</li>
</ol>
</nav>
</div>
</div>
</div>
</div>
<!-- ============================================================== -->
<!-- end pageheader -->
<!-- ============================================================== -->
<div class="row">
<!-- ============================================================== -->
<!-- basic table -->
<!-- ============================================================== -->
<button ng-if="pedidos.length == 0" style='margin-left:auto;margin-right:auto;margin-top:20px;margin-bottom:50px' onclick='$("#flXML").click()' class="btn btn-outline-dark"><i class="fa fa-code"></i>  Selecionar XML da(s) nota(s)</button>
<input type="file" style="display:none" id="flXML" multiple>
</div>
<hr ng-if="pedidos.length > 0">
<div class="row" ng-repeat-start="pedido in pedidos">
<div class="col-md-4" style="padding:30px">
Pedido de Compra: <strong>{{pedido.id}}</strong> da <strong>{{pedido.empresa.nome}}</strong>
<br>
<i class="fas fa-code"></i>  Nota:<strong>{{pedido.nota.numero}}</strong>
<br>
<i class="fas fa-industry"></i>  Fornecedor: <strong>{{pedido.fornecedor.nome}}</strong>
<br>
CNPJ: <strong>{{pedido.fornecedor.cnpj.valor}}</strong>
<br>
</div>
<div class="col-md-4" style="padding:30px">
<i class="fas fa-truck"></i>  Transportadora: <strong>{{pedido.transportadora.razao_social}}</strong>
<br>
CNPJ: <strong>{{pedido.transportadora.cnpj.valor}}</strong>
<br>
</div>
<div class="col-md-4" style="padding:30px">
<i class="fa fa-exchange-alt"></i>  Operacoes geradas
<hr>
<table class="table table-striped table-bordered first">
<thead>
<th>Tipo</th>
<th>Remetente</th>
<th>Destinatario</th>
<th>Remover</th>
</thead>
<tr ng-repeat="nota in pedido.notas_logisticas">
<th>{{nota.saida?'Saida':'Entrada'}}</th>
<th>{{nota.saida?nota.empresa.nome:nota.fornecedor.nome}}</th>
<th>{{nota.saida?nota.cliente.razao_social:nota.empresa.nome}}</th>
<th><button class="btn btn-outline-danger" ng-click="removeOperacao(nota)"><i class="fa fa-trash"></i></button></th>
</tr>
</table>
</div>
</div>
<div ng-repeat-end class="row">
<div class="col-md-8">
<i class="fas fa-cube"></i> <strong>Produtos</strong>
<hr>
<table class="table table-striped table-bordered first">
<thead>
<th>Cod</th>
<th>Nome</th>
<th>Quantidade</th>
<th>Valor</th>
<th>Logistica</th>
</thead>
<tr ng-repeat="produto in pedido.produtos">
<th>{{produto.produto.id}}</th>
<th>{{produto.produto.nome}}</th>
<th>{{produto.quantidade}}</th>
<th>{{produto.valor}} R$</th>
<th>{{produto.produto.logistica !== null?produto.produto.logistica.nome:'-------'}}</th>
</tr>
</table>
</div>
<div class="col-md-4">
<button class="btn btn-outline-success" type="button" ng-click="finalizarNotas(pedido.notas_logisticas)" style="width:100%;height:50px"><i class="fas fa-check"></i>  Dar entrada</button>
</div>
</div>
<!-- ============================================================== -->
<!-- footer -->
<!-- ============================================================== -->
<div class="row">
<div class="col-md-12">
<div class="copyright">
<p>Copyright © 2018 - Agro Fauna Tecnologia. Todos os direitos reservados.</p>
</div>
</div>
</div>
<!-- ============================================================== -->
<!-- end footer -->
<!-- ============================================================== -->
</div>
<!-- ============================================================== -->
<!-- end wrapper -->
<!-- ============================================================== -->
</div>
<!-- /.modal-content LOADING -->
<span style="position:absolute;z-index:999999" id="loading" class="dashboard-spinner spinner-success spinner-sm "></span>
<!-- jquery 3.3.1 -->
<script src="assets/vendor/jquery/jquery.mask.min.js"></script>
<script src="assets/libs/js/form-mask.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.js"></script>
<script src="assets/vendor/datatables/js/buttons.bootstrap4.min.js"></script>
<!-- slimscroll js -->
<script src="assets/vendor/slimscroll/jquery.slimscroll.js"></script>
<!-- main js -->
<script src="assets/libs/js/main-js.js"></script>
<!-- chart chartist js -->
<script src="assets/vendor/charts/chartist-bundle/chartist.min.js"></script>
<!-- sparkline js -->
<script src="assets/vendor/charts/sparkline/jquery.sparkline.js"></script>
<!-- morris js -->
<script src="assets/vendor/charts/morris-bundle/raphael.min.js"></script>
<script src="assets/vendor/charts/morris-bundle/morris.js"></script>
<!-- chart c3 js -->
<script src="assets/vendor/charts/c3charts/c3.min.js"></script>
<script src="assets/vendor/charts/c3charts/d3-5.4.0.min.js"></script>
<script src="assets/vendor/charts/c3charts/C3chartjs.js"></script>
<script src="assets/libs/js/dashboard-ecommerce.js"></script>
<!-- parsley js -->
<script src="assets/vendor/parsley/parsley.js"></script>
<!-- Optional JavaScript -->
<script>
var l = $('#loading');
l.hide();
var x = 0;
var y = 0;
$(document).mousemove(function (e) {
x = e.clientX;
y = e.clientY;
var s = $(this).scrollTop();
l.offset({top: (y + s), left: x});
})
var sh = false;
var it = null;
loading.show = function () {
l.show();
var s = $(document).scrollTop();
l.offset({top: (y + s), left: x});
}
loading.close = function () {
l.hide();
}
$(document).ready(function () {
$('.btninfo').tooltip({title: "Mais informação", placement: "top"});
$('.btnedit').tooltip({title: "Editar", placement: "top"});
$('.btndel').tooltip({title: "Deletar", placement: "top"});
});
$(document).ready(function () {
$('#clientes').DataTable({
"language": {//Altera o idioma do DataTable para o português do Brasil
"url": "https://cdn.datatables.net/plug-ins/1.10.12/i18n/Portuguese-Brasil.json"
},
});
$.getJSON('estados_cidades.json', function (data) {
var items = [];
var options = '<option value="">escolha um estado</option>';
$.each(data, function (key, val) {
options += '<option value="' + val.nome + '">' + val.nome + '</option>';
});
$("#estados").html(options);
$("#estados").change(function () {
var options_cidades = '';
var str = "";
$("#estados option:selected").each(function () {
str += $(this).text();
});
$.each(data, function (key, val) {
if (val.nome == str) {
$.each(val.cidades, function (key_city, val_city) {
options_cidades += '<option value="' + val_city + '">' + val_city + '</option>';
});
}
});
$("#cidades").html(options_cidades);
}).change();
});
});
</script>
</body>
</html>