Variables
cashReceipt.cpp File Reference
#include "cashReceipt.h"
#include <QMessageBox>
#include <QSqlError>
#include <QVariant>
#include <metasql.h>
#include <stdlib.h>
#include "cashReceiptItem.h"
#include "cashReceiptMiscDistrib.h"
#include "creditCard.h"
#include "creditcardprocessor.h"
#include "errorReporter.h"
#include "mqlutil.h"
#include "storedProcErrorLookup.h"

Variables

struct {
   QString   abbr
 
   bool   cc
 
   const char *   full
 
_fundsTypes []
 

Variable Documentation

const { ... } _fundsTypes[]
Initial value:
= {
{ QT_TRANSLATE_NOOP("cashReceipt", "Check"), "C", false },
{ QT_TRANSLATE_NOOP("cashReceipt", "Certified Check"), "T", false },
{ QT_TRANSLATE_NOOP("cashReceipt", "Master Card"), "M", true },
{ QT_TRANSLATE_NOOP("cashReceipt", "Visa"), "V", true },
{ QT_TRANSLATE_NOOP("cashReceipt", "American Express"), "A", true },
{ QT_TRANSLATE_NOOP("cashReceipt", "Discover Card"), "D", true },
{ QT_TRANSLATE_NOOP("cashReceipt", "Other Credit Card"),"R", true },
{ QT_TRANSLATE_NOOP("cashReceipt", "Cash"), "K", false },
{ QT_TRANSLATE_NOOP("cashReceipt", "Wire Transfer"), "W", false },
{ QT_TRANSLATE_NOOP("cashReceipt", "Other"), "O", false }
}
QString abbr
bool cc
const char* full

Generated on Fri Oct 7 2016 14:23:26 xTuple ERP Programmer Reference, Version 4.2.0 doxygen 1.8.10