Skip to main content

19 posts tagged with "changelog"

View All Tags

· 5 min read
Hannah Roegele

fiskaly eReceipt API Update

A major version change to eReceipt API version 2.0.0 and updates are planned for our eReceipt API on Thursday, 23rd March 2023 starting from 2 pm. The new version will be even better, with bugs fixed and improved consistency in our API.

Change log

  • Removal of default values for various schema fields in the CreateReceipt endpoint:
    For a list of properties (see Table 1 below) the default value 0 will be removed in the CreateReceipt endpoint. For mandatory fields, a value now needs to be sent explicitly. Invalid requests with missing mandatory fields will be answered with the error-code 400 and a corresponding error-message.

  • Removal of the possibility to send additional fields in the CreateReceipt endpoint:
    The option to send additional properties in various Objects in the CreateReceipt endpoint will be removed. Until now, additional fields with any name and any type could be sent to the CreateReceipt endpoint. This option will be removed to improve clarity and improve consistency. See Table 2 below for a list of affected Objects.
    Exception: optional fields were retained for all Objects contained in the EkabsSecurity Object to allow for flexibility when providing the response from various fiscalization endpoints.

Table 1: Affected schema fields

Object typeSchema fieldMandatory
EkabsPaymentType.amountyes
EkabsLineItem.quantityyes
.price_per_unityes
EkabsLineVatAmountGross.percentageyes
.incl_vatyes
EkabsLineVatAmountNet.percentageyes
.excl_vatyes
.vatyes
EkabsVatAmountTotal.percentageyes
.incl_vatyes
.excl_vatyes
.vatyes
EkabsData.full_amount_incl_vatyes
Discount.discount_valueyes
EkabsPaymentType.changeno
EkabsData.full_amount_incl_vat_before_discountno
.total_discount_valueno
HospitalitySchema.tipno

Table 2: Affected schema objects

ObjectSchema oldSchema new
ReceiptSchemaEkabsV0{
custom_elements: CustomElements[],
data: EkabsData,
head: EkabsHead,
language: Language,
misc: EkabsMisc,
security: EkabsSecurity,
property name*: any
}
{
custom_elements: CustomElements[],
data: EkabsData,
head: EkabsHead,
language: Language,
misc: EkabsMisc,
security: EkabsSecurity
}
EkabsData{
currency: EkabsCurrency,
full_amount_incl_vat: string,
full_amount_incl_vat_before_discount: string,
lines: EkabsLine[],
payment_types: EkabsPaymentType[],
total_discount_value: string,
vat_amounts: EkabsVatAmountTotal,
property name*: any
}
{
currency: EkabsCurrency,
full_amount_incl_vat: string,
full_amount_incl_vat_before_discount: string,
lines: EkabsLine[],
payment_types: EkabsPaymentType[],
total_discount_value: string,
vat_amounts: EkabsVatAmountTotal
}
EkabsLine{
additional_text: string,
delivery_period_end: integer,
delivery_period_start: integer,
discounts: Discount[],
item: EkabsLineItem,
sort_order: integer,
text: string,
vat_amounts: EkabsLineVatAmountGross[] or EkabsLineVatAmountNet[],
property name*: any
}
{
additional_text: string,
delivery_period_end: integer,
delivery_period_start: integer,
discounts: Discount[],
item: EkabsLineItem,
sort_order: integer,
text: string,
vat_amounts: EkabsLineVatAmountGross[] or EkabsLineVatAmountNet[]
}
EkabsLineItem{
full_amount: string,
gtin: string,
number: string,
price_per_unit: string,
quantity: string,
quantity_measure: string,
property name*: any
}
{
full_amount: string,
gtin: string,
number: string,
price_per_unit: string,
quantity: string,
quantity_measure: string
}
EkabsLineVatAmountGross{
incl_vat: string,
percentage: string,
property name*: any
}
{
incl_vat: string,
percentage: string
}
EkabsLineVatAmountNet{
excl_vat: string,
percentage: string,
vat: string,
property name*: any
}
{
excl_vat: string,
percentage: string,
vat: string
}
EkabsPaymentType{
amount: string,
change: string,
display_name: string,
foreign_amount: string,
foreign_currency: EkabsCurrency,
name: string,
payment_identifier: string,
remaining_balance: string,
sort_order: integer,
property name*: any
}
{
amount: string,
change: string,
display_name: string,
foreign_amount: string,
foreign_currency: EkabsCurrency,
name: string,
payment_identifier: string,
remaining_balance: string,
sort_order: integer
}
EkabsVatAmountTotal{
excl_vat: string,
incl_vat: string,
percentage: string,
vat: string,
property name*: any
}
{
excl_vat: string,
incl_vat: string,
percentage: string,
vat: string
}
EkabsHead{
id: string,
buyer: EkabsBuyer,
date: integer,
delivery_period_end: integer,
delivery_period_start: integer,
number: string,
seller: EkabsSeller,
property name*: any
}
{
id: string,
buyer: EkabsBuyer,
date: integer,
delivery_period_end: integer,
delivery_period_start: integer,
number: string,
seller: EkabsSeller
}
EkabsBuyer{
address: EkabsAddress,
customer_number: string,
name: string,
tax_number: string,
property name*: any
}
{
address: EkabsAddress,
customer_number: string,
name: string,
tax_number: string
}
EkabsSeller{
address: EkabsAddress,
name: string,
tax_exemption: boolean,
tax_exemption_note: string,
tax_number: string,
property name*: any
}
{
address: EkabsAddress,
name: string,
tax_exemption: boolean,
tax_exemption_note: string,
tax_number: string
}
EkabsMisc{
conformity_text: string,
footer_text: string,
property name*: any
}
{
conformity_text: string,
footer_text: string
}


