Index: specialpurpose/myportal/widget/MyPortalMenus.xml =================================================================== --- specialpurpose/myportal/widget/MyPortalMenus.xml (revision 735109) +++ specialpurpose/myportal/widget/MyPortalMenus.xml (working copy) @@ -40,13 +40,13 @@ - + - + @@ -62,7 +62,7 @@ - + @@ -71,7 +71,7 @@ - + Index: specialpurpose/mypage/widget/MyPageMenus.xml =================================================================== --- specialpurpose/mypage/widget/MyPageMenus.xml (revision 735109) +++ specialpurpose/mypage/widget/MyPageMenus.xml (working copy) @@ -27,13 +27,13 @@ - + - + @@ -42,7 +42,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -68,7 +68,7 @@ - + @@ -81,7 +81,7 @@ - + @@ -158,13 +158,13 @@ - + - + @@ -176,11 +176,11 @@ - + - + @@ -189,7 +189,7 @@ - + Index: specialpurpose/pos/src/org/ofbiz/pos/event/SecurityEvents.java =================================================================== --- specialpurpose/pos/src/org/ofbiz/pos/event/SecurityEvents.java (revision 735109) +++ specialpurpose/pos/src/org/ofbiz/pos/event/SecurityEvents.java (working copy) @@ -87,11 +87,11 @@ String text = input.value(); if (func != null && func[0].equals(loginFunc)) { if (UtilValidate.isEmpty(func[1]) && UtilValidate.isEmpty(text)) { - output.print(UtilProperties.getMessage(PosTransaction.resource,"ULOGIN",Locale.getDefault())); + output.print(UtilProperties.getMessage(PosTransaction.resource,"PosULogin",Locale.getDefault())); input.setFunction(loginFunc); input.setPasswordInput( false); } else if (UtilValidate.isEmpty(func[1])) { - output.print(UtilProperties.getMessage(PosTransaction.resource,"UPASSW",Locale.getDefault())); + output.print(UtilProperties.getMessage(PosTransaction.resource,"PosUPassw",Locale.getDefault())); input.setFunction(loginFunc); input.setPasswordInput( true); } else { @@ -106,7 +106,7 @@ } catch (XuiSession.UserLoginFailure e) { input.clear(); input.setFunction(loginFunc); - output.print(e.getMessage() + " " + UtilProperties.getMessage(PosTransaction.resource,"ULOGIN",Locale.getDefault())); + output.print(e.getMessage() + " " + UtilProperties.getMessage(PosTransaction.resource,"PosULogin",Locale.getDefault())); } if (passed) { input.clear(); @@ -125,7 +125,7 @@ if (mgrUl != null) { boolean isMgr = session.hasRole(mgrUl, "MANAGER"); if (!isMgr) { - output.print(UtilProperties.getMessage(PosTransaction.resource,"UserNotmanager",Locale.getDefault())); + output.print(UtilProperties.getMessage(PosTransaction.resource,"PosUserNotManager",Locale.getDefault())); input.clear(); } else { ManagerEvents.mgrLoggedIn = true; Index: specialpurpose/mypage/script/org/ofbiz/mypage/Events.xml =================================================================== --- specialpurpose/mypage/script/org/ofbiz/mypage/Events.xml (revision 735109) +++ specialpurpose/mypage/script/org/ofbiz/mypage/Events.xml (working copy) @@ -19,8 +19,8 @@ --> - + @@ -51,11 +51,11 @@ - - - + + + @@ -70,31 +70,31 @@ in-map-name="inMap" /> - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + Index: specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java =================================================================== --- specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java (revision 735109) +++ specialpurpose/pos/src/org/ofbiz/pos/screen/SelectProduct.java (working copy) @@ -64,7 +64,7 @@ public String openDlg() { XDialog dlg = (XDialog) pageMgr.loadPage(m_pos.getScreenLocation() + "/dialog/SelectProduct"); m_dialog = dlg; - dlg.setCaption(UtilProperties.getMessage(PosTransaction.resource, "SelectAProduct", Locale.getDefault())); + dlg.setCaption(UtilProperties.getMessage(PosTransaction.resource, "PosSelectAProduct", Locale.getDefault())); //dlg.setModal(true); m_productsList = (XList) dlg.findComponent("productsList"); XEventHelper.addMouseHandler(this, m_productsList, "DoubleClick"); @@ -86,7 +86,7 @@ m_productsList.setVisibleRowCount(-1); m_productsList.ensureIndexIsVisible(m_productsList.getItemCount()); m_productsList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); - m_productsList.setToolTipText(UtilProperties.getMessage(PosTransaction.resource, "SelectProductListDblClickTip", Locale.getDefault())); + m_productsList.setToolTipText(UtilProperties.getMessage(PosTransaction.resource, "PosSelectProductListDblClickTip", Locale.getDefault())); dlg.pack(); dlg.showDialog(this); Index: applications/order/config/OrderUiLabels.xml =================================================================== --- applications/order/config/OrderUiLabels.xml (revision 735109) +++ applications/order/config/OrderUiLabels.xml (working copy) @@ -87,12 +87,17 @@ 城市 + Schließungsdatum & -uhrzeit Closed Date Time + Date/heure fermée Data ora chiusura + 关闭日期 - Completation Date + Completion Date + Date d'achèvement Data completamento + 完成日期 Config Id @@ -122,10 +127,6 @@ หน่วยวัดสกุลเงิน 货币币种 - - Current Status Id - Stato attuale - Cust Request Id Richiesta soggetto @@ -243,7 +244,7 @@ External Id Código ident. externo Réf. externe - Codice Esterno + Codice esterno Externe Id Cod Extern Внешний код @@ -304,8 +305,11 @@ 内部代码 + Interner Vermerk Internal Comment + Commentaire interne Commento interno + 内部评论 الإسم الداخلي @@ -438,8 +442,11 @@ 便笺信息 + Öffnungsdatum & -uhrzeit Open Date Time + Date/heure ouverte Data ora apertura + 开启日期 Auftragsdatum @@ -626,18 +633,6 @@ เหตุผล 原因 - - Wiederholung Info ID - Recurrence Info Id - Código Información de repetición - Réf. d'information récurrente - Informazioni Ricorrenti - Herhaling Info Id - Informatii Recurente - Код информации о возврате - รหัสการคืนข้อมูล - 重复使用信息标识 - Verbleibendes Zwischentotal Remaining Sub Total @@ -709,6 +704,16 @@ รหัสการเรียกร้อง 需求标识 + + Bedarfs-Start-Datum + Requirement Start Date + Fecha de comienzo del requisito + Date de début de besoin + Data Inizio Fabbisogno + Data Initiala Necesar + วันที่ต้องการเริ่มต้น + 需求开始日期 + Bedarfstyp ID Requirement Type Id @@ -845,7 +850,9 @@ Start Date + Date de début Data inizio + 开始日期 Staat/Provinz Geo ID @@ -1537,7 +1544,7 @@ Billing Address Dirección de facturación Addresse de facturation - Indirizzo di fatturazione + Indirizzo di fatturazione Платежный адрес ที่อยู่ใบเสร็จรับเงิน @@ -1607,7 +1614,7 @@ Cancel Order Anular pedido Annulation de commande - Annulla ordine + Annulla ordine ยกเลิกรายการสั่งซื้อ @@ -1646,7 +1653,7 @@ Service capture Servicio de captura de pedido Service de prélèvement - Servizio di cattura + Servizio di cattura ให้ความสนใจบริการ @@ -1711,7 +1718,7 @@ Cartons Cajas Cartons - Cartoni + Cartoni บรรจุลงกล่อง @@ -1968,7 +1975,7 @@ Inhalt Content Contenido - Contenuto + Contenuto Dále k závěrečnému přehledu objednávky @@ -2192,7 +2199,7 @@ Neue Offerte aus der Anfrage erstellen Create Quote from request Crear nuevo presupuesto desde petición - Crea preventivo dalla richiesta + Crea preventivo dalla richiesta Neue Offerte erstellen @@ -2236,7 +2243,7 @@ Create return shipment Crear envío de vuelta Créer une expédition de retour - Creare reso dalla spedizione + Creare reso dalla spedizione Neue Versandadresse erstellen @@ -2265,7 +2272,7 @@ Cubic Measurement Medida de volumen Mesure cubique - Misura cubica + Misura cubica ปริมาตรลูกบาศก์ @@ -2286,7 +2293,7 @@ Customer Cliente Client - Cliente + Cliente ลูกค้า @@ -2363,7 +2370,7 @@ Delivery Schedule Info Información de horario de entrega Information du plan de livraison - Informazioni consegna schedulata + Informazioni consegna schedulata ข้อมูลตารางเวลาการส่ง @@ -2462,7 +2469,7 @@ Drop Shipped Envío directo al cliente sin transportista Expédié par un tiers - Spedizione per un terzo + Spedizione per un terzo Прямая поставка หยุดการขนส่ง @@ -2497,7 +2504,7 @@ Edit Requirement Editar requisitos Modifier le besoin - Aggiorna fabbisogni + Aggiorna fabbisogni แก้ไขความต้องการ @@ -2505,7 +2512,7 @@ Edit Shipment Info Editar información de envío Modifier l'info d'expédition - Aggiorna informazioni spedizione + Aggiorna informazioni spedizione Изменить информацию о поставке แก้ไขข้อมูลการส่งสินค้า 编辑货运信息 @@ -2668,7 +2675,7 @@ Error : Select Customer Por favor, seleccione un cliente SVP : sélectionnez un client - Errore : selezione cliente + Errore : selezione cliente Error : ผิดพลาด ! การเลือกลูกค้า @@ -2693,7 +2700,7 @@ Estimated Ready Date Fecha estimada de disponibilidad Date prête estimée - Data stimata disponibilità + Data stimata disponibilità อ่านประมาณวันที่ @@ -2701,7 +2708,7 @@ Estimated Ship Date Fecha de envío estimada Date d'expédition estimée - Data di spedizione stimata + Data di spedizione stimata ชำระเงินประมาณวันที่ @@ -2778,7 +2785,7 @@ Filter On Inventory Problems Filtrado problemas de almacén filtrer sur les problèmes de stock - Filtro su problemi di inventario + Filtro su problemi di inventario Filtreaza pe probleme de inventar ปัญหาการเพิ่มสินค้าคงเหลือ @@ -2895,7 +2902,7 @@ Find Quotes Buscar presupuestos Recherche de devis - Ricerca preventivi + Ricerca preventivi Поиск предложений ค้นหาคำร้อง @@ -2916,7 +2923,7 @@ Find Requirements Buscar requisitos Recherche de besoins - Ricerca fabbisogni + Ricerca fabbisogni Поиск требований ค้นหาความต้องการ @@ -2925,7 +2932,7 @@ Find Requirements For Supplier Buscar requisitos para proveedor Recherche de besoins pour le fournisseur - Ricerca fabbisogni per fornitore + Ricerca fabbisogni per fornitore Поиск требований для поставщика ค้นหาความต้องการของผู้จัดหาสิ่งของให้ @@ -2947,7 +2954,7 @@ Force Complete Purchase Order Forzar finalización del pedido Forcer l'achèvement de la commande d'achat - Forza completamento ordine di acquisto + Forza completamento ordine di acquisto Принудительное завершение закупочного заказа รายการสั่งซื้อสินค้าเสร็จสมบูรณ์ @@ -2956,7 +2963,7 @@ From Monday To Tuesday De lunes a martes De lundi à mardi - Da lunedì a venerdì + Da lunedì a venerdì จากวันจันทร์ถึงวันอังคาร @@ -3409,7 +3416,7 @@ Discontinued Dado de baja Epuisé, plus fabriqué - Cessato + Cessato Снято с производства ไม่ต่อเนื่อง @@ -3553,7 +3560,7 @@ Linked from order item Enlazado desde ítem de pedido Lien depuis ligne de commande - Link da una riga ordine + Link da una riga ordine Связь от позиции заказа ลิงค์จากรายการสั่งซื้อสินค้าสินค้า 链接自订单明细 @@ -3652,7 +3659,7 @@ http://www.whitepages.com/find_person_results.pl?fid=a&s_n=${addressNum}&s_a=${addressOther}&c=${postalAddress.city?if_exists}&s=${postalAddress.stateProvinceGeoId?if_exists}&x=29&y=18 http://www.pagesjaunes.fr/trouverunnom/RecherchePagesBlanches.do - http://www.whitepages.com/find_person_results.pl?fid=a&s_n=${addressNum}&s_a=${addressOther}&c=${postalAddress.city?if_exists}&s=${postalAddress.stateProvinceGeoId?if_exists}&x=29&y=18 + http://www.whitepages.com/find_person_results.pl?fid=a&s_n=${addressNum}&s_a=${addressOther}&c=${postalAddress.city?if_exists}&s=${postalAddress.stateProvinceGeoId?if_exists}&x=29&y=18 Total Monat @@ -3797,7 +3804,7 @@ Net Amount Importe neto Montant net - Importo netto + Importo netto จำนวนสุทธิ @@ -3805,7 +3812,7 @@ Net Price HT Precio neto sin impuestos Prix net HT - Prezzo netto con tasse + Prezzo netto con tasse ราคาสุทธิHT @@ -3813,7 +3820,7 @@ New Drop Shipment For Ship Group Nuevo envío directo para este grupo de envío Nouvelle livraison par un tiers pour le groupe d'expédition - Nuovo gruppo spedizione per spedizione conto terzi + Nuovo gruppo spedizione per spedizione conto terzi Новая прямая поставка для группы ลดการขนส่งใหม่สำหรับกลุ่มการขนส่ง 为货运组新建厂家直送 @@ -4100,7 +4107,7 @@ No payment preferences with this order. No hay preferencias de pago para este pedido Aucune préférence de paiement liée à cette commande - Nessuna preferenza pagamento con questo ordine. + Nessuna preferenza pagamento con questo ordine. Платежных предпочтений ассоциированных с этим заказом нет. ไม่มีสิทธิพิเศษที่เกี่ยวข้องกับการชำระเงินด้วยรายการสั่งซื้อสินค้านี้ 没有与这个订单关联的支付优先方式。 @@ -4110,7 +4117,7 @@ No Purchase Order Specified Pedido de compra no especificado Aucune commande d'achat spécifiée - Nessun ordine di acquisto specificato + Nessun ordine di acquisto specificato ไม่มีรายการสั่งซื้อสินค้าที่ระบุ @@ -4494,7 +4501,7 @@ On Friday el viernes Le vendredi - Di venerdì + Di venerdì ภายในวันศุกร์ @@ -4937,7 +4944,7 @@ Quote Adjustment Type Id Código del ajuste Réf. de type d'ajustement de devis - Tipo aggiustamento preventivo + Tipo aggiustamento preventivo รหัสประเภทการปรับเปลี่ยนคำร้อง @@ -5460,7 +5467,7 @@ Quote Type Tipo de presupuesto Type de devis - Tipo preventivo + Tipo preventivo Тип предложения ประเภทคำร้อง @@ -5829,7 +5836,7 @@ Übersicht Overview Resumen - Sommario + Sommario Auftragsnummer @@ -5937,7 +5944,7 @@ Pay Method Type Tipo de método de pago Type de méthode de paiement - Tipo metodo di pagamento + Tipo metodo di pagamento วิธีการชำระเงิน @@ -5945,7 +5952,7 @@ Payment Add New Setting Agregar nueva configuración Le paiement ajoute une nouvelle définition - Aggiunta nuove impostazioni pagamento + Aggiunta nuove impostazioni pagamento เพิ่มการตั้งค่าการชำระเงินใหม่ @@ -5953,7 +5960,7 @@ Payment Config Configuración del pago Configuration de paiement - Configurazione pagamento + Configurazione pagamento สร้างการชำระเงิน @@ -5984,49 +5991,49 @@ Processor Auth Service Servicio procesador de autentificación de pago Service d'autorisation de paiement - Servizio di autenticazione + Servizio di autenticazione การบริการให้อำนาจการประมวลผล Processor Capture Service Servicio procesador de captura de pago Service de prélèvement du paiement - Servizio di cattura + Servizio di cattura การบริการให้ความสนใจการประมวลผล Processor Properties URL Dirección URL de las propiedades del procesador de pago URL du service de paiement - URL del servizio di pagamento + URL del servizio di pagamento การประมวผลคุณสมบัติ URL Processor Re Auth Service Servicio procesador de reautentificación de pago Service de ré-autorisation de paiement - Servizio di re-autorizzazione + Servizio di re-autorizzazione การบริการให้อำนาจการประมวลผลอีกครั้ง Processor Refund Service Servicio procesador de reembolso Service de remboursement - Servizio di rimborso + Servizio di rimborso การบริการประมวผลการคืนเงินให้ Processor Setup Configuración del procesador de pago Configuration du service de paiement - Configurazione processore pagamenti + Configurazione processore pagamenti การตั้งค่าการประมวลผล Payment Setup Configuración de pagos Configuration du paiement - Configurazione dei pagamenti + Configurazione dei pagamenti การตั้งค่าการชำระเงิน @@ -6046,7 +6053,7 @@ Payment Update Setting Actualización de configuración Configuration de la mise à jour de paiement - Aggiorna configurazione pagamenti + Aggiorna configurazione pagamenti ตั้งค่าการอัพเดทวิธีการชำระเงิน @@ -6239,7 +6246,7 @@ Process Order Tramitar pedido Exécuter la commande - Processa ordine + Processa ordine ประมวลผลรายการสั่งซื้อสินค้า @@ -6485,7 +6492,7 @@ Purchased From Comprado a Acheté de - Acquistato da + Acquistato da Закупать от สั่งซื้อจาก 购自 @@ -6589,7 +6596,7 @@ In Group En grupo En groupe - Qnt. gruppo sped. + Qnt. gruppo sped. В группе ในกลุ่ม @@ -6598,7 +6605,7 @@ Total In Group Total en grupo Total en groupe - Totale gruppo di spedizione + Totale gruppo di spedizione Всего в группе ผลรวมในกลุ่ม @@ -6619,7 +6626,7 @@ Shipped Enviado Expédié - Qnt Spedita + Qnt Spedita Отгружено การขนส่ง @@ -6800,7 +6807,7 @@ Re Auth Service Servicio de reautentificación Service de ré-autorisation de paiement - Servizio di re-autorizzazione + Servizio di re-autorizzazione ให้บริการอีกครั้ง @@ -6886,7 +6893,7 @@ Refund Service Servicio de reembolso Service de remboursement - Servizio di rimborso + Servizio di rimborso บริการคืนเงินให้ @@ -6979,7 +6986,7 @@ Reject Order Rechazar pedido Rejeter la commande - Rifiuta ordine + Rifiuta ordine ปฏิเสธรายการสั่งซื้อสินค้า @@ -7149,7 +7156,7 @@ Inhalt Content Contenido - Contenuto + Contenuto Erstellungsdatum @@ -7194,13 +7201,13 @@ Anmerkungen Notes Notas - Note + Note Offerten Quotes Presupuestos - Preventivi + Preventivi Anfragelemente @@ -7217,7 +7224,7 @@ Request Item WorkEffort - Impegni di lavoro riga richiesta + Impegni di lavoro riga richiesta Datum letzte Änderung @@ -7288,7 +7295,7 @@ Übersicht Overview Resumen - Sommario + Sommario Anfragerollen @@ -7523,7 +7530,7 @@ Return Enum Id Tipo de devolución Réf. type énum. - Tipo reso + Tipo reso กลับคืนรหัสที่ระบุ @@ -7958,7 +7965,7 @@ Error in toggling notes to Private/Public Error al cambiar notas a privado/público Erreur dans le basculement de notes entre privé et public - Errore nella impostazione delle note a private/pubbliche + Errore nella impostazione delle note a private/pubbliche Ошибка переключения заметки в приватную/публичную Error in toggling notes to Private/Public 把便笺做私有/公开切换时发生错误 @@ -7966,7 +7973,7 @@ Sel. amount Cantidad sel. - Importo selezionato + Importo selezionato Wählen Sie einen Vertrag für diesen Auftrag @@ -8114,7 +8121,7 @@ Select Variant Por favor, seleccione una variante SVP, sélectionnez une variante - Seleziona variante + Seleziona variante เลือกตัวแปร @@ -8148,7 +8155,7 @@ BCC To BCC a CCI à - CN a + CN a Скрытая копия BCC To 密送 @@ -8158,7 +8165,7 @@ Body Cuerpo Corps - Corpo + Corpo Текст сообщения ข้อความ 主体 @@ -8181,7 +8188,7 @@ Content-Type Tipo de contenido Type de contenu - Tipo contenuto + Tipo contenuto Content-Type ประเภทหัวข้อ 内容类型 @@ -8366,7 +8373,7 @@ Ship Group Seq Id Nº sec. grupo de envío Réf. seq. de groupe d'expédition - Gruppo spedizione + Gruppo spedizione Посл. код группы поставки รหัสรายการกลุ่มการขนส่ง 货运组序号标识 @@ -8376,7 +8383,7 @@ To Ship Group A grupo de envío Vers le groupe d'expédition - Al gruppo spedizione + Al gruppo spedizione В группу поставки ถึงกลุ่มการขนส่ง @@ -8385,7 +8392,7 @@ Ship Groups Grupos de envío Groupes d'expédition - Gruppi spedizione + Gruppi spedizione Группа поставки กลุ่มการขนส่ง 货运组 @@ -8483,7 +8490,7 @@ Shipment Received Envío recibido Expédition reçue - Spedizione ricevuta + Spedizione ricevuta ได้รับการขนส่งสินค้า @@ -8491,7 +8498,7 @@ Shipper Transportista Expéditeur - Spedizioniere + Spedizioniere บริษัทขนส่ง @@ -8549,7 +8556,7 @@ Shipment Date Hope Fecha de envío deseada Date espérée d'expédition - Data di speranza spedizione + Data di speranza spedizione คาดว่าขนส่งสินค้าวันที่ @@ -8629,7 +8636,7 @@ Skids Pallets Paletas Pallettes - Pallets + Pallets Skids Pallets @@ -8864,7 +8871,7 @@ The Open Hours To Receive Products Are Horario de recepción de productos Les heures d'ouverture pour recevoir des articles sont - Gli orari di apertura per ricevere i prodotti sono + Gli orari di apertura per ricevere i prodotti sono ชั่วโมงที่เปิดรับสินค้าคือ @@ -8979,7 +8986,7 @@ Total Cubic Size Volumen total Volume total - Totale ampiezza cubica + Totale ampiezza cubica ผลรวมขนาดลูกบาศก์ @@ -9118,7 +9125,7 @@ Total Weight Peso total Poids total - Peso totale + Peso totale ผลรวมน้ำหนัก @@ -9182,14 +9189,14 @@ Unit Price HT Precio unitario sin impuestos Prix unitaire HT - Prezzo unitario con tasse + Prezzo unitario con tasse ราคาต่อหน่วย HT Stückpreise Units Pieces Unidades Piezas - Pezzi unità + Pezzi unità ราคาต่อชิ้น @@ -9358,7 +9365,7 @@ View/Edit Delivery Ver/Editar opciones de envío Affichage/Modification des options de colisage - Mostra/aggiorna consegna + Mostra/aggiorna consegna แสดงหรือแก้ไขการส่ง @@ -9509,7 +9516,7 @@ WebSite Sitio web Site web - Sito web + Sito web เว็บไซต์ @@ -9517,7 +9524,7 @@ Weight Measurement Unidad de peso Pesée - Misura peso + Misura peso หน่วยวัดน้ำหนัก @@ -9553,7 +9560,7 @@ Bedürfnisse Requirements Requisitos - Fabbisogni + Fabbisogni Workflow Index: specialpurpose/pos/src/org/ofbiz/pos/component/Output.java =================================================================== --- specialpurpose/pos/src/org/ofbiz/pos/component/Output.java (revision 735109) +++ specialpurpose/pos/src/org/ofbiz/pos/component/Output.java (working copy) @@ -45,12 +45,12 @@ public void setLock(boolean lock) { if (lock) { - this.print(UtilProperties.getMessage(PosTransaction.resource,"ULOGIN",defaultLocale)); + this.print(UtilProperties.getMessage(PosTransaction.resource,"PosULogin",defaultLocale)); } else { if (PosTransaction.getCurrentTx(session).isOpen()) { - this.print(UtilProperties.getMessage(PosTransaction.resource,"ISOPEN",defaultLocale)); + this.print(UtilProperties.getMessage(PosTransaction.resource,"PosIsOpen",defaultLocale)); } else { - this.print(UtilProperties.getMessage(PosTransaction.resource,"ISCLOSED",defaultLocale)); + this.print(UtilProperties.getMessage(PosTransaction.resource,"PosIsClosed",defaultLocale)); } } } Index: specialpurpose/projectmgr/widget/RequestScreens.xml =================================================================== --- specialpurpose/projectmgr/widget/RequestScreens.xml (revision 735109) +++ specialpurpose/projectmgr/widget/RequestScreens.xml (working copy) @@ -38,7 +38,7 @@ - + Index: specialpurpose/mypage/widget/CommonScreens.xml =================================================================== --- specialpurpose/mypage/widget/CommonScreens.xml (revision 735109) +++ specialpurpose/mypage/widget/CommonScreens.xml (working copy) @@ -35,7 +35,7 @@ - + @@ -219,7 +219,7 @@ - + @@ -332,11 +332,11 @@ - + - +
@@ -344,12 +344,12 @@ - +
- @@ -361,7 +361,7 @@
- + Index: specialpurpose/webpos/config/WebPosUiLabels.xml =================================================================== --- specialpurpose/webpos/config/WebPosUiLabels.xml (revision 735109) +++ specialpurpose/webpos/config/WebPosUiLabels.xml (working copy) @@ -17,7 +17,8 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ---> +--> + Adjustments Ajustements Index: specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java =================================================================== --- specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java (revision 735109) +++ specialpurpose/pos/src/org/ofbiz/pos/screen/SaveSale.java (working copy) @@ -52,7 +52,7 @@ // New button for Save and Print funtion protected XButton m_saveAndPrint = null; protected static PosTransaction m_trans = null; - public static SimpleDateFormat sdf = new SimpleDateFormat(UtilProperties.getMessage(PosTransaction.resource,"DateTimeFormat",Locale.getDefault())); + public static SimpleDateFormat sdf = new SimpleDateFormat(UtilProperties.getMessage(PosTransaction.resource,"PosDateTimeFormat",Locale.getDefault())); private static boolean ShowKeyboardInSaveSale = UtilProperties.propertyValueEqualsIgnoreCase("parameters", "ShowKeyboardInSaveSale", "Y"); //TODO : make getter and setter for members (ie m_*) if needed (extern calls). For that in Eclipse use Source/Generate Getters and setters @@ -67,7 +67,7 @@ m_saleName = (XEdit) m_dialog.findComponent("saleName"); //m_dialog.setM_focused(m_saleName); m_saleName.setText(m_pos.session.getUserId() + " " + sdf.format(new Date())); - m_dialog.setCaption(UtilProperties.getMessage(PosTransaction.resource, "SaveASale", Locale.getDefault())); + m_dialog.setCaption(UtilProperties.getMessage(PosTransaction.resource, "PosSaveASale", Locale.getDefault())); m_cancel = (XButton) m_dialog.findComponent("BtnCancel"); m_save = (XButton) m_dialog.findComponent("BtnSave"); Index: specialpurpose/projectmgr/widget/forms/RequestForms.xml =================================================================== --- specialpurpose/projectmgr/widget/forms/RequestForms.xml (revision 735109) +++ specialpurpose/projectmgr/widget/forms/RequestForms.xml (working copy) @@ -154,7 +154,7 @@ - + Index: specialpurpose/assetmaint/widget/AssetmaintScreens.xml =================================================================== --- specialpurpose/assetmaint/widget/AssetmaintScreens.xml (revision 735109) +++ specialpurpose/assetmaint/widget/AssetmaintScreens.xml (working copy) @@ -136,6 +136,7 @@
+