build version 400

This commit is contained in:
Mohit Panjwani
2020-12-02 17:54:08 +05:30
parent 326508e567
commit 89ee58590c
963 changed files with 62887 additions and 48868 deletions

View File

@ -147,11 +147,11 @@
</tr>
<tr>
<td colspan="2">
<p class="sub-heading-text">EXPENSES REPORT</p>
<p class="sub-heading-text">@lang('pdf_expense_report_label')</p>
</td>
</tr>
</table>
<p class="expenses-title">Expenses</p>
<p class="expenses-title">@lang('pdf_expenses_label')</p>
<div class="expenses-table-container">
<table class="expenses-table">
@foreach ($expenseCategories as $expenseCategory)
@ -182,7 +182,7 @@
<table class="report-footer">
<tr>
<td>
<p class="report-footer-label">TOTAL EXPENSE</p>
<p class="report-footer-label">@lang('pdf_total_expenses_label')</p>
</td>
<td>
<p class="report-footer-value">{!! format_money_pdf($totalExpense) !!}</p>

View File

@ -172,7 +172,7 @@
</tr>
<tr>
<td colspan="2">
<p class="sub-heading-text">PROFIT & LOSS REPORT</p>
<p class="sub-heading-text">@lang('pdf_profit_loss_label')</p>
</td>
</tr>
</table>
@ -180,14 +180,14 @@
<table class="income-table">
<tr>
<td>
<p class="income-title">Income</p>
<p class="income-title">@lang("pdf_income_label")</p>
</td>
<td>
<p class="income-amount">{!! format_money_pdf($income) !!}</p>
</td>
</tr>
</table>
<p class="expenses-title">Expenses</p>
<p class="expenses-title">@lang('pdf_expenses_label')</p>
<div class="expenses-table-container">
<table class="expenses-table">
@foreach ($expenseCategories as $expenseCategory)
@ -219,7 +219,7 @@
<table class="report-footer">
<tr>
<td>
<p class="report-footer-label">NET PROFIT</p>
<p class="report-footer-label">@lang("pdf_net_profit_label")</p>
</td>
<td>
<p class="report-footer-value">{!! format_money_pdf(($income-$totalExpense)) !!}</p>

View File

@ -150,7 +150,7 @@
</tr>
<tr>
<td colspan="2">
<p class="sub-heading-text text-center">Sales Report: By Customer</p>
<p class="sub-heading-text text-center">@lang('pdf_customer_sales_report')</p>
</td>
</tr>
</table>
@ -191,7 +191,7 @@
<table class="report-footer">
<tr>
<td>
<p class="report-footer-label">TOTAL SALES</p>
<p class="report-footer-label">@lang('pdf_total_sales_label')</p>
</td>
<td>
<p class="report-footer-value">

View File

@ -150,12 +150,12 @@
</tr>
<tr>
<td colspan="2">
<p class="sub-heading-text text-center">Sales Report: By Item</p>
<p class="sub-heading-text text-center">@lang('pdf_item_sales_label')</p>
</td>
</tr>
</table>
<p class="sales-items-title">Items</p>
<p class="sales-items-title">@lang('pdf_items_label')</p>
@foreach ($items as $item)
<div class="items-table-container">
<table class="items-table">
@ -190,7 +190,7 @@
<table class="report-footer">
<tr>
<td>
<p class="report-footer-label">TOTAL SALES</p>
<p class="report-footer-label">@lang('pdf_total_sales_label')</p>
</td>
<td>
<p class="report-footer-value">

View File

@ -152,11 +152,11 @@
</tr>
<tr>
<td colspan="2">
<p class="sub-heading-text">TAX REPORT</p>
<p class="sub-heading-text">@lang('pdf_tax_report_label')</p>
</td>
</tr>
</table>
<p class="tax-types-title">Tax Types</p>
<p class="tax-types-title">@lang('pdf_tax_types_label')</p>
<div class="tax-table-container">
<table class="tax-table">
@foreach ($taxTypes as $tax)
@ -190,7 +190,7 @@
<table class="report-footer">
<tr>
<td>
<p class="report-footer-label">TOTAL TAX</p>
<p class="report-footer-label">@lang('pdf_total_tax_label')</p>
</td>
<td>
<p class="report-footer-value">