array( 'label' => __('Invoice date'), 'field_type' => 'datefield', 'label_config' => array( 'size_cls' => "f", ), 'width' => 4, 'fieldwidth' => 3 ), 'paid_date' => array( 'label' => __('Paid date'), 'field_type' => 'datefield', 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 3 ), 'more_advanced_pro' => array( 'field_type' => 'html', 'html' => "For more advanced features for this Module, please look for our soon coming Pro CRM version releases" ), 'purchase_order' => array( 'label' => __('Purchase Order'), 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 5 ), 'excise_duty' => array( 'label' => __('Excise Duty {{currency}}'), 'data_type' => 'int', 'field_type' => 'currencyfield', 'restrict_format' => 'numbers', 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 6 ), 'sales_commission' => array( 'label' => __('Sales Commission {{currency}}'), 'data_type' => 'int', 'field_type' => 'currencyfield', 'restrict_format' => 'numbers', 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 6 ), 'subtotal' => array( 'label' => __('Sub Total {{currency}}'), 'data_type' => 'int', 'field_type' => 'currencyfield', 'restrict_format' => 'numbers', 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 4 ), 'termsconditions' => array( 'label' => __('Terms Conditions'), 'field_type' => 'textarea', 'label_config' => array( 'size_cls' => "f", ), 'fieldwidth' => 10, 'width' => 12 ), 'notes' => array( 'label' => __('Notes'), 'field_type' => 'textarea', 'label_config' => array( 'size_cls' => "f", ), 'fieldwidth' => 10, 'width' => 12 ), 'products_list' => array( 'label' => __('Products list'), 'field_type' => 'textarea', 'label_config' => array( 'size_cls' => "f", ), 'fieldwidth' => 10, 'width' => 12 ), 'discount' => array( 'label' => __('Discount {{currency}}'), 'data_type' => 'int', 'field_type' => 'currencyfield', 'restrict_format' => 'numbers', 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 4 ), 'taxes' => array( 'label' => __('Tax {{currency}}'), 'data_type' => 'int', 'field_type' => 'currencyfield', 'restrict_format' => 'numbers', 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 4 ), 'grand_total' => array( 'label' => __('Grand Total {{currency}}'), 'data_type' => 'int', 'field_type' => 'currencyfield', 'restrict_format' => 'numbers', 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 4 ), 'invoice_status' => array( 'label' => __('Status'), 'default' => '', 'data_type' => 'select', 'column_label' => 'Status', 'field_type' => 'setInBodyCategorySelect', 'field_config' => array( 'category' => 'cat15_invoice_status', ), 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 5, ), 'payment_terms' => array( 'label' => __('Payment terms'), 'default' => '', 'data_type' => 'select', 'field_type' => 'setInBodyCategorySelect', 'column_label' => 'Pay. terms', 'field_config' => array( 'category' => 'cat15_payment_terms', ), 'label_config' => array( 'size_cls' => "f", ), 'width' => 6, 'fieldwidth' => 5, ), );