feat: auto-increment sale invoice, receipt, estimate and payment receive.

feat: style sales and purchases forms.
This commit is contained in:
Ahmed Bouhuolia
2020-10-27 21:05:43 +02:00
parent 0ec0865a6e
commit 8e9abb4d7d
24 changed files with 689 additions and 362 deletions

View File

@@ -103,4 +103,14 @@ export default {
type: "string",
},
],
payment_receives: [
{
key: 'next_number',
type: 'number',
},
{
key: 'number_prefix',
type: 'string',
},
]
};