qof-expenses.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *            qof-expenses.h
00003  *
00004  *  Thu Oct 21 08:18:44 2004-2005
00005  *  Copyright  2004-2005  Neil Williams  <linux@codehelp.co.uk>
00006  ****************************************************************************/
00007 /*
00008  *  This program is free software; you can redistribute it and/or modify
00009  *  it under the terms of the GNU General Public License as published by
00010  *  the Free Software Foundation; either version 2 of the License, or
00011  *  (at your option) any later version.
00012  *
00013  *  This program is distributed in the hope that it will be useful,
00014  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016  *  GNU General Public License for more details.
00017  *
00018  *  You should have received a copy of the GNU General Public License
00019  *  along with this program; if not, write to the Free Software
00020  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
00021  */
00041 #ifndef _QOF_EXPENSES_H
00042 #define _QOF_EXPENSES_H
00043 
00044 #define PILOT_LINK_QOF_EXPENSES "pilot_expenses"
00045 #define EXP_DATE      "expense_date"
00046 #define EXP_TYPE      "type_of_expense"
00047 #define EXP_PAYMENT   "form_of_payment"
00048 #define EXP_CURRENCY  "currency_code"
00049 #define EXP_AMOUNT    "expense_amount"
00050 #define EXP_ATTENDEES "expense_attendees"
00051 #define EXP_NOTE      "expense_note"
00052 #define EXP_CATEGORY  "category"
00053 #define EXP_DISTANCE  "distance_unit"
00054 #define EXP_VENDOR    "expense_vendor"
00055 #define EXP_CITY      "expense_city"
00056 #define EXP_KVP       "currency_lookup"
00057 
00059 #define PQ_CURRENCY_MNEMONIC "expense/currency/mnemonic"
00060 
00061 #define PQ_CURRENCY_SYMBOL   "expense/currency/symbol"
00062 
00063 #define PQ_CURRENCY_FRACTION "expense/currency/fraction"
00064 
00066 #define PQ_EXPENSE_PREF Expense_Pref
00067 
00070 gboolean ExpensesRegister (void);
00071 
00072 #endif /* _QOF_EXPENSES_H */
00073 

Generated on Tue Mar 6 00:08:09 2007 for pilot-qof by  doxygen 1.5.1