fiskaly website for developers: developer.fiskaly.com.
fiskaly status page: status.fiskaly.com.
fiskaly support website: support.fiskaly.com.

You can contact our support at dev-support@fiskaly.com.

­

­

­

· One min read
Hannah Roegele

SIGN DE

As part of the ongoing SMAERS recertification, we are planning tests in our TEST environment starting from 25.7.2022 and until the end of the recertification process. This testing phase is expected to last until the end of September but may be extended depending on the test results. The tests will include trial upgrades to provisional versions, so don't worry if you see unfamiliar version numbers appearing in your exports. These upgrades may break some TSS instances or reveal some bugs. If you experience errors, please report them to our team at dev-support@fiskaly.com.

­

­ ­

DSFinV-K 

v1.6.1 deployment 2022-07-12

  • Fixed InterneTransaktion when used within the same Cash Point Closing.
  • Fixed wrong sign_api_version when creating Cash Point Closings.
  • Fixed postman links.
  • Performance improvements for listing all Cash Point Closings.

We are preparing fiskaly DSFinV-K for OpenAPI 3.1, which will be rolled out in the next update.

­ ­

Cheers,

Hannah from fiskaly

fiskaly website for developers: developer.fiskaly.com.
fiskaly status page: status.fiskaly.com.
fiskaly support website: support.fiskaly.com.

You can contact our support at dev-support@fiskaly.com.

­

­

­

· 2 min read
Hannah Roegele

SIGN DE

To give you a better understanding of fiskaly SIGN DE's system architecture, we have compiled all the relevant information about our system.
In the first part of our article, you can read more about the components of fiskaly SIGN DE and their functions within the system. In the second part, we explain our system in a legal context. Our article is only available in German.

fiskaly SIGN DE Architecture

­

Seminar fiskaly SIGN DE Architecture

To give the best possible insight, we additionally invite you to our next online seminar:

fiskaly SIGN DE System Architecture

When: Tuesday, 12.07.2022 - 11 a.m. CEST

Seminar language: German

After the seminar, you will be familiar with the architecture of fiskaly SIGN DE, and know everything about the compliant operation of the fiskaly Cloud TSS as well as the environment protection concept of the fiskaly SMAERS.

Register for the seminar

­ ­

DSFinV-K 

fiskaly DSFinV-K is updated to DSFinV-K 2.3 as required as of July 1, 2022.

v1.6 - deployment 2022-06-30

  • Implements DSFinV-K 2.3 and DFKA taxonomy 2.3.

