PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Expand]Guide for PANTHEON
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Collapse]User Manual for PANTHEON
   [Expand]Getting Started
   [Expand]User Manual for eBusiness
   [Expand]Settings
   [Expand]Orders
   [Collapse]Goods
     Stock reports
    [Expand]Issue
    [Collapse]Receiving
     [Expand]Receipts and Closing Pre-payments Received: Examples
     [Expand]Creating Receiving Documents
     [Expand]Creating Receiving Documents with Adding
      Internal Receiving
     [Collapse]Consolidated Receiving
       SQLEXP -Show Serial Numbers in Consolidated Invoices
     [Expand]Creating Documents for Receipts from the EU
     [Expand]Purchasing Imported Goods
     [Expand]An Example of Opening and Closing a Prepayment Made
     [Expand]Entering Invoices for Costs
     [Expand]Fixed Asset/Real Estate Purchases
      Creating a Credit Note/Return of Goods
    [Expand]SAD/Intrastat
    [Expand]Interwarehouse Transfer
    [Expand]Price Change
    [Expand]Inventory
     Recurring Invoicing
    [Expand]Consignment
    [Expand]Value-Added Tax
    [Expand]Customs Warehouses
    [Expand]Issuing Retail Invoices
    [Expand]Stock Valuation
    [Expand]Monitoring Exchange Rates
    [Expand]Goods on Trial
    [Expand]Item Type Examples
    [Expand]Vnos dokumentov z uporabo EM2
    [Expand]Separate Sale Pricing by Warehouse
    [Expand]eSlog
   [Expand]Manufacturing
   [Expand]Service
   [Expand]Help
   [Expand]Personnel
   [Expand]Financials
   [Expand]Analytics
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Guides for PANTHEON Web
  [Expand]Guide for PANTHEON Web Light
  [Expand]Guide for PANTHEON Web Terminal
  [Expand]Guide for PANTHEON Web Legal
  [Expand]Old products Archive
 [Collapse]User Manuals for PANTHEON Web
  [Expand]Getting started PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
  [Expand]User Manual for PANTHEON Web Terminal
  [Expand]User Manual for PANTHEON Web Legal
  [Expand]Old products Archive
[Collapse]PANTHEON Granules
 [Collapse]Guides for PANTHEON Granules
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]Dashboard Granule
  [Expand]B2B Orders Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
 [Collapse]User Manuals for PANTHEON Granules
  [Expand]Getting started
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]B2B Orders Granule
  [Expand]Dashboard Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
  [Expand]Archive
[Expand]User Site

Load Time: 484.3806 ms
"
  1008170 | 4885 | 358555 | Published
Label

SQLEXP - Serial Number Reports in Collective Invoices

SQLEXP - Showing Serial Numbers in Consolidated Invoices

SQLEXP - Showing Serial Numbers in Consolidated Invoices

010381.gif010411.gif010382.gif010383.gif

000001.gif SQLEXP  is a function used by the program to generate reports which makes it possible to report information not available in the original RecordSet of a report. This way, you can include information from other tables and registers in reports for individual user reports.

Syntax:

SqlExp('<SQL stavek>')
000001.gif

Because the names of RecordSets and fields in the RecordSets could differ in each report, you must check the name of the RecordSets and fields for each concrete report.

Example of a collective issue:

Let's look at an example where the collective invoice (receipt or issue) ahs been created from internal documents (receipts or issues) in which you've received or issued goods tracked by serial numbers.

The report of a collective invoice or an overview of serial numbers will not produce information about the received or issued serial numbers of items from the collective invoice, because these serial numbers were received or issued through internal documents.

But you can report a list of received or issued serial numbers! To do this, use the SQLEXP function for reports (see Using SQLEXP Statements in Reports). Serial numbers will be directly reported using the link table, where the link between the internal document and the collective invoice is entered with type 4 (see Linking Documents).

Reports of this kind are used to report serial numbers in a collective invoice that has been created directly from internal documents (collective receiving, collective issue).

 

1. Create a new record from the report of an already existing report for an invoice. Add a new Field with Statement by clicking the 007515.gif icon:

2. In the Statement field, enter the SQL sentence:

 

SQLExp('select S.SerialNo + '' ('' + LTrim(Str(Sum(S.Kolicina), 10, 2)) + '')'' as SN 
from SerialNoP S, Veza V 
where V.VKljuc = S.Kljuc and V.VPoz = S.Poz and V.Tip = ''4'' and V.Kljuc = ''' + 
tbIzpisPrometPoz.Kljuc + ''' and V.Poz = ' + tbIzpisPrometPoz.Poz + ' 
group by S.SerialNo')
000001.gif The same sentence can be used to report serial numbers in a collective receiving document, because it is linked with the same type of link (type 4).

Using a similar procedure, but a different sentence, you can report serial numbers in collective invoices when creating consignment reports (for an example see SQLEXP - Reporting Serial Numbers in a Collective Invoice for a Consignment Report) and from a collective consignment invoice (for an example, see SQLEXP - Reporting Serial Numbers in a Consignment Partner's Collective Invoice). 



 

Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!