-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFactor-Informal.html
More file actions
105 lines (104 loc) · 3.88 KB
/
Factor-Informal.html
File metadata and controls
105 lines (104 loc) · 3.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Factor-Informal</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.rtl.min.css">
</head>
<body>
<section class="factor container">
<div class="factor__area">
<div class="factor__header d-flex justify-content-between">
<img class="factor__header--logo"
src="https://upload.wikimedia.org/wikipedia/commons/5/53/X_logo_2023_original.svg" width="50" alt="">
<h1 class="factor__header--title">فاکتور فروش</h1>
<div class="factor__header--date">
<h3>شماره: <span></span></h3>
<h3>تاریخ: <span></span></h3>
</div>
</div>
<div class="factor__main">
<h2 class="factor__main--title">مشخصات فروشنده</h2>
<div class="factor__main--subtitle d-flex justify-content-between">
<div class="flex-column">
<h3>شماره تلفن: <span></span></h3>
<h3>کدپستی: <span></span></h3>
</div>
<div class="flex-column">
<h3>نام شخص حقیقی: <span></span></h3>
<h3>شماره ملی: <span></span></h3>
<h3>نشانی: <span></span></h3>
</div>
</div>
<h2 class="factor__main--title">پیشفاکتور فروش کالا و خدمات</h2>
<div class="factor__main--subtitle d-flex justify-content-between">
<div class="flex-column">
<h3>شماره تلفن/موبایل: <span></span></h3>
<h3>کدپستی: <span></span></h3>
<h3>شناسه ملی: <span></span></h3>
</div>
<div class="flex-column">
<h3>شماره اقتصادی: <span></span></h3>
<h3>نشانی: <span></span></h3>
</div>
</div>
<table class="factor__table">
<tr class="factor__table--row text-center">
<th width="50px">ردیف</th>
<th width="80px">کد کالا</th>
<th width="220px">شرح کالا/خدمت</th>
<th width="80px">تعداد</th>
<th width="80px">مبلغ واحد</th>
<th width="100px">قیمت کل</th>
<th width="100px">مبلغ تخفیف</th>
<th width="100px">مبلغ پس از تخفیف</th>
<th width="100px">مبلغ کل (ریال)</th>
<th width="200px">شرح کالا</th>
</tr>
<tr class="factor__table--fields text-center">
<td>۱</td>
<td>۶۶</td>
<td> فرانت اند وب سایت</td>
<td>۱</td>
<td> ۱،۹۹۰،۰۰۰</td>
<td> -</td>
<td> ۱،۹۹۰،۰۰۰</td>
<td> ۱،۹۹۰،۰۰۰</td>
<td> ۱،۹۹۰،۰۰۰</td>
<td> دامنه و هاست خریداری نشده است</td>
</tr>
<tr class="factor__table--fields text-center">
<td>۱</td>
<td> ۶۶</td>
<td> بک اند وب سایت</td>
<td> ۱</td>
<td> ۲،۹۹۰،۰۰۰</td>
<td> -</td>
<td> ۲،۹۹۰،۰۰۰</td>
<td> ۲،۹۹۰،۰۰۰</td>
<td> ۲،۹۹۰،۰۰۰</td>
<td> دامنه و هاست خریداری نشده است</td>
</tr>
<tr>
<td colspan="10">جمع به حروف: <span> ریال</span></td>
</tr>
<tr>
<td colspan="8">اطلاعات بانکی فروشنده: <span></span></td>
<td colspan="2">نوع پرداخت: <span></span></td>
</tr>
<tr>
<td colspan="10">توضیحات تکمیلی: <span></span></td>
</tr>
</table>
<table class="table__footer--sign">
<tr>
<td>مهر و امضا فروشنده:</td>
<td>مهر و امضا خریدار:</td>
</tr>
</table>
</div>
</div>
</section>
</body>
</html>