mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
v5.0.0 update
This commit is contained in:
15
resources/scripts/stub/payment.js
Normal file
15
resources/scripts/stub/payment.js
Normal file
@ -0,0 +1,15 @@
|
||||
export default {
|
||||
maxPayableAmount: Number.MAX_SAFE_INTEGER,
|
||||
selectedCustomer: '',
|
||||
currency: null,
|
||||
currency_id: '',
|
||||
customer_id: '',
|
||||
payment_number: '',
|
||||
payment_date: '',
|
||||
amount: 100,
|
||||
invoice_id: '',
|
||||
notes: '',
|
||||
payment_method_id: '',
|
||||
customFields: [],
|
||||
fields: []
|
||||
}
|
||||
Reference in New Issue
Block a user