| |
|
|
|
|
|
| |
|
|
|
| |
Velneo Item Repository FLOSS
|
|
| |
It is more than a re-usable open source repository. We can use object storage in the
following ways:
- By importing and integrating source code and visual objects into a new application. The most usual cases are importing functions
and processes available in the repository, such as the import and export files function or the integration of image resources which shape the application
style.
- We can also deposit our own functions in the repository, so that it is easier to integrate them into new developments without
needing to copy and paste source code or visual objects (functions for calculating control digits, parsing chains, Google API's, etc.).
- By reusing visual objects. In the object storage repository, there are already developed user interfaces which we can link to
existing data tables in the application, so that we can accelerate the development of the user interface. It is very easy to develop our own re-usable visual
objects.
|
|
|
| |
|
|
|
|
|
| |
|
|
|
| |
Velneo
vBase FLOSS
|
|
| |
Basic code which is necessary to integrate any developed application from another Velneo
FLOSS or to create a compatible application. It includes these functionalities:
- Entities: enables managing all database entities (clients, suppliers, etc). Makes it possible to create, modify and consult
entities, conduct advanced searches and locate entities that meet or don't meet certain conditions.
- Invoicing: all the information that the entities use with the sales module and which are included in their client and/or supplier
file. (forms of payment, series of issued and received invoices, rates, etc.)
- Localization: tables which contain the information that is necessary to define an address, allowing it to be used to run advanced
searches.
- General files: basic files necessary to configure the applications when they are implemented (users, exercises, languages,
etc.)
- Masters: a tool used to import and export master data.
|
|
|
| |
|
|
|
|
|
| |
|
|
|
| |
Velneo
vBasics FLOSS
|
|
| |
It includes the basic data base structure and a simple user interface. It is easy for a new
developer to understand and makes it possible to familiarize oneself with the development environment with 100% functional applications. It has the following
functionalities:
- Cashier: enables the registration of expense and income movements by automatically calculating the available balance in each
note.
- Receipts: creditors, items and the intermediate receipt table. Included is the maintenance of a credit file which can be applied,
for example, to solutions from partners, customers, etc. The concepts table permits automating the description of the amount applied in the bill.
- Favorites: includes a tree table to classify favorite websites and enables launching the browser and navigating each one of the
websites from the application.
- Invoicing: enables generating an integrated management system including the following warehouse management modules (stock control),
buying cycle (estimate, order, delivery slip, invoice, rates), sales cycle (estimate, order, delivery slip, invoice, special prices and visits)
|
|
|
| |
|
|
|
|
|
| |
|
|
|
| |
| |
|
|
|
| |
Velneo
vGestión FLOSS
|
|
| |
A complete commercial management template with sales, purchasing and warehouse
functionalities. The purchasing modules as well as the sales modules include the complete cycle, or in other words, offers or estimates, orders,
delivery/receiving slips and invoices. With the purchasing module, it is possible to check the invoice against delivery slips and with the sales module, all
of the delivery slips from a specific period may be automatically invoiced. The warehouse module manages the stock and units pending supply and receipt, the
minimum stock and the permanent inventory, with the possibility of viewing the article file with the stock and average price resulting from each warehouse
movement. Additionally, the sales module allows for the recording of sales visits, and price management through rates or the application of special prices.
Just like the rest of Velneo FLOSS, the objective is to put the programmer in a very comfortable position to adapt it to the requests/customizations of the
end customer.
|
|
|
| |
|
|
|
|
|
| |
|
|
|
| |
Velneo vPOS FLOSS
|
|
| |
It adds the functionality of a fully integrated point of sale terminal to the
characteristics of Velneo vManagement FLOSS. The point of sale terminal is designed to be used from a tactile screen which makes it possible to classify the
articles into families and sub-families in order to facilitate selection. Besides a description, it is possible to include an image for each article which
simplifies visual tracking. The sales tickets generated from the application are fully integrated in the sales module as well as in their interaction with
the warehouse. This code is very complete, easy to understood and simple to maintain which, like the rest of Velneo FLOSS, can be suited to the needs of the
end customer.
|
|
|
| |
|
|
|
|
|
| |
|
|
|
| |
Velneo
vWeb FLOSS
|
|
| |
It allows you to develop a Web CMS simplifying its creation and maintenance as much as
possible since all pages, images and binds are managed as simple records in the database. Velneo vWeb FLOSS has been designed for you to easily create a
Member area enabling it to be automatically navigated. Likewise, session management is also automated. One of its most important aspects is its ability to be
integrated in any application, thus making it possible to show data from another application inside a Web page. Its power is enhanced with the possibility to
run remote functions against other applications either to update data or receive data to be shown, and all of this already set in the formula parameters
without the need to write code.
|
|
|
| |
|
|
|
|
|
| |
|
|
|
| |
Velneo
vODBC FLOSS
|
|
| |
It is a plug-in based on a dll that enables the applications developed with Velneo to
interact with databases with an ODBC driver. The functionality is implemented by means of Velneo functions that call the dll functions; therefore, the code
used is clear and simple. This plug-in makes it possible to run SQL sentences against any server having the SQL standard instructions for: data manipulation,
data and security definition, blocks and transactions. This functionality enables sending, receiving and modifying the data and structure of the ODBC
database we are connecting to in real-time. From Velneo you can synchronize and replicate any database and use this information with our applications.
|
|
|
| |
|
|
|
|
|
| |
|
|
|
| |
Velneo
vGUID FLOSS
|
|
| |
It generates a unique random alphanumeric string. It returns a 128-bit, 32 hexadecimal
character string with the XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXX format. String generation is closely linked to the machine running the function and the time of
the system clock, which ensures the generated string is not repeated for any system. There are various uses for this function, for example:
- As unique identifiers for folder or file names
- To generate private keys
- To generate unique keys which are independent of the system at any programming point.
|
|
|
| |
|
|
|
|
|