﻿<?xml version="1.0" encoding="utf-8"?>
<Report ScriptLanguage="CSharp" StartReportEvent="_StartReport" ReportInfo.Created="05/17/2023 12:00:42" ReportInfo.Modified="03/20/2025 15:16:55" ReportInfo.CreatorVersion="2021.4.3.0">
  <ScriptText>using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Windows.Forms;
using System.Drawing;
using System.Data;
using FastReport;
using FastReport.Data;
using FastReport.Dialog;
using FastReport.Barcode;
using FastReport.Table;
using FastReport.Utils;

namespace FastReport
{
  public class ReportScript
  {
    

    private void _StartReport(object sender, EventArgs e)
    {
      if(((String)Report.GetParameterValue(&quot;CollectOnVatPercent&quot;))==&quot;1&quot;){
      
        MessageBox.Show( &quot;يجب الغاء زر تجميع حسب النسبة&quot;);
        Page1.Visible = false;}
      else if  ( ((String)Report.GetParameterValue(&quot;CollectType&quot;))==&quot;1&quot;){              
        
        MessageBox.Show( &quot;يجب إلغاء تفعيل خيار تجميع الفواتير حسب النوع&quot;);
        Page1.Visible = false;
        
      }
      else {
      
        DataSourceBase ds = Report.GetDataSource(&quot;CalcVat_Report&quot;); 
        ds.Init();
      
        double s1 = 0.0;
        double s2 = 0.0;
        double vatS1 = 0.0;
        double vatS2 = 0.0;
      
        
        double b1 = 0.0;
        double b2 = 0.0;
        double vatB1 = 0.0;
        double vatB2 = 0.0;
      
        double emp1=0.0;
        double emp2=0.0;
     
        double export1 = 0.0;
        double export2 = 0.0;
        
        double free1 = 0.0;
        double free2 = 0.0;
        
      
        double custom1 = 0.0;
        double custom2 = 0.0;
        double vatcustom1 = 0.0;
        double vatcustom2 = 0.0;
      
        double reverse1 = 0.0;
        double reverse2 = 0.0;
        double vatreverse1 = 0.0;
        double vatreverse2 = 0.0;
      
        double bfree1 = 0.0;
        double bfree2 = 0.0;
        double vatBfree1 = 0.0;
        double vatBfree2 = 0.0;
      
        double sWithoutVat1 = 0.0;
        double sWithoutVat2 = 0.0;
      
        double bWithoutVat1 = 0.0;
        double bWithoutVat2 = 0.0;
     
      
      
      
      
        while(ds.HasMoreRows)// do
        {
      
        
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;مبيع&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;معفاة&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;صادر&quot;) &amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;دولة&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==3 &amp;&amp;  ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;)) !=0){
            s1 = s1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            vatS1 = vatS1 +                     ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;));
          }
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;مبيع&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;معفاة&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;صادر&quot;) &amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;دولة&quot;)  &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==5&amp;&amp; ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;))!=0) {
            s2 = s2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            vatS2 = vatS2 +                     ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;));
          }
        
        
        
          if(((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==3 &amp;&amp; ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;)) ==0 ){
            sWithoutVat1 = sWithoutVat1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
        
          }
          if(((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==5 &amp;&amp; ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;)) ==0) {
            sWithoutVat2 = sWithoutVat2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
          }
        
        
          if(((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==4 &amp;&amp; ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;)) ==0 ){
            bWithoutVat2 = bWithoutVat2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
        
          }
          if(((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==2 &amp;&amp; ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;)) ==0) {
            bWithoutVat1 = bWithoutVat1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
          }
        
        
      
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;دولة&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==3 ){
            emp1 = emp1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
       
          }
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;دولة&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==5) {
            emp2 = emp2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
         
          }
        
        
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;صادر&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==3 ){
            export1 = export1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            
          }
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;صادر&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==5) {
            export2 = export2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
 
          }
        
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;معفاة&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==3 ){
            free1 = free1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            
          }
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;معفاة&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==5) {
            free2 = free2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
           
          }
        
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;استيراد&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;عكسي&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==2 ){
            custom1 = custom1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            vatcustom1 = vatcustom1 +                     ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;));
          }
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;استيراد&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;عكسي&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==4) {
            custom2 = custom2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            vatcustom2 = vatcustom2 +((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;));
          }
        
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;عكسي&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==2 ){
            reverse1 = reverse1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            vatreverse1 = vatreverse1 +                     ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;));
          }
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;عكسي&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==4) {
            reverse2 = reverse2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            vatreverse2 = vatreverse2 +((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;));
          }
        
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;معفاة&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==2 ){
            bfree1 = bfree1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
           
          }
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;معفاة&quot;) &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==4) {
            bfree2 = bfree2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            
          }
        
        
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;مشتري&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;استيراد&quot;) &amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;معفاة&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;عكسي&quot;)   &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==2&amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;)) !=0 ){
            b1 = b1+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            vatB1 = vatB1 +                     ((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;));
          }
          if(((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;مشتري&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;استيراد&quot;) &amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;معفاة&quot;)&amp;&amp;!((String)Report.GetColumnValue(&quot;CalcVat_Report.BName&quot;)).Contains(&quot;عكسي&quot;)   &amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.billType&quot;)) ==4&amp;&amp;((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;)) !=0 ){
            
            b2 = b2+ ((Double)Report.GetColumnValue(&quot;CalcVat_Report.Total&quot;));
            vatB2 = vatB2 +((Double)Report.GetColumnValue(&quot;CalcVat_Report.VAT&quot;));
          }
          ds.Next(); 
        }
     
        
        Cell13.Text =  ToString(FormatNumber(s1,2));
        Cell12.Text =  ToString(FormatNumber(s2,2));
        Cell11.Text =  ToString(FormatNumber(vatS1 - vatS2,2));
        
        
        
        Cell18.Text = ToString(FormatNumber(emp1,2));
        Cell17.Text =  ToString(FormatNumber(emp2,2));
      
        Cell23.Text = ToString(FormatNumber(sWithoutVat1,2));
        Cell22.Text = ToString(FormatNumber(sWithoutVat2,2));
        
        Cell28.Text =  ToString(FormatNumber(export1,2));
        Cell27.Text =  ToString(FormatNumber(export2,2));
        
        Cell32.Text =  ToString(FormatNumber(free1,2));
        Cell31.Text =  ToString(FormatNumber(free2,2));
      
      
        
      
       
        Cell44.Text =  ToString(FormatNumber(b1,2));
        Cell43.Text =  ToString(FormatNumber(b2,2));
        Cell42.Text =  ToString(FormatNumber(vatB1 - vatB2,2));
        
      
        Cell48.Text =  ToString(FormatNumber(custom1,2));
        
        Cell47.Text =  ToString(FormatNumber(custom2,2));
        Cell46.Text =  ToString(FormatNumber(vatcustom1 - vatcustom2,2));
      
        Cell52.Text =  ToString(FormatNumber(reverse1,2));
        Cell51.Text =  ToString(FormatNumber(reverse2,2));
        Cell50.Text =  ToString(FormatNumber(vatreverse1 - vatreverse2,2));
        
        Cell56.Text = ToString(FormatNumber(bWithoutVat2,2));
        Cell55.Text = ToString(FormatNumber(bWithoutVat1,2));
      
        Cell60.Text =  ToString(FormatNumber(bfree1,2));
        Cell59.Text =  ToString(FormatNumber(bfree2,2));
 
      
      
      
      
    
     
      
        
      
      
      
        Cell135.Text = ToString(FormatNumber(s1+emp1+export1+free1+sWithoutVat1,2));
        Cell134.Text = ToString(FormatNumber(s2+emp2+export2+free2+sWithoutVat2,2));
        double num1 = (vatS1 - vatS2)    ;
        Cell133.Text = ToString( FormatNumber(num1,2));  
      
      
        Cell105.Text = ToString(FormatNumber(b1+custom1+reverse1+bfree1+bWithoutVat1,2));
        Cell104.Text = ToString(FormatNumber(b2+custom2+reverse2+bfree2+bWithoutVat2,2));
        double num2 = (vatB1 - vatB2) +  (vatcustom1 - vatcustom2) + (vatreverse1 - vatreverse2) +(vatBfree1 - vatBfree2)     ;
        Cell103.Text = ToString(FormatNumber(num2,2) ); 
      
        double debitTax = 0.0;
        double creditTax = 0.0;
         
        double debit = 0.0;
        double credit = 0.0;
        double taxdebit =0.0;
        double taxcredit = 0.0;
        double t1 =0.0;
        double t2 =0.0;
        double t3 =0.0;
        DataSourceBase ds1 = Report.GetDataSource(&quot;Entries&quot;); 
        ds1.Init();
      
        while(ds1.HasMoreRows)// do
        {
       
          if(((Int32)Report.GetColumnValue(&quot;Entries.FldDebit&quot;)) == -1 &amp;&amp;((Int32)Report.GetColumnValue(&quot;Entries.FldCredit&quot;)) &gt; 0 &amp;&amp;((Double)Report.GetColumnValue(&quot;Entries.CreditTax&quot;)) &gt; 0 ){
            creditTax = creditTax+ ((Double)Report.GetColumnValue(&quot;Entries.CreditTax&quot;));
            credit = credit + ((Double)Report.GetColumnValue(&quot;Entries.credit&quot;));
            
            if (((Int32)Report.GetColumnValue(&quot;Entries.ITaxType&quot;)) == 2)
            {
              taxcredit = taxcredit + ((Double)Report.GetColumnValue(&quot;Entries.CreditTax&quot;)) ;
            }
          }
        
          if(((Int32)Report.GetColumnValue(&quot;Entries.FldDebit&quot;)) &gt;0 &amp;&amp;((Int32)Report.GetColumnValue(&quot;Entries.FldCredit&quot;)) ==-1 &amp;&amp;((Double)Report.GetColumnValue(&quot;Entries.DebitTax&quot;)) &gt; 0 ){
            debitTax =debitTax +  ((Double)Report.GetColumnValue(&quot;Entries.DebitTax&quot;));
            debit = debit + ((Double)Report.GetColumnValue(&quot;Entries.debit&quot;));
            if (((Int32)Report.GetColumnValue(&quot;Entries.ITaxType&quot;)) == 2)
            {
              taxdebit = taxdebit + ((Double)Report.GetColumnValue(&quot;Entries.DebitTax&quot;));
            }
          }
          
          if(((Int32)Report.GetColumnValue(&quot;Entries.FldDebit&quot;)) &gt;0 &amp;&amp;((Int32)Report.GetColumnValue(&quot;Entries.FldCredit&quot;)) &gt;0 &amp;&amp;((Boolean)Report.GetColumnValue(&quot;Entries.bBeginEntry&quot;)) ==false ){
            t1 = t1 + ((Double)Report.GetColumnValue(&quot;Entries.DebitTax&quot;)); 
            t2 = t2 +     ((Double)Report.GetColumnValue(&quot;Entries.CreditTax&quot;));
          }
          
          
         
          ds1.Next(); 
        }
      
        Cell148.Text = ToString(FormatNumber(creditTax,2));
        Cell153.Text = ToString(FormatNumber(debitTax,2));
        Cell150.Text =       FormatNumber((credit - taxcredit ),2);
         Cell155.Text =       FormatNumber((debit -taxdebit) ,2);
       
        t3 = t2 - t1;
        Cell198.Text = ToString(FormatNumber(t3,2));
        
        
        DataSourceBase ds2 = Report.GetDataSource(&quot;Assets&quot;); 
        ds2.Init();
      
        double n1 = 0.0; 
        double n2 = 0.0;
      
        while(ds2.HasMoreRows)// do
        {
       
          if(   ((Int32)Report.GetColumnValue(&quot;Assets.Type&quot;))== 12)
            n1 = n1 + ((Double)Report.GetColumnValue(&quot;Assets.VAT&quot;));
        
          if(   ((Int32)Report.GetColumnValue(&quot;Assets.Type&quot;))== 17)
            n2 = n2 + ((Double)Report.GetColumnValue(&quot;Assets.VAT&quot;));
        
        
          ds2.Next(); 
        }
      
        double total1 =0.0;
        double total3 =0.0;
        Cell168.Text = ToString(FormatNumber(n1,2));
        Cell173.Text = ToString(FormatNumber(n2,2));
        if(t3&gt;0) {
             total1 =       num1-num2+creditTax-debitTax-t3-n1-n2;
        }
        else {
          total1 =       num1-num2+creditTax-debitTax+t3-n1-n2; }
        
        Cell178.Text = Convert.ToString(FormatNumber(total1,2)); 
        
      }
      
      
      
     

    }
     
  }
}
 
  </ScriptText>
  <Dictionary>
    <MsSqlDataConnection Name="ADODatabase" ConnectionString="rijcmlqJUrEa/KIcQqhhcfnlqC6PHTn0L44W7TQfS6RmUJOGDIuc+knUePlrDTYQkz8WhBi35sWb9QE2A/YttalYPZkV9yPZhBdES2aPQpE59grtcU2D8ZbLwfdaKreeeBr4bx6WbTYsb3R7MCYD2sz1tYJUbb2cMlrY+bg8EVwlabJIB+MUb4U9oLOwUE5JDLwaVlULOqYnmjT/hq83qlr3sPFoUvqx1LnhHQy4/g5lMOtDMbGnY9vKP07cUP77fXJcrGw38ko8FK/lM5dLE0aoLTZvIrwewkdwa04uZ8A5l2ha8VNUpk2U3XsbzUmszCTbC7d/ZsASLyAdc9BIUZ/9nYii/czRjS0u6Kx12aBJRYaCDGiy4bg4Vj4knu9BjVQhQtiUkky6KEGRT5yggRtevBD5G3TiZVIgX6TaDyUlIm/VJIJ9ARk2+ghwDjV5wlO2oyych4qxJogmkDCZh+qtBotNxTnqB2lZEWYRIEbrJRrnyAw38tfVsDpB1dk0Yg1jxbwdBgc6DU0befBde/csRxjw7N+p84yGurRqI2zOU5ow4HbE6a0N0nH0YuPz833tmQugqRzrQFXAMle9WJxoMZnd3bBTpufFfq7SKKx9+ywtBQpoFcAZsGjofYBzDl8b2SzTB4IkCHOEdsrSzuLtqSMzBjkPHfghWzG2zV/kR628f/e6ClXJGfBnzYv2aBl1fP+l/qk+LpNlBeLPgmVWirYHA==" CommandTimeout="0">
      <TableDataSource Name="CalcVat_Report" DataType="System.Int32" Enabled="true" TableName="CalcVat_Report" SelectCommand="exec mnrRepCalcVat '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '' , '{00000000-0000-0000-0000-000000000000}' , '{58CABB96-EB12-42ee-AFDA-02E3BFC82B22}' , '{F68C4499-57C1-467a-97BB-DF311B6FA387}' , '1-1-2025' , '3-20-2025' , '' , '' , 0 , 0 , 0 , 1 , 1 , 0 , 0 , 0">
        <Column Name="BName" DataType="System.String"/>
        <Column Name="BLatinName" DataType="System.String"/>
        <Column Name="VAT" DataType="System.Double"/>
        <Column Name="BillNet" DataType="System.Double"/>
        <Column Name="bInOut" DataType="System.Double"/>
        <Column Name="bTTC" DataType="System.Double"/>
        <Column Name="BillQty" DataType="System.Double"/>
        <Column Name="BNumber" DataType="System.Double"/>
        <Column Name="Notes" DataType="System.String"/>
        <Column Name="BDate" DataType="System.DateTime"/>
        <Column Name="billType" DataType="System.Double"/>
        <Column Name="bVat" DataType="System.Int32"/>
        <Column Name="Tax2" DataType="System.Double"/>
        <Column Name="Tax3" DataType="System.Double"/>
        <Column Name="Tax2Ratio" DataType="System.String"/>
        <Column Name="Tax3Ratio" DataType="System.String"/>
        <Column Name="BID" DataType="System.Guid"/>
        <Column Name="BType" DataType="System.Guid"/>
        <Column Name="BSalesManID" DataType="System.Guid"/>
        <Column Name="BSalesManCode" DataType="System.String"/>
        <Column Name="BSalesManName" DataType="System.String"/>
        <Column Name="BSalesManLatinName" DataType="System.String"/>
        <Column Name="BCostJobID" DataType="System.Guid"/>
        <Column Name="BCostJobCode" DataType="System.String"/>
        <Column Name="BCostJobName" DataType="System.String"/>
        <Column Name="BCostJobLatinName" DataType="System.String"/>
        <Column Name="BAccID" DataType="System.Guid"/>
        <Column Name="BCustID" DataType="System.Guid"/>
        <Column Name="BCustName" DataType="System.String"/>
        <Column Name="BCustLatinName" DataType="System.String"/>
        <Column Name="BVendor" DataType="System.String"/>
        <Column Name="Total" DataType="System.Double"/>
        <Column Name="VatAffectedTotal" DataType="System.Double"/>
        <Column Name="Discount" DataType="System.Double"/>
        <Column Name="Extras" DataType="System.Double"/>
        <Column Name="TotalNotAffectedByVat" DataType="System.Double"/>
        <Column Name="DiscAffectVat" DataType="System.Double"/>
        <Column Name="DiscNotAffectVat" DataType="System.Double"/>
        <Column Name="ExtraAffectVat" DataType="System.Double"/>
        <Column Name="ExtraNotAffectVat" DataType="System.Double"/>
        <Column Name="Vat2" DataType="System.Double"/>
        <Column Name="Flag" DataType="System.Int32"/>
        <Column Name="TaxNum" DataType="System.String"/>
        <Column Name="InvoiceNum" DataType="System.String"/>
        <Column Name="EntityName" DataType="System.String"/>
        <Column Name="TaxRatio" DataType="System.String"/>
      </TableDataSource>
      <TableDataSource Name="Totals" DataType="System.Int32" Enabled="true" TableName="Totals" SelectCommand="exec mnrRepCalcVat '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '{00000000-0000-0000-0000-000000000000}' , '' , '{00000000-0000-0000-0000-000000000000}' , '{58CABB96-EB12-42ee-AFDA-02E3BFC82B22}' , '{F68C4499-57C1-467a-97BB-DF311B6FA387}' , '1-1-2025' , '3-20-2025' , '' , '' , 0 , 0 , 0 , 1 , 1 , 0 , 1 , 0">
        <Column Name="BName" DataType="System.String"/>
        <Column Name="BLatinName" DataType="System.String"/>
        <Column Name="VAT" DataType="System.Double"/>
        <Column Name="BillNet" DataType="System.Double"/>
        <Column Name="bTTC" DataType="System.Double"/>
        <Column Name="bInOut" DataType="System.Double"/>
        <Column Name="BillType" DataType="System.Double"/>
        <Column Name="Tax2" DataType="System.Double"/>
        <Column Name="Tax3" DataType="System.Double"/>
        <Column Name="BType" DataType="System.Guid"/>
        <Column Name="Total" DataType="System.Double"/>
        <Column Name="Discount" DataType="System.Double"/>
        <Column Name="Extras" DataType="System.Double"/>
        <Column Name="VatAffectedTotal" DataType="System.Double"/>
        <Column Name="TotalNotAffectedByVat" DataType="System.Double"/>
        <Column Name="TotalBillQty" DataType="System.Double"/>
        <Column Name="TotalDiscAffectVat" DataType="System.Double"/>
        <Column Name="TotalDiscNotAffectVat" DataType="System.Double"/>
        <Column Name="TotalExtraAffectVat" DataType="System.Double"/>
        <Column Name="TotalExtraNotAffectVat" DataType="System.Double"/>
      </TableDataSource>
      <TableDataSource Name="mnrBillType" DataType="System.Int32" Enabled="true" TableName="mnrBillType">
        <Column Name="ID" DataType="System.Guid"/>
        <Column Name="Number" DataType="System.Int32"/>
        <Column Name="Code" DataType="System.String"/>
        <Column Name="Name" DataType="System.String"/>
        <Column Name="LatinName" DataType="System.String"/>
        <Column Name="Type" DataType="System.Int32"/>
        <Column Name="bInOut" DataType="System.Int32"/>
        <Column Name="DefPayType" DataType="System.Int32"/>
        <Column Name="Color1" DataType="System.Int32"/>
        <Column Name="Color2" DataType="System.Int32"/>
        <Column Name="bAffectCostPrice" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bDiscAffectCost" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bExtraAffectCost" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bAffectProfit" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bDiscAffectProfit" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bExtraAffectProfit" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bAffectLastPrice" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bAffectCustPrice" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bNoEntry" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bAutoEntry" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bAutoEntryPost" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bContInv" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bNoPost" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bAutoPost" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bShortEntry" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bNoCostFld" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bNoAccFld" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bNoStoreFld" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bNoSellManFld" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bNoBranchFld" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bBarcodeFld" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="FldMat" DataType="System.Int32"/>
        <Column Name="FldBarCode" DataType="System.Int32"/>
        <Column Name="FldNotes" DataType="System.Int32"/>
        <Column Name="FldPrice" DataType="System.Int32"/>
        <Column Name="FldTotalPrice" DataType="System.Int32"/>
        <Column Name="FldStore" DataType="System.Int32"/>
        <Column Name="FldCost" DataType="System.Int32"/>
        <Column Name="FldDiscValue" DataType="System.Int32"/>
        <Column Name="FldExtraValue" DataType="System.Int32"/>
        <Column Name="FldDiscRatio" DataType="System.Int32"/>
        <Column Name="FldExtraRatio" DataType="System.Int32"/>
        <Column Name="FldQty" DataType="System.Int32"/>
        <Column Name="FldQty2" DataType="System.Int32"/>
        <Column Name="FldQty3" DataType="System.Int32"/>
        <Column Name="FldQty4" DataType="System.Int32"/>
        <Column Name="FldQty5" DataType="System.Int32"/>
        <Column Name="FldUnit" DataType="System.Int32"/>
        <Column Name="FldBonus1" DataType="System.Int32"/>
        <Column Name="FldBonus2" DataType="System.Int32"/>
        <Column Name="FldBonus3" DataType="System.Int32"/>
        <Column Name="FldBonus4" DataType="System.Int32"/>
        <Column Name="FldBonus5" DataType="System.Int32"/>
        <Column Name="FldProdDate" DataType="System.Int32"/>
        <Column Name="FldExpireDate" DataType="System.Int32"/>
        <Column Name="FldSellMan" DataType="System.Int32"/>
        <Column Name="FldCostItem" DataType="System.Int32"/>
        <Column Name="FldLength" DataType="System.Int32"/>
        <Column Name="FldWidth" DataType="System.Int32"/>
        <Column Name="FldHigh" DataType="System.Int32"/>
        <Column Name="DefMatAccID" DataType="System.Guid"/>
        <Column Name="DefAccID" DataType="System.Guid"/>
        <Column Name="DefDiscAccID" DataType="System.Guid"/>
        <Column Name="DefExtraAccID" DataType="System.Guid"/>
        <Column Name="DefCostAccID" DataType="System.Guid"/>
        <Column Name="DefStoreAccID" DataType="System.Guid"/>
        <Column Name="DefBonusAccID" DataType="System.Guid"/>
        <Column Name="DefBonusContraAccID" DataType="System.Guid"/>
        <Column Name="DefPriceType" DataType="System.Int32"/>
        <Column Name="DefCostPriceType" DataType="System.Int32"/>
        <Column Name="DefBonusPriceType" DataType="System.Int32"/>
        <Column Name="DefStoreID" DataType="System.Guid"/>
        <Column Name="DefCostJobID" DataType="System.Guid"/>
        <Column Name="DefSellManID" DataType="System.Guid"/>
        <Column Name="DefBranchID" DataType="System.Guid"/>
        <Column Name="bVAT" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="DefVATAccID" DataType="System.Guid"/>
        <Column Name="FldClass" DataType="System.Int32"/>
        <Column Name="FldVAT" DataType="System.Int32"/>
        <Column Name="FldVendor" DataType="System.Int32"/>
        <Column Name="TransID" DataType="System.Guid"/>
        <Column Name="bPayTerm" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="TermType" DataType="System.Int32"/>
        <Column Name="TermCnt" DataType="System.Int32"/>
        <Column Name="MenuName" DataType="System.String"/>
        <Column Name="MenuLatinName" DataType="System.String"/>
        <Column Name="bUseSMS" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bCash" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bForceCostJob" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bForceSalesman" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="FldCnt" DataType="System.Int32"/>
        <Column Name="smsMsg" DataType="System.String"/>
        <Column Name="smsLatinMsg" DataType="System.String"/>
        <Column Name="bsmsAdd" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bsmsUpdate" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bsmsDelete" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="DefCurID" DataType="System.Guid"/>
        <Column Name="bCostJobToCust" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bCostJobToItem" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bTotalQtyFld" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="CFldMask" DataType="System.Int64"/>
        <Column Name="bUseInsurance" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bTTC" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="FldStatus" DataType="System.Int32"/>
        <Column Name="bNoPayTypeFld" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="FldProvideDate" DataType="System.Int32"/>
        <Column Name="bExtraVAT" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bDiscVAT" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bUseCheck" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="FldDisc1Value" DataType="System.Int32"/>
        <Column Name="FldDisc2Value" DataType="System.Int32"/>
        <Column Name="bForceCustomer" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="FldNetPrice" DataType="System.Int32"/>
        <Column Name="Prefix" DataType="System.String"/>
        <Column Name="FldTax2" DataType="System.Int32"/>
        <Column Name="FldTax3" DataType="System.Int32"/>
        <Column Name="bTax2" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="bTax3" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="DefTax2AccID" DataType="System.Guid"/>
        <Column Name="DefTax3AccID" DataType="System.Guid"/>
      </TableDataSource>
      <TableDataSource Name="Table" Alias="Entries" DataType="System.Int32" Enabled="true" SelectCommand="SET FMTONLY OFF&#13;&#10;DECLARE @AccID UNIQUEIDENTIFIER&#13;&#10;SET @AccID =  0x0                                                 &#13;&#10;&#13;&#10;if( @CustID &lt;&gt; 0x0   )&#13;&#10;begin&#13;&#10;     SET @AccID = ( SELECT ID FROM mnrAcc where CustID = @CustID  )&#13;&#10;end        &#13;&#10;&#13;&#10;if( @AccID &lt;&gt; 0x0  )&#13;&#10;begin            &#13;&#10;   SET @AccID =  @AccID   &#13;&#10;end     &#13;&#10;                                            &#13;&#10;select&#13;&#10;pt.FldDebit  as FldDebit,&#13;&#10;pt.FldCredit as FldCredit,&#13;&#10;pt.bBeginEntry,&#13;&#10;SUM( case when ei.IDebit &gt; 0 then isnull(ei.ITax ,0) else 0 end ) as DebitTax,                  &#13;&#10;SUM( case when ei.ICredit &gt; 0 then isnull(ei.ITax ,0) else 0 end ) as CreditTax,&#13;&#10;sum(  case when ei.ITax &gt; 0 then isnull(ei.IDebit,0) else 0 end ) as debit,&#13;&#10;sum( case when ei.ITax &gt; 0 then isnull(ei.ICredit,0) else 0 end ) as credit,&#13;&#10;ITaxType&#13;&#10;          &#13;&#10;from mnrFnEI_Fixed( @CurrID ) ei&#13;&#10;inner join mnrPayType pt on pt.ID = ei.EEntryTypeID&#13;&#10;  &#13;&#10;where ((pt.FldCredit = -1 and pt.FldDebit &gt; -1 ) OR  (pt.FldCredit &gt; -1 and pt.FldDebit = -1 )  OR  (pt.FldCredit &gt; -1 and pt.FldDebit  &gt; -1))              &#13;&#10;and (ei.EDate between @FromDate and @ToDate)  &#13;&#10;and ( ei.IAccID =  @AccID or  @AccID = 0x0 )&#13;&#10;and ( ei.ICostJobID = @CostJobID or @CostJobID = 0x0 )&#13;&#10;and ( ei.ISalesmanID = @SalesmanID or @SalesmanID = 0x0 )&#13;&#10;and isnull(ei.IItemType ,0) = 0&#13;&#10;      &#13;&#10;group by&#13;&#10;pt.FldDebit ,&#13;&#10;pt.FldCredit,&#13;&#10;pt.bBeginEntry,&#13;&#10;ITaxType">
        <Column Name="FldDebit" DataType="System.Int32"/>
        <Column Name="FldCredit" DataType="System.Int32"/>
        <Column Name="DebitTax" DataType="System.Double"/>
        <Column Name="CreditTax" DataType="System.Double"/>
        <Column Name="bBeginEntry" DataType="System.Boolean" BindableControl="CheckBox"/>
        <Column Name="debit" DataType="System.Double"/>
        <Column Name="credit" DataType="System.Double"/>
        <Column Name="ITaxType" DataType="System.Int32"/>
        <CommandParameter Name="CustID" DataType="14" Expression="[CustID]" DefaultValue="00000000-0000-0000-0000-000000000000"/>
        <CommandParameter Name="CurrID" DataType="14" Expression="[CurrencyID]" DefaultValue="00000000-0000-0000-0000-000000000000"/>
        <CommandParameter Name="FromDate" DataType="4" Expression="ToDateTime([FromDate])" DefaultValue="01/01/1990"/>
        <CommandParameter Name="ToDate" DataType="4" Expression="ToDateTime([ToDate])" DefaultValue="01/01/2023"/>
        <CommandParameter Name="CostJobID" DataType="14" Expression="[CostJobID]" DefaultValue="00000000-0000-0000-0000-000000000000"/>
        <CommandParameter Name="SalesmanID" DataType="14" Expression="[SaleManID]" DefaultValue="00000000-0000-0000-0000-000000000000"/>
      </TableDataSource>
      <TableDataSource Name="Table1" Alias="Assets" DataType="System.Int32" Enabled="true" SelectCommand="SET FMTONLY OFF&#13;&#10;DECLARE @AccID UNIQUEIDENTIFIER&#13;&#10;SET @AccID =  0x0                                                 &#13;&#10;&#13;&#10;if( @CustID &lt;&gt; 0x0   )&#13;&#10;begin&#13;&#10;     SET @AccID = ( SELECT ID FROM mnrAcc where CustID = @CustID  )&#13;&#10;end        &#13;&#10;&#13;&#10;if( @AccID &lt;&gt; 0x0  )&#13;&#10;begin            &#13;&#10;   SET @AccID =  @AccID   &#13;&#10;end     &#13;&#10;                                            &#13;&#10;select &#13;&#10;	case when o.type = 12 then 'InAss' else 'MaintAss'  end as Name  ,&#13;&#10;o.Type    as Type,                &#13;&#10;	Sum ([dbo].[mnrSysFnCurrency_Fix](oi.VAT , o.CurrencyID, o.CurrencyVal, @CurrID , o.Date))  as VAT             &#13;&#10;from &#13;&#10;	mnrAssOP o &#13;&#10;	inner join mnrAssOPItem oi on o.ID = oi.ParentID &#13;&#10;where &#13;&#10;	(o.Type = 12 or o.type = 17)&#13;&#10;	and ( o.Date between @FromDate and @ToDate)  &#13;&#10;	and ( o.DefAccID =  @AccID or  @AccID = 0x0 )&#13;&#10;	and ( oi.CostJobID = @CostJobID or @CostJobID = 0x0 )&#13;&#10;	and ( oi.SalemanID = @SalesmanID or @SalesmanID = 0x0 )&#13;&#10;group by&#13;&#10;  	case when o.type = 12 then 'InAss' else 'MaintAss'  end ,       &#13;&#10;  o.Type      &#13;&#10;&#13;&#10;">
        <Column Name="Name" DataType="System.String"/>
        <Column Name="Type" DataType="System.Int32"/>
        <Column Name="VAT" DataType="System.Double"/>
        <CommandParameter Name="CurrID" DataType="14" Expression="[CurrencyID]" DefaultValue="00000000-0000-0000-0000-000000000000"/>
        <CommandParameter Name="FromDate" DataType="4" Expression="ToDateTime([FromDate])" DefaultValue="01/01/2000"/>
        <CommandParameter Name="ToDate" DataType="4" Expression="ToDateTime([ToDate])" DefaultValue="01/01/2023"/>
        <CommandParameter Name="CostJobID" DataType="14" Expression="[CostJobID]" DefaultValue="00000000-0000-0000-0000-000000000000"/>
        <CommandParameter Name="SalesmanID" DataType="14" Expression="[SaleManID]" DefaultValue="00000000-0000-0000-0000-000000000000"/>
        <CommandParameter Name="CustID" DataType="14" Expression="[CustID]" DefaultValue="00000000-0000-0000-0000-000000000000"/>
      </TableDataSource>
    </MsSqlDataConnection>
    <Parameter Name="CurUserID" DataType="System.String" Expression="&quot;{4C38FD81-5DCA-4f21-AE69-6B38FD165171}&quot;"/>
    <Parameter Name="FromDate" DataType="System.String" Expression="&quot;1/1/2025&quot;"/>
    <Parameter Name="ToDate" DataType="System.String" Expression="&quot;20/3/2025&quot;"/>
    <Parameter Name="CollectType" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="ShowBillWithoutVat" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="ShowUNPostedBill" DataType="System.String" Expression="&quot;1&quot;"/>
    <Parameter Name="ShowPostedBill" DataType="System.String" Expression="&quot;1&quot;"/>
    <Parameter Name="Currency" DataType="System.String" Expression="&quot;����� ������&quot;"/>
    <Parameter Name="CurrName" DataType="System.String" Expression="&quot;ريال سعودي&quot;"/>
    <Parameter Name="SeparateBillNumber" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="SortBy" DataType="System.String" Expression="&quot;0&quot;">
      <Parameter Name="ShowSummeryReport" DataType="System.String" Expression="&quot;0&quot;"/>
    </Parameter>
    <Parameter Name="ShowBillQty" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="CurrencyID" DataType="System.String" Expression="&quot;{F68C4499-57C1-467a-97BB-DF311B6FA387}&quot;"/>
    <Parameter Name="CostJobID" DataType="System.String" Expression="&quot;{00000000-0000-0000-0000-000000000000}&quot;"/>
    <Parameter Name="SaleManID" DataType="System.String" Expression="&quot;{00000000-0000-0000-0000-000000000000}&quot;"/>
    <Parameter Name="CustID" DataType="System.String" Expression="&quot;{00000000-0000-0000-0000-000000000000}&quot;"/>
    <Parameter Name="AccID" DataType="System.String" Expression="&quot;{00000000-0000-0000-0000-000000000000}&quot;"/>
    <Parameter Name="ShowSummeryReport" DataType="System.String" Expression="&quot;0&quot;"/>
    <Parameter Name="CollectOnVatPercent" DataType="System.String" Expression="&quot;0&quot;"/>
  </Dictionary>
  <ReportPage Name="Page1" RawPaperSize="9" LeftMargin="2" TopMargin="4" RightMargin="2" BottomMargin="4" Watermark.Font="Arial, 60pt" StartPageEvent="Page1_StartPage">
    <ReportTitleBand Name="ReportTitle1" Width="778.68" Height="168.65">
      <TextObject Name="Memo2" Left="230.36" Top="103.38" Width="302.84" Height="34.02" Text="تقرير الاقرار الضريبي السعودي" Padding="2, 1, 2, 1" HorzAlign="Center" VertAlign="Center" Font="Times New Roman, 18pt, style=Bold"/>
      <PictureObject Name="company_logo" Left="3.82" Top="-3.78" Width="755.91" Height="98.27" Fill.Color="White" ImageLocation="D:\Manara\Des\Header.png" SizeMode="StretchImage" ImageFormat="Png"/>
      <TextObject Name="Text2" Left="657.4" Top="149.75" Width="94.5" Height="18.9" Fill.Color="White" Text="اعتبارا من تاريخ : " RightToLeft="true" Font="Arial, 10pt, style=Bold"/>
      <TextObject Name="Text3" Left="553.45" Top="149.75" Width="94.5" Height="18.9" Fill.Color="White" Text="[FromDate]" HorzAlign="Right" Font="Arial, 10pt"/>
      <TextObject Name="Text4" Left="440.05" Top="149.75" Width="94.5" Height="18.9" Fill.Color="White" Text="ولغاية : " RightToLeft="true" Font="Arial, 10pt, style=Bold"/>
      <TextObject Name="Text5" Left="373.9" Top="149.75" Width="94.5" Height="18.9" Fill.Color="White" Text="[ToDate]" HorzAlign="Right" Font="Arial, 10pt"/>
      <TextObject Name="Text6" Left="132.3" Top="149.75" Width="94.5" Height="18.9" Fill.Color="White" Text="العملة : " RightToLeft="true" Font="Arial, 10pt, style=Bold"/>
      <TextObject Name="Text7" Left="94.5" Top="149.75" Width="94.5" Height="18.9" Text="[CurrName]" Font="Arial, 10pt"/>
    </ReportTitleBand>
    <DataBand Name="MasterData1" Top="172.65" Width="778.68" CanGrow="true" CanShrink="true" DataSource="CalcVat_Report"/>
    <DataBand Name="MasterData2" Top="176.65" Width="778.68" DataSource="Table"/>
    <DataBand Name="MasterData3" Top="180.65" Width="778.68" DataSource="Table1"/>
    <ReportSummaryBand Name="ReportSummary1" Top="184.65" Width="778.68" Height="879.75">
      <TableObject Name="Table2" Left="10.94" Top="-0.35" Width="755.78" Height="236.25" Border.Lines="All">
        <TableColumn Name="Column1" Width="193.67"/>
        <TableColumn Name="Column2" Width="127.52"/>
        <TableColumn Name="Column3" Width="127.52"/>
        <TableColumn Name="Column4" Width="278.72"/>
        <TableColumn Name="Column15" Width="28.35"/>
        <TableRow Name="Row1" Height="37.8">
          <TableCell Name="Cell1" Text="مبلغ ضريبة القيمة المضافة " HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell2" Border.Lines="Left" Text="مبلغ التعديل" HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell3" Border.Lines="Left" Text=" المبلغ" HorzAlign="Center" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell4" Border.Lines="Left" Text="النوع" HorzAlign="Center" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell83" Border.Lines="Left, Right, Bottom" Text="#" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row2" Height="28.35">
          <TableCell Name="Cell6" Border.Lines="Top, Bottom" Text="المبيعات" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt, style=Bold" ColSpan="4"/>
          <TableCell Name="Cell7" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell8" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell9" Border.Lines="Top, Bottom" HorzAlign="Right" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell84" Border.Lines="Left, Bottom" Text="1" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row3" Height="28.35">
          <TableCell Name="Cell11" Border.Lines="Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell12" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell13" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell14" Border.Lines="Top, Bottom" Text="المبيعات الخاضعة للنسبة الاساسية (15%)" VertAlign="Center" RightToLeft="true" Font="Arial, 10pt"/>
          <TableCell Name="Cell85" Border.Lines="Left, Bottom" Text="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row4" Height="28.35">
          <TableCell Name="Cell16" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell17" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell18" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell19" Border.Lines="Top, Bottom" Text="المبيعات التي تتحمل الدولة ضريبتها " HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell86" Border.Lines="Left, Bottom" Text="3" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row5" Height="28.35">
          <TableCell Name="Cell21" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell22" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell23" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell24" Border.Lines="Top, Bottom" Text="المبيعات المحلية الخاضعة للنسبة الصفرية" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell87" Border.Lines="Left, Bottom" Text="4" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row6" Height="28.35">
          <TableCell Name="Cell26" Border.Lines="Left, Right, Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell27" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell28" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell29" Border.Lines="Top, Bottom" Text="الصادرات" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell88" Border.Lines="Left, Bottom" Text="5" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row7" Height="28.35">
          <TableCell Name="Cell30" Border.Lines="Left, Right, Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell31" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell32" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell33" Border.Lines="Top, Bottom" Text="المبيعات المعفاة&#13;&#10;" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell89" Border.Lines="Left, Bottom" Text="6" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row30" Height="28.35">
          <TableCell Name="Cell133" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell134" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell135" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell136" Border.Lines="Top, Bottom" Text="اجمالي مبيعات" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell137" Border.Lines="Left, Top, Bottom" Text="7" HorzAlign="Center" VertAlign="Center" Font="Arial, 12pt"/>
        </TableRow>
      </TableObject>
      <TableObject Name="Table3" Left="10.9" Top="247.45" Width="755.82" Height="283.5" Border.Lines="All">
        <TableColumn Name="Column5" Width="193.68"/>
        <TableColumn Name="Column6" Width="127.53"/>
        <TableColumn Name="Column7" Width="127.53"/>
        <TableColumn Name="Column8" Width="278.73"/>
        <TableColumn Name="Column16" Width="28.35"/>
        <TableRow Name="Row8" Height="37.8">
          <TableCell Name="Cell34" Text="مبلغ ضريبة القيمة المضافة " HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell35" Border.Lines="Left" Text="مبلغ التعديل" HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell36" Border.Lines="Left" Text="المبلغ" HorzAlign="Center" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell37" Border.Lines="Left" Text="النوع" HorzAlign="Center" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell90" Border.Lines="Left, Bottom" Text="#" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row9" Height="37.8">
          <TableCell Name="Cell38" Border.Lines="Top, Bottom" Text="المشتريات" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt, style=Bold" ColSpan="4"/>
          <TableCell Name="Cell39" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell40" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell41" Border.Lines="Top, Bottom" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell91" Border.Lines="Left, Bottom" Text="8" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row10" Height="37.8">
          <TableCell Name="Cell42" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell43" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell44" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell45" Border.Lines="Top, Bottom" Text=" (15%) المشتريات الخاضعة للنسبة الاساسية" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell92" Border.Lines="Left, Bottom" Text="9" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row11" Height="37.8">
          <TableCell Name="Cell46" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell47" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell48" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell49" Border.Lines="Top, Bottom" Text="الاستيرادات الخاضعة لضريبة القيمة المضافة بالنسبة الاساسية والتي تدفع عند الاستيراد (15%)" VertAlign="Center" RightToLeft="true" Font="Arial, 10pt"/>
          <TableCell Name="Cell93" Border.Lines="Left, Bottom" Text="10" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row12" Height="37.8">
          <TableCell Name="Cell50" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell51" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell52" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell53" Border.Lines="Top, Bottom" Text=" (15%) الاستيرادات الخاضعة لضريبة القيمة المضافة التي تطبق علىيها الية الاحتساب العكسي" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell94" Border.Lines="Left, Bottom" Text="11" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row13" Height="37.8">
          <TableCell Name="Cell54" Border.Lines="Left, Right, Top" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell55" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell56" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell57" Border.Lines="Top, Bottom" Text="المشتريات الخاضعة للنسبة الصفرية" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell95" Border.Lines="Left, Bottom" Text="12" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row14" Height="28.35">
          <TableCell Name="Cell58" Border.Lines="Left, Right, Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell59" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell60" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Arial, 10pt"/>
          <TableCell Name="Cell61" Border.Lines="Top, Bottom" Text="المشتريات المعفاة" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell96" Border.Lines="Left, Bottom" Text="13" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row24" Height="28.35">
          <TableCell Name="Cell103" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell104" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell105" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell106" Border.Lines="Top, Bottom" Text="اجمالي المشتريات" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell107" Border.Lines="Left, Bottom" Text="14" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
      </TableObject>
      <TableObject Name="Table4" Left="9.9" Top="544.45" Width="755.78" Height="151.2" Border.Lines="All">
        <TableColumn Name="Column17" Width="193.67"/>
        <TableColumn Name="Column18" Width="127.52"/>
        <TableColumn Name="Column19" Width="127.52"/>
        <TableColumn Name="Column20" Width="278.72"/>
        <TableColumn Name="Column21" Width="28.35"/>
        <TableRow Name="Row31" Height="37.8">
          <TableCell Name="Cell138" Text="مبلغ ضريبة القيمة المضافة " HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell139" Border.Lines="Left" Text="النوع" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold" ColSpan="3"/>
          <TableCell Name="Cell140" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell141" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell142" Border.Lines="Left, Right, Bottom" Text="#" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row32" Height="28.35">
          <TableCell Name="Cell143" Border.Lines="Top, Bottom" Text="السندات" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt, style=Bold" ColSpan="4"/>
          <TableCell Name="Cell144" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell145" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell146" Border.Lines="Top, Bottom" HorzAlign="Right" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell147" Border.Lines="Left, Bottom" Text="15" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row33" Height="28.35">
          <TableCell Name="Cell148" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell149" Border.Lines="Left, Top, Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell150" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell151" Border.Lines="Top, Bottom" Text="سندات القبض" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt"/>
          <TableCell Name="Cell152" Border.Lines="Left, Bottom" Text="16" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row34" Height="28.35">
          <TableCell Name="Cell153" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell154" Border.Lines="Left, Top, Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell155" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell156" Border.Lines="Top, Bottom" Text="سندات الدفع" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt"/>
          <TableCell Name="Cell157" Border.Lines="Left, Bottom" Text="17" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row43" Height="28.35">
          <TableCell Name="Cell198" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell199" Border.Lines="Left" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell200" Border.Lines="All" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell201" Border.Lines="Top, Bottom" Text="سندات يومية" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt"/>
          <TableCell Name="Cell202" Border.Lines="Left" Text="18" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
      </TableObject>
      <TableObject Name="Table5" Left="9.45" Top="707.75" Width="755.78" Height="122.85" Border.Lines="All">
        <TableColumn Name="Column22" Width="193.67"/>
        <TableColumn Name="Column23" Width="127.52"/>
        <TableColumn Name="Column24" Width="127.52"/>
        <TableColumn Name="Column25" Width="278.72"/>
        <TableColumn Name="Column26" Width="28.35"/>
        <TableRow Name="Row35" Height="37.8">
          <TableCell Name="Cell158" Text="مبلغ ضريبة القيمة المضافة " HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell159" Border.Lines="Left" HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell160" HorzAlign="Center" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell161" Text="النوع" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell162" Border.Lines="Left, Right, Bottom" Text="#" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row36" Height="28.35">
          <TableCell Name="Cell163" Border.Lines="Top, Bottom" Text="الاصول" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt, style=Bold" ColSpan="4"/>
          <TableCell Name="Cell164" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell165" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Right" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell166" Border.Lines="Top, Bottom" HorzAlign="Right" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell167" Border.Lines="Left, Bottom" Text="19" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row37" Height="28.35">
          <TableCell Name="Cell168" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell169" Border.Lines="Left, Top, Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell170" Border.Lines="Top, Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell171" Border.Lines="Top, Bottom" Text="ضريبة إدخال أصول " VertAlign="Center" RightToLeft="true" Font="Arial, 12pt"/>
          <TableCell Name="Cell172" Border.Lines="Left, Bottom" Text="20" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
        <TableRow Name="Row38" Height="28.35">
          <TableCell Name="Cell173" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell174" Border.Lines="Left, Top, Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell175" Border.Lines="Top, Bottom" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
          <TableCell Name="Cell176" Border.Lines="Top, Bottom" Text="ضريبة  صيانة أصول" HorzAlign="Right" VertAlign="Center" Font="Arial, 12pt"/>
          <TableCell Name="Cell177" Border.Lines="Left, Bottom" Text="21" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
      </TableObject>
      <TableObject Name="Table6" Left="9.45" Top="841.95" Width="755.78" Height="37.8" Border.Lines="All">
        <TableColumn Name="Column27" Width="193.67"/>
        <TableColumn Name="Column28" Width="127.52"/>
        <TableColumn Name="Column29" Width="127.52"/>
        <TableColumn Name="Column30" Width="278.72"/>
        <TableColumn Name="Column31" Width="28.35"/>
        <TableRow Name="Row39" Height="37.8">
          <TableCell Name="Cell178" Border.Lines="All" Format="Number" Format.UseLocale="true" Format.DecimalDigits="2" HorzAlign="Center" VertAlign="Center" RightToLeft="true" Font="Arial, 10pt"/>
          <TableCell Name="Cell179" Border.Lines="Left" Text="اجمالي ضريبة القيمة المضافة المستحقة عن الفترة الضريبية الحالية" VertAlign="Center" RightToLeft="true" Font="Arial, 12pt, style=Bold" ColSpan="3"/>
          <TableCell Name="Cell180" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell181" VertAlign="Center" Font="Arial, 12pt, style=Bold"/>
          <TableCell Name="Cell182" Border.Lines="Left, Right, Bottom" Text="22" HorzAlign="Center" VertAlign="Center" Font="Arial, 10pt"/>
        </TableRow>
      </TableObject>
    </ReportSummaryBand>
    <PageFooterBand Name="PageFooter1" Top="1068.4" Width="778.68" Height="43.8">
      <TextObject Name="Memo9" Left="693.59" Top="4.34" Width="75.59" Height="18.9" Text="[Page#]" Padding="2, 1, 2, 1" HorzAlign="Right" Font="Times New Roman, 10pt"/>
      <TextObject Name="Memo140" Left="72.52" Top="2.56" Width="83.15" Height="15.12" Text="[Date]" Padding="2, 1, 2, 1" Format="Date" Format.Format="d" VertAlign="Center" Font="Times New Roman, 8pt, style=Bold"/>
      <TextObject Name="Memo141" Left="13.27" Top="2.56" Width="56.69" Height="15.12" Text="Printed on:" Padding="2, 1, 2, 1" AutoWidth="true" VertAlign="Center" Font="Times New Roman, 8pt"/>
      <TextObject Name="Memo142" Left="162.01" Top="2.56" Width="39.69" Height="15.12" Text="Time:" Padding="2, 1, 2, 1" AutoWidth="true" VertAlign="Center" Font="Times New Roman, 8pt"/>
      <TextObject Name="Memo1" Left="610.39" Top="24.9" Width="153.07" Height="18.9" Text="www.almanarasoft.com" Padding="2, 1, 2, 1" HorzAlign="Right" Font="Times New Roman, 10pt, style=Bold" TextFill.Color="Blue"/>
      <TextObject Name="Text1" Left="198.49" Top="2.56" Width="83.15" Height="15.12" Text="[Date]" Padding="2, 1, 2, 1" Format="Time" Format.Format="t" VertAlign="Center" Font="Times New Roman, 8pt, style=Bold"/>
    </PageFooterBand>
  </ReportPage>
</Report>