Note: Some changes must be addressed when using the DSFinV-K. Please have a look at the DSFinV-K legal text for more information.

  • Added a new format field for `Trigger an Export` making it possible to export Cash Point Closings into a ZIP instead of TAR.
  • Added new filters for `Trigger an Export` to export Cash Point Closings by their business_date (or export_creation_date as its fallback).
  • Added Guthabenkarte (with a lowercase k) to payment types.
  • Fixed exporting GuthabenKarte defined in the DFKA taxonomy and turning it into the corresponding Guthabenkarte as defined in DSFinV-K.
  • Fixed potential race condition when exporting Cash Point Closings.
    Clarifying the date field of a Transaktion reference.

­

­

Cheers,

Hannah from fiskaly

fiskaly website for developers: developer.fiskaly.com.
fiskaly status page: status.fiskaly.com.
fiskaly support website: support.fiskaly.com.

You can contact our support at dev-support@fiskaly.com.

­

­

­

· 3 min read
Hannah Roegele

SIGN DE

The previously announced update of the SIGN DE API on Sunday, June 5, 2022 is postponed.

We found an issue that was only detectable in large-scale and highly dynamic environments. As we need to address this bug correctly, we need to postpone the update. Therefore, the scheduled maintenance is no longer necessary and is canceled.

You as our customers feel no impact by this. The presently running certified TSS version (1.0.5-1.2.0) is stable and works reliably. Our SIGN DE Team put detailed information together in our blog post Postponed Update.

Big shout out to you!

Without your help in intensively testing our system, we wouldn’t have been able to detect the issue. So thank you for testing our API! 

­

­

­

Hello support.fiskaly.com! 

As part of our continuous effort to provide you with the best possible support, we are pleased to announce the launch of our new support website.

support.fiskaly.com

The new fiskaly support website will improve the service we offer to our customers by facilitating access to information. While we are working on providing more and more information on this site, we welcome suggestions on the content and overall feedback.

­

Postman + fiskaly 

We now provide postman environments and collections for ALL our products. With Postman, APIs can be tested quickly and in a user-friendly way. Our Postman collections allow you to step through the most important functions of our APIs.

Try it out with our latest API, the eReceipt API, and implement it into your system. Bonus: The eReceipt is free of charge. ­

eReceipt + Postman

­

fiskaly SIGN DE

Test fiskaly SIGN DE API with Postman for KassenSichV compliant TSS integration. ­

SIGN DE + Postman

­

fiskaly DSFinV-K

Test fiskaly DSFinV-K API with Postman for KassenSichV compliant DSFinV-K Exports.

DSFinV-K + Postman

­

­

fiskaly SIGN AT

Test fiskaly SIGN AT API with Postman for RKSV compliance in Austria.

SIGN AT + Postman

­

­

eReceipt 

eReceipt API is now available in our TEST environment and our LIVE environment. 

­

­

DSFinV-K 

v1.4.0 - deployment 2022-05-20

  • Making it possible to use non-fiskaly TSS with fiskaly DSFinV-K.
    • We recommend exporting Cash Point Closings separately for each client_id for now when using non-fiskaly TSS.
  • Added new historic VAT definitions.
  • Added missing TSE_ZERTIFIKAT_V to tse.csv.
  • Fixed a problem when using historic vat definitions.
  • Fixed an error when sending larger quantity_factor.
  • Fixed query parameters for listCashPointClosings.
  • Fixed problem when vat_definition_export_id is being reused in another environment.

LEARN

  • Read our blog post Postponed Update, which provides detailed information and FAQ on the postponed TSS update and the canceled maintenance on June 5, 2022.

­

­

Cheers,

Hannah from fiskaly

fiskaly website for developers: developer.fiskaly.com.
fiskaly status page: status.fiskaly.com.
fiskaly support website: support.fiskaly.com.

You can contact our support at dev-support@fiskaly.com. ­

­

­

· 2 min read
Hannah Roegele

­

SIGN DE

The following is for information, you do not need to take action!

Successful deployment of SMAERS v1.0.6 on TEST environment on May 2, 2022

  • All new SMAERS instances are created with version 1.0.6.
  • All existing UNINITIALIZED/INITIALIZED SMAERS instances migrated to v1.0.6.
  • All existing DISABLED SMAERS instances are not affected (i.e. are still v1.0.5).

We will test the SMAERS deployment in the TEST environment until the update in the LIVE environment

  • I.e., SMAERS update will be reverted and re-deployed several times.
  • You can help by running a lot of load in the TEST environment.

Scheduled Maintenance Sunday, June 5, 2022, 08:00-16:00 CET

