-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhanced data model for electronic invoice. enhanced user administrat…
…ion dialog. enhanced REST API. added country codes for XRrechnung. issue #2165
- Loading branch information
1 parent
6ec4dbf
commit 429949d
Showing
13 changed files
with
2,601 additions
and
203 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
472 changes: 396 additions & 76 deletions
472
...wyer-client/src/com/jdimension/jlawyer/client/configuration/UserAdministrationDialog.form
Large diffs are not rendered by default.
Oops, something went wrong.
527 changes: 457 additions & 70 deletions
527
...wyer-client/src/com/jdimension/jlawyer/client/configuration/UserAdministrationDialog.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
742 changes: 742 additions & 0 deletions
742
j-lawyer-invoicing/src/main/java/org/jlawyer/invoicing/CountryCode.java
Large diffs are not rendered by default.
Oops, something went wrong.
276 changes: 276 additions & 0 deletions
276
j-lawyer-invoicing/src/main/java/org/jlawyer/invoicing/CountryCodes.java
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.