init
This commit is contained in:
75
custom/application/Ext/Include/modules.ext.php
Executable file
75
custom/application/Ext/Include/modules.ext.php
Executable file
@@ -0,0 +1,75 @@
|
||||
<?php
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
$beanList['EcmGroupSales'] = 'EcmGroupSale';
|
||||
$beanFiles['EcmGroupSale'] = 'modules/EcmGroupSales/EcmGroupSale.php';
|
||||
$moduleList[] = 'EcmGroupSales';
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
$beanList['EcmQuotes'] = 'EcmQuote';
|
||||
$beanFiles['EcmQuote'] = 'modules/EcmQuotes/EcmQuote.php';
|
||||
$moduleList[] = 'EcmQuotes';
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
$beanList['EcmInvoiceOuts'] = 'EcmInvoiceOut';
|
||||
$beanFiles['EcmInvoiceOut'] = 'modules/EcmInvoiceOuts/EcmInvoiceOut.php';
|
||||
$moduleList[] = 'EcmInvoiceOuts';
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
$beanList['EcmProducts'] = 'EcmProduct';
|
||||
$beanFiles['EcmProduct'] = 'modules/EcmProducts/EcmProduct.php';
|
||||
$moduleList[] = 'EcmProducts';
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
$beanList['ev_Orders'] = 'ev_Orders';
|
||||
$beanFiles['ev_Orders'] = 'modules/ev_Orders/ev_Orders.php';
|
||||
$moduleList[] = 'ev_Orders';
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
$beanList['EcmPaymentConditions'] = 'EcmPaymentCondition';
|
||||
$beanFiles['EcmPaymentCondition'] = 'modules/EcmPaymentConditions/EcmPaymentCondition.php';
|
||||
$moduleList[] = 'EcmPaymentConditions';
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
$beanList['EcmTexts'] = 'EcmText';
|
||||
$beanFiles['EcmText'] = 'modules/EcmTexts/EcmText.php';
|
||||
$moduleList[] = 'EcmTexts';
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
$beanList['EcmDocumentTemplates'] = 'EcmDocumentTemplate';
|
||||
$beanFiles['EcmDocumentTemplate'] = 'modules/EcmDocumentTemplates/EcmDocumentTemplate.php';
|
||||
$moduleList[] = 'EcmDocumentTemplates';
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
$beanList['EcmDeliveryConditions'] = 'EcmDeliveryCondition';
|
||||
$beanFiles['EcmDeliveryCondition'] = 'modules/EcmDeliveryConditions/EcmDeliveryCondition.php';
|
||||
$moduleList[] = 'EcmDeliveryConditions';
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
|
||||
|
||||
?>
|
||||
88
custom/application/Ext/Language/en_us.lang.ext.php
Executable file
88
custom/application/Ext/Language/en_us.lang.ext.php
Executable file
@@ -0,0 +1,88 @@
|
||||
<?php
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmProductsDocumentsRelations']='ProductsDocumentsRelations';
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmQuotes'] = 'Quotes';
|
||||
/*$app_list_strings['ecmquotes_parent_dom'] = array (
|
||||
'Accounts' => $app_list_strings['moduleList']['Accounts'],
|
||||
'Contacts' => $app_list_strings['moduleList']['Contacts'],
|
||||
);*/
|
||||
$app_list_strings['ecmquotes_type_dom'] = array (
|
||||
'normal' => 'Normal',
|
||||
'correct' => 'Correct',
|
||||
);
|
||||
$app_list_strings['ecmquotes_status_dom'] = array (
|
||||
's10' => 'Registered',
|
||||
's20' => 'Waiting',
|
||||
's30' => 'Accepted',
|
||||
's40' => 'Not Accepted',
|
||||
's50' => 'Sent',
|
||||
's60' => 'Won',
|
||||
's70' => 'Lost',
|
||||
);
|
||||
$app_list_strings['ecmquotes_order_origin_dom'] = array (
|
||||
'internet' => 'Internet',
|
||||
'old_account' => 'Old Account',
|
||||
'by_phone' => 'By Phone',
|
||||
'fair' => 'From Fair'
|
||||
);
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmDeliveryConditions'] = 'Delivery Conditions';
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmPaymentConditions'] = 'Payment Conditions';
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmTexts']='Texts';
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmInvoiceOuts'] = 'Invoices';
|
||||
$app_list_strings['ecminvoiceouts_parent_dom'] = array (
|
||||
'Accounts' => $app_list_strings['moduleList']['Accounts'],
|
||||
'Contacts' => $app_list_strings['moduleList']['Contacts'],
|
||||
);
|
||||
$app_list_strings['ecminvoiceouts_status_dom'] = array (
|
||||
'registered' => 'Registered',
|
||||
'not_accepted' => 'Not Accepted',
|
||||
'accepted' => 'Accepted',
|
||||
'mailed' => 'Sent',
|
||||
'printed' => 'Printed',
|
||||
'paid' => 'Paid',
|
||||
'admonition' => 'Admonition',
|
||||
);
|
||||
$app_list_strings['ecminvoiceouts_type_dom'] = array (
|
||||
'normal' => 'Normal',
|
||||
'correct' => 'Correct',
|
||||
);
|
||||
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['ev_Orders'] = 'Raport Zamówienia-Produkty';
|
||||
|
||||
$app_list_strings['ecmproducts_product_kind_dom'] = array(
|
||||
'brak' => 'Brak',
|
||||
);
|
||||
|
||||
$app_list_strings['ecmproducts_product_size_dom'] = array(
|
||||
'brak' => 'Brak',
|
||||
);
|
||||
|
||||
$app_list_strings['ecmproducts_product_brand_dom'] = array(
|
||||
'brak' => 'Brak',
|
||||
);
|
||||
|
||||
|
||||
$mod_strings['LBL_ECMDOCUMENTTEMPLATES_TITLE'] = 'Document Templates';
|
||||
$mod_strings['LBL_ECMDOCUMENTTEMPLATES_DESC'] = 'Here You can set informations contained with pdf file for Invoices, Offers...';
|
||||
$mod_strings['LBL_SETTINGS_OF_ECMDOCUMENTTEMPLATES'] = 'Document Templates';
|
||||
$mod_strings['LBL_ECMDOCUMENTTEMPLATES'] = 'Settings for pdf file';
|
||||
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmGroupSales']='Group Sales';
|
||||
|
||||
?>
|
||||
7
custom/application/Ext/Language/ge_ge.lang.ext.php
Executable file
7
custom/application/Ext/Language/ge_ge.lang.ext.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmDeliveryConditions'] = 'Delivery Conditions';
|
||||
|
||||
?>
|
||||
87
custom/application/Ext/Language/pl_pl.lang.ext.php
Executable file
87
custom/application/Ext/Language/pl_pl.lang.ext.php
Executable file
@@ -0,0 +1,87 @@
|
||||
<?php
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmInvoiceOuts'] = 'Faktury';
|
||||
$app_list_strings['ecminvoiceouts_parent_dom'] = array (
|
||||
'Accounts' => $app_list_strings['moduleList']['Accounts'],
|
||||
'Contacts' => $app_list_strings['moduleList']['Contacts'],
|
||||
);
|
||||
$app_list_strings['ecminvoiceouts_type_dom'] = array (
|
||||
'normal' => 'Normalna',
|
||||
'correct' => 'Korekta',
|
||||
);
|
||||
$app_list_strings['ecminvoiceouts_status_dom'] = array (
|
||||
'registered' => 'Zarejestrowana',
|
||||
'not_accepted' => 'Niezaakceptowana',
|
||||
'accepted' => 'Zaakceptowana',
|
||||
'mailed' => 'Wysłana',
|
||||
'printed' => 'Wydrukowana',
|
||||
'paid' => 'Zapłacona',
|
||||
'admonition' => 'Upomnienie',
|
||||
);
|
||||
$app_list_strings['ecminvoiceouts_type_dom'] = array (
|
||||
'normal' => 'Normalna',
|
||||
'correct' => 'Korekta',
|
||||
);
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmProductsDocumentsRelations']='Relacja z Produktami';
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmPaymentConditions'] = 'Warunki Płatności';
|
||||
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['ev_Orders'] = 'Raport Zamówienia-Produkty';
|
||||
|
||||
|
||||
$app_list_strings['ecmproducts_product_kind_dom'] = array(
|
||||
'brak' => 'Brak',
|
||||
);
|
||||
|
||||
$app_list_strings['ecmproducts_product_size_dom'] = array(
|
||||
'brak' => 'Brak',
|
||||
);
|
||||
|
||||
$app_list_strings['ecmproducts_product_brand_dom'] = array(
|
||||
'brak' => 'Brak',
|
||||
);
|
||||
|
||||
$app_list_strings['moduleList']['EcmDeliveryConditions'] = 'Warunki Przesy<73>ki';
|
||||
|
||||
|
||||
$app_list_strings['moduleList']['EcmDocumentTemplates']='Szablony Dokumentów';
|
||||
$app_list_strings['ecmdocumenttemplates_document_number_format_dom'] = array (
|
||||
'CODE NR/Y' => 'CODE NR/Y',
|
||||
'CODE YMDNR' => 'CODE YMDNR',
|
||||
'CODE Y/M/D/NR' => 'CODE Y/M/D/NR',
|
||||
'CODE Y-M-D-NR' => 'CODE Y-M-D-NR',
|
||||
'CODE Y/M/D NR' => 'CODE Y/M/D NR',
|
||||
'CODE Y.M.D.NR' => 'CODE Y.M.D.NR',
|
||||
'CODE yMDNR' => 'CODE yMDNR',
|
||||
'CODE y/M/D/NR' => 'CODE y/M/D/NR',
|
||||
'CODE y-M-D-NR' => 'CODE y-M-D-NR',
|
||||
'CODE y/M/D NR' => 'CODE y/M/D NR',
|
||||
'CODE y.M.D.NR' => 'CODE y.M.D.NR',
|
||||
);
|
||||
$app_list_strings['ecmdocumenttemplates_documents_per_day_dom'] = array (
|
||||
'1' => '9',
|
||||
'2' => '99',
|
||||
'3' => '999',
|
||||
'4' => '9999',
|
||||
'5' => '99999',
|
||||
'6' => '999999',
|
||||
);
|
||||
$app_list_strings['ecmdocumenttemplates_correct_number_format_dom'] = array (
|
||||
'' => '',
|
||||
'/K' => '/K',
|
||||
'/C' => '/C',
|
||||
);
|
||||
$app_list_strings['ecmdocumenttemplates_documents_per'] = array (
|
||||
'day' => 'Dzień',
|
||||
'month' => 'Miesiąc',
|
||||
'year' => 'Rok',
|
||||
);
|
||||
|
||||
?>
|
||||
54
custom/application/Ext/TableDictionary/tabledictionary.ext.php
Executable file
54
custom/application/Ext/TableDictionary/tabledictionary.ext.php
Executable file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/ecminvoiceouts_ecmpurchaseordersMetaData.php');
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/ecmquotes_emailsMetaData.php');
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/ecminvoiceouts_notesMetaData.php');
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/ecminvoiceouts_ecmpzdocumentsMetaData.php');
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/accounts_ecminvoiceoutsMetaData.php');
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/ecminvoiceouts_ecmsalesordersMetaData.php');
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/ecmproducts_documentsMetaData.php');
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/ecmquotes_notesMetaData.php');
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/ecminvoiceouts_emailsMetaData.php');
|
||||
|
||||
|
||||
|
||||
//WARNING: The contents of this file are auto-generated
|
||||
include('custom/metadata/ecminvoiceouts_ecmstockinsMetaData.php');
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user