r3692 - in trunk/lima-swing/src/main: java/org/chorem/lima/ui/financialtransactionsearch resources/icons
Author: Bavencoff Date: 2013-06-27 17:40:38 +0200 (Thu, 27 Jun 2013) New Revision: 3692 Url: http://chorem.org/projects/lima/repository/revisions/3692 Log: UI - recherche des transaction : modification des ic?\195?\180nes Added: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-credit.png trunk/lima-swing/src/main/resources/icons/action-filter-transaction-debit.png trunk/lima-swing/src/main/resources/icons/action-filter-transaction-financial-period.png trunk/lima-swing/src/main/resources/icons/action-filter-transaction-fiscal-period.png trunk/lima-swing/src/main/resources/icons/action-filter-transaction-interval.png Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchView.jaxx Modified: trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchView.jaxx =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchView.jaxx 2013-06-27 14:49:18 UTC (rev 3691) +++ trunk/lima-swing/src/main/java/org/chorem/lima/ui/financialtransactionsearch/FinancialTransactionSearchView.jaxx 2013-06-27 15:40:38 UTC (rev 3692) @@ -52,17 +52,23 @@ actionIcon='filter-transaction-date' onActionPerformed="getHandler().addDateCondition()"/> <JButton toolTipText="lima.filter.date.interval" - actionIcon='filter-transaction-date' + actionIcon='filter-transaction-interval' onActionPerformed="getHandler().addDateIntervalCondition()"/> <JButton toolTipText="lima.filter.date.financial.period" - actionIcon='filter-transaction-date' + actionIcon='filter-transaction-financial-period' onActionPerformed="getHandler().addFinancialPeriodCondition()"/> <JButton toolTipText="lima.filter.date.fiscal.period" - actionIcon='filter-transaction-date' + actionIcon='filter-transaction-fiscal-period' onActionPerformed="getHandler().addFiscalPeriodCondition()"/> + + <JToolBar.Separator/> + <JButton toolTipText="lima.filter.entrybook" actionIcon='filter-transaction-entrybook' onActionPerformed="getHandler().addEntryBookCondition()"/> + + <JToolBar.Separator/> + <JButton toolTipText="lima.filter.voucher" actionIcon='filter-transaction-voucher' onActionPerformed="getHandler().addVoucherCondition()"/> @@ -75,11 +81,14 @@ <JButton toolTipText="lima.filter.letter" actionIcon='filter-transaction-letter' onActionPerformed="getHandler().addLetteringCondition()"/> + + <JToolBar.Separator/> + <JButton toolTipText="lima.filter.debit" - actionIcon='filter-transaction-amount' + actionIcon='filter-transaction-debit' onActionPerformed="getHandler().addDebitCondition()"/> <JButton toolTipText="lima.filter.credit" - actionIcon='filter-transaction-amount' + actionIcon='filter-transaction-credit' onActionPerformed="getHandler().addCreditCondition()"/> <JToolBar.Separator/> <JButton toolTipText="{ _("lima.ui.common.refresh") + " (F5)"}" actionIcon='refresh' Added: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-credit.png =================================================================== (Binary files differ) Property changes on: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-credit.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-debit.png =================================================================== (Binary files differ) Property changes on: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-debit.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-financial-period.png =================================================================== (Binary files differ) Property changes on: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-financial-period.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-fiscal-period.png =================================================================== (Binary files differ) Property changes on: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-fiscal-period.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-interval.png =================================================================== (Binary files differ) Property changes on: trunk/lima-swing/src/main/resources/icons/action-filter-transaction-interval.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream
participants (1)
-
Bavencoffļ¼ users.chorem.org