partsdb

electronic parts inventory
git clone https://git.e1e0.net/partsdb.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-01-17 16:39bump version for new developmentPaco Esteban1+1-1
2024-01-17 16:38make the version checking actually dynamic ...Paco Esteban1+2-1
2024-01-17 16:32add database version guardPaco Esteban3+20-0
2023-10-19 17:41add default for manufacturer when not setPaco Esteban2+2-2
2023-10-19 17:36add default for manufacturer when not setPaco Esteban1+1-1
2023-10-19 17:36open datasheet and images on new tabPaco Esteban1+2-2
2023-10-19 16:28print id and pn when adding a new partPaco Esteban2+10-1
2023-10-19 15:56bump version because of add changesPaco Esteban2+2-2
2023-10-19 09:41we can now add part from templatePaco Esteban2+81-3
2023-10-18 18:11fix PN in storage export listPaco Esteban1+1-1
2023-10-16 15:09set some stuff to not implementedPaco Esteban1+3-3
2023-10-16 15:04bump version, because yeahPaco Esteban2+2-2
2023-10-16 15:03reorganize ui, hopefully more intuitive and consistentPaco Esteban1+113-79
2023-10-14 07:28bump version and add required files to package_dataPaco Esteban1+4-5
2023-10-14 07:22can list storages nowPaco Esteban1+12-0
2023-10-14 07:20we can export to excel based on storagePaco Esteban2+19-7
2023-10-11 16:09add new dependencies to setup.pyPaco Esteban1+24-24
2023-10-10 16:04do not crash when there is no part to getPaco Esteban1+5-0
2023-10-10 15:57add generation time to all pagesPaco Esteban6+46-4
2023-10-10 14:19PN is now ID in hexPaco Esteban7+18-23
2023-10-09 17:28add hex IDs to partsPaco Esteban4+29-26
2023-10-09 09:57easy way to update image and datasheet + ignore some fields from updatePaco Esteban2+73-9
2023-10-08 15:39add basic edit part functionPaco Esteban3+77-3
2023-10-07 18:12add export to excel functionalityPaco Esteban2+39-6
2023-10-07 17:58move export function to its own module where it belongsPaco Esteban2+42-25
2023-10-07 14:37add logo tooPaco Esteban3+19-4
2023-10-07 14:08add favicon to HTML exportPaco Esteban8+21-0
2023-10-07 10:17remove some unused storages from the base sqlPaco Esteban1+0-6
2022-12-29 08:47add html export by storagePaco Esteban6+103-12
2022-12-29 08:24show mpn on reports and guard against empty images and datasheetsPaco Esteban4+5-5
2022-11-17 15:55lintingPaco Esteban4+214-204
2021-11-25 18:34linting stuffPaco Esteban4+81-79
2021-11-07 11:52move default db to subfolderPaco Esteban1+1-1
2021-10-31 10:37bump version on the main filePaco Esteban1+1-1
2021-10-30 18:17add unsorted category for storagesPaco Esteban1+1-0
2021-10-30 18:06list categories, id is valid now as well as namePaco Esteban2+3-3
2021-10-30 18:00add json output for part infoPaco Esteban2+27-6
2021-10-30 18:00simplify generator shenanigans for list jsonPaco Esteban1+1-1
2021-10-30 17:28rename format to output on list and add it to search tooPaco Esteban2+12-9
2021-10-30 17:22remove -s on parts list and add -f for formatPaco Esteban3+77-60
2021-10-09 16:47better check for missing images and datasheetsPaco Esteban1+2-2
2021-05-29 10:24print sellers if available when searching on octopartPaco Esteban3+12-2
2021-05-29 10:02update README with install instructionsPaco Esteban1+10-3
2021-05-29 09:57fix typo on READMEPaco Esteban1+1-1
2021-05-29 09:50get ride of src subfolder. Not needed for this simple thingPaco Esteban13+290-291
2021-05-29 08:13fix html exportPaco Esteban2+3-3
2021-05-29 08:09ignore build stuffPaco Esteban1+1-0
2021-05-29 08:09create distribution package from this messPaco Esteban14+330-283
2021-04-05 11:32Add License and ReadmePaco Esteban2+42-0
2021-04-04 18:47cosmetic changes to the html exportPaco Esteban3+8-3
2021-04-04 16:45link datasheets and images for parts that have themPaco Esteban3+23-2
2021-04-04 15:43basic html export functionalityPaco Esteban7+187-1
2021-03-16 18:18add version flagPaco Esteban1+3-0
2021-03-16 15:46open datasheet automaticallyPaco Esteban3+54-20
2021-03-15 19:23print mpn on octopart responses when addingPaco Esteban1+2-1
2021-03-15 19:16increase limit on octopart responsesPaco Esteban1+1-1
2021-03-15 18:57better naming for list functionsPaco Esteban2+4-4
2021-03-15 17:45allow configuration for parts.db file locationPaco Esteban2+4-3
2021-03-15 17:38visual decoration of listPaco Esteban1+6-10
2021-03-15 17:36repeat headers periodically in listingsPaco Esteban1+18-8
2021-03-15 14:18remove crappy migration scriptPaco Esteban2+1-52
2021-03-15 11:10fix list by categoryPaco Esteban2+7-5
2021-03-15 07:52renaming the thingPaco Esteban1+0-0
2021-03-14 19:34reorganize base data and migration scriptPaco Esteban2+84-25
2021-03-14 12:25add specs from octopart apiPaco Esteban4+9-1
2021-03-14 12:06categories and storages base dataPaco Esteban1+38-5
2021-03-14 11:51implement part deletePaco Esteban2+9-1
2021-03-14 11:45account for missing values in listingsPaco Esteban1+12-7
2021-03-14 11:40add history event on part add tooPaco Esteban2+3-1
2021-03-14 11:32avoid interactive add if wantedPaco Esteban1+31-15
2021-03-14 10:23cosmetic change for history displayPaco Esteban1+1-1
2021-03-14 10:21if part exists with the same mpn we update the stockPaco Esteban2+15-1
2021-03-14 10:09implement stock modificationPaco Esteban4+51-5
2021-03-14 09:45implement get partPaco Esteban3+44-4
2021-03-14 09:07adapt serch query for dynamic listingPaco Esteban1+6-1
2021-03-14 09:06make part listing dynamic withPaco Esteban2+54-25
2021-03-13 12:30add short option for listPaco Esteban2+34-18
2021-03-13 11:32better category list formatPaco Esteban1+2-2
2021-03-13 11:31format part listingsPaco Esteban3+27-6
2021-03-13 09:52fix not found checkPaco Esteban1+2-2
2021-03-13 09:49be able to list all partsPaco Esteban2+15-3
2021-03-13 09:43implement list categoriesPaco Esteban1+11-0
2021-03-13 09:39add stock and export options, not implementedPaco Esteban1+19-0
2021-03-13 09:32initial commitPaco Esteban6+390-0