SIGN DE API will undergo scheduled maintenance on Sunday, June 5, 2022, between 08:00 and 16:00 (CET)

The maintenance will involve a rolling update of LIVE TSS instances from version 1.0.5-1.2.0 to version 1.0.6-1.3.0 (where the former is the SMAERS version and the latter is the CSPL version).

During the maintenance window, the following restrictions apply:

  • Data Exports are disabled.
  • TSS state transitions to DISABLED are not possible.
  • API calls may take longer than usual or run into timeouts.
  • Service interruptions may occur.

You find more information and FAQ in our blog post scheduled maintenance.

­

­

DSFinV-K 

v1.3.0 - deployment 2022-04-13

  • Fixed missing error messages for Cash Point Closings.
  • Fixed triggering exports with Cash Point Closings that were created before 2021-12-24.
  • Note: Old exports in the TEST environment might get removed in the future. Please trigger a new export with the old Cash Point Closings in the TEST environment.
  • Fixed spelling.

­

­

LEARN

  • Read our blog post scheduled maintenance, which provides detailed information and FAQ on the TSS update on June 5, 2022.

­

­

­

Cheers,

Hannah from fiskaly

fiskaly website for developers: developer.fiskaly.com.
fiskaly status page: status.fiskaly.com.
fiskaly support website: support.fiskaly.com.

You can contact our support at dev-support@fiskaly.com.

­

­

­

­

· 2 min read
Hannah Roegele

SIGN DE

  • Deployed improvements to our backend component (bug fixes, more informative errors). ­

DSFinV-K 

v1.2.0 - deployment 2022-02-24

  • Added order_by and order query parameters to the List all vat definitions endpoint.
  • Fixed a problem with Cash Point Closings that contained transactions that were not signed by the SIGN API.
  • Fixed number validation for big numbers.

v1.1.1 - deployment 2022-02-21

  • Fixed a problem with creating exports of cash point closings with a specific client_id.

v1.1.0 - deployment 2022-02-17

  • Increased performance of insertCashPointClosing.
  • Added possibility to filter results of listExports by business date.
  • Making transaction IDs case-insensitive for cash point closings.
  • Fixed duplicate API specs.
  • Fixed duplicate Cash Point Closings on the listCashPointClosings endpoint.
  • Fixed a problem when using multiple cash registers with multiple revisions.
  • Fixed a bug in the exported lines.csv.

­

SIGN AT

  • Improved Docs: FAQ.
  • More descriptions etc. available and working on more detailed information.
  • Extended response from signing endpoint by legal texts that are required to be placed in the receipts depending on the signing outcome and receipt type.

­

­

­

LEARN

  • We strive to improve our systems, but as in all software projects, there will be issues. For a faster workflow read our article on How to raise an issue.
  • How do you achieve a smooth-running system with fiskaly? Read our article on Error and timeout handling.

­

­­

Info

We are constantly working on the security aspects of our system and the data entrusted to us. That is why we have changed our newsletter tool. We work from now on with Sendinblue and their privacy policy. 
Switching to a European service provider for managing newsletters we improve the security of processing your data. You can change your preferences or unsubscribe from our mailing list at any time. If you have unsubscribed during the migration of our newsletter and have received this news. Please unsubscribe from our list again. We apologize for the inconvenience.

­

Cheers,

Hannah from fiskaly

fiskaly website for developers: developer.fiskaly.com.
fiskaly status page: status.fiskaly.com.
fiskaly support website: support.fiskaly.com.

You can contact our support at dev-support@fiskaly.com.

­

· 2 min read
Hannah Roegele

SIGN DE v2.0

For upcoming deployments, you do NOT need to take action. This is only for information.

  • SMAERS v1.0.6 deployment is upcoming.
  • Log Synchronization deployment is upcoming:
    • 2022-02-15 on TEST environment
    • 2022-02-18 activation on LIVE environment

LEARN

  • Errors and Status Codes
    The fiskaly SIGN API uses standard HTTP status codes to indicate the sucess or failure of requests. Here you find detailed descriptions of the codes. Make sure to unfold arrow sections ▶️ 🔽 to read all information!

SEMINAR:

RKSV Compliance - easy with fiskaly SIGN AT

