1
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Aug 14, 2025 — Aug 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
do not generate a new PO number if there are no products on hold when posting the existing PO More... over 6 years ago
check db version after showing main window to prevent database upgrade rollback More... over 6 years ago
remove dependency 'pdfsizeopt' from control file More... over 6 years ago
remove dependency 'pdfsizeopt' from control file More... over 6 years ago
in statementing.py, load any existing statements and commit a new statement immediately to avoid missing statement number when posting a statement More... over 6 years ago
in contact_history window , update default window width from 900 to 1000 retrieve invoice id from shipping_info table instead of JOINing invoice table as shipping info without invoices were not loading More... over 6 years ago
show contact individuals as Tree Children in contacts_overview window More... over 6 years ago
remove contact_product_view window - not revelant to Posting design More... over 6 years ago
in pdf_attachment window, use non-modal action where possible show in-app error for pdf files that don't load add option to view and use un-optimized files update all files that use pdf_attachment show size of original pdf and show size of optimized pdf More... over 6 years ago
add product_print_label files and connect print_label More... over 6 years ago
more work on incoming_invoice to ensure amounts match up More... over 6 years ago
in incoming invoice window, handler ids were not disconnected when closing window More... over 6 years ago
in incoming_invoice window, do not equalize amounts when adding rows or changing the total amount add button to equalize amounts More... over 6 years ago
update the expense account in purchase_order_line_items table when changing the product in purchase order window More... over 6 years ago
use iter_ instead of path for sorting bug fix in bank_statement.py More... over 6 years ago
version 0.5.28 change finance rate to daily percentage More... over 6 years ago
Merge branch 'develop' into finance_charges More... over 6 years ago
version 0.5.27 fix complete_search query to include all cells, instead of only one cell per schema-table-column add regexp generator to complete_search window set larger size to complete_search window More... over 6 years ago
in purchase order window, export to csv did not order by sort, id More... over 6 years ago
in time clock: show last punch in, last punch out, and entries count when punching in autofocus on number entries add hotkeys for buttons More... over 6 years ago
self.invoice_id was missing in incoming_invoice.py when accessing IncomingInvoiceGUI class from different window More... over 6 years ago
add qty in square brackets in products history window More... over 6 years ago
in unprocessed po window, add hotkey shortcuts More... over 6 years ago
in purchase order window, add hotkey shortcuts More... over 6 years ago
in sql_window, rename title from 'SQL command' to 'SQL window' to reflect file names subclass Gtk Builder remove 'copy for database utils' button add report hub button More... over 6 years ago
in invoice_window, create hotkey shortcuts for invoice item popup menu More... over 6 years ago
in product location window, subclass Gtk.Builder move sorting to a sorted ListStore, which is a child of a filtered store use ellipsizing in the product name, and set the scrolled window to not scroll horizontally use 'products changed' signal to show a refresh button More... over 6 years ago
make remarks copiable in invoice_history item view More... over 6 years ago
add remarks to incoming invoice entries More... over 6 years ago
LEFT JOIN invoices in shipping_history to load non invoiced shipping More... over 6 years ago