Compare commits
No commits in common. "cae24e931976985f5959e0c4438c0563892fc499" and "f9a323850e6e59e826000037739c2f0ea1854067" have entirely different histories.
cae24e9319
...
f9a323850e
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
||||||
<PropertyGroup>
|
|
||||||
<ProjectView>ShowAllFiles</ProjectView>
|
|
||||||
</PropertyGroup>
|
|
||||||
</Project>
|
|
@ -1,25 +0,0 @@
|
|||||||
using Kingdee.BOS.Contracts;
|
|
||||||
using Kingdee.BOS.Core;
|
|
||||||
using Kingdee.BOS.ServiceHelper;
|
|
||||||
using Kingdee.BOS.Util;
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.ComponentModel;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace Pilot.Report.Exploitation.Receivables
|
|
||||||
{
|
|
||||||
[Description("定时刷新应收款报表的数据")]
|
|
||||||
[HotUpdate]
|
|
||||||
public class ReceivablesAutoExecute : IScheduleService
|
|
||||||
{
|
|
||||||
public void Run(Kingdee.BOS.Context ctx, Schedule schedule)
|
|
||||||
{
|
|
||||||
DBServiceHelper.Execute(ctx, "/*dialect*/ EXEC PR_YingShouMingXi_yuyubo");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
@ -309,15 +309,10 @@ else
|
|||||||
,SUM(F_025),
|
,SUM(F_025),
|
||||||
null
|
null
|
||||||
,F_027=(SELECT SUM(F_027) FROM [ReceivablesDetailsTable] hh where {wheresql})
|
,F_027=(SELECT SUM(F_027) FROM [ReceivablesDetailsTable] hh where {wheresql})
|
||||||
,null,null,null,null,null,null,null,null
|
,null,null,null,null,null,null,null,null,SUM(F_036),null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0,0,0,null,0
|
||||||
,F_036=(
|
|
||||||
SELECT SUM(F_036)
|
|
||||||
FROM ( SELECT DISTINCT [销售单主键ID],hh.收款条件主键ID,F_036
|
|
||||||
FROM [ReceivablesDetailsTable] hh where {wheresql} ) a )
|
|
||||||
,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0,0,0,null,0
|
|
||||||
From
|
From
|
||||||
(select distinct [销售单主键ID],[销售员ID],[F_010],F_017,F_018,F_019,F_020,F_021,F_022 ,0 as F_024 ,F_025,
|
(select distinct [销售单主键ID],[销售员ID],[F_010],F_017,F_018,F_019,F_020,F_021,F_022 ,0 as F_024 ,F_025,
|
||||||
0 as F_027,0 F_036 , null, null, null, null, null from
|
0 as F_027,F_036 from
|
||||||
[ReceivablesDetailsTable]
|
[ReceivablesDetailsTable]
|
||||||
where {wheresql}
|
where {wheresql}
|
||||||
) a )) W Order by W.F_001");
|
) a )) W Order by W.F_001");
|
||||||
|
BIN
Pilot.Report.Exploitation/bin/Debug/BouncyCastle.Crypto.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/BouncyCastle.Crypto.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/DocumentFormat.OpenXml.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/DocumentFormat.OpenXml.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Enums.NET.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Enums.NET.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Enums.NET.pdb
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Enums.NET.pdb
Normal file
Binary file not shown.
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.App.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.App.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.Contracts.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.Contracts.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.Core.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.Core.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.DataEntity.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.DataEntity.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.Web.HTML.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.Web.HTML.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.Web.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.Web.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.BOS.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.K3.FIN.Core.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Kingdee.K3.FIN.Core.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/MathNet.Numerics.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/MathNet.Numerics.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/NPOI.OOXML.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/NPOI.OOXML.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/NPOI.OpenXml4Net.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/NPOI.OpenXml4Net.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/NPOI.OpenXmlFormats.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/NPOI.OpenXmlFormats.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/NPOI.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/NPOI.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/SixLabors.Fonts.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/SixLabors.Fonts.dll
Normal file
Binary file not shown.
11499
Pilot.Report.Exploitation/bin/Debug/SixLabors.Fonts.xml
Normal file
11499
Pilot.Report.Exploitation/bin/Debug/SixLabors.Fonts.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Pilot.Report.Exploitation/bin/Debug/SixLabors.ImageSharp.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/SixLabors.ImageSharp.dll
Normal file
Binary file not shown.
64534
Pilot.Report.Exploitation/bin/Debug/SixLabors.ImageSharp.xml
Normal file
64534
Pilot.Report.Exploitation/bin/Debug/SixLabors.ImageSharp.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
Pilot.Report.Exploitation/bin/Debug/System.Buffers.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/System.Buffers.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/System.Memory.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/System.Memory.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/System.Numerics.Vectors.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/System.Numerics.Vectors.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Xceed.Document.NET.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Xceed.Document.NET.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Xceed.Pdf.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Xceed.Pdf.dll
Normal file
Binary file not shown.
BIN
Pilot.Report.Exploitation/bin/Debug/Xceed.Words.NET.dll
Normal file
BIN
Pilot.Report.Exploitation/bin/Debug/Xceed.Words.NET.dll
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user