2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
Commit Graph

755 Commits

Author SHA1 Message Date
Faris Ansari
54e074329c fix: Disable Next button until values are filled 2019-12-27 15:54:50 +05:30
Faris Ansari
2e70a0167a fix: Add validations for email and phone fields 2019-12-27 15:53:13 +05:30
Faris Ansari
444cd9e441 fix: Remove dashboard setup code 2019-12-27 12:40:57 +05:30
Faris Ansari
db9d897d0d v0.0.3-beta.5 2019-12-27 12:09:57 +05:30
Faris Ansari
fefe229c2e fix: Update frappejs 2019-12-27 12:09:42 +05:30
Faris Ansari
a3506bf015 feat: Auto Update
- Ability to disable auto update from System tab in Settings
2019-12-27 12:07:39 +05:30
Faris Ansari
de19af85c4 fix: Incorrect accountType bug
- Set accountType as non mandatory
- accountType can be set from parent, but it is not required
2019-12-26 23:56:51 +05:30
Faris Ansari
1e44cc9fae fix: Move importCOA file to accounting 2019-12-26 23:56:42 +05:30
Faris Ansari
c846118055 fix: Disable resizing in small windows 2019-12-26 23:36:45 +05:30
Faris Ansari
ce0cc1e7e6 feat: Confirmation message on Invoice submit 2019-12-26 19:35:48 +05:30
Faris Ansari
0b339a14c5 fix: Show blank cells instead of 0.00 in GL 2019-12-26 19:31:28 +05:30
Faris Ansari
d05a50f01d feat: Party Widget in QuickEditForm 2019-12-26 19:15:41 +05:30
Faris Ansari
dc160a4232 fix: Update party outstanding amount 2019-12-26 19:15:25 +05:30
Faris Ansari
061c405212 fix: Go back on BackLink click 2019-12-26 19:14:27 +05:30
Faris Ansari
2e5bd11957 v0.0.3-beta.4 2019-12-24 18:42:54 +05:30
Faris Ansari
0ff93a7c6a fix: Add entitlement to disable library validation
https://github.com/electron-userland/electron-builder/issues/3940#issuecomment-501702531
2019-12-24 18:42:39 +05:30
Faris Ansari
f6eda9fd0a v0.0.3-beta.3 2019-12-24 16:20:49 +05:30
Faris Ansari
852288307e fix: Add electron-notarize dependency 2019-12-24 16:06:05 +05:30
Faris Ansari
ed2cbaae06 chore: Add config for signing and notarize 2019-12-24 15:44:28 +05:30
Faris Ansari
18b49e1969 fix: Update frappejs 2019-12-24 15:42:25 +05:30
Faris Ansari
7dd6dbc9af fix: Read Only prop override 2019-12-23 19:02:49 +05:30
Faris Ansari
bef259bd84 fix: Get currency for party 2019-12-23 19:02:34 +05:30
Faris Ansari
15f61f17ff fix: Uncomment item filter block 2019-12-23 19:02:18 +05:30
Faris Ansari
47ce6117d1 fix: Add Item Type Product or Service
- Automatically set Income and Expense account and hide them from View
2019-12-23 18:50:47 +05:30
Faris Ansari
f2071c96df fix: Scrolling in GetStarted page 2019-12-23 18:21:04 +05:30
Faris Ansari
a7b45c626a feat: Create accounts in CoA directly
- Common error handling method for documents
- Add group hover in tailwind
2019-12-23 16:15:06 +05:30
Faris Ansari
802b134cd4 fix: Dont set unused fields 2019-12-23 13:56:57 +05:30
Faris Ansari
54616ef926 fix: Add Chart of Accounts to sidebar 2019-12-23 13:56:41 +05:30
Faris Ansari
6e69b20ad6 fix: Bold 'Create' action to separate from option 2019-12-23 13:55:24 +05:30
Faris Ansari
3ce726b07a fix: Replace 'database' with 'file'
- Simpler wording for user facing string
- Add a help text for more information
2019-12-23 13:54:18 +05:30
Faris Ansari
5614b4dca6 fix: Consistent import 2019-12-21 21:25:42 +05:30
Faris Ansari
f8fbb5ca02 chore: Delete old/unused components 2019-12-21 21:25:08 +05:30
Faris Ansari
2d2f5eb57e style: Format with prettier 2019-12-21 21:19:01 +05:30
Faris Ansari
a779c91679 fix: Remove deepmerge and add lodash 2019-12-21 20:17:43 +05:30
Faris Ansari
e9082cbdaf feat: Add Icons used in GetStarted page 2019-12-21 20:17:22 +05:30
Faris Ansari
86d841da7a feat: Add GetStarted page
- GetStarted model to track progress
2019-12-21 20:16:50 +05:30
Faris Ansari
c9d0219320 fix: Minor component fixes
- Use meta.getKeywordFields instead of keywordFields
- Make the full "Add Row" Row clickable
- Highlight today's date in DatePicker
- Set default filters on activated in Report
2019-12-20 12:24:12 +05:30
Faris Ansari
c0c7a9edbb fix: Better logic for sidebar active state
- Keep the sidebar item active even if its form is open
2019-12-20 12:22:14 +05:30
Faris Ansari
9726fe4e8a fix: Minor fixes
- Better error message in ledgerPosting
- Remove models key from model/index.js
- Format AccountingLedgerEntry.js
- Set default Account to Cash for Payment Type Cash
- Add placeholders for Payment Form
- Add key to v-for elements in TwoColumnForm
2019-12-20 12:20:43 +05:30
Faris Ansari
7fd5ce01d1 fix: Set fiscal year start and end date correctly 2019-12-20 12:15:50 +05:30
Faris Ansari
6e2c5cdf96 fix: JournalEntry fixes
- Form actions
- Set debit / credit in 2nd row automatically
- Validate before update and insert
- Add JournalEntry as filter option in General Ledger
- Commonify actions for document in InvoiceForm, JournalEntryForm and QuickEditForm
- DropdownWithActions component
2019-12-20 12:14:31 +05:30
Faris Ansari
bd5ee080c2 fix: Formatting and model name 2019-12-18 23:54:58 +05:30
Faris Ansari
d104a4ffa4 v0.0.3-beta.2 2019-12-17 12:35:47 +05:30
Faris Ansari
33c16db8db fix: Show WindowsTitleBar in Linux too 2019-12-17 12:34:58 +05:30
Faris Ansari
beb3105e9b fix: Setup Wizard fixes
- Company Logo and Name section
- Disable next button on click
- Set company logo in PrintSettings

Other
- Add brand color to tailwind config
- Disabled button
- Override inputClass using a function
2019-12-16 19:22:14 +05:30
Faris Ansari
0277b7c0e7 fix: Set Party defaults
- Set default Account and Currency
- Reorder fields
2019-12-16 18:04:10 +05:30
Faris Ansari
6e97fe4ad5 fix: Active Tab Icon color in Settings 2019-12-16 17:55:57 +05:30
Faris Ansari
bdbad0913e v0.0.3-beta.1 2019-12-16 17:27:35 +05:30
Faris Ansari
9481a4c072 chore: Update frappejs 2019-12-16 17:27:11 +05:30
Faris Ansari
2212b007ee fix: Enable maximise button in Mac 2019-12-16 17:26:53 +05:30