Advanced Search
Search Results
27 total results found
Prerequisites
Shaper is a multiplatform project. For production or staging environment, you need only the latest "ASP.NET Core Runtime". https://dotnet.microsoft.com/en-us/download/dotnet For development, you need also the latest "Visual Studio". https://visualstudio.mi...
Development Environment
Clone the "Shaper" main library from GitHub https://github.com/brayns-it/shaper Create a new empty ASP.NET Core Project and simply call "InitializeShaper" and "MapShaperApi". using Brayns.Shaper; var builder = WebApplication.CreateBuilder(args); builder....
Order types
Order types allow to group orders by several categories and easily find them. "Order Type" can be assigned to: Sales Purchase Orders or return orders Invoices or credit memo Order types extends invoice posting policy per document basis.
Partner Area
To ease filtering of Customer and Vendors, a new field "Partner Area" is added to Master Tables. Some example groups: C-EU: Central Europe I-NORTH: Italy North I-SUD: Italy South NY: New York "Partner Area" table is common to Customer and Vendors.
Document Status
"Document Status" is a simple table related in several document list to easy group and filter the records.
Improved Accruals
"Improved Accruals" boost the standard deferral posting with new and useful functions. In sales and purchases document lines it's possible to directly insert accrual starting and ending date. In general journals too. Accrual dates are transferred to general ...
VAT Shareout "Ventilazione"
VAT Shareout ("Ventilazione" in Italy) is a specific VAT calculation tipycal of small business that handles multiple VAT rates. These business can declare to government that: Purchases are well divided per VAT rate Sales are made in aggregated form, witho...