Download the PHP
package dicarlosystems/pointofsale without Composer
On this page you can find all versions of the php package
dicarlosystems/pointofsale. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
This module adds the ability to use a barcode scanner to scan items into an invoice.
Features
Scanner dialog can be triggered manually using the button on the Invoices / Create or Invoices / Edit pages
Automatically increments the quantity if the item already exists and the invoice line item has not been modified
Updates all relevant product fields
Allows documenting of serial number for serialized items
Does not interfere with traditional invoice item entry
Dependencies
This module requires the 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:
After the installation is complete, you must run the Artisan command to inject the view into the relevant Invoice Ninja views:
To remove the scanner from the page(s), run the following command:
Issues / Feedback
All feedback or issues are welcome! Feel free to open an issue for any bugs or feature requests.
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package dicarlosystems/pointofsale contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.