mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
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:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user