garfield.printer.qt Package

garfield.printer.qt.load_printer_transfer_app()
garfield.printer.qt.refresh_print_account_transfer_model(log_table, balance_label, transfers, mon=<garfield.progress.NullProgressMonitor object>)

garfield.printer.qt.accounting Module

class garfield.printer.qt.accounting.AccountSubtotalSum(print_account)

Bases: object

class garfield.printer.qt.accounting.AccountingSubtotalDetailsPrinterWidget(parent, location, environment_sess)

Bases: PyQt4.QtGui.QWidget

extract_config(details_config)

Load the settings stored in the configuration into the configuration dictionary used to drive the accounting plugin stages.

class garfield.printer.qt.accounting.PrinterAccountingWidget(parent, sess)

Bases: PyQt4.QtGui.QWidget

current_print_account_cash_box
refresh_models(subtotal, mon, location, **_)
refresh_print_account_cash_model(mon=<garfield.progress.NullProgressMonitor object>)
refresh_print_account_count_model(mon)
refresh_print_account_summary_model(mon)
refresh_print_account_transfer_model(mon)
refresh_print_account_user_model(mon)
refresh_print_cash_log_cash_box_chooser_model(mon=<garfield.progress.NullProgressMonitor object>)
class garfield.printer.qt.accounting.TaxSum

Bases: object

garfield.printer.qt.accounting.printer_user_trans_balance(sess, subtotal, summary_table, state)

garfield.printer.qt.printer_transfer Module

class garfield.printer.qt.printer_transfer.PrinterTransferDialog(parent, sess, location, **_)

Bases: PyQt4.QtGui.QDialog

current_left_account
current_right_account
current_transfer_comment
model_to_account(model, drop_down_list)
refresh_location_chooser_model()
refresh_print_account_chooser()
refresh_print_account_transfer_model()
reset()
showEvent(ev)