feat(design): fix issues in sidebar design.

feat(sales): reference number auto-increment optimizations.
fix(payments): payment receive/made statement.
This commit is contained in:
a.bouhuolia
2021-03-11 14:29:38 +02:00
parent 59f8010122
commit 30cd6c8a61
62 changed files with 921 additions and 378 deletions

View File

@@ -52,16 +52,10 @@ export default {
key: "number_prefix",
type: "string",
},
],
bills: [
{
key: "next_number",
type: "number",
},
{
key: "number_prefix",
type: "string",
},
key: "auto_increment",
type: "boolean",
}
],
bill_payments: [
{
@@ -82,6 +76,10 @@ export default {
key: "number_prefix",
type: "string",
},
{
key: "auto_increment",
type: "boolean",
}
],
sales_receipts: [
{
@@ -92,6 +90,10 @@ export default {
key: "number_prefix",
type: "string",
},
{
key: "auto_increment",
type: "boolean",
},
{
key: "preferred_deposit_account",
type: "number",
@@ -107,8 +109,8 @@ export default {
type: "string",
},
{
key: 'increment_mode',
type: 'string'
key: "auto_increment",
type: "boolean",
}
],
payment_receives: [
@@ -120,6 +122,10 @@ export default {
key: "number_prefix",
type: "string",
},
{
key: "auto_increment",
type: "boolean",
}
],
items: [
{