Index: accounting/config/AccountingEntityLabels.properties =================================================================== --- accounting/config/AccountingEntityLabels.properties (revision 7788) +++ accounting/config/AccountingEntityLabels.properties (working copy) @@ -73,3 +73,8 @@ FixedAssetProductType.description.FAPT_USE=Use of Asset FixedAssetProductType.description.FAPT_SALE=Sale of Asset + +InvoiceType.description.PURCHASE_INVOICE=Purchase Invoice +InvoiceType.description.SALES_INVOICE=Sales Invoice +InvoiceType.description.CUST_RTN_INVOICE=Customer Return +InvoiceType.description.COMMISSION_INVOICE=Commission \ No newline at end of file Index: accounting/config/AccountingEntityLabels_it.properties =================================================================== --- accounting/config/AccountingEntityLabels_it.properties (revision 7788) +++ accounting/config/AccountingEntityLabels_it.properties (working copy) @@ -116,3 +116,8 @@ FixedAssetProductType.description.FAPT_USE=Uso Cespite FixedAssetProductType.description.FAPT_SALE=Vendita Cespite + +InvoiceType.description.PURCHASE_INVOICE=Fattura Acquisto +InvoiceType.description.SALES_INVOICE=Fattura Vendita +InvoiceType.description.CUST_RTN_INVOICE=Reso Cliente +InvoiceType.description.COMMISSION_INVOICE=Provvigione \ No newline at end of file Index: accounting/entitydef/entitymodel.xml =================================================================== --- accounting/entitydef/entitymodel.xml (revision 7788) +++ accounting/entitydef/entitymodel.xml (working copy) @@ -959,6 +959,7 @@ Index: accounting/webapp/accounting/main.ftl =================================================================== --- accounting/webapp/accounting/main.ftl (revision 7788) +++ accounting/webapp/accounting/main.ftl (working copy) @@ -73,14 +73,14 @@ @@ -117,7 +117,7 @@ Index: ecommerce/config/EcommerceUiLabels.properties =================================================================== --- ecommerce/config/EcommerceUiLabels.properties (revision 7788) +++ ecommerce/config/EcommerceUiLabels.properties (working copy) @@ -457,6 +457,7 @@ PageTitleMessageList=Message List PageTitleNewCustomer=New Customer PageTitleNewMessage=New Message +PageTitleOrderCompleteNotice=Order Complete Notice PageTitleOrderConfirmation=Order Confirmation PageTitleOrderHistory=Order History PageTitleOrderStatus=Order Status Index: ecommerce/config/EcommerceUiLabels_it.properties =================================================================== --- ecommerce/config/EcommerceUiLabels_it.properties (revision 7788) +++ ecommerce/config/EcommerceUiLabels_it.properties (working copy) @@ -458,6 +458,7 @@ PageTitleMessageList=Lista Messaggio PageTitleNewCustomer=Nuovo Soggetto PageTitleNewMessage=Nuovo Messaggio +PageTitleOrderCompleteNotice=Notifica Ordine Completato PageTitleOrderConfirmation=Conferma Ordine PageTitleOrderHistory=Storia Ordine PageTitleOrderStatus=Stato Ordine Index: ecommerce/templates/email/OrderNoticeEmail.ftl =================================================================== --- ecommerce/templates/email/OrderNoticeEmail.ftl (revision 7788) +++ ecommerce/templates/email/OrderNoticeEmail.ftl (working copy) @@ -39,7 +39,7 @@ <#-- custom logo or text can be inserted here -->
${title}
-<#if !isDemoStore?exists || isDemoStore>

NOTE: This is a DEMO store-front. Orders placed here will NOT be billed, and will NOT be fulfilled.

+<#if !isDemoStore?exists || isDemoStore>

${uiLabelMap.OrderDemoFrontNote}.

<#if note?exists>

${note}

<#if orderHeader?exists> ${screens.render("component://ecommerce/widget/OrderScreens.xml#orderheader")} Index: ecommerce/widget/EmailOrderScreens.xml =================================================================== --- ecommerce/widget/EmailOrderScreens.xml (revision 7788) +++ ecommerce/widget/EmailOrderScreens.xml (working copy) @@ -58,7 +58,14 @@
- + + + + + + + +