skymatic / reverse-charger

Create reverse charge invoices from financial reports of App Store Connect and Google Play Console
GNU General Public License v3.0
8 stars 2 forks source link

Split current scene into two scenes #9

Closed BeyerMart closed 4 years ago

BeyerMart commented 4 years ago

The application contains two workflows: parsing and generating output.

Currently, both are visible from the start, but generating output can only happen after parsing.

In every scene, the workflow specific settings should be accessible. The user can navigate back and forth between the two scenes.