replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
268 stars 41 forks source link

question #163

Closed interbiznw closed 1 year ago

interbiznw commented 1 year ago

When PCB history, date time, searchable list? maybe access to edit number/delete record (then it places parts back in stock?)

replaysMike commented 1 year ago

I'm not sure what you asked, can you rephrase?

Sounds like the ability to view PCB produce history?

interbiznw commented 1 year ago

Yes sorry, was a LONG Friday when I wrote that... I meant the ability to view PCB produce history, with details such as date/time, searchable list that you can possibly edit serial number, and/or possibly delete record if there was an issue with a specific serial number that wasn't technically produced yet so the parts could go back in "stock"

replaysMike commented 1 year ago

I totally agree with all of this. I thought about it at the time, but adding more database schema made this a pain so I was going to wait until the v2.4.0 release which makes all of this much, much easier to add. I plan to release v2.4 next week which is a huge update

replaysMike commented 1 year ago

just fyi this is now in the v2.4.0 release which I'm preparing to get up today or tomorrow at the latest.

I missed the part about putting the parts back in stock - I'll add that before I finalize it

replaysMike commented 1 year ago

@interbiznw this is now available as part of the v2.4.0 pre-release. This is a big update, and there are some special upgrade notes related to backing up your Binner database file if using the built-in Binner file storage format. Let me know if you run into any issues.

interbiznw commented 1 year ago

@interbiznw this is now available as part of the v2.4.0 pre-release. This is a big update, and there are some special upgrade notes related to backing up your Binner database file if using the built-in Binner file storage format. Let me know if you run into any issues.

Great, I backed up just in case, but when trying to launch I get this error

image

it appears to have launched, but no data is there

replaysMike commented 1 year ago

The default login is username: admin password: admin . Once you are logged in you can change the username and/or password in the top-right dropdown menu under Account Settings.

[image: image.png]

On Wed, May 3, 2023 at 2:40 PM J62 @.***> wrote:

@interbiznw https://github.com/interbiznw this is now available as part of the v2.4.0 pre-release https://github.com/replaysMike/Binner/releases/tag/v2.4.0. This is a big update, and there are some special upgrade notes related to backing up your Binner database file if using the built-in Binner file storage format. Let me know if you run into any issues.

Awesome! Thanks for the great work!

Side note, upgraded to latest release and wondering how to set login details?

— Reply to this email directly, view it on GitHub https://github.com/replaysMike/Binner/issues/163#issuecomment-1533788859, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJ54XNBVPPG4OXDOTUH3TXELGE3ANCNFSM6AAAAAAW7HFCCI . You are receiving this because you modified the open/close state.Message ID: @.***>

replaysMike commented 1 year ago

oh that's one I haven't seen before. What version were you running prior to the update? It seems to have an issue with a partType record. Prior to attempting an upgrade, it would have also backed up your previous database to a file called binner.db.BinnerFileStorageProvider.backup just in case. It will also refuse to try and backup again if that file exists, so you'd have to rename it to binner.db to try again.

It doesn't look like it was even partially successful as that's pretty early in the upgrade process. I'll do some googling and see what I can find out.

On Wed, May 3, 2023 at 2:46 PM J62 @.***> wrote:

@interbiznw https://github.com/interbiznw this is now available as part of the v2.4.0 pre-release https://github.com/replaysMike/Binner/releases/tag/v2.4.0. This is a big update, and there are some special upgrade notes related to backing up your Binner database file if using the built-in Binner file storage format. Let me know if you run into any issues.

Great, I backed up just in case, but when trying to launch I get this error

[image: image] https://user-images.githubusercontent.com/16450422/236056944-73cc2ca1-4b1d-42bc-884d-06a8811243d3.png

it appears to have launched, but no data is there

— Reply to this email directly, view it on GitHub https://github.com/replaysMike/Binner/issues/163#issuecomment-1533794976, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJ54UE6SBIJREOLDSUXBLXELG2FANCNFSM6AAAAAAW7HFCCI . You are receiving this because you modified the open/close state.Message ID: @.***>

replaysMike commented 1 year ago

actually one other thing you can try is send me your binner.db file (the original before upgrade) and I can try on my end to see if I get the same error.

On Wed, May 3, 2023 at 2:46 PM J62 @.***> wrote:

@interbiznw https://github.com/interbiznw this is now available as part of the v2.4.0 pre-release https://github.com/replaysMike/Binner/releases/tag/v2.4.0. This is a big update, and there are some special upgrade notes related to backing up your Binner database file if using the built-in Binner file storage format. Let me know if you run into any issues.

Great, I backed up just in case, but when trying to launch I get this error

