Return-Path: Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: (qmail 60510 invoked from network); 5 Jan 2008 23:18:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2008 23:18:28 -0000 Received: (qmail 24130 invoked by uid 500); 5 Jan 2008 23:18:16 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 24095 invoked by uid 500); 5 Jan 2008 23:18:16 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 24086 invoked by uid 99); 5 Jan 2008 23:18:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jan 2008 15:18:16 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jan 2008 23:17:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DA0831A987E; Sat, 5 Jan 2008 15:18:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r609235 [1/4] - in /ofbiz/trunk/applications/product: config/ webapp/facility/facility/ webapp/facility/shipment/ widget/facility/ Date: Sat, 05 Jan 2008 23:18:00 -0000 To: commits@ofbiz.apache.org From: mrisaliti@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080105231802.DA0831A987E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mrisaliti Date: Sat Jan 5 15:17:57 2008 New Revision: 609235 URL: http://svn.apache.org/viewvc?rev=609235&view=rev Log: Shipment forms (ftl/widgets screen) has now the same look and feel (Part of issue OFBIZ-1556) Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.properties ofbiz/trunk/applications/product/config/ProductUiLabels_it.properties ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml ofbiz/trunk/applications/product/webapp/facility/facility/FacilityScheduleTabBar.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/AddItemsFromOrder.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipment.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentItems.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPackages.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPlan.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentRouteSegments.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/FindShipment.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentForms.xml ofbiz/trunk/applications/product/webapp/facility/shipment/ShipmentTabBar.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentInfo.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentItemInfo.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentPackageInfo.ftl ofbiz/trunk/applications/product/webapp/facility/shipment/ViewShipmentRouteInfo.ftl ofbiz/trunk/applications/product/widget/facility/FacilityScreens.xml Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.properties?rev=609235&r1=609234&r2=609235&view=diff ============================================================================== --- ofbiz/trunk/applications/product/config/ProductUiLabels.properties (original) +++ ofbiz/trunk/applications/product/config/ProductUiLabels.properties Sat Jan 5 15:17:57 2008 @@ -86,6 +86,7 @@ PageTitleAddProductSubscriptionResources=Add Product Subscription Resources PageTitleAddProductSupplier=Add Product Supplier PageTitleAddProductWorkEffort=Add Product Work Effort +PageTitleAddShipmentRouteSegment=Add Shipment Route Segment PageTitleAddSubscriptionAttributes=Add Subscription Attributes PageTitleAddSubscriptionCommEvent=Add Subscription Comm Event PageTitleAddSubscriptionResourceProducts=Add Subscription Resource Products @@ -249,6 +250,9 @@ PageTitleViewProductAgreements=View Product Agreements PageTitleViewProductManufacturing=View Product Manufacturing PageTitleViewShipment=View Shipment +PageTitleViewShipmentItemInfo=View Shipment Item Info +PageTitleViewShipmentPackageInfo=View Shipment Package Info +PageTitleViewShipmentRouteInfo=View Shipment Route Info PartyAddPurpose=Add Purpose PartyAddressLine1=Address Line 1 PartyAddressLine2=Address Line 2 @@ -854,6 +858,7 @@ ProductMaxWeight=Max Weight ProductMaxWt=Max Wt ProductMediumImage=Medium Image +ProductMessageQoh=By default, only movements affecting the qoh are shown; remove the 0 here to get also the movements related to reservations. ProductMeters=Meters ProductMethod=Method ProductMethodType=Method Type @@ -1334,6 +1339,8 @@ ProductShipmentNotFoundId=The Shipment was not found with ID ProductShipmentPackageNotFound=shipmentPackageSeqId [${shipmentPackageSeqId}] was not found in shipment with ID [${shipmentId}] ProductShipmentPlan=Shipment Plan +ProductShipmentPlanAdd=Add To Shipment Plan +ProductShipmentPlanList=List for Shipment Plan ProductShipmentPlanToOrderItems=Shipment Plan --> Order Items ProductShipmentReceiptsFor=Shipment Receipts for ProductShipmentQuickComplete=Quick Complete Drop Shipment @@ -2015,4 +2022,7 @@ FormFieldTitle_quantityRejected=Quantity Rejected FormFieldTitle_inventoryItemLabelId=Inventory Item Label Id FormFieldTitle_inventoryItemLabelTypeId=Inventory Item Label Type Id -FormFieldTitle_parentTypeId=Parent Type Id \ No newline at end of file +FormFieldTitle_parentTypeId=Parent Type Id +FormFieldTitle_reportType=Report Type +FormFieldTitle_availableToPromiseTotal=Available To Promise Total +FormFieldTitle_addtlShippingChargeDesc=Addtl Shipping Charge Desc \ No newline at end of file Modified: ofbiz/trunk/applications/product/config/ProductUiLabels_it.properties URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels_it.properties?rev=609235&r1=609234&r2=609235&view=diff ============================================================================== --- ofbiz/trunk/applications/product/config/ProductUiLabels_it.properties (original) +++ ofbiz/trunk/applications/product/config/ProductUiLabels_it.properties Sat Jan 5 15:17:57 2008 @@ -84,6 +84,7 @@ PageTitleAddProductSubscriptionResources=Aggiungi Risorse Abbonamento Prodotto PageTitleAddProductSupplier=Aggiungi Prodotto del Fornitore PageTitleAddProductWorkEffort=Aggiungi Impegno di Lavoro Prodotto +PageTitleAddShipmentRouteSegment=Aggiungi Segmento Percorso Spedizione PageTitleAddSubscriptionAttributes=Aggiungi Attributi Abbonamento PageTitleAddSubscriptionCommEvent=Aggiungi Evento Comunicazioni Abbonamento PageTitleAddSubscriptionResourceProducts=Aggiungi Risorse Prodotti Abbonamento @@ -247,6 +248,9 @@ PageTitleViewProductAgreements=Mostra Accordi Prodotto PageTitleViewProductManufacturing=Mostra Produzione Prodotti PageTitleViewShipment=Mostra Spedizione +PageTitleViewShipmentItemInfo=Mostra Righe Spedizione +PageTitleViewShipmentPackageInfo=Mostra Pacchi Spedizione +PageTitleViewShipmentRouteInfo=Mostra Percorso Spedizione PartyAddPurpose=Aggiungi Funzione PartyAddressLine1=Riga Indirizzo 1 PartyAddressLine2=Riga Indirizzo 2 @@ -340,7 +344,7 @@ ProductAddFeatureToResults=Aggiungi Caratteristica ai Risultati ProductAddToCategory=Aggiungi alla Categoria ProductAddToPackage=Aggiungi al Pacchetto -ProductAdditionalShippingCharge=Ricarico Spedizione Aggiuntivo +ProductAdditionalShippingCharge=Ricarico Aggiuntivo Spedizione ProductAddresses=Indirizzi ProductAdvancedSearch=Ricerca Avanzata ProductAdvancedSearchIn=Ricerca Avanzata in @@ -412,12 +416,12 @@ ProductBrowseCategories=Mostra Categorie ProductBulkItem=Riga Bulk ProductByDate=Per Data -ProductByInventoryItem=Per Inventory Item +ProductByInventoryItem=Per Riga Inventario ProductByProduct=Per Prodotto ProductCarrier=Corriere ProductCarrierServiceCode=Codice Servizio Corriere -ProductCarrierShipmentMethod=Metodo di Spedizione Corriere -ProductCarrierShipmentMethods=Metodi di Spedizione Corrieri +ProductCarrierShipmentMethod=Corriere Metodo di Spedizione +ProductCarrierShipmentMethods=Corriere Metodi di Spedizione ProductCarrierStatus=Stato Corriere ProductCatalog=Catalogo ProductCatalogAdministrationMainPage=Pagina Principale Amministrazione Cataloghi @@ -844,6 +848,7 @@ ProductMaxWeight=Max Peso ProductMaxWt=Peso Massimo ProductMediumImage=Immagine Media +ProductMessageQoh=Di default, solo i movimenti che corrispondono alla quantit\u00e0 disponibile saranno visualizzati; rimuovendo lo 0 qui otterrai anche i movimenti relativi alle riservazioni. ProductMeters=Contatori ProductMethod=Metodo ProductMethodType=Tipo Metodo @@ -1320,11 +1325,14 @@ ProductShipmentNotFoundId=La Spedizione non \u00e8 stata trovata con Codice ProductShipmentPackageNotFound=Pacco spedizione [${shipmentPackageSeqId}] non trovato per la spedizione [${shipmentId}] ProductShipmentPlan=Piano di Spedizione +ProductShipmentPlanAdd=Aggiungi al Piano di Spedizione +ProductShipmentPlanList=Lista del Piano di Spedizione ProductShipmentPlanToOrderItems=Piano di Spedizione --> Righe Ordine ProductShipmentReceiptsFor=Ricevute di Spedizione per ProductShipmentQuickComplete=Quick Complete Drop Shipment ProductShipmentThirdPartyAccountNumber=Numero Conto Soggetto Terzo -ProductShipmentThirdPartyAddress=Conto Indirizzo Soggetto Terzo +ProductShipmentThirdPartyPostalCode=C.A.P. Soggetto Terzo +ProductShipmentThirdPartyCountryCode=Paese Soggetto Terzo ProductShipmentTotalWeight=Totale Peso ProductShipmentTotalVolume=Totale Volume ProductShipmentType=Tipo Spedizione @@ -1994,4 +2002,7 @@ FormFieldTitle_quantityRejected=Quantit\u00e0 Rifiutata FormFieldTitle_inventoryItemLabelId=Codice Etichetta Riga Inventario FormFieldTitle_inventoryItemLabelTypeId=Tipo Etichetta Riga -FormFieldTitle_parentTypeId=Tipo Padre \ No newline at end of file +FormFieldTitle_parentTypeId=Tipo Padre +FormFieldTitle_reportType=Tipo Report +FormFieldTitle_availableToPromiseTotal=Totale Disponibilit\u00e0 Promessa +FormFieldTitle_addtlShippingChargeDesc=Descrizione Ricarico Aggiuntivo Spedizione \ No newline at end of file Modified: ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml?rev=609235&r1=609234&r2=609235&view=diff ============================================================================== --- ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml (original) +++ ofbiz/trunk/applications/product/webapp/facility/facility/FacilityForms.xml Sat Jan 5 15:17:57 2008 @@ -152,7 +152,7 @@ - +