2001 lines
90 KiB
XML
2001 lines
90 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||
<StiSerializer version="1.02" type="Net" application="StiReport">
|
||
<Dictionary Ref="1" type="Dictionary" isKey="true">
|
||
<BusinessObjects isList="true" count="0" />
|
||
<Databases isList="true" count="1">
|
||
<FGsysco Ref="2" type="Stimulsoft.Report.Dictionary.StiSqlDatabase" isKey="true">
|
||
<Alias>FGsysco</Alias>
|
||
<ConnectionStringEncrypted>9HiBSE1KS4XhTaGJxATgXtF40aFFS3ut4mvomUoB42bV8mUJW2vDRcJfqFjqmCAvhihlr05XWc1GXpyE5HwlboEae4njAUvNxxFpnUtUd3uNGNEJRVnTqPNc2fFnCeNjyBr3Q2dr++3hBqCcTQT2G8Rs0Q==</ConnectionStringEncrypted>
|
||
<Name>FGsysco</Name>
|
||
</FGsysco>
|
||
</Databases>
|
||
<DataSources isList="true" count="4">
|
||
<InWords Ref="3" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
|
||
<Alias>InWords</Alias>
|
||
<Columns isList="true" count="1">
|
||
<value>Num,System.String</value>
|
||
</Columns>
|
||
<CommandTimeout>30</CommandTimeout>
|
||
<Dictionary isRef="1" />
|
||
<Name>InWords</Name>
|
||
<NameInSource>FGsysco</NameInSource>
|
||
<Parameters isList="true" count="2">
|
||
<value>_x0040_InvoiceID,_x0034_4,8,0</value>
|
||
<value>_x0040_CompanyID,_x0036_3,8,0</value>
|
||
</Parameters>
|
||
<SqlCommand>select '' As Num</SqlCommand>
|
||
</InWords>
|
||
<spSAL_PrintFactorRow Ref="4" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
|
||
<Alias>spSAL_PrintFactorRow</Alias>
|
||
<Columns isList="true" count="20">
|
||
<value>FYear,System.String</value>
|
||
<value>PreFactorNo,System.Int32</value>
|
||
<value>No,System.Int16</value>
|
||
<value>Item,System.String</value>
|
||
<value>Price,System.Int64</value>
|
||
<value>Quantity,System.Decimal</value>
|
||
<value>TPrice,System.Int64</value>
|
||
<value>Discount,System.Int64</value>
|
||
<value>TDiscount,System.Int64</value>
|
||
<value>Tax,System.Int64</value>
|
||
<value>Total,System.Int64</value>
|
||
<value>Dsc,System.String</value>
|
||
<value>ItemN,System.String</value>
|
||
<value>ItemDsc,System.String</value>
|
||
<value>Mark,System.String</value>
|
||
<value>OrderKey,System.String</value>
|
||
<value>UnitN,System.String</value>
|
||
<value>HasTax,System.Byte</value>
|
||
<value>AllowZero,System.Byte</value>
|
||
<value>PriceType,System.Byte</value>
|
||
</Columns>
|
||
<CommandTimeout>30</CommandTimeout>
|
||
<Dictionary isRef="1" />
|
||
<Name>spSAL_PrintFactorRow</Name>
|
||
<NameInSource>FGsysco</NameInSource>
|
||
<Parameters isList="true" count="2">
|
||
<value>_x0040_InvoiceID,_x0034_4,8,0</value>
|
||
<value>_x0040_CompanyID,_x0036_3,8,0</value>
|
||
</Parameters>
|
||
<SqlCommand>SELECT SUBSTRING(Invoices.[InvoiceDate], 1, 4) as FYear
|
||
,[dbo].[InvoiceItems].[InvoiceID] as PreFactorNo
|
||
,[dbo].[InvoiceItems].[ID] as No
|
||
,[dbo].[InvoiceItems].[CODID] as Item
|
||
,Null as SerialNo
|
||
,'' as Dsc
|
||
,[dbo].[InvoiceItems].[fee] as Price
|
||
,[dbo].[InvoiceItems].[am] as Quantity
|
||
,([dbo].[InvoiceItems].[fee] * [dbo].[InvoiceItems].[am]) as TPrice
|
||
,[dbo].[InvoiceItems].[dis] as Discount
|
||
,(([dbo].[InvoiceItems].[fee] * [dbo].[InvoiceItems].[am]) - [dbo].[InvoiceItems].[dis]) as TDiscount
|
||
,((([dbo].[InvoiceItems].[fee] * [dbo].[InvoiceItems].[am]) - [dbo].[InvoiceItems].[dis]) * [dbo].[CODItems].[TaxRate]) /100 as Tax
|
||
|
||
,((([dbo].[InvoiceItems].[fee] * [dbo].[InvoiceItems].[am]) - [dbo].[InvoiceItems].[dis]))+
|
||
((([dbo].[InvoiceItems].[fee] * [dbo].[InvoiceItems].[am]) - [dbo].[InvoiceItems].[dis]) * [dbo].[CODItems].[TaxRate]) /100
|
||
as Total
|
||
,'' as Dsc
|
||
,[dbo].[CODItems].[Title] as ItemN
|
||
,Null as ItemDsc
|
||
,Null as Mark
|
||
,Null as OrderKey
|
||
,[dbo].[CODUnits].Title as UnitN
|
||
,CASE WHEN [dbo].[CODItems].[TaxRate]=0 THEN 0 else 1 End as HasTax
|
||
,'0' as AllowZero
|
||
,'1' as PriceType
|
||
, NULL AS [SQuantity]
|
||
,Null AS [SUnit]
|
||
|
||
|
||
|
||
|
||
FROM [dbo].[InvoiceItems]
|
||
LEFT JOIN [dbo].[Invoices]
|
||
ON [dbo].[Invoices].[ID] = [dbo].[InvoiceItems].[InvoiceID]
|
||
LEFT JOIN [dbo].[CODItems]
|
||
ON [dbo].[CODItems].[ID] = [dbo].[InvoiceItems].[CODID]
|
||
LEFT JOIN [dbo].[CODUnits]
|
||
ON [dbo].[CODUnits].[ID] = [dbo].[CODItems].[UnitID]
|
||
|
||
|
||
|
||
where dbo.Invoices.IsDeleted=0 and dbo.Invoices.ID=@InvoiceID and dbo.Invoices.CompanyID=@CompanyID
|
||
</SqlCommand>
|
||
</spSAL_PrintFactorRow>
|
||
<spSAL_PrintFactor Ref="5" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
|
||
<Alias>spSAL_PrintFactor</Alias>
|
||
<Columns isList="true" count="22">
|
||
<value>BranchID,System.String</value>
|
||
<value>BranchName,System.String</value>
|
||
<value>FYear,System.String</value>
|
||
<value>PreFactorNo,System.Int32</value>
|
||
<value>FactorNo,System.Int32</value>
|
||
<value>IssuanceDate,System.String</value>
|
||
<value>FactorDate,System.String</value>
|
||
<value>Seller,System.String</value>
|
||
<value>Customer,System.String</value>
|
||
<value>Dsc,System.String</value>
|
||
<value>Pursuit,System.String</value>
|
||
<value>Reference,System.String</value>
|
||
<value>CUSName,System.String</value>
|
||
<value>CUSEconomicNo,System.String</value>
|
||
<value>CUSSabtNo,System.String</value>
|
||
<value>CUSShenaseMeli,System.String</value>
|
||
<value>CUSAddress,System.String</value>
|
||
<value>CUSZipCD,System.String</value>
|
||
<value>CUSTel,System.String</value>
|
||
<value>CUSCityName,System.String</value>
|
||
<value>PayTypeName,System.String</value>
|
||
<value>Ptotal,System.String</value>
|
||
</Columns>
|
||
<CommandTimeout>30</CommandTimeout>
|
||
<Dictionary isRef="1" />
|
||
<Name>spSAL_PrintFactor</Name>
|
||
<NameInSource>FGsysco</NameInSource>
|
||
<Parameters isList="true" count="2">
|
||
<value>_x0040_InvoiceID,_x0034_4,8,0</value>
|
||
<value>_x0040_CompanyID,_x0036_3,8,0</value>
|
||
</Parameters>
|
||
<SqlCommand>
|
||
SELECT SUBSTRING([InvoiceDate], 1, 4) as FYear
|
||
,dbo.Invoices.ID as PreFactorNo
|
||
,dbo.Invoices.ID as FactorNo
|
||
,SUBSTRING([InvoicIssueDate], 1, 4) + '/' + SUBSTRING([InvoicIssueDate], 5, 2) + '/' + SUBSTRING([InvoicIssueDate], 7, 2) as IssuanceDate
|
||
,SUBSTRING([InvoiceDate], 1, 4) + '/' + SUBSTRING([InvoiceDate], 5, 2) + '/' + SUBSTRING([InvoiceDate], 7, 2) as FactorDate
|
||
,dbo.Invoices.CompanyID as Seller
|
||
,dbo.Invoices.CustomerID as Customer
|
||
,dbo.Invoices.Des as Dsc
|
||
,Null as Pursuit
|
||
,Null as Reference
|
||
,dbo.Companies.BranchID as BranchID
|
||
,dbo.Invoices.LastChangeUserID as cUser1
|
||
,dbo.Users.Fullname As cUser1Name
|
||
,dbo.Invoices.LastChangeUserID as cUser2
|
||
,dbo.Users.Fullname As cUser2Name
|
||
,dbo.Companies.Name AS SELName
|
||
,dbo.Companies.EconomicCode AS SELEconomicNo
|
||
,Null AS SELSabtNo
|
||
,Null AS SELShenaseMeli
|
||
,Null AS SELAddress
|
||
,Null AS SELZipCD
|
||
,dbo.Companies.Phone AS SELTel
|
||
,Null AS SELCityName
|
||
,dbo.Customers.FullName AS CUSName
|
||
,dbo.Customers.EconomicCode AS CUSEconomicNo
|
||
,Null AS CUSSabtNo
|
||
,Null AS CUSShenaseMeli
|
||
,dbo.Customers.Address AS CUSAddress
|
||
,dbo.Customers.ZipCode AS CUSZipCD
|
||
,dbo.Customers.Phone AS CUSTel
|
||
,Null AS CUSCityName
|
||
, CASE WHEN dbo.Invoices.setm=1 THEN N'نقد' WHEN dbo.Invoices.setm=2 THEN N'نسیه' WHEN dbo.Invoices.setm=3 THEN N'نقد/نسیه' ELSE '' END AS PayTypeName
|
||
,dbo.Companies.BranchID AS BranchName
|
||
,dbo.FN_Num_ToWords(SUM(((([dbo].[InvoiceItems].[fee] * [dbo].[InvoiceItems].[am]) - [dbo].[InvoiceItems].[dis]))+
|
||
((([dbo].[InvoiceItems].[fee] * [dbo].[InvoiceItems].[am]) - [dbo].[InvoiceItems].[dis]) * [dbo].[CODItems].[TaxRate]) /100)) as Ptotal
|
||
FROM dbo.Invoices
|
||
INNER JOIN dbo.Companies
|
||
ON dbo.Companies.ID = dbo.Invoices.CompanyID
|
||
INNER JOIN dbo.Customers
|
||
ON dbo.Customers.ID = dbo.Invoices.CustomerID
|
||
INNER JOIN dbo.Users
|
||
ON dbo.Users.ID = dbo.Invoices.LastChangeUserID
|
||
INNER JOIN dbo.InvoiceItems
|
||
ON dbo.Invoices.ID = dbo.InvoiceItems.InvoiceID
|
||
LEFT JOIN [dbo].[CODItems]
|
||
ON [dbo].[CODItems].[ID] = [dbo].[InvoiceItems].[CODID]
|
||
where dbo.Invoices.IsDeleted=0 and dbo.Invoices.ID=@InvoiceID and dbo.Invoices.CompanyID=@CompanyID
|
||
|
||
Group by dbo.Invoices.InvoiceDate,dbo.Invoices.ID,dbo.Invoices.InvoicIssueDate,dbo.Invoices.CompanyID,dbo.Invoices.CustomerID
|
||
,dbo.Invoices.Des,dbo.Companies.BranchID,dbo.Invoices.LastChangeUserID,dbo.Users.Fullname,dbo.Companies.Name,dbo.Companies.EconomicCode
|
||
,dbo.Companies.Phone,dbo.Customers.FullName,dbo.Customers.EconomicCode,dbo.Customers.Address,dbo.Customers.ZipCode,dbo.Customers.Phone
|
||
,dbo.Invoices.setm
|
||
|
||
|
||
</SqlCommand>
|
||
</spSAL_PrintFactor>
|
||
<vSAL_Seller Ref="6" type="Stimulsoft.Report.Dictionary.StiSqlSource" isKey="true">
|
||
<Alias>vSAL_Seller</Alias>
|
||
<Columns isList="true" count="14">
|
||
<value>Seller,System.String</value>
|
||
<value>Name,System.String</value>
|
||
<value>EconomicNo,System.String</value>
|
||
<value>ShenaseMeli,System.String</value>
|
||
<value>SabtNo,System.String</value>
|
||
<value>ZipCD,System.String</value>
|
||
<value>Address,System.String</value>
|
||
<value>Tel,System.String</value>
|
||
<value>CityID,System.String</value>
|
||
<value>Registrar,System.String</value>
|
||
<value>RegisterDate,System.String</value>
|
||
<value>CityName,System.String</value>
|
||
<value>Fax,System.String</value>
|
||
<value>Dsc,System.String</value>
|
||
</Columns>
|
||
<CommandTimeout>33</CommandTimeout>
|
||
<Dictionary isRef="1" />
|
||
<Name>vSAL_Seller</Name>
|
||
<NameInSource>FGsysco</NameInSource>
|
||
<Parameters isList="true" count="1">
|
||
<value>_x0040_CompanyID,_x0036_3,8,0</value>
|
||
</Parameters>
|
||
<SqlCommand>SELECT [ID] as Seller
|
||
,[Name] as Name
|
||
, Null as Dsc
|
||
,[EconomicCode] as EconomicNo
|
||
,'' as ShenaseMeli
|
||
,'' as SabtNo
|
||
,'' as ZipCD
|
||
,'' as Address
|
||
,[Phone]+'/'+[Mobile] as Tel
|
||
,'' as Fax
|
||
,'' as CityID
|
||
, '' as CityName
|
||
, 'admin' as Registrar
|
||
,[RegisterDate] as RegisterDate
|
||
,[UniqeMemory]
|
||
,[PrivateKey]
|
||
FROM [TaxPayer020713].[dbo].[Companies]
|
||
where ID=@CompanyID</SqlCommand>
|
||
</vSAL_Seller>
|
||
</DataSources>
|
||
<Relations isList="true" count="0" />
|
||
<Report isRef="0" />
|
||
<Variables isList="true" count="0" />
|
||
</Dictionary>
|
||
<EngineVersion>EngineV2</EngineVersion>
|
||
<GlobalizationStrings isList="true" count="0" />
|
||
<MetaTags isList="true" count="0" />
|
||
<Pages isList="true" count="2">
|
||
<Page1 Ref="7" type="Page" isKey="true">
|
||
<Border>None;Black;2;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Components isList="true" count="8">
|
||
<ReportHeaderSection1 Ref="8" type="ReportTitleBand" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,4,277,14</ClientRectangle>
|
||
<Components isList="true" count="5">
|
||
<Text1 Ref="9" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>97,0,77,10</ClientRectangle>
|
||
<ComponentStyle>Title1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,18,Bold,Point,False,178</Font>
|
||
<Guid>f2b7b685dbc745e7ba816ee3100aded3</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="8" />
|
||
<Text>صورتحساب فروش كالا و خدمات</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<Type>Expression</Type>
|
||
</Text1>
|
||
<Text12 Ref="10" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>23,0,20,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>17cc862db4b94137a4657579b270e684</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text12</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="8" />
|
||
<Text>شماره سريال:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
</Text12>
|
||
<Text29 Ref="11" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>1,0,22,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>5c61688aceb741cc9507a15c0ae725ef</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text29</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="8" />
|
||
<Text>{spSAL_PrintFactor.FactorNo}</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<Type>DataColumn</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text29>
|
||
<Text8 Ref="12" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>71,1,20,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>3cb660aa2c0f4f598ecdc09c331600ff</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text8</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="8" />
|
||
<Text>تاريخ:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
</Text8>
|
||
<Text11 Ref="13" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>49,1,22,7</ClientRectangle>
|
||
<ComponentStyle>Titel3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Regular,Point,False,178</Font>
|
||
<Guid>6779cb1afc494e358e6cc7e4e78d1377</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text11</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="8" />
|
||
<Text>{spSAL_PrintFactor.FactorDate}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text11>
|
||
</Components>
|
||
<ComponentStyle>Title1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Guid>fa537d43035147338f0e521a35b9c61f</Guid>
|
||
<Name>ReportHeaderSection1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="7" />
|
||
</ReportHeaderSection1>
|
||
<PageHeaderSection1 Ref="14" type="PageHeaderBand" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,26,277,32</ClientRectangle>
|
||
<Components isList="true" count="18">
|
||
<MasterName1 Ref="15" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>154,6,83,7</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>12675f8ba47748a79d10b7e8fb54ad5b</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>MasterName1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>{vSAL_Seller.Name}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</MasterName1>
|
||
<IdNo1 Ref="16" type="Text" isKey="true">
|
||
<Border>Left;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,6,57,7</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>9b02fd2f18264d95b0cb0f3f4806285d</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>IdNo1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>{vSAL_Seller.Tel}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</IdNo1>
|
||
<CustomerName1 Ref="17" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>154,21,83,7</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>3bce02abada44854a0c615c47fdbfe1d</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>CustomerName1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>{spSAL_PrintFactor.CUSName}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</CustomerName1>
|
||
<ProvinceCust1 Ref="18" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>96,28,155,7</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>76594d16486743b39a508f1feecb96f5</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>ProvinceCust1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>{spSAL_PrintFactor.CUSAddress}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</ProvinceCust1>
|
||
<TelCust1 Ref="19" type="Text" isKey="true">
|
||
<Border>Left;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,28,64.5,7</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>a549d8d933a64653acddf03d72f4fca1</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>TelCust1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>{spSAL_PrintFactor.CUSTel}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</TelCust1>
|
||
<Text2 Ref="20" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>0,0,277,6</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>69edafecf9014712bf287a10957f7939</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text2</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>مشخصات فروشنده</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text2>
|
||
<Text3 Ref="21" type="Text" isKey="true">
|
||
<Border>Right;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>237,6,40,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>0125c4d08e9f40b6b4bf770266c2f95b</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text3</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>نام شخص حقيقي / حقوقي:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text3>
|
||
<Text4 Ref="22" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>129,6,25,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>e663a3c05c6e4b93b5b22a664aa0d605</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text4</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>شماره اقتصادي:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text4>
|
||
<Text5 Ref="23" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>57,6,26,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>ebd07225f4ab43c1a2ca22c88c81f852</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text5</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>شماره تلفن / نما بر:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text5>
|
||
<Text14 Ref="24" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>0,13,277,6</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>27eea370be684585ba23063c42aa443e</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text14</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>مشخصات خريدار</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text14>
|
||
<Text15 Ref="25" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>64.5,28,29.5,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>663a2044c67c4f04921a8b57fc910045</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text15</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>شماره تلفن / نما بر:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text15>
|
||
<Text17 Ref="26" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>67,21,27,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>60b176ca129946f7867e384dd9032d21</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text17</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>كد پستي 10 رقمي:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text17>
|
||
<Text19 Ref="27" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>129,21,25,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>386c508a96fc4ad4b1232d3d1d71d137</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text19</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>شماره اقتصادي:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text19>
|
||
<Text22 Ref="28" type="Text" isKey="true">
|
||
<Border>Right;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>251,28,26,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>181459fe594b47bd90cfe299302a4a2c</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text22</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>نشانی کامل، شهر:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text22>
|
||
<Text23 Ref="29" type="Text" isKey="true">
|
||
<Border>Right;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>237,21,40,7</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>b00484358a934930899aa6ba5cd6ba42</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text23</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>نام شخص حقيقي / حقوقي:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text23>
|
||
<EcoNo1 Ref="30" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>95,6,34,7</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>46d398c5f17e421198dc95ba2b3ca6fb</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>EcoNo1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>{Left(vSAL_Seller.EconomicNo,4)
|
||
+'-'+Mid(vSAL_Seller.EconomicNo,4,4)
|
||
+'-'+Mid(vSAL_Seller.EconomicNo,8,4)}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</EcoNo1>
|
||
<Text25 Ref="31" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>94,21,35,7</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>ffd9bd3fb6a745a6bca8b46b2e74e851</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text25</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>{Left(spSAL_PrintFactor.CUSEconomicNo,4)
|
||
+'-'+Mid(spSAL_PrintFactor.CUSEconomicNo,4,4)
|
||
+'-'+Mid(spSAL_PrintFactor.CUSEconomicNo,8,4)}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text25>
|
||
<Text6 Ref="32" type="Text" isKey="true">
|
||
<Border>Left;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,20,64.5,9</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>f3b1659fcfa54583a49ec340c9750dee</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text6</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="14" />
|
||
<Text>{spSAL_PrintFactor.CUSZipCD}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text6>
|
||
</Components>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Guid>88f42de9dc654dce9ad1b563bd45a430</Guid>
|
||
<Name>PageHeaderSection1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="7" />
|
||
</PageHeaderSection1>
|
||
<Text7 Ref="33" type="Text" isKey="true">
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>277,88,36,6</ClientRectangle>
|
||
<Conditions isList="true" count="0" />
|
||
<Enabled>False</Enabled>
|
||
<Font>Arial,8</Font>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text7</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="7" />
|
||
<Text>{vSAL_Seller.Seller}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>DataColumn</Type>
|
||
</Text7>
|
||
<Text45 Ref="34" type="Text" isKey="true">
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>313,88,36,6</ClientRectangle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>Arial,8</Font>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text45</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="7" />
|
||
<Text>{InWords.Num}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>DataColumn</Type>
|
||
</Text45>
|
||
<Text24 Ref="35" type="Text" isKey="true">
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>277,80,36,6</ClientRectangle>
|
||
<Conditions isList="true" count="0" />
|
||
<Enabled>False</Enabled>
|
||
<Font>Arial,8</Font>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text24</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="7" />
|
||
<Text>{spSAL_PrintFactor.Parameters["@InvoiceID"].ParameterValue}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>DataColumn</Type>
|
||
</Text24>
|
||
<DetailSection1 Ref="36" type="DataBand" isKey="true">
|
||
<Brush>White</Brush>
|
||
<BusinessObjectGuid isNull="true" />
|
||
<ClientRectangle>0,66,277,6</ClientRectangle>
|
||
<Components isList="true" count="1">
|
||
<Subreport1 Ref="37" type="SubReport" isKey="true">
|
||
<Brush>[0:255:255:255]</Brush>
|
||
<ClientRectangle>0,0,277,6</ClientRectangle>
|
||
<Components isList="true" count="0" />
|
||
<Guid>6f18efd5c51b483eb0cd8a5f8a71495c</Guid>
|
||
<Name>Subreport1</Name>
|
||
<Page isRef="7" />
|
||
<Parameters isList="true" count="0" />
|
||
<Parent isRef="36" />
|
||
<SubReportPageGuid>8541f88443c54a90a8b3ee9f31210f4a</SubReportPageGuid>
|
||
</Subreport1>
|
||
</Components>
|
||
<Conditions isList="true" count="0" />
|
||
<DataRelationName isNull="true" />
|
||
<DataSourceName>spSAL_PrintFactor</DataSourceName>
|
||
<Filters isList="true" count="0" />
|
||
<Guid>bc79ab80f28c47a6b412661711ec8d5d</Guid>
|
||
<Name>DetailSection1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="7" />
|
||
<Sort isList="true" count="0" />
|
||
</DetailSection1>
|
||
<EmptyBand1 Ref="38" type="Stimulsoft.Report.Components.StiEmptyBand" isKey="true">
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,80,277,7.5</ClientRectangle>
|
||
<Components isList="true" count="11">
|
||
<Text31 Ref="39" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>268,0,9,7.5</ClientRectangle>
|
||
<ComponentStyle>Number_BNaz</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<GrowToHeight>True</GrowToHeight>
|
||
<Guid>606df700fbeb4a9f941548d741bf1a9d</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text31</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<Text>{Line}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text31>
|
||
<Text26 Ref="40" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>190,0,60,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>9fd5adf5a6ff4d4d9eba29eb05ff6954</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text26</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
</Text26>
|
||
<Text30 Ref="41" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>250,0,18,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>d4611493ecd64594a2b13dcfe4632f4d</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text30</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text30>
|
||
<Text32 Ref="42" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>176,0,14,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>5baff2926b8542649372f6df26181a72</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text32</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="43" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text32>
|
||
<Text33 Ref="44" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>164,0,12,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>6e7937f6e2304604978110fe80a55a48</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text33</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text33>
|
||
<Text34 Ref="45" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>142,0,22,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>429a1f3b015a49bc8779525a4bc4be29</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text34</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="46" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text34>
|
||
<Text35 Ref="47" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>90,0,23,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>b2bc1d58b4eb47d294a639bb56671745</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text35</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="48" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text35>
|
||
<Text36 Ref="49" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>38,0,23,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>822e8fdc9c3c4128b5f1751e4ccaa78e</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text36</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="50" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text36>
|
||
<Text37 Ref="51" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>113,0,29,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>3118eaebb4834917b3bc0f01c576d758</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text37</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="52" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text37>
|
||
<Text42 Ref="53" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>61,0,29,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>24e71771536c476e9e853f076875b43b</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text42</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="54" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text42>
|
||
<Text43 Ref="55" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,0,38,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>6f10d743aee24f64b7bb3ce8ffacbe7c</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text43</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="38" />
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="56" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text43>
|
||
</Components>
|
||
<Conditions isList="true" count="0" />
|
||
<Guid>33a07a3af98a4c98bba876dfa0f85b8e</Guid>
|
||
<Name>EmptyBand1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="7" />
|
||
</EmptyBand1>
|
||
<ReportSummaryBand1 Ref="57" type="ReportSummaryBand" isKey="true">
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,95.5,277,104</ClientRectangle>
|
||
<Components isList="true" count="14">
|
||
<Text62 Ref="58" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>113,0.5,29,6</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>b986ed86d96a4fecb9b28c5af1279ce1</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text62</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>{Sum(DetailSection1_1,spSAL_PrintFactorRow.TPrice)}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="59" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text62>
|
||
<Text63 Ref="60" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>90,0.5,23,6</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>c302a2d673cd46229afd3fa7ea272f1a</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text63</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>{Sum(DetailSection1_1,spSAL_PrintFactorRow.Discount)}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="61" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text63>
|
||
<Text64 Ref="62" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>61,0.5,29,6</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>f913bbac011a4be09aadeba6550fffbb</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text64</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>{Sum(DetailSection1_1,spSAL_PrintFactorRow.TDiscount)}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="63" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text64>
|
||
<Text65 Ref="64" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>38,0.5,23,6</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>0c4d9909c64a4457bfefd19f5d3d1265</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text65</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>{Sum(DetailSection1_1,spSAL_PrintFactorRow.Tax)}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="65" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text65>
|
||
<Text66 Ref="66" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,0.5,38,6</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>4b290aa5d6b24c2f871e97210a3ee8ed</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text66</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>{Sum(DetailSection1_1,spSAL_PrintFactorRow.Total)}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="67" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text66>
|
||
<Text67 Ref="68" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>142,0.5,48,6</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>679b3ffcbad2431087a3aec1e19e0caa</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text67</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>جمع:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text67>
|
||
<Text68 Ref="69" type="Text" isKey="true">
|
||
<Border>Top, Right, Bottom;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>246,0.5,31,12</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>259ba7b89c0e46a69f71a4f14fd7dccf</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text68</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>شرایط و نحوه فروش:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
</Text68>
|
||
<Text69 Ref="70" type="Text" isKey="true">
|
||
<Border>Top, Bottom;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>168,6.5,22,6</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>a47dd101ba444065a0c6cb0314eea0a6</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text69</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>مبلغ به حروف:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text69>
|
||
<Text70 Ref="71" type="Text" isKey="true">
|
||
<Border>Top, Left, Bottom;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>190,0.5,56,12</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>16f6b69e8c2148f7958b03146c7549d1</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text70</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>{spSAL_PrintFactor.PayTypeName}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
</Text70>
|
||
<Text38 Ref="72" type="Text" isKey="true">
|
||
<Border>Top, Left, Bottom;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,12.5,261,6</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>4c5192e9c3f741cbb5afa16daf6d2181</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text38</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>{spSAL_PrintFactor.Dsc}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,WordWrap=True,A=0</TextOptions>
|
||
<Type>DataColumn</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text38>
|
||
<Text59 Ref="73" type="Text" isKey="true">
|
||
<Border>Top, Right, Bottom;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>261,12.5,16,6</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>e7c1cf6c83ea409b9fdaf376a8fd1643</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text59</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>توضیحات:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text59>
|
||
<Text41 Ref="74" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,18.5,142,15.5</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>28c29eb21adf487e84a2c8ae7e9984c1</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text41</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>مهر و امضاء خریدار:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
</Text41>
|
||
<Text44 Ref="75" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>142,18.5,135,15.5</ClientRectangle>
|
||
<ComponentStyle>Header2</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<Guid>f7d0dc695bc2456b87cc5f9b4adb3325</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text44</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>مهر و امضاءفروشنده:</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>Expression</Type>
|
||
</Text44>
|
||
<Text13 Ref="76" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>2,6.5,164,6</ClientRectangle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,12,Regular,Point,False,178</Font>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text13</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="57" />
|
||
<Text>{spSAL_PrintFactor.Ptotal} هزار ریال</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text13>
|
||
</Components>
|
||
<Conditions isList="true" count="0" />
|
||
<Name>ReportSummaryBand1</Name>
|
||
<Page isRef="7" />
|
||
<Parent isRef="7" />
|
||
</ReportSummaryBand1>
|
||
</Components>
|
||
<Conditions isList="true" count="0" />
|
||
<Guid>917031c8ed154ca489f16875b48a51c1</Guid>
|
||
<Margins>10,10,10,10</Margins>
|
||
<Name>Page1</Name>
|
||
<Orientation>Landscape</Orientation>
|
||
<PageHeight>210</PageHeight>
|
||
<PageWidth>297</PageWidth>
|
||
<PaperSize>A4</PaperSize>
|
||
<Report isRef="0" />
|
||
<TitleBeforeHeader>True</TitleBeforeHeader>
|
||
<Watermark Ref="77" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
|
||
<Font>Arial,100</Font>
|
||
<TextBrush>[50:0:0:0]</TextBrush>
|
||
</Watermark>
|
||
</Page1>
|
||
<Page2 Ref="78" type="Page" isKey="true">
|
||
<Border>None;Black;2;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Components isList="true" count="2">
|
||
<ReportHeaderSection1_1 Ref="79" type="ReportTitleBand" isKey="true">
|
||
<Brush>EmptyBrush</Brush>
|
||
<ClientRectangle>0,4,277,8</ClientRectangle>
|
||
<Components isList="true" count="11">
|
||
<Text10 Ref="80" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>0,0,38,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>58d58a1ece404bba8dc281d7c13476e5</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text10</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>مبلغ پس از مالیات و عوارض</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text10>
|
||
<Text16 Ref="81" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>38,0,23,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>91da5273631c449c81953e68b0a4abf0</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text16</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>مالیات و عوارض</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text16>
|
||
<Text20 Ref="82" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>61,0,29,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>b77daeffb5204d55a4eb9075f32f9617</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text20</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>مبلغ پس از تخفیف</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text20>
|
||
<Text21 Ref="83" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>90,0,23,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>f2e587c5279b4d0a8a0ea321b38e84ba</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text21</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>مبلغ تخفیف</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text21>
|
||
<Text27 Ref="84" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>113,0,29,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>5e318690476e4826b343f33644be4a79</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text27</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>مبلغ كل</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text27>
|
||
<Text28 Ref="85" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>250,0,18,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>a366f30250704561a1220ece6ffa3efb</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text28</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>كد كالا</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text28>
|
||
<Text40 Ref="86" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>190,0,60,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>d36d1ee07886485590614626e1cadff2</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text40</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>شرح كالا</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text40>
|
||
<Text46 Ref="87" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>176,0,14,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>86d469552c074280bf1f459cfeeade83</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text46</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>تعداد</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text46>
|
||
<Text48 Ref="88" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>164,0,12,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>336e193b8acb455d94b070aa25049c71</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text48</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>واحد</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text48>
|
||
<Text49 Ref="89" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>142,0,22,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>f952cf4959174feba80e5f6e08a848ed</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text49</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>مبلغ واحد</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text49>
|
||
<Text50 Ref="90" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<ClientRectangle>268,0,9,8</ClientRectangle>
|
||
<ComponentStyle>Header3</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<Guid>81c971c6eac844b995904fddfc48250a</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text50</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="79" />
|
||
<Text>ردیف</Text>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<Type>Expression</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text50>
|
||
</Components>
|
||
<Conditions isList="true" count="0" />
|
||
<Guid>da0c9b7436a847158770456dcaa644a8</Guid>
|
||
<Name>ReportHeaderSection1_1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="78" />
|
||
</ReportHeaderSection1_1>
|
||
<DetailSection1_1 Ref="91" type="DataBand" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<BusinessObjectGuid isNull="true" />
|
||
<ClientRectangle>0,20,277,7.5</ClientRectangle>
|
||
<Components isList="true" count="12">
|
||
<ItemName1 Ref="92" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>190,0,60,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>5317091e07614ed5a342e7f374af32cd</Guid>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>ItemName1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.ItemN}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
<Type>DataColumn</Type>
|
||
</ItemName1>
|
||
<Dsc1 Ref="93" type="Text" isKey="true">
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>190,4,55,3.5</ClientRectangle>
|
||
<ComponentStyle>Condition</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,8.25</Font>
|
||
<Guid>3f78862a49c84c7b848103f73f2e1b3f</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Dsc1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.Dsc}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextOptions>,,RightToLeft=True,,,A=0</TextOptions>
|
||
</Dsc1>
|
||
<Text9 Ref="94" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>268,0,9,7.5</ClientRectangle>
|
||
<ComponentStyle>Number_BNaz</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>498a304ea8264ed0ab4c56b62df30280</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text9</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{Line}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text9>
|
||
<Text51 Ref="95" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>250,0,18,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>45219a4c52884a959adb99a53f6681f2</Guid>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Text51</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.Item}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<Type>DataColumn</Type>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Text51>
|
||
<Amount2 Ref="96" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>176,0,14,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>c251f3b794404bdda455b2a373fe6191</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Amount2</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.Quantity}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="97" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Amount2>
|
||
<Unit1 Ref="98" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>164,0,12,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>fae5c2d4912540b387fff5de9b082b8a</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Unit1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.UnitN}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Unit1>
|
||
<Price1 Ref="99" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>142,0,22,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>5b7c1372f2ea466fb0d070ed5e1c2f0b</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Price1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.Price}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="100" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Price1>
|
||
<Bate1 Ref="101" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>90,0,23,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>212a72a3c04f43df9b221dbf55ab197e</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Bate1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.Discount}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="102" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Bate1>
|
||
<Tax1 Ref="103" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>38,0,23,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>02e293c054734e06a6c15a531b27e671</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>Tax1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.Tax}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="104" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Tax1>
|
||
<AmPrice1 Ref="105" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>113,0,29,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>27c7f877a19d41b190db0981fb705f7c</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>AmPrice1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.TPrice}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="106" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</AmPrice1>
|
||
<AmPriceBate1 Ref="107" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>61,0,29,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>d4b5966b34ad4c6cb24f0c4ad8659daf</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>AmPriceBate1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.TDiscount}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="108" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</AmPriceBate1>
|
||
<AmPriceBateTax1 Ref="109" type="Text" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<ClientRectangle>0,0,38,7.5</ClientRectangle>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Guid>462d3f859e8f4489bb948e82aad424ff</Guid>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Margins>0,0,0,0</Margins>
|
||
<Name>AmPriceBateTax1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="91" />
|
||
<Text>{spSAL_PrintFactorRow.Total}</Text>
|
||
<TextBrush>Black</TextBrush>
|
||
<TextFormat Ref="110" type="NumberFormat" isKey="true">
|
||
<DecimalDigits>0</DecimalDigits>
|
||
<GroupSeparator>,</GroupSeparator>
|
||
<NegativePattern>1</NegativePattern>
|
||
<UseLocalSetting>False</UseLocalSetting>
|
||
</TextFormat>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</AmPriceBateTax1>
|
||
</Components>
|
||
<ComponentStyle>Footer1</ComponentStyle>
|
||
<Conditions isList="true" count="0" />
|
||
<DataRelationName isNull="true" />
|
||
<DataSourceName>spSAL_PrintFactorRow</DataSourceName>
|
||
<Filters isList="true" count="0" />
|
||
<Guid>837c040fec1b4f11bade7cb388dcf588</Guid>
|
||
<Name>DetailSection1_1</Name>
|
||
<Page isRef="78" />
|
||
<Parent isRef="78" />
|
||
<Sort isList="true" count="2">
|
||
<value>ASC</value>
|
||
<value>No</value>
|
||
</Sort>
|
||
</DetailSection1_1>
|
||
</Components>
|
||
<Conditions isList="true" count="0" />
|
||
<Guid>8541f88443c54a90a8b3ee9f31210f4a</Guid>
|
||
<Margins>10,10,10,10</Margins>
|
||
<Name>Page2</Name>
|
||
<Orientation>Landscape</Orientation>
|
||
<PageHeight>210</PageHeight>
|
||
<PageWidth>297</PageWidth>
|
||
<PaperSize>A4</PaperSize>
|
||
<Report isRef="0" />
|
||
<Watermark Ref="111" type="Stimulsoft.Report.Components.StiWatermark" isKey="true">
|
||
<Font>Arial,100</Font>
|
||
<TextBrush>[50:0:0:0]</TextBrush>
|
||
</Watermark>
|
||
</Page2>
|
||
</Pages>
|
||
<PrinterSettings Ref="112" type="Stimulsoft.Report.Print.StiPrinterSettings" isKey="true" />
|
||
<ReferencedAssemblies isList="true" count="8">
|
||
<value>System.Dll</value>
|
||
<value>System.Drawing.Dll</value>
|
||
<value>System.Windows.Forms.Dll</value>
|
||
<value>System.Data.Dll</value>
|
||
<value>System.Xml.Dll</value>
|
||
<value>Stimulsoft.Controls.Dll</value>
|
||
<value>Stimulsoft.Base.Dll</value>
|
||
<value>Stimulsoft.Report.Dll</value>
|
||
</ReferencedAssemblies>
|
||
<ReportAlias>Report</ReportAlias>
|
||
<ReportChanged>6/12/2024 5:59:35 PM</ReportChanged>
|
||
<ReportCreated>4/27/2016 10:02:00 AM</ReportCreated>
|
||
<ReportDescription>هیچ نکته خاصی ندارد</ReportDescription>
|
||
<ReportFile>C:\Users\Develop\Desktop\SAL_Factor - 1.mrt</ReportFile>
|
||
<ReportGuid>63943312bd4e4549a3e5ac5961687a31</ReportGuid>
|
||
<ReportImage isNull="true" />
|
||
<ReportName>Report</ReportName>
|
||
<ReportUnit>Millimeters</ReportUnit>
|
||
<ReportVersion>2016.2.0</ReportVersion>
|
||
<Script>using System;
|
||
using System.Drawing;
|
||
using System.Windows.Forms;
|
||
using System.Data;
|
||
using Stimulsoft.Controls;
|
||
using Stimulsoft.Base.Drawing;
|
||
using Stimulsoft.Report;
|
||
using Stimulsoft.Report.Dialogs;
|
||
using Stimulsoft.Report.Components;
|
||
|
||
namespace Reports
|
||
{
|
||
public class Report : Stimulsoft.Report.StiReport
|
||
{
|
||
public Report() {
|
||
this.InitializeComponent();
|
||
}
|
||
|
||
#region StiReport Designer generated code - do not modify
|
||
#endregion StiReport Designer generated code - do not modify
|
||
}
|
||
}
|
||
</Script>
|
||
<ScriptLanguage>CSharp</ScriptLanguage>
|
||
<Styles isList="true" count="16">
|
||
<Title1 Ref="113" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>عنوان گزارش</Description>
|
||
<Font>B Nazanin,18,Bold,Point,False,178</Font>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Name>Title1</Name>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Title1>
|
||
<Line Ref="114" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<Border>None;[31:73:125];3;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,11,Bold| Underline</Font>
|
||
<Name>Line</Name>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
</Line>
|
||
<Condition1 Ref="115" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<AllowUseHorAlignment>True</AllowUseHorAlignment>
|
||
<AllowUseVertAlignment>True</AllowUseVertAlignment>
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>عنوان شرط ها</Description>
|
||
<Font>B Nazanin,8.25</Font>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Name>Condition1</Name>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Condition1>
|
||
<Condition Ref="116" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>شرط ها</Description>
|
||
<Font>B Nazanin,8.25</Font>
|
||
<Name>Condition</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
</Condition>
|
||
<Header2 Ref="117" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>عنوان گروه ها</Description>
|
||
<Font>B Nazanin,12,Bold,Point,False,178</Font>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Name>Header2</Name>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Header2>
|
||
<Titel3 Ref="118" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>دیتای گروه ها نازنین</Description>
|
||
<Font>B Nazanin,12,Regular,Point,False,178</Font>
|
||
<Name>Titel3</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Titel3>
|
||
<Data_x0020_Head Ref="119" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>دیتای گروه ها</Description>
|
||
<Font>Arial,10</Font>
|
||
<Name>Data Head</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Data_x0020_Head>
|
||
<Header3 Ref="120" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>سر ستون ها</Description>
|
||
<Font>B Nazanin,11,Bold</Font>
|
||
<HorAlignment>Center</HorAlignment>
|
||
<Name>Header3</Name>
|
||
<TextBrush>[31:73:125]</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Header3>
|
||
<SUM_Bnazanin Ref="121" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>جمع ها</Description>
|
||
<Font>B Nazanin,10</Font>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Name>SUM_Bnazanin</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</SUM_Bnazanin>
|
||
<SUM Ref="122" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<AllowUseHorAlignment>True</AllowUseHorAlignment>
|
||
<AllowUseVertAlignment>True</AllowUseVertAlignment>
|
||
<Border>All;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[219:229:241]</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>Arial,9</Font>
|
||
<HorAlignment>Right</HorAlignment>
|
||
<Name>SUM</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</SUM>
|
||
<Data1 Ref="123" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>Arial,9</Font>
|
||
<Name>Data1</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Data1>
|
||
<Data1_7 Ref="124" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>Data1_7</Description>
|
||
<Font>Arial,7</Font>
|
||
<Name>Data1_7</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Data1_7>
|
||
<Data3 Ref="125" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>[228:240:244]</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>Arial,9</Font>
|
||
<Name>Data3</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Data3>
|
||
<Number_BNaz Ref="126" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Description>دیتای بی نازنین</Description>
|
||
<Font>B Nazanin,10</Font>
|
||
<Name>Number_BNaz</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Number_BNaz>
|
||
<Footer1 Ref="127" type="Stimulsoft.Report.StiStyle" isKey="true">
|
||
<AllowUseBorderSides>False</AllowUseBorderSides>
|
||
<Border>None;[31:73:125];1;Solid;False;4;Black</Border>
|
||
<Brush>Transparent</Brush>
|
||
<Conditions isList="true" count="0" />
|
||
<Font>B Nazanin,10</Font>
|
||
<Name>Footer1</Name>
|
||
<TextBrush>Black</TextBrush>
|
||
<VertAlignment>Center</VertAlignment>
|
||
</Footer1>
|
||
<CrossTab Ref="128" type="Stimulsoft.Report.StiCrossTabStyle" isKey="true">
|
||
<Color>242, 234, 221</Color>
|
||
<Conditions isList="true" count="0" />
|
||
<Name>CrossTab</Name>
|
||
</CrossTab>
|
||
</Styles>
|
||
</StiSerializer> |