Here are the topics of our seminar:

  • What do I need to know about fiscalization in Austria?
  • Differences to fiscalization in Germany
  • Information on the integration of fiskaly SIGN AT
  • Current fiskaly updates
  • Advantages of cloud fiscalization with fiskaly

After the seminar, you will have a sound overview of fiscalization in Austria, know the legal requirements, and know how to integrate fiskaly SIGN AT as quickly as possible.

Cheers,
Hannah from fiskaly

You can contact our support at dev-support@fiskaly.com.
Website for developers: developer.fiskaly.com
fiskaly status page: status.fiskaly.com

· 2 min read
Hannah Roegele

Hi!

Check out our latest updates:

SIGN DE v2.0

  • Recertification of the new TSS / TSE is complete.
  • The new TSS / TSE will first be rolled out in the TEST environment: We'll inform you in our developer newsletter (Q1/2022).
  • The LIVE environment will follow a month later.

DSFinV-K v1.0

  • Deployed 2022-02-02.
  • Improved performance of exports.
    Note: Cash Point Closings that were created before 2021-12-24 and would be included in an export will be postponed as that data is currently being migrated. We update the changelog once older data was migrated. See changelog.
  • Multiple bugfixes on various CSV files.
  • Fixed documented response types of list endpoints.

DSFinV-K v0.14

SIGN AT v1.0-beta

  • Welcome Austria to our product family!
  • First feature-complete and stable API.

fiskalcheck v2.0.1

  • Fixed allows no payments when sum of VAT rate is 0.

fiskalcheck available on Android and iOS.

log4j + fiskaly

  • fiskaly Sign API v2 is not affected by the critical vulnerability of log4j

How to deal with timeouts / system problems
Check out our new guide on how to deal with timeouts / system problems:
We talk about - How to:

  • Set timeouts correctly
  • Handle missing signatures
  • DSFinV-K and transactions
  • Authorization

How to deal with timeouts / system problems

Cheers,
Hannah from fiskaly

You can contact our support at dev-support@fiskaly.com.
Website for developers: developer.fiskaly.com
fiskaly status page: status.fiskaly.com

· 2 min read
Hannah Roegele

Hi!

Check out our latest updates:

fiskaly is NOT affected by Log4j exploit

As you all know, a zero-day exploit for the Java logging tool Log4j has been discovered and classified as critical by the BSI (German Federal Office for Information Security).

fiskalys production systems, reading all systems, services, APIs that are listed on developer.fiskaly.com/api, and the fiskaly Dashboard are NOT vulnerable.

Online Seminar

  • Most common errors in integration
  • Learnings from the regular exchange with tax administrations
  • Best practices system vendors
  • After the seminar you will be well prepared for the operation as well as the smooth process of a tax audit.

Here you can register for the seminar:

German: Thursday, December 16, 2021 - 10:00 to 10:45 am CET

English: Friday, December 17, 2021 - 10:00 to 10:45 am CET

How to deal with timeouts
Check out our new guide on how to deal with timeouts / system problems.
You'll learn: How to ...

  • ... set timeouts correctly
  • ... handle missing signatures
  • ... DSFinV-K and transactions
  • ... handle Authorization correctly

Go to guid: How to deal with timeouts / system problems

Cheers,
Hannah from fiskaly

You can contact our support at dev-support@fiskaly.com.
Website for developers: developer.fiskaly.com
fiskaly status page: status.fiskaly.com

· 2 min read
Hannah Roegele

Hi!

Check out our latest updates, as we start another round of technology seminars: This time we talk about V2 technical details.

Latest Updates:

KassenSichV API V2 is live

On Friday we went live with V2. Please make sure to use the correct production URLs. Here is an overview of the URLs and the V2 guide to read:

KassenSichV API V2.0

  • 🚀 Deployed.

Dashboard V2.0

We've deployed the V2 Dashboard, being able to display and populate V1 and V2 resources.

New:

  • Integration of Sign V2 (KassenSichV V2).
  • "DSFinV-K Exports" moved to a sole menu (currently available for V1 only).
  • Moved "API Keys" to the "Settings" menu.
  • "Status" moved to a sole menu.

Fixed:

  • Fixed metadata display issue.

Seminar: Technical Details V2

