Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel1
maxLevel6
outlinefalse
styledefault
typelist
printabletrue

...

Prerequisites

Note

This feature requires that the latest version of the Staria Core Localization SuiteApp. Please install the SuiteApp before installing or updating the latest Poland Localization Bundle.

To install the Core Localization SuiteApp through the Marketplace:

  1. Click the SuiteApps Tab to open the page for SuiteApps Marketplace.

  2. Search for Staria Core Localization and click on the result to access the SuiteApp.

  3. Click the Install button to start the installation.

If the Install button is not found, please get in touch with support@staria.com to have the managed SuiteApp

...

provisioned to your account.

  1. When the request for installation is successful, the button should change to “Installing…”

  2. You can also check the installation status at Customization > SuiteCloud Development > Installed.

  3. Installation Status will show as Complete once it’s done.

Configure Poland Localization Settings

To configure the advanced invoice feature:

...

Field

Default Values

1

Advanced Invoice Form

Staria Poland Advanced Invoice

2

Advanced Invoice Application Form

Staria Poland Advanced Invoice Application

3

Advanced Invoice Correction Form

Staria Poland Advanced Invoice Correction

4

Advanced Invoice Print Template

Staria Poland Advanced Invoice PDF/HTML Template

5

Auto Apply Advanced Invoice During Settlement

Checked

6

Sales Order Snapshot Fields

Code Block
{
    "bodyFields": ["trandate", "duedate", "tranid", "total", "shipaddress"],
    "lineFields": {
        "item": ["line", "item", "quantity", "units", "rate", "amount", "taxrate1", "tax1amt", "grossamt", "description", "custcol_sta_pl_uu_id"]
    },
    "lookupFields": [
        {
            "type": "subsidiary",
            "id": "subsidiary",
            "columns": ["legalname", "shippingAddress.address", "taxidnum"]
        },
        {
            "type": "customer",
            "id": "entity",
            "columns": ["companyname", "firstname", "lastname", "vatregnumber"]
        }
    ]
}

Configure Custom Forms

Transaction Body fields

The following fields are required to be shown in the form:

...

Transaction

Form

Field Name

Field ID

1

Sales Order

Staria Poland Sales Order Form

[STA-PL] UU_ID

custcol_sta_pl_uu_id

2

Journal Entry

Staria Poland Journal Entry Form

[STA-PL] UU_ID

custcol_sta_pl_uu_id

3

Journal Entry

Staria Poland Advanced Invoice

[STA-PL] UU_ID

custcol_sta_pl_uu_id

4

Journal Entry

Staria Poland Advanced Invoice Application

[STA-PL] UU_ID

custcol_sta_pl_uu_id

5

Journal Entry

Staria Poland Advanced Invoice Correction

[STA-PL] UU_ID

custcol_sta_pl_uu_id

6

Journal Entry

Staria Poland Advanced Payment

[STA-PL] UU_ID

custcol_sta_pl_uu_id

7

Invoice

Staria Poland Invoice Form

[STA-PL] UU_ID

custcol_sta_pl_uu_id

Configure Custom Roles

The table below shows the minimum level of permissions required to run this feature:

Subtab

Permission

Administrator

Controller

A/R Clerk

Sales Representative

1

Transactions

Customer Payment

Full

Full

Full

2

Transactions

Find Transaction

View

View

View

View

3

Transactions

Invoice

Full

Full

Full

4

Transactions

Journal Approval

Full

Full

Full

5

Transactions

Make Journal Entry

Full

Full

Full

6

Transactions

Sales Order

Full

Full

Full

Full

7

Transactions

Sales Order Approval

Edit

Edit

Edit

Edit

8

Lists

Customers

Edit

Edit

Edit

Edit

9

Lists

Perform Search

View

View

View

View

10

Lists

Tax Records

View

View

View

11

Setup

Custom Record Types

Full

Full

Full

Full

12

Setup

SuiteScript

Full

View

View

View

13

Setup

SuiteScript Scheduling

Full

Full

Full

Full

14

Custom Record

Poland Localization Settings

Full

View

View

View

Configure Advanced PDF Templates

The default PDF template is provided for users and covers all basic information required to report on advanced invoices. However, for businesses that require more than what is readily available, users can customize their own template and use it to print an advanced invoice. The default Advanced PDF Template is named Staria Poland Advanced Invoice PDF/HTML Template (id: CUSTTMPL_STA_PL_PREPAYMENTINVOICE) and can be used as the base of your own customized template.

...