merge: estimate work branch to master

This commit is contained in:
Ahmed Bouhuolia
2020-10-26 14:34:54 +02:00
parent 4ed96e5143
commit 40fa6aa71f
25 changed files with 419 additions and 96 deletions

View File

@@ -63,4 +63,24 @@ export default {
type: "string",
},
],
bill_payments: [
{
key: "next_number",
type: "number",
},
{
key: "number_prefix",
type: "string",
},
],
sales_estimates: [
{
key: "next_number",
type: "number",
},
{
key: "number_prefix",
type: "string",
},
],
};