In this seminar we will focus on the technical details of the fiskaly Cloud TSS V2. We will address, among other things, the scenarios of migration from V1 to V2 and the direct implementation of V2. As usual, you can send us your questions in advance or ask them live in the seminar. We look forward to receiving numerous questions via sales@fiskaly.com.

Register now

  • German: Wednesday, July 28, 2021, 4:30 - 5:30 pm CEST
  • English: Thursday, July 29, 2021, 4:30 - 5:30 pm CEST

Cheers, Hannah from fiskaly

· One min read
Hannah Roegele

Hi!

Technology, technology, and technology: that's the focus in our next online seminar this week.

Technical Details fiskaly Cloud TSS

We invite you to our next online seminar this week with a focus on technology. To answer all your questions thoroughly, one of our senior developers will be present. We are looking forward to your attendance.

Register now

  • German: Thursday, July 15, 2021, 10:00-10:45 am CEST
  • English: Friday, July 16, 2021, 10:00-10:45 am CEST

Cheers, Hannah from fiskaly

· One min read
Hannah Roegele

Hi!

Today I have a very short Update for you. We reached another milestone:

info

🚀 🚀 Transaction Handling is live. 🚀 🚀

Reminder online Seminars

Our online Seminars on Certified Operation fiskaly Cloud TSS are coming up this week. Additionally we'll discuss the decision of the Bundesrat (German Federal Council) on the KassenSichV and the changes it brings.

Register here:

  • German: Thursday, July 8, 2021, 10:00-10:45 am CEST
  • English: Friday, July 9, 2021, 10:00-10:45 am CEST

Cheers, Hannah from fiskaly

· 2 min read
Hannah Roegele

Hi, have a look at the changelog for the latest updates in the fiskaly system.

Latest Updates

Roadmap to V2

We published our Roadmap to V2, and it is available at: developer.fiskaly.com/v2-roadmap

We finished phase 1...

… of our Roadmap successfully. This means following is done:

  • TSS Initialization
  • Client Handling
  • Authentication
  • Test only Environment
  • Documentation Update
  • Base-Url: sign.fiskaly.dev
  • TX-Handling ~End-of-Week

Phase 2 is nearly complete! This implementation generates certified TSSs, thus clearing the hurdle of fiscalization for many years to come. From now on, we will be in a continuous process of improvement with each new deployment.

Postman

For a quick first demo, you may use Postman. We prepared a Postman collection that allows you to step through the most important functions of this API.

FAQ’s V2

We’ll soon push a new FAQ’s section: If you want to place some questions there, please reach out to sales@fiskaly.com.

QR Code replaces readable TSS Signature

On June 25, 2021, the German Bundesrat approved the ordinance amending the KassenSichV. The addition to § 6 sentence 2 KassenSichV makes it possible to omit printing certain information in plain text on a receipt, and instead display it in a QR code. Source: Bundesrat (TOP 86) or read our Blogpost.

Online Seminars

In our next online seminars we talk about the law amendment and give you updates on our system. Join us and register here:

  • German: Thursday, July 8, 2021, 10:00-10:45 am CEST
  • English: Friday, July 9, 2021, 10:00-10:45 am CEST

Cheers, Hannah from fiskaly

· One min read
Hannah Roegele

Hi, have a look at the changelog for the latest updates in the fiskaly system.

Latest Deployment Notes

fiskaly Dashboard v0.14

  • Show metadata of entities.
  • Fixed duplicates of organizations in the organization list.
  • Fixed DSFinV-K download button.

Management API v0.8

  • Fixed duplicate listing of organizations in rare cases.

DSFinV-K v0.8

  • Fixed TSE_SERIAL field in tse.csv.
  • Fixed UST_SCHLUESSEL field in business_cases.csv.
  • Fixed inserting Cash Point Closing with coupons.
  • Fixed count field on responses of list endpoints.
  • Performance improvements.

Cheers, Hannah from fiskaly

· 2 min read
Hannah Roegele

Hi, have a look at the changelog for the latest updates in the fiskaly system.

Current Changelog:

fiskaly Client v.1.2.200

  • Re-implemented HTTP client configuration to fix problems with proxies and certificates.
  • Fixed number formatting & validation.
  • Fixed ARM builds.
  • Extended health check function.

This is the last planned update for version 1 - if you're experiencing any issues, make sure to install the latest version.

