libracore / erpnextswiss

ERPNext application for Switzerland-specific use cases
GNU Affero General Public License v3.0
74 stars 63 forks source link

Feature: New QRCode printing format with the addition of translations to be imported manually. #92

Closed latoile closed 2 years ago

latoile commented 3 years ago
  1. Add a new QRCode invoice format
  2. Adapt the translations to import them manually into the application.

image

lasalesi commented 3 years ago

Thanks for the PR!

In testing, we found that the print format links to doc.reference_number, this is however a custom field, which then needs to be part of the fixtures or custom file. Was the name change of the print format intentional? It would be better to override "QR Sales Invoice"... Similarly, the field reference_number_full is also not available, hence the QR code will fail... Probably, this also requires some script extension to compute the SCOR reference (code is already available in the repo).