pilot-qof
0.2.3
|
00001 /*************************************************************************** 00002 * qof-invoice.c 00003 * 00004 * Sat 22 Nov 2008 23:02:03 GMT 00005 * Copyright 2008 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 3 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, see <http://www.gnu.org/licenses/>. 00020 */ 00021 00022 #ifndef _PILOT_INVOICE_H 00023 #define _PILOT_INVOICE_H 00024 00025 #define INVOICE_MOD "invoice-debug" 00026 00027 #define PILOT_INVOICE "pilot_invoice" 00028 #define INV_DATE "invoice_date" 00029 #define PAY_DATE "payment_date" 00030 #define INV_REFERENCE "invoice_reference" 00031 #define INV_DESCRIPTION "invoice_description" 00032 #define INV_CURRENCY "currency_code" 00033 #define INV_AMOUNT "invoice_amount" 00034 #define INV_NOTE "invoice_note" 00035 #define INV_CATEGORY "category" 00036 #define INV_VENDOR "invoice_vendor" 00037 #define INV_CITY "invoice_city" 00038 #define INV_KVP "currency_lookup" 00039 #define INV_DATES "pilot_datebook" 00040 #define INV_ADDR "pilot_address" 00041 #define INV_EXPENSE "pilot_expenses" 00042 00044 #define INV_CURRENCY_MNEMONIC "invoice/currency/mnemonic" 00045 00046 #define INV_CURRENCY_SYMBOL "invoice/currency/symbol" 00047 00048 #define INV_CURRENCY_FRACTION "invoice/currency/fraction" 00049 00051 #define INV_EXPENSE_PREF Invoice_Pref 00052 00055 gboolean InvoiceRegister (void); 00056 00057 #endif /* _PILOT_INVOICE_H */