New pages
From Opentaps Wiki
Jump to navigationJump to search(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 00:29, 20 March 2015 CRM-2 Social API (hist) [3,246 bytes] Sichen (talk | contribs) (New page: The social API allows you to record social interactions of your customers, such as views, likes (faves), votes for and against, and comments. They can be related to other activities or to...)
- 22:57, 19 November 2014 CRM-2 Security Model (hist) [1,606 bytes] Sichen (talk | contribs) (New page: ===How opentaps CRM2 Security Works=== A Contact may have many User logins, but the Contact (not each of its Users) has security settings for to each domain. This is an important differen...)
- 22:03, 6 October 2014 CRM-2 Tags API (hist) [3,887 bytes] Sichen (talk | contribs) (New page: ==== Tags ==== A tag can store the following data: * tagId - unique identifier * tag name - descriptive text of the tag * an optional URL link which can be used to link to an outside syst...)
- 23:29, 2 June 2014 Administer CRM2 (hist) [1,201 bytes] Sichen (talk | contribs) (New page: For every domain in opentaps CRM2, there is an administrator with special permissions to administer the users and emails. When this administrator logs in, there will be a small cog in the...)
- 15:55, 30 April 2014 Opentaps Analytics Click Stream Analysis (hist) [1,658 bytes] Sichen (talk | contribs) (New page: You can load your click stream data, or the actual pages visited by each visitor on your site, into opentaps Analytics and integrate it with the sales data analysis. To load your click st...)
- 23:39, 3 April 2014 Opentaps Analytics Ranking Product Categories (hist) [4,849 bytes] Sichen (talk | contribs) (New page: With your sale data, opentaps Analytics can help you rank your product categories, so your customers can see the most best sellers first. But what is a best seller? opentaps Analytics ta...)
- 15:07, 1 October 2013 Tour of CRM2 (hist) [1,363 bytes] Sichen (talk | contribs) (New page: === Working Together === Work means working together. Emails, notes, communications between your team and your customers go back and forth endlessly each day. CRM2 captures all those co...)
- 18:06, 14 August 2013 Set up CRM2 (hist) [4,397 bytes] Sichen (talk | contribs) (New page: This shows you how to set up opentaps CRM2 The first step is to request an account with an API key by [http://www.opentaps.org/Contact contacting us]. Once you have received your permane...)
- 14:56, 19 April 2013 CRM-2 Activities API (hist) [3,398 bytes] Oandreyev (talk | contribs) (New page: == Activities API allows to perform operations on activities. == The API calls should be prefixed with URL <tt>http://crm-2-url/activities</tt>. Available operations are: === GET: Retri...)
- 08:30, 3 April 2013 CRM-2 Contacts API (hist) [5,511 bytes] Jwickers (talk | contribs) (New page: Contacts API is used to create and retreive contacts. The API calls follow the general RESTful pattern of CRM-2 API. The base URL is <tt>http://crm-2-url/crm2/contact</tt> , only POS...)
- 21:55, 28 March 2013 CRM-2 Administrative API (hist) [4,884 bytes] Sichen (talk | contribs) (New page: Administrative API is used to manage your domain. The API calls follow the general RESTful pattern of CRM-2 API. The base URL is <tt>http://crm-2-url/admin/</tt> Here are the additi...)
- 21:46, 28 March 2013 CRM-2 API (hist) [1,433 bytes] Sichen (talk | contribs) (New page: CRM-2 API is accessed via RESTful services using your authorization token key. All access to CRM-2 API follow this common pattern: * URL: RESTful URL of the CRM-2 resource * operation: ...)
- 09:22, 30 July 2012 Migrate notes from MySQL database (hist) [1,032 bytes] Oandreyev (talk | contribs) (New page: == Migrate notes from MySQL database == Opentaps2 build produces special command-line utility notesconv.jar that can be found in modules/notes/notesconv/target. You can transfer your note...)
- 09:21, 30 July 2012 MongoDB NoSQL Database Tips (hist) [37 bytes] Oandreyev (talk | contribs) (New page: Migrate notes from MySQL database)
- 09:19, 30 July 2012 Migrate Notes from MySQL database (hist) [1,033 bytes] Oandreyev (talk | contribs) (New page: == Migrate notes from MySQL database === Opentaps2 build produces special command-line utility notesconv.jar that can be found in modules/notes/notesconv/target. You can transfer your not...)
- 00:15, 27 June 2012 Implementing Java Persistence with MongoDB and NoSQL Databases (hist) [10,125 bytes] Sichen (talk | contribs) (New page: == Why NoSQL Databases? == "Wow, opentaps Notes is such a useful application! If only I can use it to take notes on my " * Customers? * Suppliers? * Orders? * Quotes? * Products? ...)
- 21:05, 30 March 2012 Android tips (hist) [506 bytes] Sichen (talk | contribs) (New page: Exception in thread "Installing Archives" org.eclipse.swt.SWTException: Widget is disposed Eclipse must be running at the same time you're installing Android packages, even if you're usi...)
- 17:03, 23 March 2012 Opentaps 2 User Interface Principles (hist) [2,149 bytes] Sichen (talk | contribs) (New page: With opentaps 2 Notes, our first application using the opentaps 2 framework, you can already see some of the important changes to the user interface to make it easier to use, faster an...)
- 00:30, 8 March 2012 OSGi Odds and Ends (hist) [141 bytes] Sichen (talk | contribs) (New page: === Strange Error Messages === '''The default package '.' is not permitted by the Import-Package syntax. ''' An mvn clean install fixed it.)
- 19:31, 6 March 2012 How to Customize and Extend opentaps 2 with your own OSGi Bundle (hist) [16,730 bytes] Sichen (talk | contribs) (New page: Ok, you've been patient and reading through all the other tutorials. But at some point, you've probably wondered -- what's the big idea here? Let me show you '''now'''. The most importa...)
- 19:13, 6 March 2012 How to Get Rid of an OSGi Bundle (hist) [224 bytes] Sichen (talk | contribs) (New page: Getting rid of an OSGi Bundle you don't need any more is very easy: #. Move the files that you still need to another bundle #. Modify the pom.xml and remove references to the bundle #. ...)
- 11:05, 3 March 2012 Making a Persistent Class with openJPA and OSGi (hist) [6,628 bytes] Sichen (talk | contribs) (New page: As I'm working with the Notes application, I decide to make the Note.java in the notes/domain module persistent, so we don't have to have a separate NoteData.java class in notes/impl/repos...)
- 17:41, 1 March 2012 Implementing Domain Driven Architecture with OSGi (hist) [830 bytes] Sichen (talk | contribs) (New page: Domain classes are the '''nouns''': a Person, a Product, an Order. Services are '''verbs''': CreateOrder, UpdateProduct. They create or modify the domain classes. Services should be use...)
- 22:02, 24 February 2012 How to Create a new OSGi Bundle (hist) [15,014 bytes] Sichen (talk | contribs) (New page: While writing Customizing opentaps 2: an OSGi Tutorial, I realized that one of the Java classes was in the wrong place. <tt>Note.java</tt>, which is the object representation of a not...)
- 00:06, 24 February 2012 Customizing opentaps 2: an OSGi Tutorial (hist) [6,601 bytes] Sichen (talk | contribs) (New page: In this tutorial, I will take you through the steps to customizing the opentaps 2 Notes application and show you how to work with the OSGi framework. Right now our notes application i...)
- 20:03, 9 February 2012 Opentaps 2 i18n (hist) [2,184 bytes] Oandreyev (talk | contribs) (New page: == Internationalization == Adding string resources in the national languages can be implemented in the same way as in the most of Java programs. Strings in the properties file should be s...)
- 14:50, 30 January 2012 Opentaps 2 Service Validation (hist) [2,964 bytes] Jwickers (talk | contribs) (New page: There are currently two level of validations, one at the service level which validates the parameters given, and one at the persistence level. == General Concept == Validation at those l...)
- 01:27, 26 January 2012 Opentaps 2 Automated Testing (hist) [5,110 bytes] Sichen (talk | contribs) (New page: == opentaps 2 Automated Testing == opentaps 2 supports both unit and automated testing.)
- 01:03, 26 January 2012 Opentaps 2 Logging Service (hist) [985 bytes] Sichen (talk | contribs) (New page: == opentaps 2 Logging Service == Logging in opentaps 2 is handled by log4j. The <tt>org.opentaps.core.log.Log</tt> has methods to log messages with OSGi standardized <tt>LogService</tt> ...)
- 21:59, 20 January 2012 Setting up Eclipse IDE for opentaps 2 (hist) [3,008 bytes] Sichen (talk | contribs) (New page: If you use Eclipse IDE, here are some instructions on how to set up Eclipse for opentaps 2 development. == Maven == Go to Help menu, select Install New Software, and install Maven Integr...)
- 01:36, 6 January 2012 Opentaps 2 Framework Technologies (hist) [261 bytes] Sichen (talk | contribs) (New page: The key technologies of opentaps 2 are: * OSGi - the new standard for building and reusing Java modules * Apache Geronimo 3 - application server with native OSGi support * Maven - manages...)
- 23:34, 5 January 2012 Opentaps 2 Notes (hist) [5,666 bytes] Sichen (talk | contribs) (New page: opentaps 2 Notes __TOC__ ==What It Does== This is a very simple yet useful application to demonstrate the concepts and technologies behind opentaps 2. On the server side, there will be...)
- 22:47, 5 January 2012 Opentaps 2 (hist) [6,420 bytes] Sichen (talk | contribs) (New page: * Opentaps 2.0 Planning * ERP Modules with GWT and Domain Driven Architecture) originally created as "Opentaps 2 0"
- 15:30, 2 August 2011 Value Added Taxes VAT (hist) [317 bytes] Sichen (talk | contribs) (New page: Support for Value Added Taxes (VAT) such as those used in Europe and Latin America is provided by the [http://shop.opentaps.org/index.php/vat-module-by-integratingweb.html opentaps VAT Mod...) originally created as "Value Added Taxes (VAT)"
- 18:14, 15 April 2011 Opentaps Analytics Fortune Cookies (hist) [1,073 bytes] Sichen (talk | contribs) (New page: These will add a little fun to the UI: * Know yourself and your opponent, and you will always be victorious. - Sun Tzu * When presented with gold, a sword, and a mirror, the wise man cho...)
- 18:08, 15 April 2011 Opentaps Analytics (hist) [759 bytes] Sichen (talk | contribs) (New page: ''Q: How do I run my business better?'' '''A: Understand it better.''' Opentaps Analytics is a web-based system to help you understand your business results, so you can make better decis...)
- 15:57, 8 April 2011 Opentaps Analytics Data Loader (hist) [12,869 bytes] Sichen (talk | contribs) (New page: __TOC__ == API == === Examples === === Data Model Reference ===)
- 22:35, 21 February 2011 The opentaps Way of Coding (hist) [3,642 bytes] Sichen (talk | contribs) (New page: __TOC__ ==Why the opentaps Way of Coding== Writing code is easy. Maintaining that code through its entire lifecycle is much, much more complicated. We are always thinking of how to c...)
- 19:16, 7 February 2011 Customizing opentaps Applications (hist) [8,233 bytes] Sichen (talk | contribs) (New page: Frequently you will need to customize opentaps applications, such as change the tabs or shortcuts at the top or add new screens. Beginning with opentaps 1.5, you can make these changes wi...)
- 20:38, 6 January 2011 Opentaps Funambol Integration (hist) [317 bytes] Sichen (talk | contribs) (New page: Beginning with opentaps 1.5M3, the opentaps Funambol is now in a separate module. To use it, please check it out to your <tt>hot-deploy</tt> sub-directory: svn co svn://svn.opentaps.org/...)
- 23:37, 21 December 2010 Opentaps 1.4 to 1.5 Technical Upgrade Notes (hist) [4,890 bytes] Sichen (talk | contribs) (New page: This page describes technical differences between opentaps 1.4 and 1.5. You should read it if you are upgrading or migrating code developed for opentaps 1.4 to opentaps 1.5 ===Entity Eng...)
- 00:57, 21 December 2010 Using Memcache with opentaps (hist) [3,011 bytes] Spark (talk | contribs) (New page: opentaps can be integrated with the [http://memcached.org/ Memcached] to use memcached in opentaps. This short tutorial teaches you how to configure the Memcached integration. == Start t...)
- 20:36, 8 September 2010 Creating Editable Invoices (hist) [979 bytes] Claudefeistel2 (talk | contribs) (New page: The Invoices can be created in editable state or they can be created as "Ready" and posted to the Ledger (thus it is no longer editable.) If you want invoices to remain editable rather th...)
- 20:54, 7 September 2010 Partner Agreements (hist) [586 bytes] Claudefeistel2 (talk | contribs) (New page: ==Partner Agreements== There are two kinds (or parts) of the Partner Agreements which are discussed in this introduction, [http://www.opentaps.org/docs/index.php/Working_with_Partners#T...)
- 20:38, 7 September 2010 Partner Invoices (hist) [300 bytes] Claudefeistel2 (talk | contribs) (New page: ==About Partner Invoices== ===Assisting Your Partners with Their Customer Invoices=== ('''opentaps can be used to assist your Partners by creating the Invoices from Your Partners to their...)
- 20:23, 7 September 2010 Tax Reports (hist) [83 bytes] Claudefeistel2 (talk | contribs) (New page: ==Tax Reports== No data (Refresh Data) * Tax Summary Report * Sales Tax Statement)
- 20:17, 7 September 2010 Inventory Reports (hist) [245 bytes] Claudefeistel2 (talk | contribs) (New page: ==Inventory Reports== * Inventory Valuation Report -- Inventory Valuation Report * Inventory Value Detail Report -- Inventory Value Detail Report * Sales, Inventory, Profitability...)
- 20:12, 7 September 2010 Budgeting Reports (hist) [248 bytes] Claudefeistel2 (talk | contribs) (New page: ==Budgeting Reports== Data as of 9/7/10 00:00:59 (Refresh Data) * Budget Versus Actual Expenses by GL Account Type * Budget versus Actual Expenses Details * Budget versus Actual Expense...)
- 20:04, 7 September 2010 Accounting Reports (hist) [222 bytes] Claudefeistel2 (talk | contribs) (New page: ==Accounting Reports== * Posted Balances by GL Account -- Posted Balances by Account Screen * Transaction Summary -- Transaction Summary Screen * Account Activities Detail -- [[GL...)
- 19:51, 7 September 2010 Financial Reports (hist) [410 bytes] Claudefeistel2 (talk | contribs) (New page: ==Financial Reports== * Trial Balance -- Trial Balance Screen * Income Statement -- Income Statement Screen * Comparative Income Statement -- Comparative Income Statement * Ba...)