Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdicarlo committed Jan 24, 2020
1 parent 9dd0059 commit 292d568
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ This module adds the ability to use a barcode scanner to scan items into an invo
## Dependencies
This module requires the [Manufacturer](https://github.com/dicarlosystems/manufacturer) module to function. Please install and run the migrations first!

## Updating Invoice Ninja
Depending on how Invoice Ninja was installed, you may need to perform additional steps:
- if installed from the downloaded zip, you will have to re-run the artisan command to inject the scanner
- if the source was cloned, eject the scanner before pulling the recent changes; otherwise you will get a conflict on the invoices view. After the clone is complete you can re-inject the scanner as usual.

## Installation
Install the module like any other Invoice Ninja module:

Expand All @@ -30,7 +35,7 @@ php artisan pointofsale:eject-scanner
```

## Issues / Feedback
This module is very new and all feedback or issues are welcome! Feel free to open an issue for any bugs or feature requests.
All feedback or issues are welcome! Feel free to open an issue for any bugs or feature requests.

## Screenshots

Expand Down

0 comments on commit 292d568

Please sign in to comment.