[image: image] https://user-images.githubusercontent.com/16450422/236056944-73cc2ca1-4b1d-42bc-884d-06a8811243d3.png

it appears to have launched, but no data is there

— Reply to this email directly, view it on GitHub https://github.com/replaysMike/Binner/issues/163#issuecomment-1533794976, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJ54UE6SBIJREOLDSUXBLXELG2FANCNFSM6AAAAAAW7HFCCI . You are receiving this because you modified the open/close state.Message ID: @.***>

interbiznw commented 1 year ago

oh that's one I haven't seen before. What version were you running prior to the update? It seems to have an issue with a partType record. Prior to attempting an upgrade, it would have also backed up your previous database to a file called binner.db.BinnerFileStorageProvider.backup just in case. It will also refuse to try and backup again if that file exists, so you'd have to rename it to binner.db to try again. It doesn't look like it was even partially successful as that's pretty early in the upgrade process. I'll do some googling and see what I can find out. On Wed, May 3, 2023 at 2:46 PM J62 @.> wrote: @interbiznw https://github.com/interbiznw this is now available as part of the v2.4.0 pre-release https://github.com/replaysMike/Binner/releases/tag/v2.4.0. This is a big update, and there are some special upgrade notes related to backing up your Binner database file if using the built-in Binner file storage format. Let me know if you run into any issues. Great, I backed up just in case, but when trying to launch I get this error [image: image] https://user-images.githubusercontent.com/16450422/236056944-73cc2ca1-4b1d-42bc-884d-06a8811243d3.png it appears to have launched, but no data is there — Reply to this email directly, view it on GitHub <#163 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJ54UE6SBIJREOLDSUXBLXELG2FANCNFSM6AAAAAAW7HFCCI . You are receiving this because you modified the open/close state.Message ID: @.>

it looks like I was still on 2.3.0 as I hadn't had a chance to backup data to upgrade yet.

How would u like me to send you the db?

replaysMike commented 1 year ago

email is fine, if you want to keep it off github for others to see ;) @.***

On Wed, May 3, 2023 at 3:00 PM J62 @.***> wrote:

oh that's one I haven't seen before. What version were you running prior to the update? It seems to have an issue with a partType record. Prior to attempting an upgrade, it would have also backed up your previous database to a file called binner.db.BinnerFileStorageProvider.backup just in case. It will also refuse to try and backup again if that file exists, so you'd have to rename it to binner.db to try again. It doesn't look like it was even partially successful as that's pretty early in the upgrade process. I'll do some googling and see what I can find out. … <#m3236224513638028319> On Wed, May 3, 2023 at 2:46 PM J62 @.> wrote: @interbiznw https://github.com/interbiznw https://github.com/interbiznw https://github.com/interbiznw this is now available as part of the v2.4.0 pre-release https://github.com/replaysMike/Binner/releases/tag/v2.4.0 https://github.com/replaysMike/Binner/releases/tag/v2.4.0. This is a big update, and there are some special upgrade notes related to backing up your Binner database file if using the built-in Binner file storage format. Let me know if you run into any issues. Great, I backed up just in case, but when trying to launch I get this error [image: image] https://user-images.githubusercontent.com/16450422/236056944-73cc2ca1-4b1d-42bc-884d-06a8811243d3.png https://user-images.githubusercontent.com/16450422/236056944-73cc2ca1-4b1d-42bc-884d-06a8811243d3.png it appears to have launched, but no data is there — Reply to this email directly, view it on GitHub <#163 (comment) https://github.com/replaysMike/Binner/issues/163#issuecomment-1533794976>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJ54UE6SBIJREOLDSUXBLXELG2FANCNFSM6AAAAAAW7HFCCI https://github.com/notifications/unsubscribe-auth/AATJ54UE6SBIJREOLDSUXBLXELG2FANCNFSM6AAAAAAW7HFCCI . You are receiving this because you modified the open/close state.Message ID: @.>

it looks like I was still on 2.3.0 as I hadn't had a chance to backup data to upgrade yet.

How would u like me to send you the db?

— Reply to this email directly, view it on GitHub https://github.com/replaysMike/Binner/issues/163#issuecomment-1533807808, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATJ54VGGAZQJ5THAPCEYUDXELIPFANCNFSM6AAAAAAW7HFCCI . You are receiving this because you modified the open/close state.Message ID: @.***>

interbiznw commented 1 year ago

Github blocked out the email image

replaysMike commented 1 year ago

doh! mikeb[at]360replays[dot]com

replaysMike commented 1 year ago

another way is on Discord - https://discord.gg/74GEJY5g7G - if you aren't already in there.

interbiznw commented 1 year ago

doh! mikeb[at]360replays[dot]com

Emailed