DSFinV-K v0.7.0 is deployed.

  • Translated documentation into English.
  • Fixed missing businesscases.csv in exports.
  • Fixed missing itemamounts.csv in exports.
  • Fixed missing subitems.csv in exports.
  • Fixed order of CSV columns in multiple exported files.
  • Fixed the use of historic VAT definitions ("Historische Steuersätze") in a Cash Point Closing.
  • Fixed inconsistent revisions for Cash Registries.
  • Fixed response of upsertCashRegister to include the processing_flag and software field.
  • Wording improvements in the documentation.

Upcoming Online Seminar: Certification

We invite you to join our next online seminar: Certification

Topics:

  • Certification and all around certification Other important topics for providers of digital POS systems
  • The seminar is offered in German and English. Register now:

German: Thursday, May 27, 2021 - 3:00-3:45 pm CEST English: Friday, May 28, 2021 - 10:30-11:15 am CEST

links removed

Cheers, Hannah from fiskaly

· One min read
Hannah Roegele
Elias Priesching

Hi!

We have been carrying out some maintenance on our system during the last week.

Brand new: status.fiskaly.com

Our system is busier than ever before. In order to continue to give the best service and planning reliability we set up a status website for the fiskaly system:

status.fiskaly.com

Information about maintenance windows, as well as new functionalities in the respective products, will be sent out here in our Developer Newsletter.

Alternatively, you can find information about maintenance windows and status information at status.fiskaly.com.

Cheers, Hannah from fiskaly

· One min read
Hannah Roegele
Elias Priesching

Hi, have a look at the changelog for the latest updates in the fiskaly system.

Current Changelog:

DSFinV-K v0.6.0

  • Added linked dtd file to export.
  • Better error handling on invalid time formats.
  • Fixed export_creation_date time format in listCashPointClosings.
  • Fixed MAX_PARAMETERS_EXCEEDED error for Cash Point Closings.
  • Fixed misleading E_CLIENT_NOT_FOUND error for Cash Point Closings.
  • Fixed input of incl_vat, excl_vat and vat and allowing up to 5 decimal places.

Management API v0.9.0

  • Added possibility to create main organizations in LIVE mode if the billing_options.bill_to_organization is set, the set organization is also in LIVE mode and a token with env:LIVE is present.
  • Added created_by_user field on multiple responses.
  • Fixed edge case where setting the billing_options.bill_to_organization for a MANAGED_ORGANIZATION raised an error.

Cheers, Hannah from fiskaly

· One min read
Hannah Roegele
Dr. Patrick Gaubatz

Hi, have a look at the changelog for the latest updates in the fiskaly system.

Current Changelog:

Management API (0.8.0)

  • Added new endpoint to remove a user from an organization.
  • Fixed the invite endpoint to invite new users to an organization.
  • Fix: Managed organizations could have had further managed organizations

Dashboard (0.12.0)

  • Managed organizations can be set to LIVE mode when the main organization is already in LIVE
  • The display name is now displayed over the real name of an organization
  • Users can now be removed from an organization
  • Fixed sorting for multiple tables
  • Fixed 'an unknown error' when new users were invited to an organization
  • Managed organization count fixed on the Dashboard
  • Typo fixes

DSFinV-K API (0.5.1-alpha)

  • Fixed E_TX_NOT_FOUND on cash point closings - with an empty transaction list or only transactions that contain errors
  • Fixed listExport with a client_id filter

Cheers, Hannah from fiskaly

· One min read
Hannah Roegele
Elias Priesching

Hi, welcome to our dev newsletter. Check the changelog for our latest changes in the fiskaly dashboard.

Latest Changelog:

  • Fixed DE/EN translations
  • More consistent way of showing the display_name
  • Enable the Country Dropdown (non-germany) when creating new organizations
  • Added a new Count Widget to display the managed organizations
  • Added managed organization list to Settings > Organization Management
  • Fixed filter for state field
  • Fixed test banner when the organization is already set to LIVE
  • Fixed displaying empty fields of organization data

Cheers, Hannah from fiskaly

Computer monitors with fiskaly newsletter subscription page on them

Stay up to date

Subscribe to our dev newsletter and be the first to learn about new updates, features, products and news!

*By submitting the form, I consent to fiskaly processing my information in accordance with the fiskaly Privacy Policy.Privacy Policy