1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 05, 2025 — Aug 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
in credit_card_statements, add refresh button add credit card statement history button misc code cleanup More... over 5 years ago
in credit_card_staments, add refresh button add credit card statement history button More... over 5 years ago
broadcast when admin state changes tidy up admin code add check_admin function to show dialog if not admin More... over 5 years ago
in incoming_invoices report window, add refresh button save changes to description and remark if admin More... over 5 years ago
fix src/Makefile.am from a merge gone wrong More... over 5 years ago
in product_serial_numbers, allow non integer values for serial numbers add right click menu for serial number and invoice_hub More... over 5 years ago
add invoice_hub files More... over 5 years ago
allow editing purchase_order name and description in vendor_history if session is admin More... over 5 years ago
move admin dialog to separate admin_utils files More... over 5 years ago
add invoice date and PO date to serial number history decrease load time by unsetting treeview model to load model More... over 5 years ago
version 0.6.1 set column date_inserted in table files default to now() More... over 5 years ago
update vendor search in purchase_order_window to accept space separated search items More... over 5 years ago
in manufacturing_history, add batch notes as tooltip, and show notes in textview when selecting a job More... over 5 years ago
add date_created to invoice history window populate invoices from contacts that might not be customers anymore More... over 5 years ago
in unpaid_invoices window, add menu to save window layout format amount in sql, instead of using cell_data_func in Gtk add amount sort column in ListStore More... over 5 years ago
in open_invoices.py, subclass Gtk.Builder More... over 5 years ago
in unpaid_invoices window, hide window instead of deleting when closing it keep instance of unpaid_invoices class in main_window.py More... over 5 years ago
run function set_window_layout_from_settings when closing window More... over 5 years ago
in open_invoices, add save_window_layout More... over 5 years ago
create file sqlite_utils.py move all local_settings table creation and updates to sqlite_utils More... over 5 years ago
fix bug in product hub when opening product location More... over 5 years ago
add new_window and product_hub buttons to product_history.py More... over 5 years ago
add missing gl_transaction_id column to table incoming_invoices in create_db.sql More... over 5 years ago
Merge branch 'develop' of /media/house/nas/posting into develop More... over 5 years ago
remove reports/manufacturing_reports.py More... over 5 years ago
in time_clock_history, add correct treeview sorting to entries treeview set treeview columns reorderable and resizeable More... over 5 years ago
in inventorying.py and product_serial_numbers.py, fix sql queries that looked for old database column names More... over 5 years ago
move all 0.6.0 changes to relevant .sql files add try: exception to main window in case of incompatible queries block connecting to database version older than 0.5.36 use spaces for sql indentation syntax do not re-raise exception in sql queries in database_tools.py as they have already been shown More... over 5 years ago
rename table job_sheet_line_items to job_sheet_items More... over 5 years ago
add infobar to show reload button when purchase order has changed More... over 5 years ago