User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 10:46, 23 October 2015 (diff | hist) . . (+94) . . Trouble Shooting Connection Problems
- 10:42, 23 October 2015 (diff | hist) . . (0) . . Evolution
- 10:39, 23 October 2015 (diff | hist) . . (0) . . N File:SDKLicense2.png (current)
- 10:39, 23 October 2015 (diff | hist) . . (0) . . N File:SDKLicense1.png (current)
- 10:38, 23 October 2015 (diff | hist) . . (+56) . . Evolution
- 10:34, 23 October 2015 (diff | hist) . . (+20) . . Evolution
- 09:54, 23 October 2015 (diff | hist) . . (-28) . . Evolution (→Initialisation)
- 09:54, 23 October 2015 (diff | hist) . . (+27) . . Evolution (→Initialisation)
- 09:53, 23 October 2015 (diff | hist) . . (0) . . N File:SDKLicense3.png (current)
- 09:52, 23 October 2015 (diff | hist) . . (0) . . Evolution (→Initialisation)
- 09:46, 23 October 2015 (diff | hist) . . (+24) . . Evolution (→Initialisation)
- 09:29, 23 October 2015 (diff | hist) . . (-7) . . Evolution (→Licensing)
- 09:28, 23 October 2015 (diff | hist) . . (+2) . . Evolution (→Licensing)
- 09:28, 23 October 2015 (diff | hist) . . (+11) . . Evolution (→Licensing)
- 09:28, 23 October 2015 (diff | hist) . . (+11) . . Evolution (→Licensing)
- 09:27, 23 October 2015 (diff | hist) . . (-17) . . Evolution (→Licensing)
- 09:24, 23 October 2015 (diff | hist) . . (+2) . . Evolution (→Licensing)
- 09:22, 23 October 2015 (diff | hist) . . (0) . . Evolution (→Licensing)
- 09:22, 23 October 2015 (diff | hist) . . (+22) . . Evolution (→Licensing)
- 09:20, 23 October 2015 (diff | hist) . . (-4) . . Evolution
- 09:19, 23 October 2015 (diff | hist) . . (-7) . . Evolution
- 16:00, 22 October 2015 (diff | hist) . . (+1,366) . . N C Additional Functionality (Created page with "The following are some useful functionalities in the SDK The following example shows how validation can be done on a Evolution username and password. bool valid = Agent.Auth...")
- 15:59, 22 October 2015 (diff | hist) . . (+79) . . N Additional Functionality (Created page with "'''Additional Functionality''' * C# Transaction") (current)
- 15:57, 22 October 2015 (diff | hist) . . (+1,786) . . N C Job Costing (Created page with "Job Cards can be created as active or as a quote and saved but cannot be processed or completed using the SDK. //Create a new instance of the JobCard Class JobCard card = new...")
- 15:57, 22 October 2015 (diff | hist) . . (+53) . . N Job Costing (Created page with "'''Job Costing''' * C# Transaction") (current)
- 15:55, 22 October 2015 (diff | hist) . . (+1,413) . . N C Contact Management Incidents (Created page with "Incidents can be created and actions can be posted for existing Incidents as per example below. { //Create a instance of the Incident class Incident inc = new Inciden...")
- 15:55, 22 October 2015 (diff | hist) . . (+87) . . N Contact Management Incidents (Created page with "'''Contact Management Incidents''' * C# Transaction") (current)
- 15:53, 22 October 2015 (diff | hist) . . (-765) . . C Sales Orders
- 15:52, 22 October 2015 (diff | hist) . . (+765) . . C Purchase Orders
- 15:51, 22 October 2015 (diff | hist) . . (+3) . . Order Entry
- 15:50, 22 October 2015 (diff | hist) . . (-9) . . Order Entry
- 15:49, 22 October 2015 (diff | hist) . . (+6,018) . . N C Purchase Orders (Created page with "The SDK only Allows for Invoice documents to be processed through SalesOrder class. Sales Orders can either be placed by using the Save() method or they can be processed in to...")
- 15:49, 22 October 2015 (diff | hist) . . (+6,783) . . N C Sales Orders (Created page with "The SDK only Allows for Supplier Invoice documents to be processed through PurchaseOrder class. Purchase Orders can either be placed by using the Save() method or they can be...")
- 15:47, 22 October 2015 (diff | hist) . . (+174) . . N Order Entry (Created page with "'''Purchase Order and Purchase Order Invoices''' * C# Transaction '''Purchase Order and Purchase Order Invoices''' * C# Transaction")
- 15:43, 22 October 2015 (diff | hist) . . (+746) . . N C Warehouse Transfer (Created page with "'''The SDK does not support Warehouse IBT Transfers. However it is possible to do Warehouse Transfers.''' //Create a instance of the WareouseTransfer Class...")
- 15:42, 22 October 2015 (diff | hist) . . (+2,593) . . N C Return To Suppliers (Created page with "'''A RTS can be Saved or processes just like in Evolution. The following example is on placing a Return to supplier.''' ReturnToSupplier RTS = new ReturnToSupplier(); RTS.Sup...")
- 15:41, 22 October 2015 (diff | hist) . . (+1,548) . . N C Inventory Transactions (Created page with "'''The InventorTransaction class is the equivalent of a Inventory Adjustment. Stock can be increased decreased or the cost adjusted.''' //Create a instance of the...")
- 15:39, 22 October 2015 (diff | hist) . . (+912) . . N C Inventory Item (Created page with "'''The following example is on creating a Inventory Item.''' //Create a instance of the InventoryItem Class InventoryItem invItem = new InventoryItem(); invItem.Code = "TestS...")
- 15:39, 22 October 2015 (diff | hist) . . (+341) . . N Inventory (Created page with "'''Inventory Item''' * C# Transaction '''Inventory Transactions (Adjustments)''' * C# Transaction '''Credit Note''' *C_Cr...")
- 15:34, 22 October 2015 (diff | hist) . . (+1,659) . . N C Journal Batches (Created page with "Journal Batches can be created and populated by the SDK. However they cannot be processed. '''The following example displays how to create and save a Journal Batch.''' {...")
- 15:33, 22 October 2015 (diff | hist) . . (+2,201) . . N C Cashbook Batches (Created page with "Cashbook Batches can be created and populated by the SDK. However they cannot be processed through the SDK. '''The following example displays how to create and save a Cashboo...")
- 15:32, 22 October 2015 (diff | hist) . . (+1,555) . . N C General Ledger Transactions (Created page with "'''Ledger Transactions can be posted which is the equivalent of a Journal done in Evolution as follows:''' { DatabaseContext.BeginTran(); GLTransaction GLDr = new GLT...")
- 15:31, 22 October 2015 (diff | hist) . . (+1) . . C General Ledger Accounts
- 15:22, 22 October 2015 (diff | hist) . . (+578) . . N C General Ledger Accounts (Created page with "'''he supplier class is used to create General Ledger Accounts which can be used on Ledger related processes. The following code displays how a new GL Account is created with...")
- 15:21, 22 October 2015 (diff | hist) . . (+289) . . N General Ledger (Created page with "'''General Ledger Accounts''' * C# Transaction '''General Ledger Transactions''' * C# Transaction '''Cashbook...") (current)
- 15:16, 22 October 2015 (diff | hist) . . (+4,867) . . N C Customer Allocations (Created page with "A Customer Transaction is the Equivalent of a Standard transaction done in Evolution | Accounts Receivable | Transactions | Standard. Customer transactions affect the General...")
- 15:15, 22 October 2015 (diff | hist) . . (+3,399) . . N C Customer Transaction (Created page with "Customer Transactions like Invoices can be allocated to Contra Customer Transactions like Invoice Payments(Receipts). All Customer related transactions will appear in the Post...")
- 15:13, 22 October 2015 (diff | hist) . . (+2,550) . . N C Customer Account Transaction (Created page with "'''The Customer class is used to create Customer Accounts which can be used on Customer related processes. The following code displays how a new Customer is created with the...")
- 12:59, 22 October 2015 (diff | hist) . . (+220) . . N Accounts Receivable (Created page with "'''Customer Account''' * C# Transaction '''Customer Transactions''' * C# Transaction '''Customer Allocations'''...")
- 12:50, 22 October 2015 (diff | hist) . . (+6) . . Getting Started (→SDK Transactions)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)