Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| editor: OutPaymentEditor | |
| GtkDialog(main_dialog.toplevel): title='Add payment', hidden | |
| GtkBox(main_dialog._main_vbox, orientation=vertical): | |
| GtkBox(main_dialog.vbox, orientation=vertical, expand=True, fill=True): | |
| GtkEventBox(main_dialog.header): | |
| GtkEventBox(main_dialog.main, expand=True, fill=True, padding=6): | |
| GtkEventBox(): slave BasicForm is attached | |
| GtkAlignment(toplevel): | |
| GtkTable(): | |
| ProxyLabel(branch_id_lbl): 'Branch:' | |
| ProxyComboEntry(branch_id): | |
| item: 'Moda Stoq', selected | |
| item: 'Stoq Elite Fashion' | |
| GtkBox(orientation=horizontal): | |
| GtkButton(branch_id_add_button): insensitive | |
| GtkButton(branch_id_edit_button): | |
| ProxyLabel(method_lbl): 'Method:' | |
| ProxyComboBox(method): | |
| item: 'Bill' | |
| item: 'Check' | |
| item: 'Deposit' | |
| item: 'Money', selected | |
| GtkBox(orientation=horizontal): | |
| ProxyLabel(account_lbl): 'Source account:', hidden | |
| ProxyComboBox(account): hidden | |
| GtkBox(orientation=horizontal): | |
| ProxyLabel(description_lbl): 'Description:' | |
| ProxyEntry(description): 'Payment name' | |
| GtkBox(orientation=horizontal): | |
| ProxyLabel(person_lbl): 'Recipient:' | |
| ProxyEntry(person): '' | |
| GtkBox(orientation=horizontal): | |
| GtkButton(person_add_button): | |
| GtkButton(person_edit_button): insensitive | |
| ProxyLabel(value_lbl): 'Value:' | |
| ProxyEntry(value): '100.00' | |
| GtkBox(orientation=horizontal): | |
| ProxyLabel(due_date_lbl): 'Due date:' | |
| ProxyDateEntry(due_date): datetime.date(2015, 1, 1) | |
| GtkBox(orientation=horizontal): | |
| ProxyLabel(category_lbl): 'Category:' | |
| ProxyComboBox(category): | |
| item: 'No category', selected | |
| GtkBox(orientation=horizontal): | |
| GtkButton(category_add_button): | |
| GtkButton(category_edit_button): insensitive | |
| ProxyLabel(repeat_lbl): 'Repeat:' | |
| ProxyComboBox(repeat): | |
| item: 'Once' | |
| item: 'Daily' | |
| item: 'Weekly', selected | |
| item: 'Biweekly' | |
| item: 'Monthly' | |
| item: 'Quarterly' | |
| item: 'Yearly' | |
| GtkBox(orientation=horizontal): | |
| ProxyLabel(end_date_lbl): 'End date:' | |
| ProxyDateEntry(end_date): datetime.date(2015, 1, 10) | |
| GtkBox(orientation=horizontal): | |
| ProxyLabel(): 'Attachment:' | |
| GtkButton(attachment): insensitive | |
| GtkBox(orientation=horizontal): | |
| GtkButton(attachment_add_button): | |
| GtkButton(attachment_edit_button): insensitive | |
| GtkButton(attachment_delete_button): insensitive | |
| ProxyCheckButton(bill_received): 'The bill has arrived.' | |
| GtkBox(orientation=horizontal): | |
| GtkBox(orientation=horizontal, fill=True): | |
| GtkEventBox(main_dialog.extra_holder, expand=True, fill=True, padding=6): | |
| GtkEventBox(main_dialog.print_holder, expand=True, fill=True): | |
| GtkEventBox(main_dialog.notice, fill=True): | |
| GtkEventBox(main_dialog.details_holder, padding=6, pack-end): | |
| GtkBox(orientation=horizontal, fill=True, pack-end): | |
| GtkButtonBox(main_dialog.action_area, orientation=horizontal, fill=True, pack-end): | |
| GtkButton(details_button): 'Details' | |
| GtkButton(main_dialog.cancel_button, expand=True, fill=True, padding=6): 'gtk-cancel' | |
| GtkButton(main_dialog.ok_button, expand=True, fill=True, padding=6): 'gtk-ok' | |
| GtkButton(main_dialog.help_button, padding=6): 'gtk-help' | |
| model: PaymentGroup<1> | |
| model: Payment<2> | |
| base_value: <currency $100> | |
| bill_received: False | |
| cancel_date: None | |
| description: '1/2 Payment name' | |
| discount: <currency $0> | |
| due_date: datetime.datetime(2015, 1, 1, 0, 0) | |
| group_id: PaymentGroup<1> | |
| interest: <currency $0> | |
| open_date: datetime.today() | |
| paid_date: None | |
| paid_value: None | |
| payment_number: None | |
| payment_type: 'out' | |
| penalty: <currency $0> | |
| status: 'pending' | |
| value: <currency $100> | |
| model: Payment<3> | |
| base_value: <currency $100> | |
| bill_received: False | |
| cancel_date: None | |
| description: '2/2 Payment name' | |
| discount: <currency $0> | |
| due_date: datetime.datetime(2015, 1, 8, 0, 0) | |
| group_id: PaymentGroup<1> | |
| interest: <currency $0> | |
| open_date: datetime.today() | |
| paid_date: None | |
| paid_value: None | |
| payment_number: None | |
| payment_type: 'out' | |
| penalty: <currency $0> | |
| status: 'pending' | |
| value: <currency $100> | |