mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: auto-increment sale invoice, receipt, estimate and payment receive.
feat: style sales and purchases forms.
This commit is contained in:
@@ -103,4 +103,14 @@ export default {
|
||||
type: "string",
|
||||
},
|
||||
],
|
||||
payment_receives: [
|
||||
{
|
||||
key: 'next_number',
|
||||
type: 'number',
|
||||
},
|
||||
{
|
||||
key: 'number_prefix',
|
||||
type: 'string',
|
||||
},
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user