Changeset 17892
- Timestamp:
- 10/03/08 13:12:21 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/org.openpsa.invoices/config/schemadb_config.inc
r17890 r17892 11 11 'title' => 'default due days', 12 12 'type' => 'number', 13 'storage' => array14 (15 'location' => 'configuration',16 'domain' => 'org.openpsa.invoices',17 'name' => 'default_due_days',18 ),19 'widget' => 'text',13 'storage' => array 14 ( 15 'location' => 'configuration', 16 'domain' => 'org.openpsa.invoices', 17 'name' => 'default_due_days', 18 ), 19 'widget' => 'text', 20 20 'start_fieldset' => array 21 21 ( … … 27 27 'title' => 'vat percentages', 28 28 'type' => 'text', 29 'storage' => array30 (31 'location' => 'configuration',32 'domain' => 'org.openpsa.invoices',33 'name' => 'vat_percentages',34 ),35 'widget' => 'text',29 'storage' => array 30 ( 31 'location' => 'configuration', 32 'domain' => 'org.openpsa.invoices', 33 'name' => 'vat_percentages', 34 ), 35 'widget' => 'text', 36 36 ), 37 37 'invoice_sender' => array … … 44 44 'options' => array(), 45 45 ), 46 'storage' => array47 (48 'location' => 'configuration',49 'domain' => 'org.openpsa.invoices',50 'name' => 'invoice_sender',51 ),46 'storage' => array 47 ( 48 'location' => 'configuration', 49 'domain' => 'org.openpsa.invoices', 50 'name' => 'invoice_sender', 51 ), 52 52 'widget' => 'universalchooser', 53 53 'widget_config' => array … … 84 84 'title' => 'default hourly price', 85 85 'type' => 'number', 86 'storage' => array87 (88 'location' => 'configuration',89 'domain' => 'org.openpsa.invoices',90 'name' => 'default_hourly_price',91 ),92 'widget' => 'text',86 'storage' => array 87 ( 88 'location' => 'configuration', 89 'domain' => 'org.openpsa.invoices', 90 'name' => 'default_hourly_price', 91 ), 92 'widget' => 'text', 93 93 'end_fieldset' => '', 94 94 ), … … 99 99 'title' => 'schema database', 100 100 'type' => 'text', 101 'storage' => array102 (103 'location' => 'configuration',104 'domain' => 'org.openpsa.invoices',105 'name' => 'schemadb',106 ),107 'widget' => 'text',101 'storage' => array 102 ( 103 'location' => 'configuration', 104 'domain' => 'org.openpsa.invoices', 105 'name' => 'schemadb', 106 ), 107 'widget' => 'text', 108 108 'start_fieldset' => array 109 109 (
