snipe / snipe-it

A free open source IT asset/license management system
https://snipeitapp.com
GNU Affero General Public License v3.0
11.05k stars 3.18k forks source link

Updates for v3 #2066

Closed snipe closed 8 years ago

snipe commented 8 years ago

Hi all,

As you may have noticed, v3.0-alpha2 is now out. We'd love it if you guys can kick the tires, either as a new installation or an upgrade (but use a copy of your production database - this is still in alpha.)

What's New: This link is constantly being updated, so please check back in often: https://snipe-it.readme.io/blog/v3-is-coming

Upgrading: https://snipe-it.readme.io/docs/upgrading

Installing (new): https://snipe-it.readme.io/docs/getting-started

MAKE SURE YOU INSTALL FROM THE v3 BRANCH: https://github.com/snipe/snipe-it/tree/v3

Known Issues

If you're a bilingual non-techie but still want to help, we'd love to get more of the new strings translated before v3: https://crowdin.com/project/snipe-it

When creating tickets for v3-alpha, please note that in your ticket subject.

Stuff We Need Tested

Obviously, a top to bottom test is ideal, but these are the bits we really want to beat up:

Profecy commented 8 years ago

So far I have tested some of the 2D and 3D Barcodes and they seem to be readable just fine and contain the asset ID.

Tested 3D Codes: QR and Datamatrix Tested 2D Codes: PDF417 and Code39

They print nicely with the settings below.

Also, I would like to share my settings for the labels I am currently using in the testing phase.

Label Printer: DYMO LabelWriter 450 Duo Label type: 99012

Labels per page: 1 Label font size: I use 8 or 9 but that's personal taste. Label dimensions (inches): 3.50394 w x 1.41732 h Label spacing (inches): 0 w x 0 h Page margins (inches): 0.02000 top 0.00000 bottom 0.00000 right 0.20000 left Page dimensions (inches): 3.50394 w x 1.41732 h

In Chrome I have set the margins to "none". So no need to fiddle with them.

So far, v3 seems pretty solid. I like it a lot.

snipe commented 8 years ago

@Profecy thanks so much for the feedback and for sharing your settings!

Profecy commented 8 years ago

@snipe my pleasure! :+1:

markjorissen commented 8 years ago

Also testing v3, but we need to get the custom fields issue fixed (see my post about this error, which also appears in the online demo) before we can test it further (we are going to use it real-time). So far it seems very good. I really like the interface and features. Looks a lot better than GLPI or other programs. Hope to hear from you soon!

vjandrea commented 8 years ago

On a clean v3 install i can't get past the login screen, as far as i see there's a problem reading the user settings.

`[2016-06-03 17:50:37] local.ERROR: exception 'ErrorException' with message 'Trying to get property of non-object' in //vjandrea-snipe-it/app/Http/Controllers/Auth/AuthController.php:186 Stack trace:

0 //vjandrea-snipe-it/app/Http/Controllers/Auth/AuthController.php(186): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, 'Trying to get p...', '...', 186, Array)

1 [internal function]: App\Http\Controllers\Auth\AuthController->login()`

Full stack trace here: http://laravel.io/bin/1yDzm

snipe commented 8 years ago

@vjandrea Which v3? We've had a few different RCs and beta releases. (Also, next time please create a new issue for this, as it's unrelated to the original thread)

vjandrea commented 8 years ago

Sorry, i thought it was related to this: "Authentication and authorization - we rewrote that whole system, and want to make sure it's still solid." - anyway please discard, i'm opening a new thread with all the details.