summaryrefslogtreecommitdiff
path: root/app/src/main/java/net/taler/merchantpos/order/Definitions.kt
AgeCommit message (Expand)Author
2020-03-16If there's just one product, use its description as order summaryTorsten Grote
2020-03-16Add Copyright headers to all source filesTorsten Grote
2020-03-10Pass through product images to contract termsTorsten Grote
2020-03-03Stop caring about product_id and use our own unique IDsTorsten Grote
2020-03-02Use new i18n JSOn formatTorsten Grote
2020-02-27Change product definition format to support i18nTorsten Grote
2020-02-26Initial support for multiple concurrent ordersTorsten Grote
2020-02-20Make order sorting deterministicTorsten Grote
2020-02-20Allow editing order with -1 and +1 buttonsTorsten Grote
2020-02-14Introduce different product classes for re-use in other taler appsTorsten Grote
2020-02-14Use product categories for order summaryTorsten Grote
2020-02-03Fix invalid product configurationTorsten Grote
2020-01-31Create payments directly from the orderTorsten Grote
2020-01-30Add screen to process an orderTorsten Grote