= Getting Started = == Coding == * Siwapp use the [http://www.symfony-project.org Symfony Framework]. If you want to code, you need extensive knowledge of this framework. If you write php code and don't know about symfony, we highly recommend that you see it carefully, worthwhile. * Please, follow this [wiki:CodingStandards coding standards.] * All files must be UTF-8 encoded. == Source code == The official repository can be found at http://svn.siwapp.org/trunk = Specifications = * [wiki:settings Proposed settings] = What = Here you will find explanation about components that are not so clear: * [wiki:InvoiceStatus Invoice status] * [wiki:recurringInvoices Recurring Invoices] = How to = * [wiki:howto_settings Manage settings] * [wiki:howto_manage_searches Managing searchs: SearchFilter] * [wiki:howto_send_notifications How to send notifications to the user through flash variables and JavaScript] * [wiki:howto_write_templates How to write templates for invoice printing] * [wiki:howto_populate_urls_js How to populate Symfony generated urls or routes for Javascript] * [wiki:howto_write_ajax_tests How to write AJAX tests with Selenium] = Custom Stuff = * [wiki:widgets Custom widgets] * [wiki:validators Custom validators]