πŸ”₯ Top Apps in One Subscription! πŸ”₯

Inventory control
in Bitrix24

Products rest calculation, inventory control, average purchase price, and cost of a warehouse. Detailed shipments and receipt of products.
image

Inventory control πŸ“¦ in Bitrix24

Inventory control management in Bitrix24 Flamix A simple and handy tool is available in Bitrix24 - inventory management. When selling a product in the CRM to a client, you will know exactly how much of the product is available and in which warehouse it is located. Inventory accounting, like any other type of accounting, can be inaccurate since human error is not excluded:

  • Goods may be entered incorrectly;
  • Sold items may not be marked as sold;
  • Damage or theft cannot be excluded.

In order for accounting to be as accurate as possible, it is necessary to periodically recount and check the availability of goods.

Our plugin will help make the inventory process more simple and fast. The plugin shows the quantity of goods in warehouses and the purchase cost, and you can also view receipts and sales documents for goods, calculate the cost of a warehouse, etc.

The module is available as part of the subscription Flamix.Bundle.


πŸ”₯ Maximize your business efficiency and convenience with a subscription to all Bitrix24 apps, reducing costs by up to 80% while gaining access to a comprehensive suite of business tools.

Instructions for installing and activating a trial.

Free 30 days
$12 month
$120 year



Payments

Details about payment methods. Have questions - contact us.

  • Private cloud or on-Premise
  • Custom Development
  • Premium Support
  • No limits
  • Product Training
  • Maximum performance
30 days free trial period

Test first, then buy. Each of our modules has a free trial period of 30 days. During testing, you will receive full technical support.

Open API

With an open API, you can integrate product rests with any systems or site and automate processes.

Documentations

PHP
<?php

    // API URL
    $url = 'https://inventory-pay.app.flamix.solutions/api/v1/';
    // Auth data
    $auth = [
        'DOMAIN' => 'example.bitrix24.eu',
        'api_token' => 'EXAMPLETOKEN',
    ];

    // Get rests to product with ID 777
    $rests = @file_get_contents($url . 'product/777/?' . http_build_query($auth));
    // Result
    var_dump($rests);

?>
NULL

Version history

Current stable version β€” ,

The app works in the cloud and updates automatically.

To write to support (add a ticket), you must:

  • Go to the portal https://cp.flamix.solutions/
  • Enter your mail and password. If you have not registered before, you need register. If, when you try to register, the system says that the user is found, you must reset the password;
  • After successful authorization, click on the "Support" menu item, then the "Add" button;
  • Describe the error in detail, attach screenshots and click the "Submit" button.
support.png

The ticket has been successfully created!
It is recommended not to close the tab until the problem is resolved since emails with replies sometimes end up in spam!

Youtube: How to install a module and activate free 30-day trial?
  • Go to the module page and find the "Install" block;
    install_1.png
  • In the field next to the "Install" button, enter your Bitrix24 portal domain and click the "Install" button;
    install_2.png
  • Accept all agreements and click "Install";
  • Click the button "Start Your Free Trial" (1), or paste your license key (2), if you have one;
    install_4.png
  • If you have activated the trial, be sure to enter your valid email, this is where we will send the license key (check the spam if you did not receive it).
  • Open the application in the Bitrix24 portal, go to the "License" page (1) and select the desired subscription period (2).
    pay_module_5.png
  • Go to the license verification page - https://flamix.solutions/license/ (1) and enter your license key (2), click the "Check" button (3). If the license key is correct, you will see the "Prolong" button at the bottom (4).
    pay_6.png

A 20-25% discount is given to anyone who purchases a yearly subscription. You can find the discount amount on the "License" page of the application.

Special prices if we become your Bitrix24 partner. In addition to the special price, and free setup, we can make basic settings for you, and advise on any issues related to the operation of Bitrix24 or the development and optimization of your business's Business Processes. The only thing you require is to buy Bitrix24 through us (the same price, additional benefits from the Bitrix24 gold partner). Write to us if you are interested in this offer.

Note! If you already have an integrator, we can’t become your integrator again even if you want to change it.

Youtube: How to open and send log files

When something goes wrong or you need to send logs to support, then you need to follow these steps.

  • Open the app and scroll to the bottom;
  • Click on the "Log" link.

log_1.png Here you can see all the information that we log. If you are a technical person, you can check the logs and find the problem.

In addition, we sometimes request a link to the log. To generate it, you simply press the "Generate link" button. Copy and send this link to us. The link is valid for 2 days.

log_2.png

Have you extended your license, but the term has not changed? The license key is cached upon purchase and is only reset upon automatic renewal. If for some reason it did not last, try to throw off the license cache in billing(Licenses are displayed on the Services -> Licenses page) and update the "License" page in the module.

download.png

If that doesn't work, please write to support.

An Enterprise license is required in the following cases:

  • You regularly more than 500 hits to the plugin per day;
  • We need a modification of the Bitrix24 plugin for you;
  • You want the program to work on your servers.

Implementation

  • We sign NDA and service contracts;
  • We allocate a separate VPS for you;
  • Setting up environments, deploying a repository with a plugin (if you need support and updates);
  • We send separate assemblies of plugins for CMS or set up the integration ourselves;
  • We organize monitoring and support 24/7.

For purchasing write in any convenient way.

Important! We do not share the code with the customer.

Inventory management in Bitrix24

This module is designed for detailed verification of the availability of products. In it, you can check the availability of products, and view documents when you added or removed some goods in your warehouse. Export and print tools make it easy to check the inventory of a product in your store. Also, this module is an addition to our modules for the sync products with your site. In it, you can check the rest of the products that will be synced with your site if you use our Products Sync Module.

In settings, we choose which warehouse we will have by default. And here we choose the accounting system. You can read about the difference between them, but in short, here we get rests from Bitrix24, and if you choose recalculation, then we will recalculate all invoices every time. Let's choose to recalculate, since it provides more data, for example, you can see what documents were and how the rest was formed.

Go to the "Inventory" tab and start recalculation. During the recalculation, we put all the data in a special database to use the data from it next time. This speeds up the work if you have thousands of products. After that you can use inventory management Bitrix24!

Show text