测试版本库,随便折腾。
陈炜
2020-09-23 d4be4da8cb17eab18caacf5f689c441358b034b3
新增K3数据库删除脚本
已添加7个文件
611 ■■■■■ 文件已修改
删除数据1.sql 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
删除数据2.sql 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
删除数据2020.09.14-全(慎用).sql 281 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
删除数据2020.09.17.sql 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
删除数据3.sql 65 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
删除数据4.sql 89 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
财务会计.conf 108 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ɾ³ýÊý¾Ý1.sql
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,21 @@
--销售合同
truncate table  t_RPContract
truncate table  t_RPContractDetail
truncate table  t_rpContractEntry
--    è®¢å•
truncate table  dbo.SEOrder
truncate table  dbo.SEOrderEntry
--发货通知,退货通知
truncate table  dbo.SEOutStock
truncate table  dbo.SEOutStockEntry
--销售发票
truncate table  dbo.ICSale
truncate table  dbo.ICSaleEntry
DELETE  FROM dbo.t_RP_Contact WHERE FType =3
--销售出库,库存类的单据都在一张表,删除所有库存单据后,需要删除存货核算余额表和即时库存表
ALTER TABLE ICStockBill DISABLE TRIGGER ALL
DELETE  FROM dbo.ICStockBill WHERE FTranType IN (21)
DELETE  FROM dbo.ICStockBillEntry WHERE FInterID NOT IN (SELECT FInterID FROM dbo.ICStockBill)
ALTER TABLE ICStockBill ENABLE TRIGGER ALL
--收款单,与应收系统相关,需确认后再删除,删除后需要删除余额,建议应收应付一起处理
--需全部删除后,需更新启用期间后账套才能开始使用
ɾ³ýÊý¾Ý2.sql
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,26 @@
--    è®¢å•
truncate table POOrder
truncate table dbo.POOrderEntry
truncate table dbo.ICSubContract
truncate table dbo.ICSubContractEntry
truncate table dbo.POInStock
truncate table dbo.POInStockEntry
--付款申请单
TRUNCATE TABLE t_rp_PayApplyBillEntry
TRUNCATE TABLE t_rp_PayApplyBill
--采购发票
truncate table  dbo.ICPurchase
truncate table  dbo.ICPurchaseEntry
DELETE  FROM dbo.t_RP_Contact WHERE FType =4
--库存类的单据都在一张表,删除所有库存单据后,需要删除存货核算余额表和即时库存表
ALTER TABLE ICStockBill DISABLE TRIGGER ALL
DELETE  FROM dbo.ICStockBill
DELETE  FROM dbo.ICStockBillEntry
ALTER TABLE ICStockBill ENABLE TRIGGER ALL
TRUNCATE TABLE dbo.ICBal
TRUNCATE TABLE dbo.ICInvBal
TRUNCATE TABLE dbo.ICInventory
TRUNCATE TABLE ICInvInitial
TRUNCATE TABLE POInvBal
TRUNCATE TABLE dbo.POInventory
--需全部删除后,需更新启用期间后账套才能开始使用
ɾ³ýÊý¾Ý2020.09.14-È«(É÷ÓÃ).sql
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,281 @@
--单据
truncate table  QMSaleCkRequest
truncate table QMSaleCkRequestEntry
truncate table QMINQCReq
truncate table QMINQCReqEntry
truncate table ICQCBill
truncate table QMSourceInfo
truncate table PPOrder
truncate table  PPOrderEntry
truncate table  ICExpenses
truncate table  ICExpensesEntry
truncate table  ICInvBackup
truncate table ICQCScheme
truncate table ICQCSchemeEntry
--固定资产
truncate table T_FACard
truncate table T_FACardItem
truncate table T_FADevice
truncate table T_FAOrgFor
truncate table T_FADept
truncate table T_FAExpense
truncate table t_FAPurchase
truncate table T_FAbalCard
truncate table T_FAbalCardItem
truncate table T_FAbalDevice
truncate table T_FAbalOrgFor
truncate table T_FAbalDept
truncate table T_FAbalExpense
truncate table t_FAbalPurchase
truncate table t_FAVoucher
truncate table t_FAClear
DELETE FROM  T_FAAlter
DELETE FROM  t_FAbalance
truncate table  t_RP_NewReceiveBill
truncate table t_RP_Contact
truncate table t_rp_ARBillOfSH
truncate table  t_rp_AdjustAccount
truncate table  t_rp_AdjustRate
truncate table  t_rp_AdjustRateEntry
truncate table  t_rp_ARBillOfSH
truncate table  t_RP_ARPBill
truncate table  t_rp_arpbillEntry
truncate table  t_rp_BegData
truncate table  t_rp_BegDataEntry
truncate table  t_RP_Bill
truncate table  t_rp_bill_discount
truncate table  t_RP_Bill_Endorse
truncate table  t_RP_Bill_Settle
truncate table  t_Rp_CheckDetail
truncate table  t_rp_CheckDetail20120517134445300
truncate table  t_rp_CheckEntry
truncate table  t_RP_Contact
truncate table  t_RP_ContactBal
truncate table  t_rp_ContractPlanReceive
truncate table  t_RP_NewReceiveBill
truncate table  t_rp_PayApplyBill
truncate table  t_rp_PayApplyBillEntry
truncate table  t_RP_Plan_Ap
truncate table  t_RP_Plan_Ar
truncate table  t_RPContract
truncate table  t_rpContractEntry
truncate table  t_RPContractScheme
truncate table  t_RPVoucherAndBill
truncate table  t_RP_NewCheckInfo
DELETE FROM t_Item_3003
DELETE FROM t_Item_3004
DELETE FROM t_Item_3005
DELETE FROM t_Item_3006
DELETE FROM t_Item_3009
truncate table ICStockBill
truncate table ICPlanAdjPrice
truncate table POrequest
truncate table POOrder
truncate table POInstock
truncate table POInstock
truncate table ICPurchase
truncate table  ICSale
truncate table SEOrder
truncate table SEOutStock
truncate table PORFQ
truncate table ICMO
truncate table ICSale
truncate table t_Voucher
truncate table t_Voucherentry
truncate table ICStockBill
truncate table ICStockBillEntry
truncate table ICPlanAdjPriEntry
truncate table POrequestEntry
truncate table POOrderEntry
truncate table POInstockEntry
truncate table ICPurchaseEntry
truncate table ICSaleEntry
truncate table SEOrderEntry
truncate table SEOutStockEntry
truncate table PORFQEntry
truncate table ppbom
truncate table ICSTJGBill
truncate table ICSTJGBillEntry
truncate table POInventory
truncate table ICChange
truncate table ICChangeEntry
truncate table ICMOChange
truncate table ICMOChangeEntry
truncate table PPBomChange
truncate table PPBomChangeEntry
truncate table PPBOMEntry
truncate table ICitemScrap
truncate table ICitemScrapEntry
truncate table ICMORpt
truncate table ICMORptEntry
truncate table QMReject
truncate table QMRejectEntry
truncate table ICMOConvertBill
truncate table ICMOConvertBillEntry
truncate table icinventory
truncate table icbal
truncate table icinvbal
truncate table ICInvInitial
truncate table ICShop_ItemConsumeEntry
truncate table CBStdStdPrice
truncate table ICQCBillEntry
truncate table cbMaterielInfo_History
truncate table ICMnbomChild
truncate table POInvBal
truncate table ICClassCheckRecords1001000
truncate table icstockbillentry2019011501
truncate table icstockbillentry20181120
truncate table ICQuotePriceMtrl
truncate table CRM_SVTrace
truncate table t_msgList
truncate table cbCalinfoDetail
truncate table ICBOMChild
truncate table ICPrintCountEntry
truncate table ICClassCheckStatus1001000
truncate table ICPrintCount
truncate table t_CashFlowBal
truncate table ICMrpResult
truncate table t_MakeVouchTemp
truncate table t_BaseProperty
truncate table ICClassMCRecord1000040
truncate table ICClassMCStatus1000040
truncate table t_ProfitAndLoss
truncate table t_ICItemCore
truncate table t_ICItemPlan
truncate table t_ICItemQuality
truncate table t_ICItemCustom
truncate table t_ICItemMaterial
truncate table t_ICItemBase
truncate table t_ICItemDesign
truncate table t_ICItemStandard
truncate table t_LowestBomCode
truncate table CRM_SVAssign
truncate table CRM_ServiceRequest
truncate table CRM_Satisfaction
truncate table CRM_SVProcess
truncate table cbCostObjDetail
truncate table ICVouchBillTranType
truncate table ICClassCheckRecords1001001
truncate table t_SupplyEntry
truncate table t_Supply
truncate table cbExpenseDistributeInfo_History
truncate table ICShop_ItemConsume
truncate table ICClassTableInfo_bak20080418194131
truncate table seorderentry20190624
truncate table seorderentry20190516
truncate table SEOutStockEntry20190624
truncate table ICClassCheckStatus1001001
truncate table CRM_Fittings
truncate table cbProductCalInfo
truncate table cbCalInfo
truncate table CRM_Contact
truncate table t_ItemDetailV
truncate table t_ItemDetail
truncate table ICMrpInfo
truncate table t_Balance
delete icstockcheckprocess
delete icinvbackup
DELETE FROM  t_Item WHERE FItemID >=135
DELETE FROM  t_Base_Emp WHERE FItemID >0
truncate table cb_CostObj_Product
truncate table cb_ICStockBill
truncate table cb_ICStockBillEntry
truncate table cbBalance
truncate table CBCalInfo_CurData
truncate table CBCalInfoDetail_CurData
truncate table cbCompleteQty
DELETE  cbCostObj WHERE FItemID NOT IN (55,56)
truncate table CBCostObjAdjustDetailbak
truncate table cbExpenseDistributeInfo
truncate table cbInQty
truncate table cbMaterielInfo
truncate table cbProductQty
truncate table cn_Bill
truncate table ICbal_sean2
truncate table ICBOM
truncate table ICClientVer
truncate table ICPlan_PMCDetail
truncate table ICPlanOrderRel
DELETE FROM  t_Account
truncate table t_Department
truncate table t_dev_AZ
truncate table t_dev_AZEntry2
truncate table t_dev_AZSQ
truncate table t_dev_AZSQEntry2
truncate table t_dev_AZZF
truncate table t_dev_AZZFEntry2
truncate table t_dev_freight
truncate table t_dev_freightEntry2
truncate table t_dev_TC
truncate table t_dev_TCEntry2
truncate table t_dev_TCPay
truncate table t_dev_TCPayEntry2
truncate table t_dev_ZX
truncate table t_dev_ZXEntry2
truncate table t_dev_ZXSQ
truncate table t_dev_ZXSQEntry2
truncate table t_dev_ZXZF
truncate table t_dev_ZXZFEntry2
truncate table t_LockStock
truncate table t_Organization
truncate table t_Stock
truncate table t_Supplier
DELETE FROM ICHookRelations
DELETE FROM cbWMaterielInfo
DELETE FROM cbWCalinfoDetail
DELETE FROM cbCostObjCheck
DELETE FROM ICQuotePrice
DELETE FROM cbWasterCostObjInfo
DELETE FROM cbCostVoucher
DELETE FROM CBCostExpenseInfo
DELETE FROM ICSubContract
DELETE FROM dbo.ICSubContractEntry
DELETE FROM ICSerialFlow
--设置 å¯ç”¨æœŸé—´ï¼Œå½“前期间,这里几月份开始用就设置为几月份
update t_SystemProfile set FValue=9 where FCategory='gl' and FKey='startperiod'
update t_SystemProfile set FValue=2020 where FCategory='gl' and FKey='startyear'
update t_SystemProfile set FValue=9 where FCategory='ic' and FKey='startperiod'
update t_SystemProfile set FValue=2020 where FCategory='ic' and FKey='startyear'
update t_SystemProfile set FValue=9 where FCategory='CB' and FKey='startperiod'
update t_SystemProfile set FValue=2020 where FCategory='CB' and FKey='startyear'
update t_SystemProfile set FValue=9 where FCategory='FA' and FKey='startperiod'
update t_SystemProfile set FValue=2020 where FCategory='FA' and FKey='startyear'
update t_SystemProfile set FValue=9 where FCategory='gl' and FKey='currentperiod'
update t_SystemProfile set FValue=2020 where FCategory='gl' and FKey='currentyear'
update t_SystemProfile set FValue=9 where FCategory='ic' and FKey='currentperiod'
update t_SystemProfile set FValue=2020 where FCategory='ic' and FKey='currentyear'
update t_SystemProfile set FValue=9 where FCategory='CB' and FKey='currentperiod'
update t_SystemProfile set FValue=2020 where FCategory='CB' and FKey='currentyear'
update t_SystemProfile set FValue=9 where FCategory='FA' and FKey='currentperiod'
update t_SystemProfile set FValue=2020 where FCategory='FA' and FKey='currentyear'
UPDATE  dbo.t_RP_SystemProfile set FValue=9    WHERE FKey ='FAPCurPeriod'
UPDATE   dbo.t_RP_SystemProfile  set FValue=2020  WHERE FKey ='FAPCurYear'
UPDATE   dbo.t_RP_SystemProfile set FValue=9   WHERE FKey ='FAPUsePeriod'
UPDATE   dbo.t_RP_SystemProfile  set FValue=2020  WHERE FKey ='FAPUseYear'
UPDATE   dbo.t_RP_SystemProfile set FValue=9   WHERE FKey ='FARCurPeriod'
UPDATE   dbo.t_RP_SystemProfile set FValue=2020   WHERE FKey ='FARCurYear'
UPDATE   dbo.t_RP_SystemProfile  set FValue=9  WHERE FKey ='FARUsePeriod'
UPDATE   dbo.t_RP_SystemProfile set FValue=2020   WHERE FKey ='FARUseYear'
--重建索引
DECLARE @DBCCString NVARCHAR(1000)
DECLARE @TableName VARCHAR(100)
DECLARE Cur_Index CURSOR FOR
SELECT Name AS TblName  FROM sysobjects   WHERE xType='U'  ORDER BY TblName FOR READ ONLY
OPEN Cur_Index
FETCH NEXT FROM Cur_Index INTO @TableName
WHILE @@FETCH_STATUS=0
BEGIN
PRINT '重建表' + @TableName +'的索引........Start!'
SET @DBCCString = 'DBCC DBREINDEX(@TblName,'''')WITH NO_INFOMSGS'
EXEC SP_EXECUTESQL  @DBCCString,     N'@TblName VARCHAR(100)',     @TableName
PRINT '重建表' + @TableName +'的索引........END!'
FETCH NEXT FROM Cur_Index  INTO @TableName
END
CLOSE Cur_Index
DEALLOCATE Cur_Index
PRINT '操作完成!'
--收缩数据库
DELETE FROM t_SuspendWorkPushMain
DELETE FROM t_SuspendWorkPushDetail
DELETE FROM ICClassMCTaskCenter
ɾ³ýÊý¾Ý2020.09.17.sql
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,21 @@
--销售合同
truncate table  t_RPContract
truncate table  t_RPContractDetail
truncate table  t_rpContractEntry
--    è®¢å•
truncate table  dbo.SEOrder
truncate table  dbo.SEOrderEntry
--发货通知,退货通知
truncate table  dbo.SEOutStock
truncate table  dbo.SEOutStockEntry
--销售发票
truncate table  dbo.ICSale
truncate table  dbo.ICSaleEntry
DELETE  FROM dbo.t_RP_Contact WHERE FType =3
--销售出库,库存类的单据都在一张表,删除所有库存单据后,需要删除存货核算余额表和即时库存表
ALTER TABLE ICStockBill DISABLE TRIGGER ALL
DELETE  FROM dbo.ICStockBill WHERE FTranType IN (21)
DELETE  FROM dbo.ICStockBillEntry WHERE FInterID NOT IN (SELECT FInterID FROM dbo.ICStockBill)
ALTER TABLE ICStockBill ENABLE TRIGGER ALL
--收款单,与应收系统相关,需确认后再删除,删除后需要删除余额,建议应收应付一起处理
--需全部删除后,需更新启用期间后账套才能开始使用
ɾ³ýÊý¾Ý3.sql
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,65 @@
--质量管理
TRUNCATE TABLE ICQCBill
TRUNCATE TABLE ICQCBillEntry
truncate table  dbo.QMReject
truncate table  dbo.QMRejectEntry
truncate table  QMSaleCkRequest
truncate table  QMSaleCkRequestEntry
truncate table  QMINQCReq
truncate table  QMINQCReqEntry
truncate table  QMOtCkRequest
truncate table  QMOtCkRequestEntry
--物料需求计划
truncate table ICMrpInfo
truncate table ICMrpResult
truncate table ICMrpDestBills
--生产管理
DELETE FROM ICSerialFlow
truncate table ICBOM
truncate table ICClientVer
truncate table ICPlan_PMCDetail
truncate table ICPlanOrderRel
truncate table ICBOMChild
truncate table ICShop_ItemConsumeEntry
truncate table ICMOConvertBill
truncate table ICMOConvertBillEntry
truncate table PPBomChange
truncate table PPBomChangeEntry
truncate table PPBOMEntry
truncate table ICitemScrap
truncate table ICitemScrapEntry
truncate table ICMORpt
truncate table ICMORptEntry
truncate table ppbom
truncate table dbo.PPBOMEntry
truncate table ICChange
truncate table ICChangeEntry
truncate table ICMOChange
truncate table ICMOChangeEntry
truncate table ICMO
--采购管理
truncate table dbo.PORequest
truncate table dbo.PORequestEntry
truncate table dbo.POInStock
truncate table dbo.POInStockEntry
truncate table dbo.ICExpenses
truncate table dbo.ICExpensesEntry
--委外加工
--销售管理
truncate table t_dev_freight
truncate table t_dev_freightEntry2
--仓库管理
truncate table ICSTJGBill
truncate table ICSTJGBillEntry
--需全部删除后,需更新启用期间后账套才能开始使用
update t_SystemProfile set FValue=9 where FCategory='ic' and FKey='currentperiod'
update t_SystemProfile set FValue=2020 where FCategory='ic' and FKey='currentyear'
update t_SystemProfile set FValue=9 where FCategory='ic' and FKey='startperiod'
update t_SystemProfile set FValue=2020 where FCategory='ic' and FKey='startyear'
ɾ³ýÊý¾Ý4.sql
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,89 @@
--固定资产
truncate table T_FACard
truncate table T_FACardItem
truncate table T_FADevice
truncate table T_FAOrgFor
truncate table T_FADept
truncate table T_FAExpense
truncate table t_FAPurchase
truncate table T_FAbalCard
truncate table T_FAbalCardItem
truncate table T_FAbalDevice
truncate table T_FAbalOrgFor
truncate table T_FAbalDept
truncate table T_FAbalExpense
truncate table t_FAbalPurchase
truncate table t_FAVoucher
truncate table t_FAClear
DELETE FROM T_FAAlter
DELETE FROM t_FAbalance
--应收应付
truncate table t_RP_NewReceiveBill
truncate table t_rp_ARBillOfSH
truncate table t_rp_AdjustAccount
truncate table t_rp_AdjustRate
truncate table t_rp_AdjustRateEntry
truncate table t_rp_ARBillOfSH
truncate table t_RP_ARPBill
truncate table t_rp_arpbillEntry
truncate table t_rp_BegData
truncate table t_rp_BegDataEntry
truncate table t_RP_Bill
truncate table t_rp_bill_discount
truncate table t_RP_Bill_Endorse
truncate table t_RP_Bill_Settle
truncate table t_Rp_CheckDetail
truncate table t_rp_CheckEntry
truncate table t_RP_Contact
truncate table t_RP_ContactBal
truncate table t_rp_ContractPlanReceive
truncate table t_RP_NewReceiveBill
truncate table t_rp_PayApplyBill
truncate table t_rp_PayApplyBillEntry
truncate table t_RP_Plan_Ap
truncate table t_RP_Plan_Ar
truncate table t_RPContract
truncate table t_rpContractEntry
truncate table t_RPContractScheme
truncate table t_RPVoucherAndBill
truncate table t_RP_NewCheckInfo
--总账
truncate table t_ProfitAndLoss
truncate table t_Voucher
truncate table t_Voucherentry
truncate table t_Balance
truncate table t_ProfitAndLoss
truncate table icbal
truncate table icinvbal
truncate table ICInvInitial
truncate table POInvBal
truncate table cbBalance
truncate table cbCalInfo
--设置 å¯ç”¨æœŸé—´ï¼Œå½“前期间,这里几月份开始用就设置为几月份
update t_SystemProfile set FValue=9 where FCategory='gl' and FKey='startperiod'
update t_SystemProfile set FValue=2020 where FCategory='gl' and FKey='startyear'
update t_SystemProfile set FValue=9 where FCategory='ic' and FKey='startperiod'
update t_SystemProfile set FValue=2020 where FCategory='ic' and FKey='startyear'
update t_SystemProfile set FValue=9 where FCategory='CB' and FKey='startperiod'
update t_SystemProfile set FValue=2020 where FCategory='CB' and FKey='startyear'
update t_SystemProfile set FValue=9 where FCategory='FA' and FKey='startperiod'
update t_SystemProfile set FValue=2020 where FCategory='FA' and FKey='startyear'
update t_SystemProfile set FValue=9 where FCategory='gl' and FKey='currentperiod'
update t_SystemProfile set FValue=2020 where FCategory='gl' and FKey='currentyear'
update t_SystemProfile set FValue=9 where FCategory='ic' and FKey='currentperiod'
update t_SystemProfile set FValue=2020 where FCategory='ic' and FKey='currentyear'
update t_SystemProfile set FValue=9 where FCategory='CB' and FKey='currentperiod'
update t_SystemProfile set FValue=2020 where FCategory='CB' and FKey='currentyear'
update t_SystemProfile set FValue=9 where FCategory='FA' and FKey='currentperiod'
update t_SystemProfile set FValue=2020 where FCategory='FA' and FKey='currentyear'
UPDATE dbo.t_RP_SystemProfile set FValue=9    WHERE FKey ='FAPCurPeriod'
UPDATE dbo.t_RP_SystemProfile  set FValue=2020  WHERE FKey ='FAPCurYear'
UPDATE dbo.t_RP_SystemProfile set FValue=9   WHERE FKey ='FAPUsePeriod'
UPDATE dbo.t_RP_SystemProfile  set FValue=2020  WHERE FKey ='FAPUseYear'
UPDATE dbo.t_RP_SystemProfile set FValue=9   WHERE FKey ='FARCurPeriod'
UPDATE dbo.t_RP_SystemProfile set FValue=2020   WHERE FKey ='FARCurYear'
UPDATE dbo.t_RP_SystemProfile  set FValue=9  WHERE FKey ='FARUsePeriod'
UPDATE dbo.t_RP_SystemProfile set FValue=2020   WHERE FKey ='FARUseYear'
²ÆÎñ»á¼Æ.conf
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,108 @@
财务会计
    æ€»è´¦
        å‡­è¯å¤„理
            01002 å‡­è¯æŸ¥è¯¢
            01004 å‡­è¯æ±‡æ€»
        è´¦ç°¿
            01009 æ€»åˆ†ç±»è´¦
            1010 æ˜Žç»†åˆ†ç±»è´¦
            01013 å¤šæ è´¦
            1014 æ ¸ç®—项目分类总账
        è´¢åŠ¡æŠ¥è¡¨
            01016 ç§‘目余额表
            01017 è¯•算平衡表
            01018 æ—¥æŠ¥è¡¨æŸ¥è¯¢
            01024 æ ¸ç®—项目与科目组合表
    æŠ¥è¡¨
    å›ºå®šèµ„产管理
        ä¸šåŠ¡å¤„ç†
            04014 å¡ç‰‡æŸ¥è¯¢
        ç»Ÿè®¡æŠ¥è¡¨
            04018 èµ„产清单
            04019 å›ºå®šèµ„产价值变动表
            04020 æ•°é‡ç»Ÿè®¡è¡¨
            04021 åˆ°æœŸæç¤ºè¡¨
        ç®¡ç†æŠ¥è¡¨
            04025 å›ºå®šèµ„产变动及结存表
            04027 å›ºå®šèµ„产及累计折旧明细账
            04030 èµ„产构成表
            04031 å˜åŠ¨åŽ†å²è®°å½•è¡¨
        æœŸæœ«å¤„理
            04035 æŠ˜æ—§ç®¡ç†
            04038 è‡ªåŠ¨å¯¹è´¦
        å‡­è¯ç®¡ç†
            04043 å‡­è¯æŸ¥è¯¢
    åº”收款管理
        å…¶ä»–应收单
            05009 å…¶ä»–应收单-维护
        æ”¶æ¬¾
            05012 æ”¶æ¬¾å•-维护
        ç¥¨æ®å¤„理
            05016 åº”收票据-维护
        ç»“ç®—
            05022 åº”收款核销-到款结算
            05023 åº”收款核销-预收款冲应收款
            05024 åº”收款核销-应收款冲应付款
            05025 åº”收款核销-应收款转销
            05028 åº”收款核销-收款冲付款
            05029 æ ¸é”€æ—¥å¿—-维护
        å‡­è¯å¤„理
            05031 å‡­è¯-维护
        åˆ†æž
            05037 è´¦é¾„分析
            05039 æ¬ æ¬¾åˆ†æž
            05040 åè´¦åˆ†æž
            05041 å›žæ¬¾åˆ†æž
            05042 æ”¶æ¬¾é¢„测
        è´¦è¡¨
            05047 åº”收款明细表
            05048 åº”收款汇总表
            05049 å¾€æ¥å¯¹è´¦
            05053 åº”收款趋势分析表
            05054 æœˆç»“单连打
        åˆåŒ
            05056 åˆåŒèµ„æ–™-维护
            05057 åˆåŒé‡‘额执行明细表
            05058 åˆåŒæ‰§è¡Œæƒ…况汇总表
            05059 åˆåŒé‡‘额执行汇总表
            05060 åˆåŒåˆ°æœŸæ¬¾é¡¹åˆ—表
        æœŸæœ«å¤„理
            05067 æœŸæœ«æ€»é¢å¯¹è´¦
            05068 æœŸæœ«ç§‘目对账
        é”€å”®å¯¹è´¦æ”¶æ¬¾å¹³å°
            05064 é”€å”®æ”¶æ¬¾å¹³å°
    åº”付款管理
        ä»˜æ¬¾
            06012 ä»˜æ¬¾å•-维护
        ç»“ç®—
            06018 åº”付款核销-付款结算
            06019 åº”付款核销-预付款冲应付款
            06020 åº”付款核销-应付款冲应收款
            06021 åº”付款核销-应付款转销
            06022 åº”付款核销-预付款转销
            06023 åº”付款核销-预付款冲预收款
            06024 åº”付款核销-付款冲收款
            06025 æ ¸é”€æ—¥å¿—-维护
        å‡­è¯å¤„理
            06027 å‡­è¯-维护
        åˆ†æž
            06028 è´¦é¾„分析
            06029 ä»˜æ¬¾åˆ†æž
            06030 ä»˜æ¬¾é¢„测
        è´¦è¡¨
            06032 åº”付款汇总表
            06037 åº”付款趋势分析表
            06038 æœˆç»“单连打
        ä»˜æ¬¾ç”³è¯·å•
            06046 ä»˜æ¬¾ç”³è¯·å•-维护
    çŽ°é‡‘æµé‡è¡¨
        çŽ°é‡‘æµé‡è¡¨
            01027 T型账户
            01028 é™„表项目
            01030 çŽ°é‡‘æµé‡è¡¨
            01031 çŽ°é‡‘æµé‡æŸ¥è¯¢