00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
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