Results 1-25 of about 308 results found for 'accounting' in 0.86 seconds
 1 2345678910...

sale_ad_accounting_delete.sql
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

accounting_codes.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

sale_ad_accounting_get.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

dbo.AccountingTransaction.table.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

dbo.AccountingTransactionType.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

dbo.DisburesementAccountingTransaction.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

dbo.ObligationAccountingTransaction.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

dbo.OtherInternalAccountingTransaction.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

dbo.ReceptAccountingTransaction.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

sale_ad_accounting_update.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

sale_ad_accounting_getall.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

dbo.ExternalAccountingTransaction.table.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

dbo.PaymentAccountingTransaction.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

dbo.SalesAccountingTransaction.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

accounting_in_codes.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

sale_ad_accounting_insert.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

dbo.AccountingPeriod.table.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

CreateValues.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

warehouse_sync_ad_accounting.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

sale_ad_accounting_getpaged.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

dbo.InternalAccountingTransaction.table.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

sale_ad_accounting_add.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

string2float_coercions.SF-928850.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

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.sql

load_oracle.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...

Project Matches
 1 2345...

Cisco::Accounting - Cisco::Accounting, Cisco::Accounting::Data,...

Log__Accounting - Log::Accounting

Open Accounting

mod-accounting - An Apache module which computes accounting...

Algorithm__Accounting - Algorithm::Accounting,...








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us