1 2345678910...
|
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.[sale_ad_accounting_delete]') and OBJECTPROPERTY(id, N'I...
drop procedure dbo.[sale_ad_accounting_delete]
GO
Language: SQL LOC: 9 CodePlex1 : Global Report Engine (project search) : .../MyStudio/MyStudioCMS/StudioCMSDB/Sales/sale_ad_accounting_delete.sql
|
--
--
-- Dumping data for table `accounting_codes`
--
INSERT INTO `accounting_codes` VALUES (1, 'Accountancy');
Language: SQL LOC: 20 Spider_20090227_inc : phpOrganisation (project search) : .../phporganisation/phporganisation-1.0beta4/sql/initial_data/accounting_codes.sql
|
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.[sale_ad_accounting_get]') and OBJECTPROPERTY(id, N'IsPr...
drop procedure dbo.[sale_ad_accounting_get]
GO
Language: SQL LOC: 15 CodePlex1 : Global Report Engine (project search) : .../MyStudio/MyStudioCMS/StudioCMSDB/Sales/sale_ad_accounting_get.sql
|
CREATE TABLE [dbo].[AccountingTransaction]
(
[AccountingTransactionID] [int] NOT NULL IDENTITY(1, 1),
Language: SQL LOC: 8 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.AccountingTransaction.table.sql
|
CREATE TABLE [dbo].[AccountingTransactionType]
(
[AccountingTransactionTypeID] [int] NOT NULL IDENTITY(1, 1),
Language: SQL LOC: 5 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.AccountingTransactionType.table.sql
|
CREATE TABLE [dbo].[DisburesementAccountingTransaction]
(
[TransactionID] [int] NULL
Language: SQL LOC: 4 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.DisburesementAccountingTransaction.table.sql
|
CREATE TABLE [dbo].[ObligationAccountingTransaction]
(
[TransactionID] [int] NULL
Language: SQL LOC: 4 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.ObligationAccountingTransaction.table.sql
|
CREATE TABLE [dbo].[OtherInternalAccountingTransaction]
(
[TransactionID] [int] NULL
Language: SQL LOC: 4 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.OtherInternalAccountingTransaction.table.sql
|
CREATE TABLE [dbo].[ReceptAccountingTransaction]
(
[TransactionID] [int] NULL
Language: SQL LOC: 4 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.ReceptAccountingTransaction.table.sql
|
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.[sale_ad_accounting_update]') and OBJECTPROPERTY(id, N'I...
drop procedure dbo.[sale_ad_accounting_update]
GO
Language: SQL LOC: 20 CodePlex1 : Global Report Engine (project search) : .../MyStudio/MyStudioCMS/StudioCMSDB/Sales/sale_ad_accounting_update.sql
|
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.[sale_ad_accounting_getall]') and OBJECTPROPERTY(id, N'I...
drop procedure dbo.[sale_ad_accounting_getall]
GO
Language: SQL LOC: 13 CodePlex1 : Global Report Engine (project search) : .../MyStudio/MyStudioCMS/StudioCMSDB/Sales/sale_ad_accounting_getall.sql
|
CREATE TABLE [dbo].[ExternalAccountingTransaction]
(
[TransactionID] [int] NULL,
Language: SQL LOC: 5 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.ExternalAccountingTransaction.table.sql
|
CREATE TABLE [dbo].[PaymentAccountingTransaction]
(
[TransactionID] [int] NULL,
Language: SQL LOC: 5 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.PaymentAccountingTransaction.table.sql
|
CREATE TABLE [dbo].[SalesAccountingTransaction]
(
[TransactionID] [int] NULL,
Language: SQL LOC: 5 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.SalesAccountingTransaction.table.sql
|
--
--
-- Dumping data for table `accounting_in_codes`
--
INSERT INTO `accounting_in_codes` VALUES (1, 'Loans received');
Language: SQL LOC: 3 Spider_20090227_inc : phpOrganisation (project search) : .../phporganisation/phporganisation-1.0beta4/sql/initial_data/accounting_in_codes.sql
|
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.[sale_ad_accounting_insert]') and OBJECTPROPERTY(id, ...
drop procedure dbo.[sale_ad_accounting_insert]
GO
Language: SQL LOC: 27 CodePlex1 : Global Report Engine (project search) : .../MyStudio/MyStudioCMS/StudioCMSDB/warehouse/sale_ad_accounting_insert.sql
|
CREATE TABLE [dbo].[AccountingPeriod]
(
[AccountingPeriodID] [int] NOT NULL IDENTITY(1, 1),
Language: SQL LOC: 11 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.AccountingPeriod.table.sql
|
<VatFromPeriod>2006006</VatFromPeriod>
<VatToPeriod>2006006</VatToPeriod>
<AccountingPractice>NO</AccountingPractice>
<LastClosedPeriod>2006006</LastClosedPeriod>
<NotDistributedRevenueAccount>2090</NotDistributedRevenueAccount>
Language: SQL LOC: 2347 CodePlex : GL21 (project search) : .../CodePlex/g/GL21/Queries/CreateValues.sql
|
IF EXISTS (SELECT * FROM sysobjects WHERE type = 'P' AND name = 'warehouse_sync_ad_accounting')
BEGIN
DROP Procedure dbo.warehouse_sync_ad_accounting
Language: SQL LOC: 25 CodePlex1 : Global Report Engine (project search) : .../MyStudioCMS/StudioCMSDB/kiosk_Sql/mystudio/warehouse_sync_ad_accounting.sql
|
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.[sale_ad_accounting_getpaged]') and OBJECTPROPERTY(id, N...
drop procedure dbo.[sale_ad_accounting_getpaged]
GO
Language: SQL LOC: 55 CodePlex1 : Global Report Engine (project search) : .../MyStudio/MyStudioCMS/StudioCMSDB/Sales/sale_ad_accounting_getpaged.sql
|
CREATE TABLE [dbo].[InternalAccountingTransaction]
(
[TransactionID] [int] NULL,
Language: SQL LOC: 6 CodePlex1 : Business Information System (project search) : .../svn/Database/Create Scripts/Tables/dbo.InternalAccountingTransaction.table.sql
|
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.[sale_ad_accounting_add]') and OBJECTPROPERTY(id, N'IsPr...
drop procedure dbo.[sale_ad_accounting_add]
GO
Language: SQL LOC: 26 CodePlex1 : Global Report Engine (project search) : .../MyStudio/MyStudioCMS/StudioCMSDB/Sales/sale_ad_accounting_add.sql
|
PRIMARY KEY (sid)
);
INSERT INTO services (sid, sname, sfee) VALUES (1, 'Accounting', '1500.00');
Language: SQL LOC: 7 Spider_20090226_inc : MonetDB - Monet Database Management Syst - SQL (project search) : .../src/test/BugDay_2005-10-06_2.9.3/Tests/string2float_coercions.SF-928850.sql
|
insert into emp values('John Smith', 'Sales');
insert into emp values('Anna Jackson', 'Marketing');
insert into emp values('Jack Lebeau', 'Accounting');
Language: SQL LOC: 8 Spider_embedded_001 : XQuare - Bridge (project search) : .../bridge/samples/xdbc/querier1/load.sql
|
insert into "emp" values('John Smith', 'Sales');
insert into "emp" values('Anna Jackson', 'Marketing');
insert into "emp" values('Jack Lebeau', 'Accounting');
Language: SQL LOC: 8 Spider_embedded_001 : XQuare - Bridge (project search) : .../bridge/samples/xdbc/querier1/load_oracle.sql
|
1 2345678910...
|