-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductSalesExtendedInvoer.php
27 lines (27 loc) · 1.09 KB
/
productSalesExtendedInvoer.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
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="css/mili-style.css">
<title>reports</title>
</head>
<body>
<div id="header">
<img src="css/milimix.png" alt="milimix" width="50" height="50"><br>
product sales extended
</div>
<?php
// put your code here
?>
<form name="salesProfitInvoer" action="productSalesExtended.php" method="POST">
geef de begindatum JJJJ-MM-DD HH:MM:SS : <input type="text" name="begindatum" value="2017- 00:00:00" /><br>
geef de einddatum JJJJ-MM-DD HH:MM:SS : <input type="text" name="einddatum" value="2017- 24:00:00" /><br>
<input type="submit" name="productSalesExtendedName" value="productSalesExtendedInvoer" />
</form>
</body>
</html>